/*
  Themes made by ThemeBurn.com
  Multi-Merch compatibility CSS
*/


/*  -----------------------------------------------------------------------------------------
    M M   R E S E T
-----------------------------------------------------------------------------------------  */

.mm_stats {
    font-size: inherit;
}
#content .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#content fieldset + .buttons {
    margin-top: 0;
}
.tb_system_page_content > .container > .row > .col-sm-9 {
    width: calc(100% + 30px);
    max-width: none;
}
.tb_system_page_content > .container > .row > .col-sm-9 > .col-sm-12 {
    max-width: none;
    width: 100%;
    margin-left: 0;
}
.tb_system_page_content .mm_top_products_left,
.tb_system_page_content .mm_top_products_right,
.tb_system_page_content .mm_sort_group,
.tb_system_page_content .mm_sort_group label
{
    padding: 0;
}
.tb_system_page_content .mm_sort_group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 30px;
}
[dir="rtl"] .tb_system_page_content .mm_sort_group {
    margin-left: 0;
    margin-right: 30px;
}
.tb_system_page_content .mm_sort_group label {
    margin-right: 10px;
}
[dir="rtl"] .tb_system_page_content .mm_sort_group label {
    margin-right: 0;
    margin-left: 10px;
}

/*** Forms ***/

.tab-content fieldset,
.tab-content fieldset legend,
#ms-sellerinfo fieldset legend,
#ms-new-product fieldset legend,
.ms-pg-payment-form fieldset legend
{
    padding: 0;
    border: none;
}
#ms-new-product fieldset
{
	padding-bottom: 10px;
}
.tb_wt .form-group .col-sm-10,
.tb_system_page_content .form-group .col-sm-10
{
    margin-bottom: 0;
}
.mm_top_products_left #search input {
    border-radius: 0;
}



/*  -----------------------------------------------------------------------------------------
    R E - I N I T
-----------------------------------------------------------------------------------------  */

/*  Misc   ------------------------------------------------------------------------------  */

div:not(.row):not(.form-group)  > [class*="col"],
span:not(.row) > [class*="col"],
ul:not(.row)   > [class*="col"],
li:not(.row)   > [class*="col"],
p:not(.row)    > [class*="col"]
{
    margin-top:   0;
    margin-right: 0;
    margin-left:  0;
}

.module .product-thumb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.module .product-thumb .caption {
    padding: 20px 0 0 0;
}


[dir="ltr"] [class*="col-"]:not(td):not(th) {
    float: left;
}
[dir="rtl"] [class*="col-"]:not(td):not(th) {
    float: right;
}
#content .buttons {
    margin-top: 30px;
}
fieldset + fieldset legend,
.tab-content fieldset + fieldset legend,
#ms-sellerinfo  fieldset + fieldset legend,
#ms-new-product fieldset + fieldset legend
{
    width: 100%;
    padding-top: 30px;
}

.mm_label {
    padding-top: 0;
}
.mm_label[class*="col"] {
    margin-top: 0;
}

/*  MM box   ----------------------------------------------------------------------------  */

.mm_box {
    padding: 0;
    border: none;
}

/*  Hover table   -----------------------------------------------------------------------  */

.table-hover tr:not(.filter):hover input,
.table-hover tr:not(.filter):hover select,
.table-hover tr:not(.filter):hover .input-group
{
    background-color: #fff;
}
.table-hover tr:not(.filter):hover input:not(:focus),
.table-hover tr:not(.filter):hover select:not(:focus)
{
    border-color: #fff;
}

/*  Category dropdown   -----------------------------------------------------------------  */

.category-holder.row {
    display: block;
    margin-top:    0;
    margin-bottom: 10px;
    margin-left:   0;
}
.category-holder.row > .category-item,
.category-holder.row > .category-actions,
.category-holder.row > .category-item > div
{
    display: inline-block;
    float: none !important;
    margin-top:    0 !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
}
[dir="ltr"] .form-group ~ .ms-note {
    margin-left: 180px;
}
[dir="rtl"] .form-group ~ .ms-note {
    margin-right: 180px;
}

#ms-new-product .add-category {
    margin-left: 47px;
}

