#page-products-list {
    border-top: solid 1px #C4C4C4;
    margin-top: 20px;
    padding-top: 50px;
    position: relative;
}

.ordering-filter-web {
    position: absolute;
    top: -75px;
    width: 100%;
}

.btn-pagination-scroll {
    display: none !important;
}

.filters-responsive {
    display: none;
    visibility: hidden;
}

.input-filter {
    background-image: url("../../../common/img/icon-search.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 14px;
    border: solid 1px #C4C4C4;
    color: #707070;
    width: 95%;
    height: 25px;
    padding-left: 5%;
    padding-right: 15%;
    margin: 5px;
}

.filter-box  {
    background-color: #F5F5F5;
}

.filter-box label {
    color: #323232;
}

.label_seller_filter,
.label_shipping_area_filter,
.label_material_filter {
    font-size: 12px !important;
}

/******* checkbox seller / shipping_area filter *******/

.checkbox_filter_seller:not(:checked) + label,
.checkbox_filter_seller:checked + label,
.checkbox_filter_shipping_area:not(:checked) + label,
.checkbox_filter_shipping_area:checked + label,
.checkbox_filter_material:not(:checked) + label,
.checkbox_filter_material:checked + label {
    position: relative;  
    padding-left: 2.3em; 
    font-size: 1.05em; 
    line-height: 1.7;
    cursor: pointer;   
}

/******* aspect case *******/

.checkbox_filter_seller + label:before,
.checkbox_filter_shipping_area + label:before,
.checkbox_filter_material + label:before {
    content: '';
    position: absolute;
    left: 0.5em;
    top: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #aaa;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
    margin-top: 3px;
}

.checkbox_filter_seller:not(:checked) + label:before,
.checkbox_filter_shipping_area:not(:checked) + label:before,
.checkbox_filter_material:not(:checked) + label:before {
    background: #FFF;
}

.checkbox_filter_seller:checked + label:before,
.checkbox_filter_shipping_area:checked + label:before,
.checkbox_filter_material:checked + label:before {
    background: #000;
}

/******* Aspect de la coche *******/
.checkbox_filter_seller:not(:checked) + label:after,
.checkbox_filter_seller:checked + label:after,
.checkbox_filter_shipping_area:not(:checked) + label:after,
.checkbox_filter_shipping_area:checked + label:after,
.checkbox_filter_material:not(:checked) + label:after,
.checkbox_filter_material:checked + label:after {
    content: '';
    position: absolute;
    top: 0.89em;
    left: 0.65em;
    font-size: 1em;
    color: #292627;
    line-height: 0;
}

/******* Aspect non cochée *******/
.checkbox_filter_seller:not(:checked) + label:after,
.checkbox_filter_shipping_area:not(:checked) + label:after,
.checkbox_filter_material:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0) rotate(45deg);
}

