/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    JA Modules <info@jamodules.com>
 * @copyright Since 2007 JA Modules
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

/* customer account */
.page-my-account #content .links a svg {
    display: block;
    font-size: 3.2rem;
    width: 100%;
    color: #232323;
    padding-bottom: 1rem;
}

.page-my-account #content .links a:hover svg {
    color: #2fb5d2;
}

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

.star-content {
    display: flex;
    justify-content: center;
}

.average-rating a, .star-content {
    color: #ef8743;
}

/* product-list.tpl */

#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;
    margin-bottom: 15px;
}

.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 */

.seller-cover {
    margin-left: 7px;
}

.seller-logo {
    display: flex;
    justify-content: center;
    height: auto;
    margin-bottom: 15px;  
}

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

.seller-level {
    font-size: 12px;
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}

.seller-data {
    margin: 0;
    padding: 0; 
}

.average-rating-container {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
}

.seller-profile-buttons, .seller-product-buttons {
    display: flex;
    justify-content: center;
}

.seller-profile-buttons a, .seller-product-buttons a {
    display: block;
    margin-right: 7px;
}

.seller-label-container {
    display: flex;
    justify-content: start;
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

.seller-label-container svg,
.seller-label-container i,
.seller-label-container span {
    margin: 2px 10px 0 0;
    font-size: 24px;
}

.seller-info-label {
    font-weight: bold;
    font-size: 13px;
}

.seller-info-label {
    font-size: 12px;
}

.seller-support-container,
.seller-followers-container {
    justify-content: center;
}

#seller-new-products h2,
#seller-featured-products h2 {
    text-align: center;
}

#seller-new-products .products,
#seller-featured-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,
#seller-featured-products .product-miniature {
    margin: 0.5125rem;
}

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

#zone_ranges input {
    min-width: 64px;
}

.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 .message-resum,
#module-jmarketplace-sellerorder .message-resum,
#module-jmarketplace-sellermessage .message-resum {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#module-jmarketplace-contactseller .message-date-container,
#module-jmarketplace-sellerorder .message-date-container,
#module-jmarketplace-sellermessage .message-date-container {
    text-align: center;
}

#module-jmarketplace-contactseller .message-reference,
#module-jmarketplace-sellerorder .message-reference,
#module-jmarketplace-sellermessage .message-reference {
    font-size: 16px;
}

#module-jmarketplace-contactseller .message-subject,
#module-jmarketplace-sellerorder .message-subject,
#module-jmarketplace-sellermessage .message-subject {
    font-size: 14px;
}

#module-jmarketplace-contactseller .message-last-update,
#module-jmarketplace-sellerorder .message-last-update,
#module-jmarketplace-sellermessage .message-last-update {
    font-size: 12px;
}

#module-jmarketplace-contactseller .not-readed,
#module-jmarketplace-sellerorder .not-readed,
#module-jmarketplace-sellermessage .not-readed {
    font-weight: bold;
    background-color: #d3d8db;
}

#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 .header-message {
    border-bottom: 1px solid #d6d4d4;
    font-size: 14px;
    margin: 5px 0 0;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

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

.pc-container {
    display: flex;
    justify-content: center;
}

.pc-container input {
    width: 80px;
}

.pc-container span {
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 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;
}

#module-jmarketplace-sellercatalog .category-level-2 {
    padding-left: 15px;
}

#module-jmarketplace-sellercatalog .category-level-3 {
    padding-left: 30px;
}

#module-jmarketplace-sellercatalog .category-level-4 {
    padding-left: 45px;
}

#module-jmarketplace-sellercatalog .category-level-5 {
    padding-left: 60px;
}

#seller-categories ul li.selected a {
    font-weight: bold;
}

.sort-by #btnGroupOrderBy {
    min-width: 180px;
}

.sort-by .dropdown-menu {
    min-width: 180px;
    left: 00px;
}

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

#jmarketplace-add-product-form .fixed div {
    text-align: center;
    color: white !important;
}

#jmarketplace-add-product-form .lang_selector {
    text-align: center;
}

.dropdown-languages {
    min-width: 5rem;
}

.seller-shipping-options {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #dadada;
    padding-top: 20px;
}

.seller-shipping-options .delivery_options_address2 {
    padding: 0px 15px;
}

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

table#seller-products tr td,
table#seller-products tr th {
    font-size: 13px;
}

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

.mce-label.mce-charactercount, .mce-label.mce-wordcount {
    margin: 2px 0 2px 2px;
    padding: 8px;
    font-size: 12px;
}

.mce-path {
    display: none !important;
}

.mce-branding {
    display: none !important;
}

#checkout .custom-radio input[type=radio][checked="checked"]+span {
    display: block;
    background-color: #2fb5d2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem;
}

.jm-loading-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
}

.jm-loading-spinner {
    display: inline;
    position: relative;
    z-index: 999999;
}

.jm-loading-spinner .spin-icon {
    margin: auto;
    width: 80px;
    height: 80px;
    border: solid 3px transparent;
    border-top-color:  #fff;
    border-left-color: #fff;
    border-radius: 80px;
    animation: loading-spinner 500ms linear infinite;
}

.jm-d-none {
    display: none !important;
}

@keyframes loading-spinner {
    0%   { transform: rotate(0deg);   transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}
  
/* sellerpayment */
#paymentMethodsContent form {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
 }

 .table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff;
}

/* Order confirmation */
.order-confirmation-jmarketplace .page-order-confirmation {
    border: 1px solid rgba(0,0,0,.125);
}

.order-confirmation-jmarketplace .order-confirmation-table .order-line {
    margin-top: 20px;
}

.order-confirmation-jmarketplace .order-confirmation-table  hr {
    border-top-color: #232323;
}

.order-confirmation-jmarketplace .order-confirmation-table table {
    width: 100%;
}

.order-confirmation-jmarketplace .order-confirmation-table table tr {
    height: 1.875rem;
}

.order-confirmation-jmarketplace .order-confirmation-table table tr td {
    padding: .5rem;
    font-size: .875rem;
}

.order-confirmation-jmarketplace .order-confirmation-table table tr td:last-child {
    text-align: right;
}

.order-confirmation-jmarketplace .order-confirmation-table table tr.total-value {
    background-color: #f1f1f1;
}

.order-confirmation-jmarketplace .order-confirmation-table table tr.taxes td {
    text-align: left;
}

.order-confirmation-jmarketplace .order-confirmation-table .image-product {
    width: 100%;
}

.order-confirmation-jmarketplace .order-details {
    margin-top: 30px;
    line-height: 25px;
}

.card-header, .card-footer {
    background-color: #fff;
}

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

    .seller-label-container {
        justify-content: center;
        padding-top: 5px;
        margin-bottom: 5px;
    }
}

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

    .seller-label-container {
        justify-content: center;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .seller-info-label, .seller-info-value {
        font-size: 10px;
        line-height: 15px;
    }

    .seller-label-container svg, .seller-label-container i, .seller-label-container span {
        margin: 2px 5px 0 0;
        font-size: 16px;
    }
}

.row-feature .form-group {
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.seller-delivery-option {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 7px;  
}
