/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/


/* CUSTOM CSS MIXTURAGOURMET*/

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.form-group i.fa-folder:before {
    font-family: 'FontAwesome' !important;
    color: #000000;
}


/* OJO */


/* #module-jmarketplace-selleraccount #footer {
    position: absolute !important;
    width: 100%;
    bottom: 0;
} */

#module-jmarketplace-selleraccount #content-wrapper .page-header,
#module-jmarketplace-addproduct #content-wrapper .page-header,
#module-jmarketplace-sellerproducts #content-wrapper .page-header,
#module-jmarketplace-csvproducts #content-wrapper .page-header,
#module-jmarketplace-sellerprofile #content-wrapper .page-header,
#module-jmarketplace-editseller #content-wrapper .page-header,
#module-jmarketplace-sellerhistorycommissions #content-wrapper .page-header,
#module-jmarketplace-orders #content-wrapper .page-header,
#module-jmarketplace-addcarrier #content-wrapper .page-header,
#module-jmarketplace-sellerpayment #content-wrapper .page-header,
#module-jmarketplace-sellermessages #content-wrapper .page-header,
#module-jmarketplace-dashboard #content-wrapper .page-header,
#module-jmarketplace-sellerinvoice #content-wrapper .page-header,
#module-jmarketplace-editproduct #content-wrapper .page-header,
#module-jmarketplace-editcarrier #content-wrapper .page-header {
    margin-top: 3.5rem!important;
}

#module-jmarketplace-selleraccount #content-wrapper .page-title span,
#module-jmarketplace-addproduct .page-title span,
#module-jmarketplace-sellerproducts .page-title span,
#module-jmarketplace-csvproducts .page-title span,
#module-jmarketplace-sellerprofile .page-title span,
#module-jmarketplace-editseller .page-title span,
#module-jmarketplace-sellerhistorycommissions .page-title span,
#module-jmarketplace-orders .page-title span,
#module-jmarketplace-addcarrier .page-title span,
#module-jmarketplace-sellerpayment .page-title span,
#module-jmarketplace-sellermessages .page-title span,
#module-jmarketplace-dashboard .page-title span,
#module-jmarketplace-sellerinvoice .page-title span,
#module-jmarketplace-editproduct .page-title span,
#module-jmarketplace-editcarrier .page-title span {
    padding-left: 1em;
}

#module-jmarketplace-selleraccount .breadcrumb,
#module-jmarketplace-addproduct .breadcrumb,
#module-jmarketplace-sellerproducts .breadcrumb,
#module-jmarketplace-csvproducts .breadcrumb,
#module-jmarketplace-sellerprofile .breadcrumb,
#module-jmarketplace-editseller .breadcrumb,
#module-jmarketplace-sellerhistorycommissions .breadcrumb,
#module-jmarketplace-orders .breadcrumb,
#module-jmarketplace-addcarrier .breadcrumb,
#module-jmarketplace-sellerpayment .breadcrumb,
#module-jmarketplace-sellermessages .breadcrumb,
#module-jmarketplace-dashboard .breadcrumb,
#module-jmarketplace-sellerinvoice .breadcrumb,
#module-jmarketplace-editproduct .breadcrumb,
#module-jmarketplace-editcarrier .breadcrumb {
    display: none !important;
}


/* OJO */

#sellermenu li a i {
    color: #c7092b;
}

#sellermenu li a span {
    color: #000000;
    font-size: 12px !important;
}

#sellermenu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
}

.page-footer a {
    display: flex;
    align-items: center;
    font-size: 12px !important;
    color: #000000 !important;
    padding: 0 .5rem !important;
}

.page-footer a i {
    font-size: 12px !important;
    padding-right: 2px;
}

.page-footer a span {
    text-decoration: underline;
    font-weight: 600;
}


/* MOBILE MENU */

#module-jmarketplace-selleraccount .btn-primary {
    /* border-radius: 7px; */
}

.open_seller_menu {
    background-color: #000000 !important;
    color: #ffffff !important;
    min-height: 40px;
    padding: 1rem 1.25rem !important;
    text-transform: unset !important;
}

.open_seller_menu.border-open {
    border-radius: 7px 7px 0px 0px;
}

.open_seller_menu:not(.border-open) {
    border-radius: 7px;
}

.open_seller_menu .fa {
    color: #c7092b !important;
}

.open_seller_menu span:after {
    content: "\e917";
    position: absolute;
    right: 40px;
    font-size: 8px;
    font-family: 'MixturaGourmet_Iconos';
}

@media (max-width: 768px) {
    #sellermenu {
        border-left: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-radius: 0px 0px 7px 7px;
        margin: 0px 15px;
    }
    #sellermenu:first-child {
        padding-top: 1rem;
    }
    .seller_menu_container {
        margin-bottom: 0px !important;
    }
    .seller_menu_container .btn-primary {
        /* border-radius: 7px 7px 0px 0px; */
    }
    #sellermenu li a {
        text-align: left;
        width: 100%;
        flex-direction: row;
        height: unset !important;
        margin-bottom: 5px;
        margin-top: 5px;
        float: left;
        padding: unset !important;
        background-color: unset !important;
        border: unset !important;
    }
    #sellermenu li a i {
        width: unset !important;
        font-size: 25px !important;
    }
    #sellermenu li a {
        text-align: left !important;
    }
    #sellermenu li a i {
        padding-right: 1rem;
    }
    #sellermenu li a span {
        text-align: left !important;
    }
}


/* EDIT PRODUCT */

#module-jmarketplace-editproduct .icon-trash {
    font-family: 'FontAwesome' !important;
}

#module-jmarketplace-editproduct .btn-danger {
    border-radius: 7px;
}

#module-jmarketplace-editproduct .alert-info {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}


/* ADD PRODUCT */

#module-jmarketplace-addproduct .mce-statusbar .mce-container-body,
#module-jmarketplace-editseller .mce-statusbar .mce-container-body {
    display: none;
}

#module-jmarketplace-addproduct .input-group-addon,
#module-jmarketplace-editproduct .input-group-addon {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media(max-width: 768px) {
    #module-jmarketplace-addproduct #sellermenu li.addproduct a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-addproduct #sellermenu li.addproduct a span {
        color: #000000 !important;
    }
    #module-jmarketplace-addproduct .seller_menu_container>div {
        margin-bottom: 0 !important;
    }
    #module-jmarketplace-addproduct .options {
        flex-direction: column;
    }
}