/*  Language icons   --------------------------------------------------------------------  */

.lang-select-field {
    margin: 0 !important;
}
[dir="ltr"] .lang-img-icon-input-text {
    right: 15px !important;
}
[dir="rtl"] .lang-img-icon-input-text {
    left: 15px !important;
}

/*  Top banner   ------------------------------------------------------------------------  */

.top-banner img {
    display: block;
    width: 100%;
}

/*  Dashboard nav   ---------------------------------------------------------------------  */

.mm_dashboard .nav-tabs > li,
.mm_dashboard .nav-tabs > li > a
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto !important;
}
.mm_dashboard .nav-tabs > li {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    font-size: 18px;
}
.mm_dashboard .nav-tabs > li > a {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mm_dashboard .nav-tabs > li > a {
    line-height: 20px;
    padding-top:    5px;
    padding-bottom: 5px;
}
.mm_dashboard .tab-content .nav-tabs > li {
    font-size: 15px;
}
.ms-seller-settings ul.pg-topbar {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0;
}
.ms-seller-settings ul.pg-topbar li.active a {
    background-color: transparent;
}

/*  Dashboard table   -------------------------------------------------------------------  */

.mm_dashboard:last-child {
    margin-bottom:  0;
    padding-bottom: 0;
}
.mm_dashboard_table td.text-right {
    text-align: right;
}
.mm_dashboard_table td.small {
    font-size: inherit;
}
[dir="ltr"] .mm_dashboard_table td.sorting {
    padding-right: 20px;
}
[dir="rtl"] .mm_dashboard_table td.sorting {
    padding-left: 20px;
}
.mm_dashboard_table .filter td {
    background: transparent;
    border-right-color: transparent;
    border-left-color:  transparent;
    border-bottom-color: #ddd;
}
.mm_dashboard_table thead .filter input,
.mm_dashboard_table thead .filter select
{
    height: 30px;
}
.mm_dashboard_table tbody td {
    vertical-align: middle !important;
}
.mm_dashboard_table tbody td:first-child img {
    display: block;
    margin-top:    -5px;
    margin-bottom: -5px;
}
.mm_dashboard_table + .pagination {
    padding-top:    30px;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.paging_full_numbers {
    height: auto;
    line-height: inherit;
}
.dataTables_wrapper .paging_full_numbers a.paginate_button,
.dataTables_wrapper .paging_full_numbers a.paginate_button:hover,
.dataTables_wrapper .paging_full_numbers a.paginate_active
{
    display: inline-block;
    vertical-align: top;
}
td[aria-label*="Quantity"] {
    width: 50px;
}
td[aria-label*="Status"] {
    width: 120px;
}

/*  Seller info   -----------------------------------------------------------------------  */

.tb_system_MM_seller_info li:last-child,
.tb_system_seller_info li:last-child
{
    display: none;
}

/*  Reviews   ---------------------------------------------------------------------------  */

.rating-row {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rating-row .progress {
    background: #eee;
}
.rating-row .progress-bar {
    display: table-cell;
}


.rating-row,
.review-comments .comment,
.review-comments .comment .comment-header
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.review-comments .comment {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #eee;

}
.review-comments .comment + .comment {
    margin-top: 20px;
}
.review-comments .comment .rating {
    margin-top: 0;
    vertical-align: top;
}
.review-comments .comment .comment-header .rating-container,
.review-comments .comment .comment-body
{
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.review-comments .comment .comment-header {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}
[dir="ltr"] .review-comments .comment .comment-header > * {
    margin-right: 10px;
}
[dir="rtl"] .review-comments .comment .comment-header > * {
    margin-left: 10px;
}
.review-comments .comment .comment-header a {
    font-size: 110%;
    font-weight: bold;
}
[dir="ltr"] .review-comments .comment .comment-header a {
    margin-right: 20px;
}
[dir="rtl"] .review-comments .comment .comment-header a {
    margin-left: 20px;
}
.review-comments .comment .comment-header a span {
    font-weight: normal;
}
.review-comments .comment .comment-body {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}
.tb_system_seller_reviews .review-comments {
    margin-top: 20px;
}

/*  Disqus comments   -------------------------------------------------------------------  */

.tab-pane > .panel-body > .tb_system_seller_comments h3 {
    display: none;
}

/*  Rating   ----------------------------------------------------------------------------  */

.rating .star,
.rating .star i
{
    width: auto;
    font-size: 16px;
}
.rating-container .star {
    margin-right: 0;
    margin-left:  0;
}

/*  Stats   -----------------------------------------------------------------------------  */

.mm_stats li {
    margin: 0;
}

/*  Reviews   ---------------------------------------------------------------------------  */

.tb_system_seller_reviews .ratings,
.mm-product-rating,
.mm-product-rating p
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mm-product-rating .rating-container {
    float: none;
    margin: 0;
}
.mm-product-rating .rating,
.mm-product-rating .empty-stars,
.mm-product-rating .filled-stars,
.mm-product-rating .star,
.mm-product-rating .fa
{
    vertical-align: top;
}
[dir="ltr"] .tb_system_seller_reviews .ratings .rating-stars,
[dir="ltr"] .mm-product-rating .rating-container
{
    margin-right: 10px;
}
[dir="rtl"] .tb_system_seller_reviews .ratings .rating-stars,
[dir="rtl"] .mm-product-rating .rating-container
{
    margin-left: 10px;
}
.tb_system_seller_reviews .ratings .rating {
    vertical-align: top;
}
.tb_system_seller_reviews .review-stars h3 {
    display: none;
}
.tb_system_seller_reviews .review-stars-left {
    margin-left: 0;
}
.tb_system_seller_reviews .review-stars-right {
    width: 57%;
    max-width: none;
}
.tb_system_seller_reviews .review-stars-left,
.tb_system_seller_reviews .review-stars-right
{
    margin-top: 0;
}
.review-stars ~ .review-comments {
    margin-top: 30px;
}

/*  Questions   -------------------------------------------------------------------------  */

.tab-pane .tb_system_MM_questions h3 {
    display: none;
}


#question-form > .form-group {
    clear:        both;
    margin-top:   30px;
    margin-right: 0;
    margin-left:  0;
    padding-top:  30px;
    border-top:   1px solid #ddd;
	display: block;
}
#question-form > .form-group .col-sm-12 {
	width: 100%;
}
#question-form > .form-group textarea {
    width: 100%;
}
.questions-list .panel + .panel {
    position:    relative;
    margin-top:  30px;
    padding-top: 30px;
}
.questions-list .panel + .panel:before {
    content:    '';
    position:   absolute;
    top:        0;
    left:       0;
    display:    block;
    width:      100%;
    height:     0;
    border-top: 1px solid;
    opacity:    0.15;
}
.questions-list .panel-heading {
    height:      auto !important;
    line-height: inherit;
    font-size:   inherit;
    font-weight: inherit;
    font-family: inherit;
}
.questions-list .panel-heading .question-title {
    max-width: calc(100% - 250px);
    margin-bottom: 20px;
    text-transform: none;
}
.questions-list .panel-heading .pull-right {
    width: calc(20% + 60px);
    max-width: 270px;
}
.questions-list .panel-body {
    clear: both;
}
.questions-list .actions {
    margin-bottom: 0 !important;
}
.questions-list .well {
    margin-top:    25px;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.questions-list .btn-link {
    height: auto !important;
    padding: 0 0.5em 0 0.7em;
    line-height: 24px !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: normal !important;
}
.questions-list .form-group {
    display: block !important;
}
.questions-list .form-group label {
    display: block;
    float: none !important;
    font-weight: bold;
}
.questions-list .collapsing + div,
.questions-list .collapse:not(.in) + div
{
    display: none;
}

.questions-list .answer-content {
    padding:    0 !important;
    color: inherit !important;
    border:     none !important;
    background: none !important;
}
.questions-list .answer-heading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 20%;
    max-width: 150px;
    padding:    0 !important;
    color: inherit !important;
    border:     none !important;
    background: none !important;
}
.questions-list .answer-heading span {
    display: block;
}
.questions-list .ratings {
    width: 10%;
    max-width: 100px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
[dir="ltr"] .questions-list .ratings {
    text-align: right;
}
[dir="rtl"] .questions-list .ratings {
    text-align: left;
}

/*  Messages   --------------------------------------------------------------------------  */

.tb_system_seller_messaging .modal label {
    display: block;
}
.tb_system_seller_messaging .modal textarea {
    width: 100%;
    min-height: 100px;
}
.ms-messages:not(:last-child) {
    margin-bottom:  30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.ms-message-form {
    border-top: none;
}
.ms-account-conversation {
    padding: 0;
    border: none;
}
.ms-messages .ms-message {
    margin-bottom: 0;
}
.ms-message-form form {
    width: 100%;
    margin-top: 0;
}
#content .ms-message-form .buttons {
    padding-top: 0;
    content: none;
}
#content .ms-message-form .buttons:before {
    content: none;
}
#content .ms-message-form .buttons .btn + .btn {
    margin-top: 20px;
}
.ms-message-form form.ms-form .col-sm-2 {
	float: none;
}



