/**
* 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
*/

/* seller menu */

#open_menu_top, #open_menu_options {
    border-radius: 5px;
}

#menu-top h2 a {
    cursor: pointer;
}

#sellermenu {
    margin-bottom: 0px;
}
 
#sellermenu li a {
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #d6d4d4;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 115px;
    max-height: 115px;
    margin-bottom: 15px;  
    text-align: center;  
}
 
#sellermenu li a:hover {
    background-color: #d6d4d4;
    border: 1px solid #fbfbfb;
}
 
#sellermenu li a span {
    font-size: 16px;
    width: 100%;
}
 
#sellermenu li a svg,
#sellermenu li a i {
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
}

/* rating stars */

.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer;
}

.average-rating a, .star-content {
    color: #ef8743;
}

/* product-list.tpl */

#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;
}

p.seller-name a:hover {
    opacity: 0.7;
}

/* quickview */

.quickview .seller-information {
    text-align: left;
}

/* product-buttons.tpl */

.seller-information {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}

.seller-information-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.seller-information-container .seller-logo {
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 3px;
    border: 1px solid #f6f6f6;
    box-shadow: none;
    background-color: #ffffff;
    margin-bottom: 0px;
    margin-right: 10px;
}

.seller-information-container .seller-logo i,
.seller-information-container .seller-logo svg {
    font-size: 20px;
}

.seller-information h4 {
    color: #2fb5d2;
    border-bottom: 3px solid #2fb5d2;
    padding-bottom: 7px;
}

.seller-links {
    margin-top: 15px;
}

.seller-links a:hover {
    opacity: 0.7;
}

/* sellerprofile.tpl */

#module-jmarketplace-sellerprofile #content {
    padding: 0px;
    box-shadow: none;
    border: none;
    background: none;
}

.seller-cover {
    margin-left: 7px;
}

.seller-logo {
    text-align: center;
    height: auto;
    padding: 7px;
    border: 1px solid #f6f6f6;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background-color: #ffffff;
    margin-bottom: 15px;
}

.seller-logo svg,
.seller-logo i {
    font-size: 136px;
}

#module-jmarketplace-sellerprofile table {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background-color: #ffffff;
}

#seller-new-products h2 {
    text-align: center;
}

#seller-new-products .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

#seller-new-products .product-miniature {
    margin: 0.5125rem;
}

#seller-new-products .all-product-link {
    clear: both;
    color: #7a7a7a;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#module-jmarketplace-sellerprofile .all-product-link {
    clear: both;
    color: #7a7a7a;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* sellercomments.tpl */

.star-content a {
    color: #ef8743;
}

.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;
}

.resum-criterions .criterion {
    display: flex;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d6d4d4;
}

.resum-criterions .criterion .criterion-name {
    font-size: 12px;
}

.criterions-for-rating li {
    display: flex;
    justify-content: flex-start;
}

.criterions-for-rating li label {
    margin-right: 7px;
}

.seller-comments .comment {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #d6d4d4;
}

.seller-comments .comment .comment-header {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d4d4;
    font-size: 14px;
    margin: 5px 0 0;
    padding-bottom: 5px;
}

.seller-comments .comment .comment-header div {
    margin-right: 7px;
}

.seller-comments .comment .comment-title {
    font-weight: bold;
}

.seller-comments .comment .comment-author {
    font-style: italic;
    flex: 1;
}

.seller-comments .comment .comment-description {
    padding: 10px;
}

/* seller.tpl */

.footer-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* sellerorder.tpl */

#seller-order-header .item {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}

#seller-order-header .item svg {
    font-size: 28px;
}

#seller-order-header .item-content {
    display: flex;
    flex-direction: column;
}

#seller-order-header .item-content .value {
    font-size: 1rem;
}

#seller-order-header .color1 .value,
#seller-order-header .color1 svg,
#seller-order-header .color1 i {
    color: #9e5ba1;
}

#seller-order-header .color2 .value,
#seller-order-header .color2 svg,
#seller-order-header .color2 i {
    color: #95cc6b;
}

#seller-order-header .color3 .value,
#seller-order-header .color3 svg,
#seller-order-header .color3 i {
    color: #ff5450;
}

#seller-order-header .color4 .value,
#seller-order-header .color4 svg,
#seller-order-header .color4 i {
    color: #2ba8e3;
}