#module-jmarketplace-addproduct select,
#module-jmarketplace-csvproducts select,
#module-jmarketplace-addcarrier select,
#module-jmarketplace-editcarrier select,
#module-jmarketplace-orders select,
#module-jmarketplace-contactseller select,
#module-jmarketplace-sellercomments select,
#module-jmarketplace-sellerproducts select {
    background-image: none !important;
}


/* #module-jmarketplace-addproduct .seller_menu_container>div a {
    border-radius: 7px;
} */

#module-jmarketplace-addproduct .seller_menu_container>div {
    margin-bottom: 1.5rem;
}

#module-jmarketplace-addproduct #sellermenu li.addproduct a {
    background-color: #2d2d2d;
}

#module-jmarketplace-addproduct #sellermenu li.addproduct a span {
    color: #ffffff;
}

#jmarketplace-tabs .panel {
    padding: 0px !important;
    border: none !important;
    color: #000000 !important;
}

#jmarketplace-tabs>div:nth-child(1) i {
    font-family: 'FontAwesome' !important;
    color: #c7092b;
}

#jmarketplace-tabs>div:nth-child(2) h3 i {
    color: #c7092b;
    font-family: 'FontAwesome' !important;
}

#jmarketplace-tabs>div:nth-child(1) a {
    color: #000000 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#module-jmarketplace-addproduct h3,
#module-jmarketplace-editproduct h3 {
    background-color: #2d2d2d !important;
}

#module-jmarketplace-editproduct h3>i:before {
    font-family: 'FontAwesome' !important;
}

#jmarketplace-tabs>div:nth-child(1) a.active {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
}

.list-group-item.active {
    border: none !important;
}

.control-label {
    display: block;
    border-bottom: 1px solid #aeaeae;
    font-weight: 600;
    color: #000000;
    padding: 5px 0px;
    margin-bottom: 1rem;
}

#jmarketplace-tabs .panel {
    min-height: unset !important;
    height: auto !important;
}

#jmarketplace-add-product-form input[type=radio]:checked,
#jmarketplace-add-product-form input[type=checkbox]:checked {
    background-color: #c7092b !important;
}

#jmarketplace-add-product-form .btn-outline-primary,
#jmarketplace-add-product-form .btn-primary,
#module-jmarketplace-csvproducts .btn-primary,
#module-jmarketplace-editcarrier .btn-primary,
#module-jmarketplace-editproduct .btn-primary,
#module-jmarketplace-sellerinvoice .btn-primary,
#module-jmarketplace-contactseller .btn-primary {
    color: #ffffff !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
    border-radius: 7px;
}

.btn-outline-danger {
    border-radius: 4px;
    font-weight: 500;
}


/* SELLER PRODUCTS */

@media(max-width: 768px) {
    #module-jmarketplace-sellerproducts #sellermenu li.products a,
    #module-jmarketplace-editproduct #sellermenu li.products a {
        background-color: #ffffff !important;
    }
    #module-jmarketplace-sellerproducts #sellermenu li.products a span,
    #module-jmarketplace-editproduct #sellermenu li.products a span {
        color: #000000 !important;
    }
    #module-jmarketplace-sellerproducts th {
        border-top: none;
    }
    #module-jmarketplace-sellerproducts td {
        border: none;
    }
    #module-jmarketplace-sellerproducts .action-buttons {
        padding-bottom: 3rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #aeaeae;
    }
}

@media(min-width: 768px) {
    #module-jmarketplace-sellerproducts .btn-block {
        display: block;
        margin: 1px;
    }
}

#module-jmarketplace-sellerproducts #sellermenu li.products a,
#module-jmarketplace-editproduct #sellermenu li.products a {
    background-color: #2d2d2d;
}

#module-jmarketplace-sellerproducts #sellermenu li.products a span,
#module-jmarketplace-editproduct #sellermenu li.products a span {
    color: #ffffff;
}

#module-jmarketplace-sellerproducts .table-bordered,
#module-jmarketplace-sellerproducts .table-bordered td,
#module-jmarketplace-sellerproducts .table-bordered th {
    border-left: unset;
    border-right: unset;
}

#module-jmarketplace-sellerproducts .btn-light {
    background-color: #eabe48;
    color: #ffffff;
    border: 1px solid #eabe48;
}

#module-jmarketplace-sellerproducts .btn-warning,
#module-jmarketplace-carriers .btn-warning {
    color: #ffffff;
}

#module-jmarketplace-sellerproducts .btn-light,
#module-jmarketplace-sellerproducts .btn-warning,
#module-jmarketplace-sellerproducts .btn-danger {
    font-size: 10px;
}


/* CSV PRODUCTS */

@media(max-width: 768px) {
    #module-jmarketplace-csvproducts #sellermenu li.csvproducts a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-csvproducts #sellermenu li.csvproducts a span {
        color: #000000 !important;
    }
    #module-jmarketplace-csvproducts .bootstrap-filestyle input,
    #module-jmarketplace-sellermessages .bootstrap-filestyle input {
        display: none;
    }
    #module-jmarketplace-csvproducts .bootstrap-filestyle>span,
    #module-jmarketplace-sellermessages .bootstrap-filestyle>span {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

#module-jmarketplace-csvproducts #sellermenu li.csvproducts a {
    background-color: #2d2d2d;
}

#module-jmarketplace-csvproducts #sellermenu li.csvproducts a span {
    color: #ffffff;
}

#module-jmarketplace-csvproducts h2 {
    background-color: #000000;
    color: #ffffff;
    height: 41px;
    font-size: 16px;
}

#module-jmarketplace-csvproducts h2 i {
    color: #c7092b;
}

#module-jmarketplace-csvproducts .boxto {
    background-color: #ffffff;
}

#module-jmarketplace-csvproducts .btn-default,
#module-jmarketplace-sellermessages .btn-default {
    border: 1px solid #c7092b;
    background-color: #ffffff;
    color: #c7092b;
    border-radius: 3px;
    font-weight: 500;
}

