.filters-container {
    padding-left: 35px !important;
}

body.shopping-store {
    padding-top: 141px;
}

.wdt-full-img-desk {
    width: 100%;
}

.banner-logo-seller-div a {
    width: 100%;
}

.logo-seller-absolut {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}

.banner-logo-seller-div {
    position: relative;
}

.banner-logo-seller-div .hidden-xs {
    display: flex;
    align-items: center;
}

.seller-info-side-div {
    padding: 18px 11px 32px 28px;
    background: #FCFCFC;
    margin-top: 69px;
}

.seler-info-side-div-title {
    color: #7B7B7B;
    font-size: 20px;
    font-weight: bold;
}

.logo-seller-side-div{
    margin-top: 20px;
}

.seller-side-info-text {
    color: #666666;
    padding-top: 15px;
}

button.seller-side-info-btn {
    height: 35px;
    width: 193px;
    border: 1px solid #7B7B7B;
    background: #FCFCFC;
    transition: 0.3s;
}

button.seller-side-info-btn a {
    text-decoration: none;
    transition: 0.3s;
}

button.seller-side-info-btn:hover {
    background: #F29A00;
    transition: 0.3s;
    border: 1px solid #F29A00;
}

button.seller-side-info-btn:hover a {
    color: #fff;
    transition: 0.3s;
}

.div-seller-info-collapse.hidden-md.hidden-lg {
    padding: 14px 15px;
}

.div-seller-info-collapse div {
    height: 45px;
    background: #FCFCFC;
    padding: 11px 13px;
    display: flex;
    align-items: center;
}

.div-seller-info-collapse p {
    margin: 0;
    color: #7B7B7B;
    font-size: 18px;
    font-weight: bold;
}