.jmarketplace-panel {
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.jmarketplace-panel-header {
    display: flex;
    justify-content: space-between;
    height: 32px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    height: 2.2em;
    margin: -20px -16px 15px;
    padding: 5px 7px;
}

.jmarketplace-panel-header h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.jmarketplace-panel-header .header-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
}

.jmarketplace-panel-header .header-buttons a {
    margin-right: 5px;
}

.jmarketplace-panel-header .header-buttons a:last-child {
    margin-right: 0px;
}

.jmarketplace-panel-header h2 span.filtered {
    text-transform: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.jmarketplace-panel-header a {
    color: #ccc;
}

.jmarketplace-panel-header a:hover {
    color: #2fb5d2;
}

.jmarketplace-panel-header i,
.jmarketplace-panel-header svg {
    font-size: 1.5rem;
}

.jmarketplace-panel h2 .badge {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: #555;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: .4em;
    padding: 0 10px;
}

.jmarketplace-panel .help-block {
    font-size: 12px;
    margin-top: 3px;
}

#seller-order-state {
    height: auto;
}

#seller-order-state form select {
    height: 33px;
}

#seller-order-customer .address-delivery {
    font-size: 14px;
}

/* sellercarrier.tpl */

table#seller-carriers {
    margin-bottom: 80px;
}

.new-range {
    margin-bottom: 30px;
}

.new-range a {
    float: right;
}

/* sellerdashboard.tpl */

.input-daterange {
    float: right;
}

.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;
}

/* sellerinvoice.tpl */

#module-jmarketplace-sellerinvoice .modal-header .close {
    margin-top: -25px;
}

/* sellermessage.tpl */

#module-jmarketplace-sellermessage .not-readed,
#module-jmarketplace-contactseller .not-readed {
    font-weight: bold;
}

#seller-message-header .item {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}

#seller-message-header .item svg {
    font-size: 28px;
}

#seller-message-header .item-content {
    display: flex;
    flex-direction: column;
}

#seller-message-header .item-content .title {
    font-size: 0.8rem;
}

#seller-message-header .item-content .value {
    font-size: 0.8rem;
}

#seller-message-header .color1 .value,
#seller-message-header .color1 svg,
#seller-message-header .color1 i {
    color: #9e5ba1;
}

#seller-message-header .color2 .value,
#seller-message-header .color2 svg,
#seller-message-header .color2 i {
    color: #95cc6b;
}

#seller-message-header .color3 .value,
#seller-message-header .color3 svg,
#seller-message-header .color3 i {
    color: #ff5450;
}

#seller-message-header .color4 .value,
#seller-message-header .color4 svg,
#seller-message-header .color4 i {
    color: #2ba8e3;
}

/* contactseller.tpl */

#module-jmarketplace-contactseller .not-readed,
#module-jmarketplace-contactseller .not-readed {
    font-weight: bold;
}

#contact-seller-header .item {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}

#contact-seller-header .item svg {
    font-size: 28px;
}

#contact-seller-header .item-content {
    display: flex;
    flex-direction: column;
}

#contact-seller-header .item-content .title {
    font-size: 0.8rem;
}

#contact-seller-header .item-content .value {
    font-size: 0.8rem;
}

#contact-seller-header .color1 .value,
#contact-seller-header .color1 svg,
#contact-seller-header .color1 i {
    color: #9e5ba1;
}

#contact-seller-header .color2 .value,
#contact-seller-header .color2 svg,
#contact-seller-header .color2 i {
    color: #95cc6b;
}

#contact-seller-header .color3 .value,
#contact-seller-header .color3 svg,
#contact-seller-header .color3 i {
    color: #ff5450;
}

#contact-seller-header .color4 .value,
#contact-seller-header .color4 svg,
#contact-seller-header .color4 i {
    color: #2ba8e3;
}

/* incidences */

.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;
}

/* favoriteseller.tpl */

.favorite-sellers li {
    text-align: center;
    margin-bottom: 20px;
}

.favorite-sellers li .buttons-container {
    margin-top: 15px;
}

/* sellers.tpl */

#module-jmarketplace-sellers #content {
    padding: 0px;
    box-shadow: none;
    border: none;
    background: none;
}

.sellers li {
    text-align: center;
    margin-bottom: 20px;
}

.sellers li .buttons-container {
    margin-top: 15px;
}

/* sellerproduct.tpl */

table#seller-products {
    margin-bottom: 60px;
}

table#seller-products thead tr th {
    border-bottom: 1px solid #a0d0eb;
}

table#seller-products thead tr th a i.material-icons {
    width: 10px;
    height: 10px;
    margin-top: -15px;
}