#module-jmarketplace-csvproducts select,
#module-jmarketplace-csvproducts input,
#module-jmarketplace-csvproducts textarea,
#module-jmarketplace-editseller input,
#module-jmarketplace-editseller select {
    border-radius: 3px;
}

#module-jmarketplace-csvproducts textarea {
    resize: none;
}

#module-jmarketplace-csvproducts .icon-span-filestyle,
#module-jmarketplace-editcarrier .icon-span-filestyle {
    display: none;
}


/* #module-jmarketplace-csvproducts .btn-primary {
    height: 42px;
    font-size: 14px;
} */

@media(min-width: 768px) {
    #module-jmarketplace-csvproducts .btn-block {
        width: 224px;
        display: inline;
        margin: 1px;
    }
}


/* SELLER PROFILE */

#module-jmarketplace-sellerprofile .seller-logo-div {
    background-color: #eeeeee;
}

#module-jmarketplace-sellerprofile .seller-logo {
    border: unset;
    box-shadow: unset;
    margin-bottom: unset;
    text-align: left;
}

#module-jmarketplace-sellerprofile .seller-name h4 {
    font-size: 22px;
}

#module-jmarketplace-sellerprofile .seller-description p {
    margin-bottom: 0;
}

#module-jmarketplace-sellerprofile .btn-warning {
    color: #ffffff;
    font-size: 10px;
}

@media(max-width: 768px) {
    #module-jmarketplace-sellerprofile #sellermenu li.sellerprofile a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-sellerprofile #sellermenu li.sellerprofile a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-sellerprofile #sellermenu li.sellerprofile a {
    background-color: #2d2d2d;
}

#module-jmarketplace-sellerprofile #sellermenu li.sellerprofile a span {
    color: #ffffff;
}


/* EDIT SELLER */

@media(max-width: 768px) {
    #module-jmarketplace-editseller #sellermenu li.editaccount a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-editseller #sellermenu li.editaccount a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-editseller #sellermenu li.editaccount a {
    background-color: #2d2d2d;
}

#module-jmarketplace-editseller #sellermenu li.editaccount a span {
    color: #ffffff;
}

#module-jmarketplace-editseller .select2-container--default .select2-selection--single {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 40px;
}

#module-jmarketplace-editseller .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

#module-jmarketplace-editseller .input-group .input-group-btn>.btn,
#module-jmarketplace-addcarrier .input-group .input-group-btn>.btn,
#module-jmarketplace-contactseller .input-group .input-group-btn>.btn {
    background-color: #ffffff;
    color: #c7092b;
    border: 1px solid #c7092b;
    border-radius: 3px;
    font-weight: 500;
}

#module-jmarketplace-editseller .icon-span-filestyle,
#module-jmarketplace-addcarrier .icon-span-filestyle {
    display: none;
}

#module-jmarketplace-editseller .btn-primary {
    border-radius: 7px;
    text-transform: uppercase;
}

@media(max-width: 768px) {
    #module-jmarketplace-editseller .bootstrap-filestyle.input-group input,
    #module-jmarketplace-addcarrier .bootstrap-filestyle.input-group input,
    #module-jmarketplace-contactseller .bootstrap-filestyle.input-group input {
        display: none;
    }
    #module-jmarketplace-editseller .group-span-filestyle.input-group-btn,
    #module-jmarketplace-addcarrier .group-span-filestyle.input-group-btn,
    #module-jmarketplace-contactseller .group-span-filestyle.input-group-btn {
        width: 100%;
    }
    #module-jmarketplace-editseller .btn-primary,
    #module-jmarketplace-addcarrier .btn-primary,
    #module-jmarketplace-addcarrier .new_range {
        width: 100%;
    }
}


/* SELLER HISTORY COMISSIONS */

@media(max-width: 768px) {
    #module-jmarketplace-sellerhistorycommissions #sellermenu li.comissions a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-sellerhistorycommissions #sellermenu li.comissions a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-sellerhistorycommissions #sellermenu li.comissions a {
    background-color: #2d2d2d;
}

#module-jmarketplace-sellerhistorycommissions #sellermenu li.comissions a span {
    color: #ffffff;
}

#module-jmarketplace-sellerhistorycommissions .table-bordered td {
    border: none;
}

#module-jmarketplace-sellerhistorycommissions .table td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

#module-jmarketplace-sellerhistorycommissions p.alert-info,
#module-jmarketplace-orders p.alert-info,
#module-jmarketplace-carriers p.alert-info,
#module-jmarketplace-sellerpayment p.alert-info,
#module-jmarketplace-sellerpayment div.alert-success,
#module-jmarketplace-sellerinvoice p.alert-info {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}


/* ADD CARRIER */

@media(max-width: 768px) {
    #module-jmarketplace-addcarrier #sellermenu li.carriers a,
    #module-jmarketplace-carriers #sellermenu li.carriers a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-addcarrier #sellermenu li.carriers a span,
    #module-jmarketplace-carriers #sellermenu li.carriers a span {
        color: #000000 !important;
    }
    #module-jmarketplace-addcarrier .table td {
        padding: unset;
    }
}

#module-jmarketplace-addcarrier #sellermenu li.carriers a,
#module-jmarketplace-carriers #sellermenu li.carriers a {
    background-color: #2d2d2d;
}

#module-jmarketplace-addcarrier #sellermenu li.carriers a span,
#module-jmarketplace-carriers #sellermenu li.carriers a span {
    color: #ffffff;
}

#module-jmarketplace-addcarrier input,
#module-jmarketplace-addcarrier select {
    border-radius: 3px;
}

#module-jmarketplace-addcarrier .btn-primary {
    border-radius: 7px;
    text-transform: uppercase;
}

#module-jmarketplace-addcarrier .table td {
    border: none;
}

#module-jmarketplace-addcarrier .table-responsive {
    overflow-x: hidden;
}

#module-jmarketplace-addcarrier .table-responsive .input-group-addon {
    position: absolute;
    right: 10px;
    padding-top: 10px;
}

#module-jmarketplace-addcarrier .help-block {
    font-size: 12px;
}


/* ORDERS */