/*  -----------------------------------------------------------------------------------------
    P A G E S
-----------------------------------------------------------------------------------------  */

/*  Sellers List   ----------------------------------------------------------------------  */

.mm_seller .image {
    margin: 0;
}
.mm_catalogseller{
	margin-right: 0;
}
.mm_catalogseller img {
    margin-top: 0;
}

.mm-one-seller .mm-one-seller-products div{
	width: 33%;
	min-width: 33%;
}

/*  Seller profile  ----------------------------------------------------------------------  */
.mm-profile-block{
	text-align: center;
}
.mm-profile-block .mm-profile-avatar{
	display: inline-block;
}
.mm-profile-block .mm-profile-info h3, .mm-profile-block .mm-profile-info ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}
.mm-profile-block .mm-profile-button{
	margin-top: 10px;
}

/*  Seller Product   --------------------------------------------------------------------  */

.tab-pane .shipping-info h3 {
    display: none;
}
.tab-pane .shipping-info h3 {
    display: none;
}
.tab-pane .shipping-info div.shipping-methods-list {
	pointer-events: auto;
}

/*  Seller Products   -------------------------------------------------------------------  */

.tb_listing_options #search {
    -ms-flex: 9999 1 auto;
    -webkit-flex: 9999 1 auto;
    flex: 9999 1 auto;
}