.vector-seller-info{
    display: block;
    width: 16px;
    height: 9px;
    background-repeat: no-repeat;
    background-image: url(https://d8vlg9z1oftyc.cloudfront.net/profatto/profatto-file-manager/img/vector.png);
    position: absolute;
    right: 10%;
    transform: rotate(180deg);
}

a.collapsed .vector-seller-info{
    display: block;
    width: 16px;
    height: 9px;
    background-repeat: no-repeat;
    background-image: url(https://d8vlg9z1oftyc.cloudfront.net/profatto/profatto-file-manager/img/vector.png);
    transform: rotate(0deg);
}

.collapse-a-style-info {
    margin: 0 15px !important;
    box-shadow: none !important;
}

.main-category-block {
    background: #FCFCFC;
    margin-left: 15px;
    padding-left: 0;
}

.category-title-box {
    padding: 19px 20px 9px 20px;
}

.main-category-title {
    color: var(--secondary-color) !important;
    font-size: 20px !important;
    border-bottom: 1px solid var(--secondary-color) !important;
    margin-bottom: 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.dropdown-category-list {
    text-decoration: none;
}

.ul-side-category li a {
    text-decoration: none;
    color: #444444;
    font-size: 14px;
    padding-left: 20px;
    line-height: 29px;
    text-transform: capitalize;
}

.ul-side-category li a:hover {
    color: #444444;
    text-decoration: underline;
}

.main-category-block .main-category-title > i {
    display: block !important;
    width: 16px;
    height: 9px;
    background-repeat: no-repeat;
    background-image: url(https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/vector-categ.png);
    background-color: transparent;
    transition: 0.3s;
    transform: rotate(180deg);
    margin: 0;
}

a.collapsed .arrow-list-category-orange{
    transform: rotate(0deg);
    transition: 0.3s;
}


a.collapsed .arrow-list-property{
    transform: rotate(0deg);
    transition: 0.3s;
}

.arrow-list-property{
    display: block !important;
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(	https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/arrow-down-select.png);
    background-color: transparent;
    transition: 0.3s;
    transform: rotate(180deg);
    margin: 0;
}

.widget-title {
    color: #7b7b7b;
    font-size: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.widget-subtitle {
    font-weight: bold;
    font-size: 18px;
    margin: 0 !important;
    color: #7b7b7b;
    padding-left: 15px;
}

.property-filter {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 25px;
    padding-left: 15px !important;
}

.property-filter:hover {
    color: #7b7b7b;
}

.widget-block:last-child {
    border-bottom: 0;
}

.footer-filter {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 25px;
}

.clear-filters {
    width: 161px;
    height: 52px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: #878787;
    border: 1px solid #878787;
    font-weight: bold;
    font-size: 15px;
    transition: .3s;
    border-radius: 10px;
}

.button-filter {
    width: 161px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid var(--secondary-color);
    font-weight: bold;
    font-size: 15px;
    background-color: var(--secondary-color);
    transition: .3s;
    border-radius: 10px;
}

.button-filter:hover {
    opacity: 0.95;
    transition: .3s;
}

.clear-filters:hover {
    color: #fff;
    background: var(--secondary-color);
    transition: .3s;
}

.pdd-sidebar-mobile {
    display: flex;
    padding-right: 19px;
}

.sidebar-mobile-div {
    overflow: auto;
    height: calc(100vh - 163px);
    display: flex;
    flex-direction: column;
}

.sidebar-mobile-div::-webkit-scrollbar {
    width: 6px;
}

.sidebar-mobile-div::-webkit-scrollbar-thumb {
    background: #888;
}

.sidebar-mobile-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar-menu-mobile::-webkit-scrollbar {
    display: none;
}

.property-filter:focus {
    color: #7b7b7b;
}

.ul-side-category {
    margin: 0;
}

.property-filter .badge.badge-filter {
    color: #7B7B7B;
    background-color: transparent;
    font-weight: inherit;
    font-size: 16px;
    padding: 0;
}

.widget-block:not(:last-child) {
    padding-bottom: 26px;
}

a.dropdown-property-list {
    display: flex;
    align-items: center;
    height: 45px;
    gap: 50px;
    justify-content: space-between;
    margin-right: 20px;
    text-decoration: none;
    margin-bottom: 10px
}

a.dropdown-property-list.collapsed:not(:last-of-type) {
    border-bottom: 1px solid #eee;
    transition: .3s;
}




@media(max-width: 991px){
    .seller-side-info-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    button.seller-side-info-btn {
        margin: 0 0 20px 15px;
    }

    .widget-subtitle {
        margin: 0px 0 5px 0;
    }

    .logo-seller-absolut {
        width: fit-content;
    }

    .banner-logo-seller-div .hidden-md {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    i.close-filter-ic {
        background-color: transparent;
    }

    .second-ico-filter-title {
        display: flex;
        position: absolute;
        right: 32px;
    }

    i.filte-title-ico::after {
        position: relative;
        inset: 0;
        width: 24px !important;
        height: 17px !important;
    }

    i.filte-title-ico {
        width: 24px !important;
        height: 17px !important;
    }

    .first-div-sidebar {
        display: flex;
        align-items: center;
    }

    p.filter-title {
        font-weight: 400;
        font-size: 19px;
        color: #fff;
        margin: 0;
    }
}

/*===================================================================================================================================================================================*/


.dp-filters-div {
    display: flex;
    padding: 0 !important;
}

.sidebar-menu {
    margin-bottom: 2%;
    padding: 0;
}

.widget-subtitle.wdt-style-filter.filter-box-title {
    margin: 0;
    display: flex;
    align-items: center;
    background: #F9F9F9;
    height: 31px;
    width: 90%;
    padding: 2px 7px;
}

.widget-title.filter-title-div {
    margin: 0;
    border: 0;
    color: #1C1C1C;
    font-size: 16px;
}

.widget-subtitle.wdt-style-filter.filter-box-title a{
    display: flex;
    align-items: center;
    color: #7C7C7C;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

.div-filter-infos-collapse {
    width: 20%;
    position: relative;
}

.filter-info-input {
    position: absolute;
    z-index: 3;
    width: 90%;
}


.collapse-a-style-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
    background: #FCFCFC;
    margin-top: 5%;
}
    
.vector-filter{
    display: block;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/assets/img/vector-filter.png);
    position: absolute;
    right: 15%;
}


.collapse-a-style-info a{
    color: #7B7B7B;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 30px !important;
}

.div-ordenar{
    padding: 0;
    margin-top: 18px;
    margin-bottom: 46px;
}

.div-ordenar-ch {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.div-ordenar-ch p {
    color: #7C7C7C;
    font-weight: 700;
    margin: 0;
    margin-right: 20px;
}

.flexy-product-list-order {
    font-size: 14px !important;
    color: #7B7B7B !important;
    padding: 5px 5px 5px 0 !important;
    border: 1px solid #fff !important;
    border-bottom: 1px solid #C4C4C4 !important;
    width: 225px !important;
    margin-top: 0 !important;
}

.df-collapse-two{
    display: flex;
    padding: 0;
    margin-top: 1%;
}

/**/
.bottomMenu {
    width: 100%;
    height: 42px;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    opacity: 1;
    color: #000;
    display: none;
    padding-bottom: 2px;
}

.d-flex-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
    height: 100%;
    background: #fff0;
}

button.open-filter {
    width: 49%;
    height: 100%;
    margin-right: 1px;
    border: 0;
    background: #444444 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

button.open-order {
    width: 49%;
    height: 100%;
    margin-left: 1px;
    border: 0;
    background: #444444 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.close-filter-mobile {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(	https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/close-filter.png);
    background-color: transparent;
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: 32px;
    z-index: 9999;
}

.collapse-a-mobile-style-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    margin-top: 3%;
}

.bd-style-filter-mobile:last-child .collapse-a-mobile-style-info {
    border: 0;
}

.collapse-a-mobile-style-info a{
    color: #7B7B7B;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 5px !important;
    padding-right: 10px !important;
    line-height: 30px !important;
}

.bd-style-filter-mobile {
    margin-bottom: 16px;
}

.title-category-filter-mobile {
    display: flex;
    color: #7B7B7B;
    font-size: 18px;
    font-weight: bold;
}

.subtitle-filter-mobile {
    display: flex;
    color: #7B7B7B;
    font-size: 18px;
    font-weight: bold;
}

.order-title-mobile {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #FFFFFF;
    background: #444444;
    width: 100%;
}

.select-order-mobile-div {
    padding: 10px;
    margin-top: 35%;
}

@media(max-width: 991px){
    .sidebar-menu-mobile {
        display: none;
        position: fixed;
        overflow-y: hidden !important;
        background: #fff;
        width: 100vw !important;
        top: 0;
        height: 100%;
        z-index: 99999;
    }

    .col-md-3.sidebar-menu-mobile {
        margin-bottom: 30px;
        background: #fff;
    }

    .main-category-block {
        margin-top: 35px !important;
    }

    a.link-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    p.link-order {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin: 0;
    }

    .menu-mobile-order {
        display: none;
        position: fixed;
        overflow-y: auto;
        background: #fff;
        width: 100% !important;
        top: 0;
        height: 100%;
        z-index: 99999;
    }

    select#list-order {
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 92%;
        top: 30%;
        position: absolute;
        -webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.29);
        -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.29);
        box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.29);
        height: 40px;
    }

    .close-order {
        display: block;
        width: 35px !important;
        height: 35px !important;
        background-image: url(https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/close-filter.png);
        background-color: #444444 !important;
        top: 10px;
        position: absolute;
        right: 10px;
    }

    .filte-title-ico {
        display: block;
        width: 119px !important;
        height: 25px !important;
        background-repeat: no-repeat !important;
        background-image: url(	https://d8vlg9z1oftyc.cloudfront.net/eoseos/eoseos-file-manager/img/filter-ico.png);
        background-color: #444444 !important;
    }

    .widget-title i {
        display: block !important;
    }

    .filter-tile-mobile {
        height: 51px;
        display: flex;
        align-items: center;
        background: #444444;
        border: 1px;
        justify-content: center;
    }

    .widget-title i:after {
    border: 0 !important;
    }

    select#list-order {
        width: 100% !important;
        position: initial !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

}

.block-products-modes {
    background: var(--white);
}

.pagination-pages {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-pages ul {
    padding-top: 0;
}

.pagination > li a {
    width: 39px;
    height: 39px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #C4C4C4;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.pagination > li a:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color);
    color: var(--white);
}

/* @media (max-width: 991px) {
    .flexy-display-mode {
        display: flex;
    }
} */