/* Fix review icon color */
.route-account-account .fa-star {
    color: inherit;
}

/* Seller account tables and forms fixes */
.ms-account-dashboard .table-responsive {
    border: none;
}

.ms-account-dashboard form input[type="text"], .ms-account-dashboard form select {
    max-width: none;
    width: 100%;
}

.ms-account-dashboard .mm_dashboard_table .icon-edit:before,.ms-account-dashboard .mm_dashboard_table .icon-remove:before  {
    content: none;
}

/* Seller dashboard fixes */
.ms-account-dashboard.seller-dashboard .row > div {
    padding-right: 15px;
}

.ms-account-dashboard .mm_dashboard_block {
    overflow: hidden;
}

/* Coupon form fixes */
#ms-new-coupon .input-group-addon {
    width: 100%;
    padding: 9px 12px;
}

#ms-new-coupon .input-group-btn button {
    margin-left: 0;
}

#ms-new-coupon .input-group {
    margin-right: 30%;
}

/* Customer order history */
.ms-account-order-history .product-image img {
    width: 150px;
    margin-left: 20px;
}

.ms-account-order-history h4 {
    font-size: 14px;
    width: 100%;
}

.ms-account-order-history h4 a {
    color: inherit;
    text-transform: none;
}

.route-account-order-info .table-responsive {
    border: none;
}

.route-account-order-info .table-responsive > table {
    border: 1px solid #ddd !important;
    margin-bottom: 20px;
}

.route-account-order-info h4 {
    text-transform: none;
}

.route-account-order-info .nav.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.route-account-order-info .nav.nav-tabs li {
    float: left;
    margin-bottom: -1px;
}

.route-account-order-info .nav-tabs > li.active > a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.route-account-order-info .suborder-info {
    margin-left: 2px;
    margin-top: 10px;
}

body.seller-account-order-viewOrder .row > div {
    padding-right: 15px;
    padding-left: 15px;;
}

body.seller-account-order-viewOrder .panel .panel-heading .panel-title .btn.btn-sm {
    color: #fff;
}

body.seller-account-order-viewOrder table {
    border: none !important;
}

body.seller-account-order-viewOrder table tr td {
    border: none;
    background-color: transparent;
}

body.seller-account-order-viewOrder table tbody tr td,
body.seller-account-order-viewOrder table tfoot tr td {
    border-top: 1px solid black
}

body.seller-account-order-viewOrder select.form-control {
    max-width: 100%;
}

body.seller-account-order-viewOrder #content > .buttons{
    margin: 0;
}

body.account-order-info #content {
    padding-left: 25px;
}

body.account-order-info #content table tr td{
    padding-left: 14px;
}

body.account-order-info #content .tab-pane h3:first-child {
    margin-top: 15px;
}

body.account-order-info #content ul.nav-tabs > li.active > a:focus,
body.account-order-info #content ul.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* Messages */
.ms-messages .title {
    font-size: 14px;
}

.ms-box {
    background-color: rgba(255, 255, 255, 1);
}

#mm_store_info.ms-sellers-panel > div {
    padding-right: 25px;
}

/* Seller profile */
.seller-catalog-seller-profile .nav-tabs > li.active {
    border-color: rgba(0, 138, 221, 1);
}

.seller-catalog-seller-profile .nav-tabs > li {
    border-width: 0;
    border-bottom-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    flex-grow: 0;
}

.seller-catalog-seller-profile .seller-data {
    margin-top: 15px;
}

.seller-catalog-seller-profile .seller-data .tab-content {
    margin-top: 15px;
}

.seller-catalog-seller-products #content {
    padding-left: 25px;
}

#ms-sellerinfo .ms-note {
    width: 100%;
}

/* MultiMerch product filter */
.side-column #multimerch_productfilter {
    margin-top: 15px;
}

#multimerch_productfilter .multimerch_productfilter_block[data-type="price"] .price-input {
    max-width: 82px;
}

#multimerch_productfilter .multimerch_productfilter_block[data-type="price"] .price-input input {
    width: 100%;
}

#multimerch_productfilter .multimerch_productfilter_block[data-type="price"] .currency {
    top: 9px;
    font-size: 14px;
}

#multimerch_productfilter h4 {
    font-size: 14px;
}

/* Wishlist and favorite sellers popup */
#ms-favorite-seller-popup .title, #ms-favorite-seller-popup .buttons,
#ms-wishlist-popup .title, #ms-wishlist-popup .buttons {
    border: none;
    margin: 0;
}

.ms-follow-seller i.fa-heart {
    margin-right: 5px;
}

/* Seller product form */
#ms-new-product .well {
    width: 100%;
}

#ms-new-product .mm_remove:before {
    content: '';
}

#ms-new-product .ms-note {
    display: block;
    width: 100%;
}

/* Price field in seller product form */
#ms-new-product .input-group:first-child {
    width: 100%;
}

#ms-new-product .input-group-addon {
    padding: 8px 18px 8px 12px;
}

#ms-new-product .mm_price {
    height: auto;
}

#ms-new-product .form-group .col-sm-10 {
    padding-left: 15px;
}

#ms-new-product .lang-textarea {
    width: 100%;
}

#ms-new-product .category-holder {
    width: 100%;
    padding-left: 0;
}

#ms-new-product .category-item {
    float: left;
    min-width: 200px;
}