.seller-catalog-seller-products .tb_listing_options:before,
.seller-catalog-seller-profile .tb_listing_options:before {
    content: none !important;
}
.seller-catalog-seller-products .tb_listing_options, .seller-catalog-seller-profile .tb_listing_options{
	border-bottom: none;
	padding-bottom: 0;
}
.seller-catalog-seller-products .mm-category-list h4{
	padding-top: 10px;
}
.seller-catalog-seller-products .mm-category-list li a.active{
	font-weight: bold;
}


/*  Seller Account - Dashboard   --------------------------------------------------------  */

.mm_dashboard,
.mm_dashboard > [class*="col-"],
.mm_dashboard > [class*="col-"] > [class*="col-"]
{
    margin-top: 0;
}

/*  Seller Account - Settings   ---------------------------------------------------------  */

#ms-sellersettings input,
#ms-sellersettings select
{
    width: 300px;
}

/*  Seller Account - Products   ---------------------------------------------------------  */

#mm_product_dimensions label {
    width: 150px;
}
#mm_product_attributes label ~ div {
    position: relative;
    width: 100%;
    max-width: none;
}
#mm_product_attributes textarea {
    margin: 0;
}
#mm_product_attributes .icon-remove {
    position: absolute;
    top: 30px;
    right: 14px;
}
[dir="rtl"] #mm_product_attributes .icon-remove {
    right: auto;
    left:  14px;
}
#mm_product_options .form-group:empty {
    display: none;
}
#mm_product_options div.form-group {
    margin-left: 0;
}
#mm_product_options .mm_option {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}
#mm_product_options .mm_option > .row {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
#mm_product_options div.form-group .mm_bg_header {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
}
#mm_product_options div.form-group .mm_bg_header label {
    float: left;
}
#mm_product_options table {
    width: 100%;
    margin-top: -20px !important;
}
#mm_product_options table thead th,
#mm_product_options table thead td
{
    background: transparent !important;
    border-bottom-width: 2px;
    border-left:  none !important;
    border-right: none !important;
}
#mm_product_options table th:first-child,
#mm_product_options table td:first-child
{
    padding-left: 0 !important;
}
#mm_product_options table th:last-child,
#mm_product_options table td:last-child
{
    padding-right: 0 !important;
}
#mm_product_options .select_option_value
{
    width: 250px;
    margin-top: -10px;
}
#mm_product_options .form-group:first-child ~ .form-group + div #mm_option_new {
    margin-top: 10px;
}