table#seller-products thead tr th a svg.active,
table#seller-products thead tr th a i.active {
    color: #000000;
}

table#seller-products thead tr.filter-container th {
    background-color: #ecf6fb;
    border-bottom: 1px solid #a0d0eb;
    font-size: 11px;
}

table#seller-products thead th input.filter {
    max-width: 60px;
    padding: 4px;
}

table#seller-products thead th input[name="productFilter_name"] {
    min-width: 220px;
}

table#seller-products thead th select[name="productFilter_active"] {
    height: 32px;
}

.btn-list .material-icons {
    font-size: 18px;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
}

table#seller-products img {
    border: 1px solid #dadada;
}

table#seller-products .product-reference {
    font-size: 11px;
    font-style: italic;
}

table#seller-products tr td .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: .625rem;
}

table#seller-products tr td .price {
    color: #2fb5d2;
    font-weight: bold;
}

table#seller-products tr td .has-discount {
    color: #f39d72;
}

table#seller-products tr td .dropdown-menu,
table#seller-carriers tr td .dropdown-menu {
    min-width: 7rem;
    left: -44px;
}

table#seller-products tr td .dropdown-item,
table#seller-carriers tr td .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

.hidden {
    display: none;
}

table#seller-products tr td .discount-percentage,
table#seller-products tr td .discount-amount {
    background: #f39d72;
    color: #fff;
    font-weight: 600;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-block;
}

.seller-product-footer {
    display: flex;
    justify-content: space-between;
}

#module-jmarketplace-sellerproduct .pagination,
#module-jmarketplace-sellercatalog .pagination {
    width: auto;
    display: inline-block;
    padding-left: 40px;
    margin: 0px;
    border-radius: 0px; 
}

#module-jmarketplace-sellerproduct .pagination li,
#module-jmarketplace-sellercatalog .pagination li,
#module-jmarketplace-sellers .pagination li {
    float: left !important;
}

#module-jmarketplace-sellerproduct .pagination > li,
#module-jmarketplace-sellercatalog .pagination > li,
#module-jmarketplace-sellers .pagination > li {
    display: inline; 
}

#module-jmarketplace-sellerproduct .pagination > li > a, 
#module-jmarketplace-sellerproduct .pagination > li > span,
#module-jmarketplace-sellercatalog .pagination > li > a, 
#module-jmarketplace-sellercatalog .pagination > li > span,
#module-jmarketplace-sellers .pagination > li > a, 
#module-jmarketplace-sellers .pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; 
}

#module-jmarketplace-sellerproduct .pagination > li:first-child > a,
#module-jmarketplace-sellerproduct .pagination > li:first-child > span,
#module-jmarketplace-sellercatalog .pagination > li:first-child > a,
#module-jmarketplace-sellercatalog .pagination > li:first-child > span,
#module-jmarketplace-sellers .pagination > li:first-child > a,
#module-jmarketplace-sellers .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; 
}

#module-jmarketplace-sellerproduct .pagination > li:last-child > a,
#module-jmarketplace-sellerproduct .pagination > li:last-child > span,
#module-jmarketplace-sellercatalog .pagination > li:last-child > a,
#module-jmarketplace-sellercatalog .pagination > li:last-child > span,
#module-jmarketplace-sellers .pagination > li:last-child > a,
#module-jmarketplace-sellers .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; 
}

#module-jmarketplace-sellerproduct .pagination > li > a:hover, .pagination > li > a:focus,
#module-jmarketplace-sellerproduct .pagination > li > span:hover,
#module-jmarketplace-sellerproduct .pagination > li > span:focus,
#module-jmarketplace-sellercatalog .pagination > li > a:hover, .pagination > li > a:focus,
#module-jmarketplace-sellercatalog .pagination > li > span:hover,
#module-jmarketplace-sellercatalog .pagination > li > span:focus,
#module-jmarketplace-sellers .pagination > li > a:hover, .pagination > li > a:focus,
#module-jmarketplace-sellers .pagination > li > span:hover,
#module-jmarketplace-sellers .pagination > li > span:focus {
    background-color: #f6f6f6; 
}

