/**
* 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
*/

.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: 40px;
}

.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;
}

.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: 30px;
}

#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: 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;
}

.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: #ef8743; }

#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;
}

#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: #2fb5d2;
    font-weight: bold;
}

table#seller-products tr td .has-discount {
    color: #f39d72;
}

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;
}

#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: 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;
}

#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;
    }
}

#module-jmarketplace-orders #order select{
    color: #555;
}

/* Styles de la table des informations */
.incidence_messages .table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.incidence_messages .table-bordered td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}

.incidence_messages .first_item {
    font-weight: bold;
    background-color: #f8f8f8;
    width: 30%;
    color: #555;
}

.incidence_messages .item a {
    color: #007bff;
    text-decoration: none;
}

.incidence_messages .item a:hover {
    text-decoration: underline;
}

/* Titre historique des messages */
.incidence_messages h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

/* Styles des messages */
.incidence_messages .message {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.incidence_messages .message.customer {
    background-color: #e0f7fa;
    border-left: 5px solid #00acc1;
}

.incidence_messages .message.seller {
    background-color: #fffdeb;
    border-left: 5px solid #d0a145;
}

.incidence_messages .author {
    font-weight: bold;
    font-size: 0.9em;
    color: #555;
    margin-bottom: 5px;
}

.incidence_messages .author .fa {
    color: #999;
}

.incidence_messages .description {
    font-size: 0.9em;
    color: #333;
}

/* Formulaire de réponse */
.incidence_messages form {
    margin-top: 20px;
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.incidence_messages .form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.incidence_messages textarea.form-control {
    resize: vertical;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.incidence_messages .btn-primary {
    background-color: #007bff;
    border: none;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.9em;
}

.incidence_messages .btn-primary:hover {
    background-color: #0056b3;
    color: #fff;
}



#liste-comments h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #333;
}

.seller_comments {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seller_comments li {
    background-color: #f9f9f9;
    border-radius: 8px;
    /*! padding: 20px; */
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    border: 1px solid #d6d4d4;
}

.seller_comments li:hover {
    transform: translateY(-4px);
}

.seller_comments .comment {
    width: 100%;
}

.seller_comments .comment_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.seller_comments .star_content {
    display: inline-flex;
    gap: 2px;
}

.seller_comments .star {
    width: 18px;
    height: 18px;
    background-color: #ddd;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.seller_comments .star_on {
    background-color: #ffca08; /* couleur pour les étoiles activées */
}

.seller_comments .title_block {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.seller_comments .comment_author_infos {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.seller_comments .comment_details {
    margin-top: 15px;
    color: #555;
    font-size: 1em;
    line-height: 1.6em;
}

.seller_comments .comment_details p {
    margin: 0;
}

.seller_comments li .comment{
    border:none;
}

.col-lg-3.row-s.piece-item-list.checkbox-wrap-filter {
    padding: 10px;
}

.checkbox-wrap-filter label {
    color: #fff;
}

#form-unarchive-incidence{
    background: none;
    border: none;
    padding: 0;
    margin-top: 0;
}