#ms-new-product .alert.ms-commission p + p {
    margin-top: 0;
    margin-left: 2px;
}

.seller-account-product .ms-account-dashboard table#list-products thead td:nth-child(2) {
	width: 200px !important;
}
.seller-account-product .dropdown.pull-right{
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.ms-account-dashboard .dropdown-menu {
	left: auto;
	right: 0;
}
.seller-account-product .container .alert{
	max-width: 85%;
}


/*  Seller Account - Shipping   ---------------------------------------------------------  */

.ms-seller-settings #tab-seller-shipping .table thead tr td {
    font-size: inherit;
}
#ms-seller-shipping table + .col-sm-12 {
    width: 100%;
    max-width: none;
    margin-top:  30px;
    margin-left: 0;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
#ms-seller-shipping table + .col-sm-12 .pull-left,
#ms-seller-shipping table + .col-sm-12 .pull-right
{
    margin-top: 0;
}

/******************************
 Seller Dashboard
*******************************/
.seller-account-dashboard .container [class*="col-"] {
    /*margin-left: 0;*/
}

.seller-account-dashboard .mm_submead {
    display: flex;
    clear: both;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.seller-account-dashboard .mm_boards {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left:  -30px;
}
.seller-account-dashboard .mm_boards > [class*="col-"] {
    margin-left: 30px;
}

.ms-account-dashboard .mm_blocks {
    height: auto;
}

.seller-account-dashboard .mm_submead .mm_view {
    justify-content: flex-end;
    display: flex;
    margin-top:-30px;
    padding-bottom: 20px;
}

.mm_dashboard_table .sorting {
    background-blend-mode: multiply;
}

.ms-account-dashboard .mm_dashboard > .btn.btn-primary {
    margin-bottom: 30px !important;
}

.seller-account-transaction .table-responsive {
    clear: both;
}

.seller-account-transaction .mm_blocks > .col-sm-4:first-child {
    margin-left: 0;
}

.mm_dashboard i.fa, .mm_dashboard i[class*="fa-"] {
    vertical-align: top !important;
}

#ms-sellersettings #sellerinfo_avatar_files {
    flex-basis: 100%;
}

.account-order .panel-heading.order-heading {
    margin-bottom: 30px !important;
    font-size: 13px;
    font-weight:bold;
    text-transform: none;
}

.account-order .order-actions a {
    width: auto !important;
    font-size: 13px !important;
    text-transform: none;
}

.account-order .order-actions > a:first-child {
    margin: 0;
}


.account-order .order-actions a.disabled,
.account-order .order-actions a.disabled:hover {
    background-color: #dddddd !important;
    cursor: not-allowed !important;
}

.account-order .mm-panel-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.account-order .mm-panel-wrapper:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

table .filter input[type="text"] {
    width: 100% !important;
}

.ms-catalog-seller-profile .avatar-box {
    width: 65px;
    float: none !important;
    margin: 0 auto 10px !important;
    display: block !important;
}

.ms-catalog-seller-profile .mm_head + .row {
    clear: both;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.ms-product .form-control {
    width: 100%;
}


.mm_req:before {
    display: none;
}

.form-inline .form-control {
    display: inline-block;
    width: auto !important;
    vertical-align: middle
}

.ms-account-dashboard .ms-product .col-sm-2 {
    width: auto;
}

.ms-account-dashboard .ms-product table .small, input.small, input[type='text'].small, .mm_size_small {
    width: 75px !important;
}

.ms-account-dashboard .ms-product table .input-group.date {
    width: 160px;
}


#mm_product_discounts .small {
    width: 50px !important;
}

.ms-product fieldset + fieldset legend {
    padding-top: 0;
}