#module-jmarketplace-sellerproduct .pagination > .active > a, 
#module-jmarketplace-sellerproduct .pagination > .active > a:hover, 
#module-jmarketplace-sellerproduct .pagination > .active > a:focus,
#module-jmarketplace-sellerproduct .pagination > .active > span,
#module-jmarketplace-sellerproduct .pagination > .active > span:hover,
#module-jmarketplace-sellerproduct .pagination > .active > span:focus,
#module-jmarketplace-sellercatalog .pagination > .active > a, 
#module-jmarketplace-sellercatalog .pagination > .active > a:hover, 
#module-jmarketplace-sellercatalog .pagination > .active > a:focus,
#module-jmarketplace-sellercatalog .pagination > .active > span,
#module-jmarketplace-sellercatalog .pagination > .active > span:hover,
#module-jmarketplace-sellercatalog .pagination > .active > span:focus,
#module-jmarketplace-sellers .pagination > .active > a, 
#module-jmarketplace-sellers .pagination > .active > a:hover, 
#module-jmarketplace-sellers .pagination > .active > a:focus,
#module-jmarketplace-sellers .pagination > .active > span,
#module-jmarketplace-sellers .pagination > .active > span:hover,
#module-jmarketplace-sellers .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; 
}

#module-jmarketplace-sellerproduct .pagination > .disabled > span,
#module-jmarketplace-sellerproduct .pagination > .disabled > a,
#module-jmarketplace-sellerproduct .pagination > .disabled > a:hover,
#module-jmarketplace-sellerproduct .pagination > .disabled > a:focus,
#module-jmarketplace-sellercatalog .pagination > .disabled > span,
#module-jmarketplace-sellercatalog .pagination > .disabled > a,
#module-jmarketplace-sellercatalog .pagination > .disabled > a:hover,
#module-jmarketplace-sellercatalog .pagination > .disabled > a:focus,
#module-jmarketplace-sellers .pagination > .disabled > span,
#module-jmarketplace-sellers .pagination > .disabled > a,
#module-jmarketplace-sellers .pagination > .disabled > a:hover,
#module-jmarketplace-sellers .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; 
}

#module-jmarketplace-sellerproduct .pagination-lg > li > a,
#module-jmarketplace-sellerproduct .pagination-lg > li > span,
#module-jmarketplace-sellercatalog .pagination-lg > li > a,
#module-jmarketplace-sellercatalog .pagination-lg > li > span,
#module-jmarketplace-sellers .pagination-lg > li > a,
#module-jmarketplace-sellers .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; 
}

#module-jmarketplace-sellerproduct .pagination-lg > li:first-child > a,
#module-jmarketplace-sellerproduct .pagination-lg > li:first-child > span,
#module-jmarketplace-sellercatalog .pagination-lg > li:first-child > a,
#module-jmarketplace-sellercatalog .pagination-lg > li:first-child > span,
#module-jmarketplace-sellers .pagination-lg > li:first-child > a,
#module-jmarketplace-sellers .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; 
}

#module-jmarketplace-sellerproduct .pagination-lg > li:last-child > a,
#module-jmarketplace-sellerproduct .pagination-lg > li:last-child > span,
#module-jmarketplace-sellercatalog .pagination-lg > li:last-child > a,
#module-jmarketplace-sellercatalog .pagination-lg > li:last-child > span,
#module-jmarketplace-sellers .pagination-lg > li:last-child > a,
#module-jmarketplace-sellers .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; 
}

#module-jmarketplace-sellerproduct .pagination-sm > li > a,
#module-jmarketplace-sellerproduct .pagination-sm > li > span,
#module-jmarketplace-sellercatalog .pagination-sm > li > a,
#module-jmarketplace-sellercatalog .pagination-sm > li > span,
#module-jmarketplace-sellers .pagination-sm > li > a,
#module-jmarketplace-sellers .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; 
}

#module-jmarketplace-sellerproduct .pagination-sm > li:first-child > a,
#module-jmarketplace-sellerproduct .pagination-sm > li:first-child > span,
#module-jmarketplace-sellercatalog .pagination-sm > li:first-child > a,
#module-jmarketplace-sellercatalog .pagination-sm > li:first-child > span,
#module-jmarketplace-sellers .pagination-sm > li:first-child > a,
#module-jmarketplace-sellers .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; 
}

#module-jmarketplace-sellerproduct .pagination-sm > li:last-child > a,
#module-jmarketplace-sellerproduct .pagination-sm > li:last-child > span,
#module-jmarketplace-sellercatalog .pagination-sm > li:last-child > a,
#module-jmarketplace-sellercatalog .pagination-sm > li:last-child > span,
#module-jmarketplace-sellers .pagination-sm > li:last-child > a,
#module-jmarketplace-sellers .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; 
}