/******* Aspect cochée *******/
.checkbox_filter_seller:checked + label:after,
.checkbox_filter_shipping_area:checked + label:after,
.checkbox_filter_material:checked + label:after {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.content-products-list {
    min-height: 100vh;
}

.block-filters.fixed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.block-filters.fixed>div:first-child {
    position: fixed;
    max-height: 100%;
    width: 100%;
    height: calc(100vh - 40px);
    top: 20px;
    bottom: 0;
}

.block-filters.fixed .scrollbar-filters,
.block-filters.bottom .scrollbar-filters {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    max-height: 100%;
    width: 100%;
    height: calc(100vh - 20px);
}

.block-filters.bottom>div:first-child {
    position: absolute;
    top: auto;
    bottom: 0;
    max-height: 100%;
    width: 100%;
    height: calc(100vh - 20px);
}

.filters-web {
    display: block;
    visibility: visible;
}

.filters-web input[type='checkbox'] {
    display: none;
}

.filters-web .filter-item h3 {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.filters-web .filter-item label {
    font-weight: normal;
    margin-bottom: 5px;
    cursor: pointer;
}

.filters-web .filter-item {
    margin-bottom: 30px;
}

.filter-element-selected {
    color:#000000 !important;
    font-weight: bold !important;
}

.block-filters .content-filter-category .fa-chevron-down,
.block-filters .content-filter-category .fa-chevron-up {
    cursor: pointer;
}

.content-filter-category div.opened {
    display: block !important;
}

.country-filter-list, 
.price_slider_wrapper {
    margin-bottom: 40px;
}

.color-list-filter .color-filter {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    position: relative;
}

.color-list-filter .color-filter:last-child {
    margin-right: 0;
}

.color-filter .infos-filter {
    width: 20px;
    height: 20px;
}

.color-filter .infos-filter .content-filter {
    border: solid 1px #C4C4C4;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.color-filter.active .infos-filter .content-filter .checkmark,
.color-filter.filter-element-selected .infos-filter .content-filter .checkmark {
    position: absolute;
    width: 6px;
    height: 10px;
    transform: rotate(44deg);
    top: 2px;
    left: 5px;
}

.color-filter.active .infos-filter .content-filter .checkmark::after,
.color-filter.filter-element-selected .infos-filter .content-filter .checkmark::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #C4C4C4;
    border-left-width: 0;
    border-top-width: 0;
    bottom: 0;
}

.color-list-filter .color-filter label {
    font-size: 14px;
    color: #5C5C5C;
}

.country-filter-list .country-filter {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
}

.country-filter-list .country-flag {
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
    margin-left: 3px;
    margin-top: 3px;
}

/*.country-filter.filter-element-selected {
    border: solid 1px #000000;
}

.filters-web .country-filter-list .country-flag {
    margin-left: 3px;
    margin-top: 3px;
}*/

.country-filter.filter-element-selected .country-flag::before {
    border: solid 2px #000000;
    width: 37px;
    height: 37px;
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    /*
    margin-left: 1px;
    margin-top: 1px;*/
}

.filters-responsive .country-filter.filter-element-selected .country-flag::before {
    top: -2px;
    left: -1px;
}

.filters-responsive .country-filter-list .country-flag {
    width: 34px;
    height: 34px;
    margin-left: 3px;
    margin-top: 3px;
}

.filters-web .price_slider_wrapper input.filters {
    float: left;
    width: 60px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #C4C4C4;
    color: #707070;
}

.filters-web .price_slider_wrapper .text-price-at {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 32px;
}

.filters-web .price_slider_wrapper .value-selected {
    margin-bottom: 20px;
}

.category-ellipsis{
    white-space: nowrap;
    width:86%; 
    overflow: hidden;
    display:block;
}

.filters-web .btn-primary {
    width: 100%;
}

h1.title-category {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 50px;
    width: 100%;
    /*float: left;*/
}

.nb-products-infos {
    width: auto;
    padding-top: 9px;
    color: #696969;
    margin-left: 30%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.product-block {
    margin-bottom: 40px;
    width: calc((100% / 3) - 2%);
    margin-right: 2%;
}

.product-block:nth-child(3n) {
    margin-right: 0%;
}

.product-block:nth-child(3n + 1) {
    clear: left;
}

.product-block .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    margin-top: 15px;
}

.first-line {
    font-weight: bold;
    color: #000000;
    font-size: 15px;
}

.second-line {
    margin-top: 2px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    float: left;
}

.price-line {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

.price-promo {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: right;
    float: right;
}

.price-promo del {
    font-weight: normal;
}

.price-line.promo span.amount {
    color: #d01345;
}

.price-line .see-price-button {
    text-transform: none;
    padding: 10px;
    font-size: 12px;
    font-weight: inherit;
}

.price_slider_wrapper .button {
    position: initial !important;
}

.product-block .image{
    height: 450px;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.product-block .image > a {
    display: block;
    margin: auto;
}

.product-block .image .image_helper {
    /*display: inline-block;*/
    height: 100%;
    vertical-align: middle;
}

.product-block .image img {
    display: inline-block;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 450px;
    vertical-align: middle;
}

.product-block .image div.wp-post-image {
    display: block;
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-block a:hover,.product-block a:visited{
    text-decoration: none;
}

.product-image {
    position: relative;
}

.product-image .infos-closed {
    position: absolute;
    background-position: -3px -108px;
    background-color: #333333;
    left: -2px;
    top: 12px;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    opacity: 1;
    z-index: 1;
    transform: rotate(-30deg);
}

.title-category-app {
    display: none;
}

.description-category-app {
    display: none;
}

span.new-product {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    right: 5%;
    top: 3%;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    letter-spacing: 1px;
}

i.fa-heart,
i.fa-heart-o {
    background: #ffffff none repeat scroll 0 0;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 50%;
    letter-spacing: 1px;
    box-shadow: 1px 1px 6px #aaa;
    cursor: pointer;
}

i.fa-heart {
    color: #ef556f;
}

i.fa-heart-o {
    color: #000000;
}

.content-products-list .product-block i.fa-heart,
.content-products-list .product-block i.fa-heart-o {
    position: absolute;
    right: 5%;
    bottom: 3%;
}

.product-image .outofstock {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    text-align: center;
    line-height: 450px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.content-pagination {
    width: 100%;
    margin-top: 30px;
}

.content-pagination .pagination-detail {
    padding-left: 0;
    width: auto !important;
}

.content-pagination .pagination-detail label {
    font-weight: normal;
    margin-top: 7px
}

.content-pagination .pagination-detail .pagination-filter {
    display: inline-block;
    margin-left: 10px;
}

.pagination-filter{
    display: inline-block;
    float: right;
}

.pagination-filter select {
    /*-moz-appearance: none;*/
    background: #FFFFFF none repeat scroll 0 0;
    border:solid 1px #000000;
    color: #ff5555;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding: 0 5px 0 5px;
    position: relative;
    width: auto !important;
    border-radius: 0px;
    color: #000000;
    font-size: 13px;
    height: 30px;
}

.content-pagination .pagination {
    padding: 0;
    text-align: center;
    width: auto;
    margin: 0 auto 0 145px;
}

.content-pagination .infos-pagination-products {
    margin-top: 7px;
    color: #707070;
    width: auto;
    float: right;
}

.content-pagination .infos-pagination-products strong {
    color: #000000;
}

.content-pagination .pagination li {
    display: inline-block;
}

.content-pagination .pagination span, 
.content-pagination .pagination a {
    border: none;
    color: #000000;
}

.content-pagination .pagination span.current {
    color: #959595;
    padding-left: 15px;
    padding-right: 15px;
}

.content-pagination .pagination span:hover,
.content-pagination .pagination a:hover {
    background: none;
    color: #959595; 
}

.header-company-info-style{   
    overflow: hidden;
    padding-bottom: 40px;
}

.left-block-style{
    word-wrap: break-word;
    display:inline-block
}

.seller-logo {
    margin-top: 60px;
}

.seller-logo img {
    margin-left: 50px;
    width: 70%;
}

.seller-banner {   
    float: right;
    word-wrap: break-word;
    display: inline-block;
}

.seller-banner img {
    width: 100%;
}

.infos-seller h3 {
    color: #000000;
    font-size: 26px;
    margin-bottom: 20px;
}

.infos-seller, .infos-seller-discount {
    margin-top: 30px;
    color:#5d5d5d;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.infos-seller-discount {
    margin-top: 0px;
}

.infos-seller p, .infos-seller-discount p {
    margin-top: 10px;
}

.infos-seller-discount li {
    font-weight: bold;
}

.infos-seller .container-infos {
    margin-bottom: 20px;
}

ul.discount_list {
    display: block;
}

ul.discount_list li {
    list-style: none;
}

/* Note / Comment seller */
.see-comment {
    cursor: pointer;
}

.modal-list-comment {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-list-comment {
    border-radius: 0;
}

.modal-list-comment #star-container {
    display: inline-block;
    width: auto;
    text-align: left;
}

.comment-list .comment-container {
    padding: 10px 2px;
    border-bottom: 1px solid #e5e5e5;
}

.comment-list .comment-container:last-child {
    border: none;
}

.comment-list .comment-container div {
    display: inline-block;
    vertical-align: middle;
}

.comment-list .comment-container .comment {
    display: block;
    margin-top: 10px;
}

.warning-bloc-userNotConnected{
    text-align : center; 
    font-size: 20px; 
    margin: 2% auto;
}

.userNotConnectedMessage,.userNotConnectedMessage:hover, .userNotConnectedMessage:active, .userNotConnectedMessage:visited{
    text-decoration : none; 
    font-weight: bold;
}

#star-container {
    text-align: center;
}

#star-container label {
    font-size: 20px;
    color: #444;
    transition: all 0.2s ease;
    margin-bottom: 0;
}

#star-container label.selected {
    color: #fd4;
}

#badge-seller-container {
    margin: 20px 0;
}

#badge-seller-container img {
    width: 80px;
}

#badge-seller-container .badge-seller {
    display: inline-block;
    margin: 5px;
}