#mm_product_specials .mm_label,
#mm_product_discounts .mm_label {
    margin-left: 0;
}

/* haxx for fieldset width 100% */
.ms-product > fieldset {
    min-width: 0;
    overflow-y: visible;
}

.ms-product > fieldset > .scroll-wrapper {
    overflow-x: auto;
}

@-moz-document url-prefix() {
    .ms-product > fieldset {
        display: table-cell;
    }
}

#mm_product_dimensions .form-inline input:first-of-type {
    margin-left: 30px;
}



#mm_product_options .mm_bg_header .mm_form {
    margin-left: 60px !important;
}

#mm_product_options .mm_bg_header.row {
    margin: 0;
}



.cart-info .quantity {
    width: 100%;
    float: none;
}

.mm_dashboard .text-danger:before, .error:before {
    content: '' !important;
}
.mm_dashboard .error {
    min-width: 300px;
}

.ms-seller-settings ul.topbar {
    height: 50px;
}


.ms-seller-settings .tab-content, .ms-seller-settings fieldset legend:before {
    border: none !important;
}

/* Seller's product form */
#ms-new-product #mm_product_shipping{
	height:100%;
}
#ms-new-product #mm_product_shipping label {
	max-width: 300px;
}
#ms-new-product #mm_product_shipping label p {
	width: 100px;
}
#ms-new-product #mm_product_shipping .checkbox {
	bottom: 10px;
}
#ms-new-product #mm_product_shipping .shipping-locations table tr td{
	padding: 10px 5px 9px 5px;;
}
#ms-new-product #mm_product_shipping .shipping-locations table .small.mm_price{
	width: 50px !important;
}
#ms-new-product #mm_general .input-group-addon {
	padding: 5px;
}
#ms-new-product .autocomplete-menu.dropdown-menu {
	max-width: 100px;
	z-index: 9999;
}
#ms-new-product .selectize-input{
	min-width: 150px;
	pointer-events: auto;
}
#ms-new-product .selectize-input input{
	height: 20px;
}
#ms-new-product .selectize-dropdown div{
	pointer-events: auto;
}
#ms-new-product fieldset.mm-fieldset-category{
	overflow: visible;
}
#ms-new-product fieldset.mm-fieldset-category .category-holder .category-actions a{
	pointer-events: auto;
}
#ms-new-product #mm_product_attributes {
	position: inherit;
}
#ms-new-product #mm_product_attributes ul.autocomplete-menu li.dropdown-header {
	color: #333333;
}
#ms-new-product #mm_product_attributes .ffSample {
	display: none;
}
#ms-new-product #mm_product_options {
	position: inherit;
}
#ms-new-product #mm_additional_data .col-sm-10{
	position: relative;
}
#ms-new-product #mm_product_specials .mm_label a.btn{
	width: auto;
}

/* Coupons */
form#ms-new-coupon .flag-include-select{
	width: 100%;
}

form#ms-new-coupon p.ms-note {
    clear: both;
}

form#ms-new-coupon .form-control {
    width: 100%;
}

form#ms-new-coupon .input-group {
    margin-right: 130px !important;
}

form#ms-new-coupon .input-group.date .input-group-addon {
    padding: 5px 10px;
    min-width: 90px;
}

form#ms-new-coupon #select-coupon-status {
    max-width: 170px;
}

form#ms-new-coupon .flag-include-select {
    max-width: 430px;
}

form#ms-new-coupon .max-uses-input .input-group-addon, form#ms-new-coupon .max-uses-customer-input .input-group-addon {
    min-width: 165px;
}


/* Coupons block in cart */
form#ms-coupons div.input-group{
	display: inline-block;
	width: 100%;
}
form#ms-coupons div.input-group .input-group-addon{
	padding: 0;
	margin: 0 !important;
}
form#ms-coupons div.input-group .input-group-btn{
	background: #ffffff !important;
}

/* Custom fields */
#ms-new-product .ms-image .fa-file:before {
	margin-top: 45px;
}

#ms-new-product .ms-image .file-name {
	top: 30px;
	left: 3px;
	font-size: 10px;
}

#ms-new-product .ms-image .ms-remove {
	margin: 0;
}