#module-jmarketplace-sellerproduct .list-group-item:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#module-jmarketplace-sellerproduct .list-group-item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#module-jmarketplace-sellerproduct .list-group-item {
    position: relative;
    display: block;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#module-jmarketplace-sellerproduct .list-group-item.active, 
#module-jmarketplace-sellerproduct .list-group-item.active:focus, 
#module-jmarketplace-sellerproduct .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #2fb5d2;
    border-color: #2fb5d2;
}

#module-jmarketplace-sellerproduct label {
    text-align: left;
}

#module-jmarketplace-sellerproduct p.checkbox {
    margin-bottom: 1px;
}

.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 svg,
.preview i {
    font-size: 60px;
}

.delete_product_image {
    margin-top: 5px;
    width: 150px;
    text-align: center;
}

#table-combinations-list .form-control {
    padding: 5px 7px;
}

#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;
}

/* sellercatalog.tpl */

#module-jmarketplace-sellercatalog #content {
    padding: 0px;
    box-shadow: none;
    border: none;
    background: none;
}

#module-jmarketplace-sellercatalog .block-category .block-category-inner .category-cover img {
    width: 140px;
    height: 140px;
}

.sellercatalog-footer, .orderby-selection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.sort-by #btnGroupOrderBy {
    min-width: 180px;
}

.sort-by .dropdown-menu {
    min-width: 180px;
    left: 00px;
}


 /*VOY POR AQUI*/

.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;
}



.view-csv-example {
    width: 100%;
    margin-top: 10px;
}

.counter-importing, .execute-time-content {
    text-align: center;
}

#logs ul {
    margin: 0px;
}

.search_box {
    display: none;
}


#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;
}

/*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;
}*/

#jmarketplace-tabs .tab-content {
    margin: 0px;
}

#jmarketplace-tabs .list-group {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single {
    border-radius: none !important;
    height: 30px;
}

#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 input {
    float: right;
    width: 25%;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #9c9b9b;
    font-size: 11px;
    height: 25px;
    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;
}

/*#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;
}

.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;
}

/*.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;
}*/

.menu-options {
    margin-bottom: 0px;
}

.menu-options li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

#menu-options h2 a {
    cursor: pointer;
}

.menu-options li:last-child {
    border: none;
}

.menu-options li a span {
    font-size: 11px;
}

#module-jmarketplace-sellerproducts .search_box select {
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    color: #9c9b9b;
}

.search-seller-products {
    margin-top: 28px;
}

.search-seller-products #search_seller_product_query {
    height: 35px !important;
}

.seller_menu_container {
    margin-bottom: 15px;
}

#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;
}

@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;
}

.btn-list {
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

#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;
}

@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 {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    #jmarketplace-tabs .list-group-item span {
        display:none;
    }
    
    #jmarketplace-tabs .list-group-item {
        font-size: 24px;
        float: left;
        width: auto;
        padding: 7px 10px;
    }

    #module-jmarketplace-sellerproduct .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    #module-jmarketplace-sellerproduct .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .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,
    #module-jmarketplace-sellercatalog .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 {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    #jmarketplace-tabs .list-group-item span {
        display:none;
    }

    #module-jmarketplace-sellerproduct .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    #module-jmarketplace-sellerproduct .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    #jmarketplace-tabs .list-group-item {
        font-size: 18px;
        padding: 5px 8px;
    }
    
    .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,
    #module-jmarketplace-sellercatalog .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-sellerproduct .btn-secondary span {
        display: none;
    }
    
    #module-jmarketplace-sellerproduct .open-seller-menu span {
        display: block;
    }

    #module-jmarketplace-sellerproduct .card-block {
        padding: 0;
    }

    #jmarketplace-tabs .list-group {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    #module-jmarketplace-sellerproduct .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    #module-jmarketplace-sellerproduct .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    #jmarketplace-tabs .list-group-item span {
        display:none;
    }
    
    #jmarketplace-tabs .list-group-item {
        float: left;
        width: auto;
        padding: 3px 5px;
    }

    #jmarketplace-tabs .list-group-item svg {
        font-size: 13px;
    }
    
    .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,
    #module-jmarketplace-sellercatalog .product-miniature {
        margin: 0 auto;
    }

    .orderby-selection .total-products {
        display: none;
    }

    .orderby-selection .sort-by {
        margin: 0 auto;
    }

    .sellercatalog-footer .showing {
        display: none;
    }

    .sellercatalog-footer .pagination-container {
        margin: 0 auto;
    }
}