@media(max-width: 768px) {
    #module-jmarketplace-orders #sellermenu li.orders a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-orders #sellermenu li.orders a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-orders #sellermenu li.orders a {
    background-color: #2d2d2d;
}

#module-jmarketplace-orders #sellermenu li.orders a span {
    color: #ffffff;
}


/* SELLER PAYMENT */

@media(max-width: 768px) {
    #module-jmarketplace-sellerpayment #sellermenu li.payment a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-sellerpayment #sellermenu li.payment a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-sellerpayment #sellermenu li.payment a {
    background-color: #2d2d2d;
}

#module-jmarketplace-sellerpayment #sellermenu li.payment a span {
    color: #ffffff;
}

#module-jmarketplace-sellerpayment .btn-primary {
    text-transform: uppercase;
    border-radius: 4px;
}


/* SELLER MESSAGES */

@media(max-width: 768px) {
    #module-jmarketplace-sellermessages #sellermenu li.messages a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-sellermessages #sellermenu li.messages a span {
        color: #000000 !important;
    }
    #module-jmarketplace-sellermessages .table th {
        border: none;
        padding-top: 5px;
        padding-bottom: 0px;
        margin-top: .5rem;
    }
    #module-jmarketplace-sellermessages .table td {
        border: none;
        padding-top: 0px;
        padding-bottom: 5px;
        margin-top: 0;
    }
    #module-jmarketplace-sellermessages .table tr {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 2rem;
    }
    #module-jmarketplace-sellermessages .btn-warning {
        margin-bottom: 2rem;
        margin-top: 1rem;
        display: block !important;
    }
    #module-jmarketplace-sellermessages .btn-primary {
        border-radius: 4px;
        text-transform: uppercase;
        width: 100%;
    }
}

#module-jmarketplace-sellermessages #sellermenu li.messages a {
    background-color: #2d2d2d;
}

#module-jmarketplace-sellermessages #sellermenu li.messages a span {
    color: #ffffff;
}

#module-jmarketplace-sellermessages .table-responsive {
    overflow-x: hidden;
}

#module-jmarketplace-sellermessages .table th,
#module-jmarketplace-carriers .table th,
#module-jmarketplace-orders .table th,
#module-jmarketplace-sellerhistorycommissions .table th,
#module-jmarketplace-dashboard .table th,
#module-jmarketplace-sellerinvoicehistory .table th,
#module-jmarketplace-contactseller .table th {
    border: none;
}

#module-jmarketplace-sellermessages .table thead,
#module-jmarketplace-carriers .table thead,
#module-jmarketplace-orders .table thead,
#module-jmarketplace-sellerhistorycommissions .table thead,
#module-jmarketplace-dashboard .table thead,
#module-jmarketplace-sellerinvoicehistory .table thead,
#module-jmarketplace-contactseller .table thead {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

#module-jmarketplace-sellermessages .table td,
#module-jmarketplace-carriers .table td,
#module-jmarketplace-orders .table td,
#module-jmarketplace-sellerhistorycommissions .table td,
#module-jmarketplace-dashboard .table td,
#module-jmarketplace-sellerinvoicehistory .table td,
#module-jmarketplace-contactseller .table td {
    border-left: none;
    border-right: none;
    font-size: 12px;
}

#module-jmarketplace-sellermessages .btn-warning {
    background-color: #eabe48;
    border-color: #eabe48;
    color: #ffffff;
    display: inline;
}

#module-jmarketplace-carriers .btn-warning,
#module-jmarketplace-orders .btn-warning,
#module-jmarketplace-dashboard .btn-warning,
#module-jmarketplace-contactseller .btn-warning {
    background-color: #eabe48;
    border-color: #eabe48;
    color: #ffffff;
}

#module-jmarketplace-sellermessages .btn-primary {
    border-radius: 4px;
    text-transform: uppercase;
    /* width: 20%; */
}


/* SELLER DASHBOARD */

@media(max-width: 768px) {
    #module-jmarketplace-dashboard #sellermenu li.dashboard a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-dashboard #sellermenu li.dashboard a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-dashboard #sellermenu li.dashboard a {
    background-color: #2d2d2d;
}

#module-jmarketplace-dashboard #sellermenu li.dashboard a span {
    color: #ffffff;
}


/* SELLER INVOICE */

@media(max-width: 768px) {
    #module-jmarketplace-sellerinvoice li.sellerinvoice a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-sellerinvoice li.sellerinvoice a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-sellerinvoice li.sellerinvoice a {
    background-color: #2d2d2d;
}

#module-jmarketplace-sellerinvoice li.sellerinvoice a span {
    color: #ffffff;
}


/* EDIT CARRIER */

@media(max-width: 768px) {
    #module-jmarketplace-editcarrier li.carriers a {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    #module-jmarketplace-editcarrier li.carriers a span {
        color: #000000 !important;
    }
}

#module-jmarketplace-editcarrier li.carriers a {
    background-color: #2d2d2d;
}

#module-jmarketplace-editcarrier li.carriers a span {
    color: #ffffff;
}


/* END CUSTOM CSS*/

.thumbnails {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    float: left;
    margin-top: 10px;
    padding: 20px;
    width: 100%;
}

.thumbnails li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.thumbnails li img {
    border: 1px solid #aaaaaa;
}


/*.open_seller_account, 
.link_open_seller_account span {
    background: #9EBCF1 !important;
}

.open_seller_account:hover,
.link_open_seller_account:hover span {
    background: #fff !important;
}*/

.boxto {
    background-color: #f6f6f6;
    padding: 10px;
    margin-top: 0px;
}

.view-csv-example {
    width: 100%;
    margin-top: 10px;
}

.counter-importing,
.execute-time-content {
    text-align: center;
}

#logs ul {
    margin: 0px;
}

.search_box {
    display: none
}

#sellermenu {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

#sellermenu li {
    float: left;
    /*margin-right: 20px;*/
}

#sellermenu li a {
    text-align: center;
    width: 100%;
    height: 115px;
    margin-bottom: 15px;
    float: left;
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #d6d4d4;
}

#sellermenu li a:hover {
    background-color: #d6d4d4;
    border: 1px solid #fbfbfb;
}

#sellermenu li a span {
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
}

#sellermenu li a i {
    font-size: 40px;
    text-align: center;
    width: 100%;
}