.ms-catalog-seller-profile .tab-content {
    border: none !important;
}

#ms-sellerinfo .ms-image, #ms-sellersettings .ms-image {
    position: relative;
}

@media (max-width: 320px) {
    .ms-catalog-seller-profile .tb_products .product-layout {
        min-width: 130px;
        margin-left: 0;
    }

    .ms-catalog-seller-profile .review-stars-left, .ms-catalog-seller-profile .review-stars-right {
        float: none;
        width: calc(100% - 30px);
        margin: 0 10px;
    }

    .ms-catalog-seller-products .tb_products .product-layout {
        min-width: 280px;
    }

    .mm_stats li b.profile-rating, .mm_stats li .rating-container {
        float: none !important;
    }
}

.account-login #content form input.form-control {
    background-color: white !important;
}

#ms-new-category fieldset legend:before {
    border-top: 1px solid;
}

.ms-attributes-topbar li {
    border: none !important;
}

.ms-attributes-topbar li a {
    border: none !important;
    margin-bottom: 0 !important;
}

.ms-message-form textarea {
    width: 100%;
}

.ms-message-form .buttons {
    margin-bottom: 30px !important;
}

.ms-message-form .buttons .pull-left {
    float: left !important;
}

.ms-message-form .buttons .pull-right {
    float: right !important;
}

.ms-message-form .buttons .list {
    margin-left: 20px;
}

.tb_system_MM_seller_info {
    margin-top: 30px;
}

.tb_system_MM_seller_info .list-unstyled {
    list-style: none;
}

.tb_system_MM_rating {
    margin-bottom: 10px;
}

.tb_system_MM_rating .mm-product-rating > a {
    margin-left: 5px;
    padding-bottom: 3px;
}

/* Various */
.lang-img-icon-input-text {
    margin-top: 5px;
}

.input-group-addon {
    padding: 5px 10px;
    justify-content: center;
}

input.lang-select-field {
    width: 100%;
}

/* Fix for attribute/attribute group tables having only 50% of width */
table#list-attributes, table#list-attribute-groups {
    table-layout: auto;
}

#ms-seller-shipping .input-group-addon {
    padding: 10px !important;
}

#collapse-shipping-method .delivery-details .col-sm-4 {
    margin-left: 15px;
}

#seller_history > .nav-tabs {
    margin-bottom: 0;
}

#seller_history > .tab-content {
    padding: 20px;
}

.ms-message-upload, .ms-order-message {
    font-size: 17px !important;
}

/* Reviews */
#form-rate .row {
    margin-top: 0;
}

#form-rate .row #rating-comment {
    width: 100%;
    height: 170px !important;
}

#form-rate .form-rate-upload {
    margin-top: 20px;
}

/* Seller order list */
.seller-account-order table#mm_orders thead td.products{
	min-width: 50%;
}

/* Account order information */

.account-order-info .tb_order_info .table-responsive table tr td{
	padding: 5px;
}

/* Seller order information */
.ms-account-order-info #order_comment {
    width: 100%;
}

.ms-account-order-info #button-history {
    width: auto !important;
    display: block;
}
.seller-account-order-viewOrder .ms-account-order-info .table thead tr td{
	padding: 5px !important;
}

#ms-new-review .review-comments textarea {
    width: 100%;
}

#ms-new-review .review-comments div[id^='review-comments-pag'] {
    display: none !important;
}

#ms-new-review .review-comments > .row:last-of-type {
    margin: 0 0 0 -30px !important;
}

#ms-new-review .review-comments > .row > .col-sm-1 {
    display: none;
}

#ms-new-review .review-comments .data-container {
    margin-top: 0;
}

#ms-new-review .review-comments .data-container > div:not(.review-comment) {
    margin-top: 30px;
}

/* Magnific popup fix */
.mfp-close {
    display: none !important;
}

/* Checkout > Shipping */
#collapse-shipping-method .to-payment-methods {
    padding-right: 25px;
}

#collapse-shipping-method .buttons {
    margin-left: 0;
    margin-top: 0;
}

#collapse-shipping-method .buttons:before {
    content: none;
}

#collapse-shipping-method .cart-products table tbody > tr:last-child > td {
    border-bottom: 1px solid #dddddd !important;
}