/*and (orientation: landscape)*/
@media (min-width: 768px) and (max-width: 1024px) {

    #page-products-list {
        border-top: none;
        padding-top: 0px;
    }

    h1.title-category {
        font-size: 16px;
    }

    .filters-web .filter-item h3 {
        font-size: 14px;
    }

    .filters-web .filter-item label {
        font-size: 11px;
    }

    .product-block {
        width: calc((100% / 3) - 2%) !important;
        margin-right: 2% !important;
    }

    .product-block:nth-child(4n) {
        margin-right: 2% !important;
    }

    .product-block:nth-child(3n) {
        margin-right: 0% !important;
    }

    #tab-seller-products {
        position: relative;
    }

    .ordering-filter-web {
        top: 0px;
    }

    .price-line {
        font-size: 12px;
    }

    .first-line {
        font-size: 12px;
    }

    .second-line {
        font-size: 11px;
    }

    .seller-logo {
        text-align: center;
        margin-top: 30px;
    }

    .seller-logo img {
        margin-left: 0;
        width: 70%;
    }

    .tabs-seller {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .tabs-seller li {
        display: inline-block;
        margin-right: 40px;
    }

    .tabs-seller li:last-child {
        margin-right: 0;
    }

    .tabs-seller li a {
        color: #696969;
        font-size: 20px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tabs-seller li a.active {
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        border-bottom: solid 3px #000000;
        text-decoration: none;
    }

    .tab-seller-item {
        display: none;
    }

    .tab-seller-item.active {
        display: block;
    }

    .infos-seller, .infos-seller-discount {
        margin-top: 0px;
        color:#000000;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .tab-seller-item .desc-seller {
        font-weight: bold;
        margin-bottom: 35px;
        text-align: center;
        color:#000000;
    }
    
    .tab-seller-item .favorite-seller {
        margin-bottom: 20px;
    }

    .tab-seller-item p {
        color: #5d5d5d;
        margin-top: 0;
    }

    #tab-seller-discounts {
        text-align: center;
    }

    .infos-seller-discount p {
        font-weight: bold;
        color:#000000;
    }

    .infos-seller-discount li {
        font-weight: normal;
        margin-top: 10px;
        color:#5d5d5d;
    }

    .tab-seller-item .btn-catalog {
        margin-top: 50px;
    }

    .product-image .outofstock {
        line-height: 252px;
        font-size: 14px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .content-pagination {
        margin-top: 10px;
    }

    .block-filters.filters-web {
        width: 25%;
        float: left;
    }

    .content-products-list .col-md-10 {
        width: 75%;
        float: left;
    }

    .product-block .image img {
        max-height: 250px;
        height: 250px;
    }

    .product-block .image{
        height: 250px;
    }
    
    span.new-product {
        right: 10%;
    }
    
    i.fa-heart, i.fa-heart-o {
        right: 10%;
    }
    
    span.onsale {
        right: 10%;
    }

}

@media (min-width: 339px) and (max-width: 767px) {
    .filter-item {
        float: left;
        width: calc(44% - 4px);
        /*display: inline-flex;*/
        margin-right: 4px;
    }
    
    .filter-item:nth-child(odd) {
        text-align: left;
    }
    
    .filter-item:nth-child(even) {
        width: 56%;
        margin-right: 0;
        text-align: right;
    }
}
@media (max-width: 767px) {

    .content-products .products .product-block .image{
        height: 250px !important;
    }
    
    span.new-product {
        top: 5%;
        right: 10%;
    }
    
    i.fa-heart, i.fa-heart-o {
        right: 10%;
        bottom: 5%;
    }
    
    span.onsale {
        top: 5%;
        right: 10%;
    }

    .product-block .image img {
        min-height: 246px;
        height: 246px;
    }
    
    .product-block .image img.landscape, 
    .product-block .image img.square {
        min-height: auto;
        height: auto;
        width: 100%;
        max-height: 246px;
    }

    .product-block .image img.landscape {
        max-height: 100%;
    }
    
    #page-products-list {
        border-top: none;
        padding-top: 0px;
    }

    .ordering-filter-web {
        display: none;
    }

    h1.title-category {
        display: none;
    }

    h1.title-category-app {
        display: block;
        font-size: 22px;
        margin-bottom: 25px;
    }

    .filters-web {
        display: none;
        visibility: hidden;
    }

    .filters-responsive {
        display: block;
        visibility: visible;
    }

    .content-products-list section {
        padding-left: 0;
        padding-right: 0;
    }

    .product-image .outofstock {
        font-size: 12px;
    }

    .product-block {
        width: calc((100% / 2) - 3%) !important;
        margin-right: 4% !important;
        margin-bottom: 80px;
    }

    .product-block:nth-child(4n) {
        margin-right: 4%;
    }

    .product-block:nth-child(3n) {
        margin-right: 4%;
    }

    .product-block:nth-child(2n) {
        margin-right: 0% !important;
    }
    
    .product-block:nth-child(2n + 1) {
        clear: left;
    }

    .product-block:nth-child(3n+1) {
        clear: inherit;
    }
    
    .product-block .name {
        margin-top: 8px;
        height: auto;
        margin-bottom: 10px;
    }

    .product-block .first-line {
        font-size: 10px;
    }

    .product-block .second-line {
        font-size: 10px;
    }

    .product-block .price-line {
        font-size: 10px;
    }

    .filter-item label {
        font-weight: normal;
        font-size: 12px;
        margin-right: 5px;
    }


    .filter-item span {
        font-size: 12px;
        font-weight: bold;
    }

    .filter-item.content-filter-price span.value-selected {
        display: inline-block;
        white-space: nowrap;
        width: 100px;
        float: right;
    }

    .filter-item .text-overflowed {
        vertical-align: baseline;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*max-width: 30px;*/
        display: inline-block;
        overflow: hidden;
        line-height: 10px;
    }

    .filter-item.content-filter-collection .text-overflowed {
        max-width: 78px;
    }

    .filter-item.content-filter-country .text-overflowed {
        max-width: 65px;
    }

    .filter-item.content-filter-sale-mode .text-overflowed {
        max-width: 80px;
    }

    .filter-item.content-filter-color .text-overflowed {
        max-width: 65px;
    }    

    .filter-item.content-filter-shipping-area {
        width: 56%;
    }
    
    .blocker {
        background: rgba(219,219,219,0.5);
        z-index: 10;
    }

    .blocker .modal {
        vertical-align: top;
        margin-top: 35%;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    .modal-filter h3 {
        font-weight: bold;
        margin-bottom: 30px;
    }

    .modal-filter label {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
        display: inline-block;
        color:#707070;
    }

    .modal-filter select {
        margin-bottom: 25px;
    }

    .modal-filter input[type="text"] {
        font-size: 16px;
        color: #707070;
        border: none;
        padding-bottom: 5px;
        border-bottom: solid 1px #B4B4B4;
        margin-bottom: 25px;
    }

    .modal-filter input[type="checkbox"] {
        display: none;
    }

    .modal-filter .btn-primary {
        width: 100%;
    }

    .pgl-sidebar ul.product-categories li .count {
        color: #FFFFFF;
    }

    .page-title-container {
        margin-bottom: 10px;
    }

    p.description-category{
        margin-bottom: 20px;
    }

    .pagination-detail {
        margin-bottom: 10px !important;
        width: 100%;
        text-align: center;
        display: none;
    }

    .infos-pagination-products {
        text-align: center;
    }

    .pagination {
        display: none;
    }

    .btn-pagination-scroll {
        display: block !important;
        margin: auto;
        margin-top: 30px ! important;
        width:155px;
        font-size: 12px !important;
        padding: inherit !important;
        height: 30px 
    }

    .header-company-info-style {
        margin-top: 10px;
    }

    .seller-logo {
        text-align: center;
        margin-top: 30px;
    }

    .seller-logo img {
        margin-left: 0;
        width: 70%;
    }

    .tabs-seller {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .tabs-seller li {
        display: inline-block;
        margin-right: 10px;
    }

    .tabs-seller li:last-child {
        margin-right: 0;
    }

    .tabs-seller li a {
        color: #696969;
        font-size: 18px;
        padding: 0 0 5px 0 !important;
    }

    .tabs-seller li a.active {
        color: #000000;
        font-weight: bold;
        border-bottom: solid 3px #000000;
        text-decoration: none;
    }

    .tab-seller-item {
        display: none;
    }

    .tab-seller-item.active {
        display: block;
    }

    .infos-seller, .infos-seller-discount {
        margin-top: 0px;
        color:#000000;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .tab-seller-item .desc-seller {
        font-weight: bold;
        margin-bottom: 35px;
        text-align: center;
        color:#000000;
    }

    .tab-seller-item .favorite-seller {
        margin-bottom: 20px;
    }
    
    .tab-seller-item p {
        color: #5d5d5d;
        margin-top: 0;
    }

    #tab-seller-discounts {
        text-align: center;
    }

    .infos-seller-discount p {
        font-weight: bold;
        color:#000000;
    }

    .infos-seller-discount li {
        font-weight: normal;
        margin-top: 10px;
        color:#5d5d5d;
    }

    .tab-seller-item .btn-catalog {
        margin-top: 50px;
        width: 100%;
    }

    .product-image .outofstock {
        line-height: 252px;
    }

    .content-pagination {
        width: 100%;
        margin-top: 50px;
    }

    .blocker .modal.modal-list-comment {
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }
    
    .price-line .see-price-button {
        padding: 6px;
        font-size: 10px;
    }
    
    #badge-seller-container {
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    
    span.new-product {
        top: 5% !important;
        right: 4% !important;
    }
    
    i.fa-heart, i.fa-heart-o {
        right: 4% !important;
        bottom: 10% !important;
    }
    
    span.onsale {
        top: 5% !important;
        right: 4% !important;
    }
}