.incidence_messages .message {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #d6d4d4;
}

.incidence_messages .author {
    border-bottom: 1px solid #d6d4d4;
    font-size: 14px;
    margin: 5px 0 0;
    padding-bottom: 5px;
}

.incidence_messages .customer .description {
    padding: 10px;
}

.incidence_messages .seller .description {
    padding: 10px;
}

.incidence_messages .employee .description {
    padding: 10px;
}

.incidence_messages .attachment {
    padding: 10px;
    border-top: 1px solid #d6d4d4;
}

.incidence_messages form {
    float: left;
    width: 100%;
    margin-top: 10px;
}


/*Product buttons*/

#link_contact_seller {
    text-align: center !important;
}

#module-jmarketplace-sellerproductlist .showall {
    display: none;
}

#module-jmarketplace-sellers .seller_list .block_seller {
    height: 233px;
}

#module-jmarketplace-sellers .seller_list .seller_name {
    text-align: left;
    line-height: 17px;
}

#module-jmarketplace-sellers .seller_list .seller_image img {
    height: 270px !important;
    width: 244px !important;
}

#module-jmarketplace-sellers .seller_list .average_rating {
    text-align: left;
}

#module-jmarketplace-sellers .seller_list .average_rating .star {
    height: 20px;
}

#module-jmarketplace-sellermessages .not_readed,
#module-jmarketplace-contactseller .not_readed {
    font-weight: bold;
}

#product_att_list {
    margin-bottom: 15px;
    height: 80px !important;
}

#button_add_combination {
    margin-top: 25px;
}

#add_feature_button {
    margin-bottom: 15px;
}

div.fixed {
    background: #333333 none repeat scroll 0 0;
    color: white;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed div {
    text-align: center;
    color: white !important;
}

.lang_selector {
    text-align: center;
}

.lang_selector img {
    cursor: pointer;
}

.lang_selector img.selected {
    width: 24px;
}

.submitAddProduct {
    margin-top: 15px;
}

.seller-logo {
    text-align: center;
    height: auto;
    padding: 7px;
    /* border: 1px solid #f6f6f6; */
    /* box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2); */
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seller-logo img {
    border: 1px solid #c4c4c4;
    padding: 1rem;
    width: 238px;
}

.seller-logo i {
    font-size: 136px;
}

#module-jmarketplace-sellerprofile table {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}


/*Mobile landscape (480x320)*/

@media only screen and (max-width:1025px) {
    .input_with_language {
        margin-bottom: 2px;
    }
    .lang_selector {
        margin-bottom: 10px;
    }
}

#buy_block .seller_info {
    padding: 0px 7px 0 19px;
}

#buy_block .seller_name {
    float: left;
    padding-right: 5px;
}

#buy_block .average_rating {
    float: left;
    padding: 0px;
}

#buy_block .seller_links {
    padding: 10px 0;
    clear: both;
}

#buy_block .link_seller_profile,
#buy_block .link_contact_seller,
#buy_block .link_seller_favorite,
#buy_block .link_seller_products {
    padding: 0px 7px 0 19px;
}

#module-jmarketplace-sellerproductlist .nbrItemPage {
    display: none;
}

.upload_image {
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


/*.upload_image img {
    max-width: 100%;
}*/

.upload_image .preview {
    height: 150px;
    width: 150px;
    position: relative;
    background: #fff;
    border: 1px solid #dadada;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.preview i.fa-picture-o,
.upload_image i.fa-picture-o {
    font-size: 60px;
}

.delete_product_image {
    margin-top: 5px;
    width: 150px;
    text-align: center;
}

#jmarketplace-tabs .tab-content {
    margin: 0px;
}

#jmarketplace-tabs .panel {
    padding: 15px;
    min-height: 397px;
    border: 1px solid #d6d4d4;
    float: left;
    width: 100%;
}


/*#jmarketplace-tabs button {
    width: 100%;
}*/


/*#module-jmarketplace-addproduct select, 
#module-jmarketplace-editproduct select, 
#module-jmarketplace-addseller select, 
#module-jmarketplace-editseller select {
    width: 100%;
    box-shadow: none;
    height: 27px;
    padding: 3px 5px;
    border: 1px solid #d6d4d4;
}*/

.select2-container--default .select2-selection--single {
    border-radius: none !important;
    height: 40px;
}

#module-jmarketplace-addproduct label,
#module-jmarketplace-editproduct label {
    text-align: left !important;
}

.icon-user:before,
.icon-envelope:before,
.icon-heart:before,
#sellermenu i:before {
    font-family: "FontAwesome";
}

#category_suggestions .suggest-element {
    background-color: #eeeeee;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    float: left;
    padding: 2px 7px;
    width: 100%;
}

#category_suggestions .suggest-element:hover {
    background-color: #d4d4d4;
}

#category_suggestions {
    height: auto;
    overflow: auto;
    position: absolute;
    right: 0px;
    top: 26px;
    width: 30%;
    z-index: 9999;
}

.category_search_block {
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}


/*.category_search_block label {
    float: left;
    width: 20%;
}
*/

.category_search_block input {
    float: right;
    width: 50%;
    background-color: #fff;
    border: 1px solid #aeaeae;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #9c9b9b;
    font-size: 12px;
    height: 34px;
    padding: 5px 7px;
    vertical-align: middle;
}

.category_search_block div.checkok {
    float: right;
    font-size: 12px;
    margin-right: 1%;
    text-align: right;
    width: 49%;
}

#tree1 ul li {
    margin-bottom: 3px;
}

#tree1 .category {
    vertical-align: baseline;
    margin-right: 4px;
    line-height: normal;
    margin: 3px 0 0;
    cursor: pointer;
}

#tree1 div.checker span {
    top: 0px !important;
}

#tree1 label {
    cursor: pointer;
}

.tree-selected {
    color: #fff;
    background-color: #00aff0;
}

.dashtrends_content {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 70px;
    padding: 15px 10px;
    margin-bottom: 15px;
}

#dashtrends {
    margin-top: 15px;
}

.dashtrends_content .data_title {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 14px
}

.dashtrends_content .data_value {
    text-align: center;
    font-size: 16px;
}

#day_chart_div,
#month_chart_div {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