#ms-new-product input[name="length"], #ms-new-product input[name="width"], #ms-new-product input[name="height"], #ms-new-product input[name="weight"] {
    width: auto;
}

#ms-new-product #mm_product_options .row {
    width: 100%;
}

#ms-new-product #mm_product_options .select_option_value {
    width: auto;
}

#ms-new-product select.mm_size_small {
    width: auto;
}

/* Seller category form */
#ms-new-category .lang-textarea {
    width: 100%;
}

#ms-new-category .selectize-control.single {
    min-width: 200px;
}

#ms-new-category .ms-note {
    width: 100%;
}

/* Shipping in seller settings */
#tab-seller-shipping label .input-group span.input-group-addon {
    min-width: 70px;
    padding: 7px 12px !important;
}

/* Seller holiday mode in settings */
#ms-seller-holiday-mode .ms-note {
    display: block;
    width: 100%;
}

#ms-seller-holiday-mode .lang-textarea {
    width: 100%;
}

/* Tiles */
.multimerch_tiles h4 {
    font-size: 16px;
    text-transform: none;
}

/* Product page */
.mm_box.mm_description .avatar-box {
    background: transparent;
}
.mm_box.mm_description .avatar-box img  {
    margin-bottom: 15px;
}

/* Seller product import */
#ms-import-dragndrop, .import-file-source, input[name="import_file_source_url"] {
    display: block;
    width: 100%;
    max-width: none !important;
}

.mobile-header-active.mobile-header-active .mobile-container {
    width: 85%;
    width: 85%;
}
.mobile-main-menu-container-open .customer-menu.animating {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.mobile-header-active .customer-menu {
    background-image: linear-gradient(to top, #fff ,#dee6f9);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(to top, #fff ,#dee6f9);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.35);
}
.mobile-main-menu-container-open .customer-menu {
    display: block;
}
.mobile-main-menu-container-open .customer-menu.animating {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.customer-menu {
    display: none;
    position: fixed;
    z-index: 50000;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background-color: white;
}

.mobile-customer-menu-wrapper {
    height: 100%;
    padding-bottom: 40px; }
.mobile-customer-menu-wrapper .main-menu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
.mobile-customer-menu-wrapper .main-menu .j-menu > * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.mobile-customer-menu-wrapper .main-menu .dropdown::after {
    display: none !important; }
.mobile-customer-menu-wrapper .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.mobile-customer-menu-wrapper .main-menu .menu-label {
    position: relative;
    margin: 0 5px !important;
    -webkit-transform: none !important;
    transform: none !important; }
.mobile-customer-menu-wrapper .main-menu .main-menu {
    border-width: 0;
    background-color: transparent; }
.mobile-customer-menu-wrapper .main-menu .main-menu .menu-item {
    padding: 0; }
.mobile-customer-menu-wrapper .main-menu .main-menu .menu-item .open-menu {
    min-width: 40px;
    height: 100%;
    right: 0;
    border-radius: 0; }
.mobile-customer-menu-wrapper .main-menu .main-menu .menu-item > a {
    position: relative;
    height: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.mobile-customer-menu-wrapper .main-menu .main-menu .menu-item > a::after {
    display: none; }
.mobile-customer-menu-wrapper .main-menu .main-menu .dropdown-menu {
    padding: 0;
    margin: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    width: 100%;
    display: none; }
.mobile-customer-menu-wrapper .main-menu .main-menu .dropdown-menu > ul {
    -webkit-box-shadow: none;
    box-shadow: none; }
.mobile-customer-menu-wrapper .main-menu .main-menu .dropdown-menu > ul li > a {
    margin-bottom: 10px; }
.mobile-customer-menu-wrapper .main-menu .main-menu .dropdown-menu > ul li .dropdown-menu {
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.mobile-customer-menu-wrapper .main-menu .main-menu .dropdown-menu::before {
    display: none; }
.mobile-customer-menu-wrapper .main-menu .main-menu .open > .dropdown-menu {
    display: block; }
.mobile-customer-menu-wrapper .main-menu .multi-level .dropdown-menu ul {
    -webkit-box-shadow: none;
    box-shadow: none; }
.mobile-customer-menu-wrapper .main-menu .multi-level .dropdown-menu ul li.dropdown {
    display: table;
    width: 100%; }
.mobile-customer-menu-wrapper .main-menu .mega-menu .main-menu-item > a + div {
    border-width: 1px 0 0 0;
    border-color: inherit;
    border-style: inherit; }
.mobile-customer-menu-wrapper .main-menu > .main-menu > div:first-of-type {
    border-top-width: 0; }
.mobile-customer-menu-wrapper .main-menu > .main-menu > div:last-of-type {
    border-bottom-width: 1px; }
.mobile-customer-menu-wrapper .main-menu .j-menu {
    border-style: none !important; }

div.main-menu.main-menu-3>.j-menu>.main-menu-item-2>a {
    padding-left: 20px !important;
}
.mobile-customer-menu-wrapper .accordion-menu ul > li > a {
    border-style: solid;
    border-color: rgba(238, 238, 238, 1);
    font-size: 14px;
    color: rgba(56, 68, 79, 1);
    text-transform: none;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    padding-left: 8px;
    width: 100%;
    height: 100%;
}

.show-customer-menu span::before {
    content: '\ead9' !important;
    font-family: icomoon !important;
    font-size: 27px;
    cursor: pointer;
}