#collapse-shipping-method .cart-products table tbody > tr:not(:first-child) > td {
    border-top: none;
    border-bottom: 1px solid #dddddd !important;
}

/* Sellers catalog */
.catalog-seller a {
    pointer-events: auto;
}

.catalog-seller #search button {
    max-height: 40px;
}

.catalog-seller #search button > i {
    line-height: 25px;
    margin-right: 0;
}

.catalog-seller .product-thumb {
    width: 100%;
}

@media (max-width: 760px) {
    .catalog-seller .product-thumb {
        width: 82%;
    }

    .catalog-seller .mm_top_products_right {
        width: 76%;
    }
}

.catalog-seller .product-thumb .image {
    flex: 0 0 auto;
}

.catalog-seller .product-thumb div:not(.image) {
    flex: 1 1 0;
    min-width: 250px;
}

.catalog-seller .mm-product-filter{
	margin-bottom: 15px;
}

/* Import from CSV */
.import_content{
	width: calc(100% - 30px) !important;
}

.import_content .nav-wizard {
    width: 100%;
}

.import_content .file-holder > i {
    padding-top: 37px;
    height: 85px;
    padding-left: 15px;
}

.import_content .file-name {
    padding-left: 12px;
}

.import_content #step2 .step_footer, .import_content #step3 .step_footer {
    margin-top: 20px !important;
}

.import_content #slider > #step2 {
    width: 100%;
    margin-left: 0;
}

.import_content #slider > #step3 {
    width: 85%;
    /* margin-left: 90px; */
}

.import_content #slider{
	width: 100%;
	max-width: 100%;
}


/*  Seller settings   -----------------------------------------------------------------------  */
.ms-seller-settings .ms-note {
    min-width: 80px;
}

.ms-seller-settings #ms-seller-shipping .dropdown-menu {
    width: 20%;
    z-index: 999;
}

.ms-seller-settings #ms-seller-shipping .table > tbody > tr >td {
    padding: 10px;
}

.ms-seller-settings .pg-topbar > li > a {
    justify-content: center;
}

/* Reports */
.tb_module_account .list-group-item > .fa-caret-down {
    float: right;
    margin-top: 1px;
    margin-left: 5px;
}

.tb_module_account .list-group-submenu > .list-group-item {
    display: block;
}

.seller-dashboard .mm_dashboard .mm_boards > div:not(:first-of-type) {
    margin-left: 30px;
}
@media (max-width: 760px) {
    .seller-dashboard .mm_dashboard .mm_boards > div:not(:first-of-type) {
        margin-left: 0;
    }
}

.seller-dashboard .mm_boards.total .mm_dashboard_block .body {
    padding-left: 15px;
}

.seller-dashboard .mm_boards.total .mm_dashboard_block .body > div > div:first-of-type {
    width: 50%;
    max-width: 50%;
}

.seller-dashboard .mm_boards.top .mm_dashboard_block, .seller-dashboard .mm_boards.last .mm_dashboard_block {
    height: auto;
    min-height: 266px;
}

.mm_blocks .mm_dashboard_block.transactions{
	overflow: hidden;
}

.seller-dashboard .mm_boards.last div:nth-child(2) {
    margin-left: 0;
}

.seller-dashboard .table > thead > tr > td {
    background-color: #ffffff;
}

.seller-dashboard .table > thead > tr > td:not(:first-child) {
    border-left: none;
}

.mm_dashboard #reportrange {
    position: absolute;
    top: -55px;
    right: 0;
}

/* Payment form */
.ms-pg-payment-form .payment-methods .alert button.close {
    top: 50% !important;
    right: 10px !important;
}

.ms-pg-payment-form .methods-info .global_info {
    margin-bottom: 20px;
}

.ms-pg-payment-form fieldset legend:before {
    content: none;
}

.ms-pg-payment-form fieldset .form-group {
    margin-bottom: 0;
}

.ms-pg-payment-form fieldset .form-group > div {
    padding-top: 10px;
}

/* Product page */
.product-info .tb_system_product_price{
	margin-bottom:0;
}
#ms-sellercontact-text{
	width: 100%;
}