#module-jmarketplace-orders .boxes {
    background: #ffffff;
    border: 1px solid #d6d4d4;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 14px 18px 13px;
    float: left;
    width: 100%;
}

#module-jmarketplace-orders #order {
    height: auto;
}

#module-jmarketplace-orders #order select {
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #9c9b9b;
    display: block;
    font-size: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}


/*#module-jmarketplace-csvproducts select {
    width: 120px;
    box-shadow: none;
    height: 27px;
    padding: 3px 5px;
    border: 1px solid #d6d4d4;
}*/

#module-jmarketplace-csvproducts .scroll_horizontal {
    width: 100%;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 8px;
}

#module-jmarketplace-csvproducts .scroll_horizontal table tr td {
    height: 50px !important;
}

#logs {
    margin-top: 15px;
}

#tree1,
#tree2 {
    border: 1px solid #d6d4d4;
    padding: 10px;
    height: 220px;
    overflow: auto;
}

div.checker,
div.checker span,
div.checker input {
    float: left;
}

#tree1 ul,
#tree2 ul {
    padding-left: 15px;
}

#tree1 ul ul,
#tree2 ul ul {
    padding-left: 25px;
}

#tree1 ul ul ul,
#tree2 ul ul ul {
    padding-left: 35px;
}

#tree1 ul ul ul,
#tree2 ul ul ul {
    padding-left: 45px;
}

#tree1 label {
    margin-left: 7px;
}


/* PrestaShop 1.7.0.0 */

.page-my-account .links a i {
    padding-bottom: 0px;
}

.lang_selector span {
    cursor: pointer;
    text-transform: uppercase;
}

.lang_selector span.selected {
    font-weight: bold;
}

.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer;
}

.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

#module-jmarketplace-sellercomments .cancel,
#module-jmarketplace-sellercomments .star,
#module-jmarketplace-sellerprofile .cancel,
#module-jmarketplace-sellerprofile .star,
.average_rating .cancel,
div.average_rating .star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 18px;
    cursor: pointer;
}

#module-jmarketplace-sellercomments .cancel,
#module-jmarketplace-sellercomments .cancel a,
#module-jmarketplace-sellerprofile .cancel,
#module-jmarketplace-sellerprofile .cancel a,
.average_rating .cancel,
div.average_rating .cancel a {
    /*background: url(../img/delete.gif) no-repeat 0 -16px !important; */
    display: none;
}

#module-jmarketplace-sellercomments .cancel a,
#module-jmarketplace-sellercomments .star a,
#module-jmarketplace-sellerprofile .cancel a,
#module-jmarketplace-sellerprofile .star a,
.average_rating .cancel a,
div.average_rating .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
}

#module-jmarketplace-sellercomments div.star_on a,
#module-jmarketplace-sellerprofile div.star_on a,
.average_rating div.star_on a {
    background-position: 0 -16px;
}

#module-jmarketplace-sellercomments,
div.star_hover a,
#module-jmarketplace-sellercomments div.star a:hover,
#module-jmarketplace-sellerprofile,
div.star_hover a,
#module-jmarketplace-sellerprofile div.star a:hover,
.average_rating,
div.star_hover a,
.average_rating div.star a:hover {
    background-position: 0 -32px;
}

#module-jmarketplace-sellercomments .star,
#module-jmarketplace-sellerprofile .star,
.average_rating .star {
    position: relative;
    top: -1px;
    float: left;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

#module-jmarketplace-sellercomments .star,
#module-jmarketplace-sellerprofile .star,
.average_rating .star {
    display: block;
}

#module-jmarketplace-sellercomments .star a,
#module-jmarketplace-sellerprofile .star a,
.average_rating .star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

#module-jmarketplace-sellercomments div.star:after,
#module-jmarketplace-sellerprofile div.star:after,
.average_rating div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}

#module-jmarketplace-sellercomments div.star.star_on,
#module-jmarketplace-sellerprofile div.star.star_on,
.average_rating div.star.star_on {
    display: block;
}

#module-jmarketplace-sellercomments div.star.star_on:after,
#module-jmarketplace-sellerprofile div.star.star_on:after,
.average_rating div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #c7092b;
}

#module-jmarketplace-sellercomments div.star.star_hover:after,
#module-jmarketplace-sellerprofile div.star.star_hover:after,
.average_rating div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}

table#seller-products img {
    border: 1px solid #dadada;
    max-width: 150px;
}

@media(max-width: 768px) {
    table#seller-products img {
        border: 1px solid #dadada;
        max-width: 120px;
    }
}

#module-jmarketplace-sellerproducts .pagination li {
    float: left !important;
    /*padding-left: 15px;*/
}

#module-jmarketplace-sellerproducts .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px;
    border-radius: 0px;
}

#module-jmarketplace-sellerproducts .pagination>li {
    display: inline;
}

#module-jmarketplace-sellerproducts .pagination>li>a,
#module-jmarketplace-sellerproducts .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

#module-jmarketplace-sellerproducts .pagination>li:first-child>a,
#module-jmarketplace-sellerproducts .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#module-jmarketplace-sellerproducts .pagination>li:last-child>a,
#module-jmarketplace-sellerproducts .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

#module-jmarketplace-sellerproducts .pagination>li>a:hover,
.pagination>li>a:focus,
#module-jmarketplace-sellerproducts .pagination>li>span:hover,
#module-jmarketplace-sellerproducts .pagination>li>span:focus {
    background-color: #f6f6f6;
}

#module-jmarketplace-sellerproducts .pagination>.active>a,
#module-jmarketplace-sellerproducts .pagination>.active>a:hover,
#module-jmarketplace-sellerproducts .pagination>.active>a:focus,
#module-jmarketplace-sellerproducts .pagination>.active>span,
#module-jmarketplace-sellerproducts .pagination>.active>span:hover,
#module-jmarketplace-sellerproducts .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

#module-jmarketplace-sellerproducts .pagination>.disabled>span,
#module-jmarketplace-sellerproducts .pagination>.disabled>a,
#module-jmarketplace-sellerproducts .pagination>.disabled>a:hover,
#module-jmarketplace-sellerproducts .pagination>.disabled>a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

#module-jmarketplace-sellerproducts .pagination-lg>li>a,
#module-jmarketplace-sellerproducts .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px;
}

#module-jmarketplace-sellerproducts .pagination-lg>li:first-child>a,
#module-jmarketplace-sellerproducts .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

#module-jmarketplace-sellerproducts .pagination-lg>li:last-child>a,
#module-jmarketplace-sellerproducts .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

#module-jmarketplace-sellerproducts .pagination-sm>li>a,
#module-jmarketplace-sellerproducts .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

#module-jmarketplace-sellerproducts .pagination-sm>li:first-child>a,
#module-jmarketplace-sellerproducts .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

#module-jmarketplace-sellerproducts .pagination-sm>li:last-child>a,
#module-jmarketplace-sellerproducts .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.seller_info {
    margin-bottom: 15px;
}

#bulk_actions .text-success {
    color: #3c763d;
}

#bulk_actions .text-danger {
    color: #a94442;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

#module-jmarketplace-sellerproducts .price_without_reduction {
    text-decoration: line-through;
}


/*#module-jmarketplace-sellerproducts .dropdown-menu {
    padding: 5px 15px;
}*/

#form-products .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

.hidden {
    display: none;
}

.marketplace_data_invoice {
    margin-bottom: 20px;
}

#module-jmarketplace-addproduct .help-block,
#module-jmarketplace-editproduct .help-block {
    margin-top: 0px;
    font-size: 12px;
}

#order-list tr td .btn {
    margin-bottom: 7px;
}

table#seller-products tr td .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: .625rem;
}

table#seller-products tr td .price {
    color: #000000;
    font-weight: bold;
}

table#seller-products tr td .has-discount {
    color: #000000;
}

table#seller-products tr td .discount-percentage,
table#seller-products tr td .discount-amount {
    background: #000000;
    color: #fff;
    font-weight: 600;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-block;
}

#module-jmarketplace-sellerproducts .btn-xs,
#module-jmarketplace-carriers .btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 4px;
}

#module-jmarketplace-sellerproducts .btn-view {
    background-color: #337ab7;
    border-color: #2e6da4;
}

#module-jmarketplace-sellerproducts .delete_product,
#module-jmarketplace-carriers .delete_product {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.menu-options li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dadada;
}

.menu-options li a span {
    font-size: 11px;
}

#module-jmarketplace-sellerproducts .search_box select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    color: #9c9b9b;
}

.search-seller-products {
    margin-top: 25px;
}

.search-seller-products #search_seller_product_query {
    height: 40px !important;
}

#customer #address_delivery,
#customer #address_invoice {
    font-size: 14px !important;
}

ul.footer_links {
    border-top: 1px solid #d6d4d4;
    float: left;
    height: 65px;
    padding: 20px 0 0;
    margin-top: 12px;
    width: 100%;
}

ul.footer_links li {
    float: left;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    height: 77px;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-top: 5px;
}

p.seller_name {
    text-align: center;
}

.quickview .tabs {
    text-align: left;
}

.jmarketplace_breadcrumb {
    margin-bottom: 15px;
}

.seller_menu_container {
    margin-bottom: 15px;
}

.open_seller_menu {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    color: #232323;
    background-color: #f6f6f6;
    border-color: transparent;
    padding: .5rem 1.25rem;
    display: none !important;
    width: 100%;
}


/*.quick-view {
    display: none;
}

#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links {
    top: 0.75em;
}*/

#jmarketplace-sellernews {
    margin-top: 15px;
    margin-bottom: 15px;
}

#jmarketplace-sellernews h2 {
    text-align: center;
}

#module-jmarketplace-addproduct h3,
#module-jmarketplace-editproduct h3 {
    color: #fff;
    text-decoration: none;
    background-color: #2fb5d2;
    border-color: #2fb5d2;
    padding: .75rem 1.25rem;
}

#module-jsellershipping-carriers .box,
#module-jsellershipping-addcarrier .box {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #d6d4d4;
    float: left;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 14px 18px 13px;
    width: 100%;
}

#carrier_wizard ul {
    float: left;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

#carrier_wizard li a {
    color: #dadada;
    background-color: #CCCCCC;
    display: block;
    height: 32px;
    margin: 0 16px 0 0;
    outline-style: none;
    position: relative;
    text-decoration: none;
}

#carrier_wizard li.selected a {
    background-color: #383f50;
    color: #f8f8f8;
    cursor: text;
}

#carrier_wizard li a .stepNumber {
    color: #fff;
    float: left;
    font-size: 30px;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 24px;
}

#carrier_wizard li a .stepDesc {
    display: table-cell;
    font-size: 13px;
    height: 32px;
    line-height: 13px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

#carrier_wizard li {
    display: block;
    overflow: hidden;
    position: relative;
}

#carrier_wizard li a.disabled {
    background-color: #ccc;
    color: #777;
}

#carrier_wizard li.selected a .chevron::after {
    border-left: 14px solid #383f50;
}

#carrier_wizard li a .chevron::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #ccc;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 16px 0 16px 14px;
    content: "";
    position: absolute;
    right: 2px;
    top: -16px;
}

#carrier_wizard li a .chevron {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent #fff;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 16px 0 16px 14px;
    position: absolute;
    right: -16px;
    top: 0;
}

#step2,
#step3,
#step4 {
    display: none;
}


/*.fixed-width-md {
    width: 120px !important;
}*/

#zone_ranges {
    margin-top: 20px;
    width: 100%;
    /*overflow: auto;*/
}

.actionBar {
    display: none;
}

.new_range {
    margin-bottom: 30px;
}

#module-jmarketplace-sellercomments h1 {
    margin-bottom: 15px;
}

.seller_comments li .comment {
    padding: 5px 10px;
    border: 1px solid #d6d4d4;
    margin-bottom: 15px;
}

.seller_comments li .star_content {
    float: left;
    width: 77px;
}

.seller_comments li .title_block {
    float: left;
    /*width: 300px;*/
    font-weight: bold;
    font-size: 16px;
}

.comment_author_infos span {
    font-size: 11px;
    font-style: italic;
}

#module-jmarketplace-sellercomments #new_comment_form {
    overflow: hidden;
    color: #333;
    text-align: left;
    width: 100% !important;
}

#new_comment_form h2 {
    margin-bottom: 20px;
}

#new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #333;
}

#new_comment_form ul.grade_content {
    list-style-type: none;
    margin: 0 0 20px 0;
}

#new_comment_form ul.grade_content li {
    width: 50%;
}

#new_comment_form ul.grade_content span {
    display: inline-block;
    padding: 0 10px;
    width: 150px;
    font-weight: bold;
}

#new_comment_form ul.grade_content .cancel {
    margin-right: 5px;
}

#new_comment_form .seller {
    margin-bottom: 15px;
}


/*#new_comment_form .new_comment_form_content {
    padding: 15px 25px 15px 15px;
}*/

@media (max-width: 767px) {
    #new_comment_form .new_comment_form_content {
        padding-left: 25px;
    }
}

#new_comment_form .new_comment_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

#new_comment_form label {
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 12px;
}

#new_comment_form input,
#new_comment_form textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

#new_comment_form textarea {
    height: 80px;
}

#new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right;
}

#new_comment_form #criterions_list {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    list-style-type: none;
}

#new_comment_form #criterions_list li {
    margin-bottom: 10px;
}

#new_comment_form #criterions_list label {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}

#new_comment_form #criterions_list .star_content {
    float: left;
}

#new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.btn-list {
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.btn-list i {
    font-weight: normal;
    font-size: 14px;
    margin-right: 0px !important;
}

#table-combinations-list tr th,
#table-combinations-list tr td {
    font-size: 12px;
}

#table-combinations-list tr td.price {
    text-align: center;
}

#attributes-list .attribute-group {
    border: 1px solid #bbcdd2;
    text-decoration: none;
}

#attributes-list .attribute-group .attribute-group-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #363a41;
    padding: 7px;
    padding: .4375rem;
}

#attributes-list .attribute-group .attributes {
    border-top: 2px solid #bbcdd2;
    padding: 7px;
    padding: .4375rem;
    height: 80px;
    height: 10.13rem;
    overflow-x: hidden;
}

#attributes-list .attribute-group .attributes .attribute .js-attribute-checkbox+.attribute-label {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    color: #bbcdd2;
    margin: 0;
}

#create-combinations {
    width: 100%;
    margin-top: 10px;
}

input.combination_default {
    width: 26%;
    display: inline;
    margin-right: 7px;
}

#calendar_form .btn-default {
    background-color: #fff;
    border-color: #dedede;
    color: #363a41;
}

#calendar_form button.btn-default.active {
    -webkit-box-shadow: none;
    background-color: #00aff0;
    border-color: #008abd;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
}

#jmarketplace-sellernews .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#jmarketplace-sellernews .product-miniature {
    margin: 0.5125rem;
}

@media only screen and (min-width:950px) and (max-width:1199px) {
    #dashtrends_toolbar dl dt {
        line-height: 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .search-seller-products {
        margin-top: 20px;
    }
    #dashtrends_toolbar dl dt {
        line-height: 15px;
    }
    #jmarketplace-tabs .list-group {
        margin-bottom: 7px;
    }
    #jmarketplace-tabs .list-group-item span {
        display: none;
    }
    #jmarketplace-tabs .list-group-item {
        font-size: 24px;
        float: left;
        width: auto;
        padding: 7px 10px;
    }
    .open_seller_menu {
        display: inline-block !important;
    }
    #sellermenu {
        display: none;
    }
    .product-date-add,
    .product-date-upd {
        display: none;
    }
    .seller-logo {
        background: #fff;
    }
    #module-jmarketplace-sellerprofile table tr td {
        background-color: #fff;
    }
    p.seller_profile_buttons {
        text-align: center;
    }
    #jmarketplace-sellernews .product-miniature {
        margin: 0 auto;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .search-seller-products {
        margin-top: 20px;
    }
    #dashtrends_toolbar dl dt {
        line-height: 15px;
    }
    #module-jmarketplace-sellerproducts .btn-primary span {
        display: none;
    }
    .footer_links li a {
        font-size: 10px;
    }
    #jmarketplace-tabs .list-group {
        margin-bottom: 7px;
    }
    #jmarketplace-tabs .list-group-item span {
        display: none;
    }
    #jmarketplace-tabs .list-group-item {
        font-size: 20px;
        float: left;
        width: auto;
        padding: 5px 8px;
    }
    .open_seller_menu {
        display: inline-block !important;
    }
    #sellermenu {
        display: none;
    }
    .product-date-add,
    .product-date-upd {
        display: none;
    }
    .seller-logo {
        background: #fff;
    }
    #module-jmarketplace-sellerprofile table tr td {
        background-color: #fff;
    }
    p.seller_profile_buttons {
        text-align: center;
    }
    #jmarketplace-sellernews .product-miniature {
        margin: 0 auto;
    }
}

@media only screen and (max-width:480px) {
    #sellermenu li a span {
        font-size: 12px;
    }
    .search-seller-products {
        margin-top: 20px;
    }
    #dashtrends_toolbar dl dt {
        line-height: 15px;
    }
    #module-jmarketplace-sellerproducts .btn-secondary span {
        display: none;
    }
    #module-jmarketplace-sellerproducts .open_seller_menu span {
        display: block;
    }
    .footer_links li a,
    .seller_profile_buttons a {
        font-size: 10px;
        margin-bottom: 5px;
    }
    #jmarketplace-tabs .list-group {
        margin-bottom: 7px;
    }
    #jmarketplace-tabs .list-group-item span {
        display: none;
    }
    #jmarketplace-tabs .list-group-item {
        font-size: 13px;
        float: left;
        width: auto;
        padding: 3px 5px;
    }
    .open_seller_menu {
        display: inline-block !important;
    }
    #sellermenu {
        display: none;
    }
    .dropzone-here {
        width: 88%;
        font-size: 12px;
    }
    /* .product-date-add,
    .product-date-upd {
        display: none;
    } */
    .seller-logo {
        background: #fff;
    }
    #module-jmarketplace-sellerprofile table tr td {
        background-color: #fff;
    }
    p.seller_profile_buttons {
        text-align: center;
    }
    #jmarketplace-sellernews .product-miniature {
        margin: 0 auto;
    }
}