/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #555;
    color: white;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: -125%;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    text-transform: capitalize;
    left: -25%;
}


/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.productsContainer {
    width: 80%;
    margin: 0 auto;
    max-width: 1350px;
    display: block;
    position: relative;
    margin-top: 40px;
    height: auto;
}

.brandInfoDiv {
    position: relative;
    width: 100%;
    margin: auto;
    /* overflow: hidden; */
    height: 400px;
    margin-bottom: 20px;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* padding-top: 4vw; */
}

.brandLargeImage {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    background-position: center;
}

.brandPhoto {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 15px;
    vertical-align: top;
    border-radius: 50%;
    background-size: cover;
    background-color: gray;
    background-position: 50% 50%;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
}

.brandInstagramRound {
    background-image: url(../../files/instagramRound.png);
    width: 180px;
    height: 180px;
    position: absolute;
    background-size: cover;
    z-index: 2;
    cursor: pointer;
}

.verticalFile {
    width: 100%;
    height: 85vh;
    background-size: cover;
    display: none;
}

.leftVertical {
    position: absolute;
    margin-left: -80px;
    height: 40px;
    right: 30vw;
    width: 25px;
    background-color: black;
    cursor: pointer;
    z-index: 1;
    top: calc(50% - 50px);
    background-image: url(../../files/leftArrow.svg);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.leftVertical:hover {
    background-color: var(--principal3);
}

#entregaInfoContainer,
#cambiosInfoContainer,
#mediosInfoContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
}

#cambiosClose,
#mediosClose,
#entregaClose {
    font-size: 33px;
    color: #000000;
    top: 5px;
}

.productGroupInfo {
    width: 100%;
    position: relative;
    margin-bottom: 0px !important;
    text-align: left;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    float: left;
    line-height: 18px;
    color: #000000;
}

.productGroupInfo em {
    font-style: normal;
    font-weight: bold;
}

#entregaInfoContainer .productGrouptitlePopup,
#cambiosInfoContainer .productGrouptitlePopup,
#mediosInfoContainer .productGrouptitlePopup {
    margin-top: 18px;
    color: #000000;
}

.productGrouptitlePopup {
    color: #646464;
    font-weight: bold;
    width: fit-content;
    float: left;
    margin: 0;
    margin-left: 20px;
    margin-top: 27px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.paymentType {
    display: inline-block;
    position: relative;
    height: 25px;
    margin-right: 12px;
}

.productGroupInfo p {
    font-style: normal;
    margin-top: 4px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.rightVertical {
    position: absolute;
    /* margin-top: -300px; */
    float: right;
    margin-right: -80px;
    cursor: pointer;
    height: 40px;
    width: 25px;
    left: 30vw;
    top: calc(50% - 50px);
    z-index: 1;
    background-image: url(../../files/leftArrow.svg);
    transform: rotate(180deg);
    background-size: 100%;
    background-color: black;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.rightVertical:hover {
    background-color: var(--principal3);
}

.fileToShow {
    display: block !important;
}

#verticalFilesDiv {
    background: transparent;
    border: 0px;
    border-radius: 0;
    margin-top: 4%;
    padding-bottom: 0;
    width: 30vw;
}

.brandDesc em {
    font-style: normal;
    font-weight: 700;
    display: inline-block;
}

.brandPhotoContainer {
    display: flex;
}

.brandDesc p {
    display: inline-block;
    font-weight: 700;
}

.brandSeparationLine {
    height: 1px;
    background-color: #9d9d9d;
    width: 100px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.brandInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: fit-content;
    min-width: 410px;
}

.brandInfoDiv .brandName {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 90%;
    float: left;
    overflow: hidden;
    margin-top: 2%;
    border-top: solid 1px #dddddd;
}

.viewMoreProductInfo {
    float: left;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 1px;
}

#productMoreInfoIcons {
    position: relative;
    height: 70px;
    background: #f9f9f9;
    width: 100%;
    display: flex;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.brandInfoContainer #productMoreInfoIcons {
    background: transparent;
    height: auto;
    display: flex;
    margin: 20px 0px 0px;
    overflow: visible;
    justify-content: space-between;
}

.productMoreInfoContainer {
    position: relative;
    float: left;
    align-items: center;
    width: 33.3%;
    display: flex;
    cursor: pointer;
}

.productMoreInfoText {
    color: var(--principal3);
    font-size: 11px;
    float: right;
    line-height: 12px;
    font-weight: 700;
}

.productMoreInfoIcon {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    background: #ffffff;
    border: 1px solid #a8a8a8;
    box-sizing: border-box;
    border-radius: 4px;
}

.gridFlex .productMoreInfoIcon {
    margin-left: 0px;
    margin-bottom: 20px;
}

.productMoreInfoIcon:first-of-type {
    margin-left: 0px;
}

.productMoreInfoImage {
    margin-left: 25% !important;
    margin-top: 23%;
    display: block;
}

.productMoreInfoImageHover {
    margin-left: 25%;
    margin-top: 23%;
    display: none;
}

.brandWeb {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: fit-content;
    /* margin: 0; */
}

.netsBrand {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    max-width: fit-content;
    gap: 10px;
}

.brandWeb:hover {}

.brandWeb:hover .webLogo {
    display: none;
}

.brandWeb:hover .webLogoHover {
    display: inline-block;
}

.brandDesc {
    position: relative;
    font-size: 14px;
    height: auto;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.brandIg {
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: fit-content;
    float: left;
}

.brandFb {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.brandFb:hover .fbLogo {
    display: none;
}

.brandFb:hover .fbLogoHover {
    display: inline-block;
}

.brandIg:hover .igLogo {
    display: none;
}

.brandIg:hover .igLogoHover {
    display: inline-block;
}

.brandIg p,
.brandFb p {
    margin: 0;
    display: inline-block;
    line-height: 25px;
    margin-left: 10px;
}

.igLogo,
.fbLogo,
.webLogo {
    display: inline-block;
    position: relative;
    float: left;
    height: 35px;
    width: 35px;
}

.igLogoHover,
.fbLogoHover,
.webLogoHover {
    display: none;
    position: relative;
    float: left;
    height: 35px;
    width: 35px;
}

.brandInfoContainer {
    margin: 0;
    width: fit-content;
    height: fit-content;
    max-width: 650px;
    background: white;
    z-index: 1;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.selectedCategory {
    font-weight: 500;
    text-decoration: underline;
}

.open {
    display: block !important;
}

.categoryButton {
    width: fit-content;
    position: relative;
    float: right;
    line-height: 15px;
    cursor: pointer;
}

#entregaInfoContainer .alertMessageDiv,
#cambiosInfoContainer .alertMessageDiv,
#mediosInfoContainer .alertMessageDiv {
    width: 600px !important;
    max-width: 90%;
}

@media screen and (max-width: 768px) {
    .brandInfo {
        width: 90%;
        display: block;
        float: none;
        margin: auto;
        padding: 0px;
        overflow: hidden;
        min-width: unset;
    }
    .productMoreInfoContainer {
        flex-direction: column;
        width: auto;
        overflow: inherit;
        /* margin: 0px 21px; */
    }
    .productMoreInfoIcon {
        margin: 0px 0px 10px 0px;
    }
    .productMoreInfoText br {
        display: none;
    }
    .productMoreInfoImageHover {
        width: 22px;
        margin: auto !important;
    }
    .brandInfoDiv .brandName {
        font-size: 15px;
        line-height: 19px;
        margin-right: 0;
        width: 60%;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: left;
    }
    .brandDesc p {
        font-size: 11px;
    }
    .productMoreInfoImage {
        width: 22px;
        margin: auto !important;
    }
    #entregaInfoContainer .alertMessageDiv,
    #cambiosInfoContainer .alertMessageDiv,
    #mediosInfoContainer .alertMessageDiv {
        width: 90% !important;
        transform: translateY(-50%);
        top: 45%;
        border: 1px solid transparent;
        padding-top: 40px;
    }
    .productMoreInfoIcon {
        width: 45px;
        height: 45px;
        /* margin-right: 10px; */
        margin-top: 0px;
        display: flex;
    }
    .productMoreInfoText {
        margin: 0px;
        font-size: 11px;
        line-height: 13px;
        font-weight: 600;
        width: max-content;
    }
    .brandWeb,
    .brandIg,
    .brandFb {
        font-size: 13px;
        display: inline-block !important;
        vertical-align: bottom;
    }
    .brandDesc {
        font-size: 12px;
        width: 90%;
        line-height: 14px;
        overflow: hidden;
        float: none;
    }
    .brandInfoContainer {
        min-width: unset;
        width: calc(100% - 60px);
        flex-direction: column;
        margin: auto;
        position: absolute;
        /* left: 20px; */
        padding: 20px 10px;
        border: 1px solid gray;
        bottom: 0px;
        transform: translateY(43%);
    }
    .widthContainer.ui-sortable #rightProductsContent {
        display: block !important;
    }
    .widthContainer.ui-sortable #rightProductsContent #filterAndProductsBox #orderContainer {
        display: grid !important;
        grid-template-columns: auto auto;
        grid-gap: 2vw;
    }
    .brandLargeImage {
        position: relative;
        height: 400px;
    }
    .brandInfoDiv {
        /* margin-bottom: 120px; */
        width: 100%;
        flex-direction: column;
        height: auto;
        margin-bottom: 160px;
    }
    #topFiltersDiv {
        width: 100%;
        margin-left: 0px;
    }
    div#orderSelectDiv {
        margin-left: 0px !important;
    }
    .brandPhotoContainer {
        width: 120px;
        float: none;
        margin: auto;
        margin-top: -75px;
    }
    .brandInstagramRound {
        width: 120px;
        height: 120px;
    }
    .brandPhoto {
        width: 100px;
        height: 100px;
        margin: 10px;
    }
    .igLogo,
    .fbLogo,
    .webLogo,
    .igLogoHover,
    .fbLogoHover,
    .webLogoHover {
        height: 27px;
        width: 27px;
    }
    #orderSelectDiv {
        width: 100%;
        margin-right: 0%;
    }
    .openInfoDiv {
        margin-top: 13px;
    }
    #orderSelectMobile {
        padding-left: 0px;
        width: 97%;
        border: none;
        border-bottom: 1px solid #000000;
    }
    #verticalFilesDiv {
        width: 70%;
        max-width: 450px;
        top: 19%;
        margin-top: 0px;
    }
    .verticalFile {
        height: 470px;
    }
    .leftVertical {
        /* margin-top: 170px; */
        width: 45px;
        height: 45px;
        margin-left: -50px;
        left: 20px;
        top: calc(50% - 25px);
    }
    .rightVertical {
        /* margin-top: -295px; */
        width: 45px;
        height: 45px;
        margin-right: -50px;
        left: unset;
        right: 29px;
        top: calc(50% - 25px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .brandInfoDiv {
        width: 100%;
        margin: 0 auto;
    }
    .brandInfoContainer {
        min-width: unset;
    }
}

/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    height: 30px;
    line-height: 30px;
    background-color: #555;
    color: white;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: -133%;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    text-transform: capitalize;
}


/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#editMode {
    position: relative;
    float: left;
    width: 125px;
    padding-left: 10px;
    height: 25px;
    padding-top: 10px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    display: block !important;
}

#editMode.selected {
    background-color: var(--principal1);
}


/*
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/../files/jquery/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight {
    height: 34px !important;
    width: 32px !important;
    background-image: url(/files/dragablePlaceholder.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    border: 0px;
    margin-top: -25px !important;
    z-index: 10;
    position: relative;
    float: right;
} */

.categoryTitle,
.clientTitle {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

.clientTitle:hover,
.categoryTitle:hover {
    font-weight: 700;
    cursor: pointer;
}

.selectedCategory,
.selectedClient {
    font-weight: 500;
    text-decoration: underline;
}

#categoryReference {
    width: 92%;
    margin: auto;
    /* max-width: 1500px; */
    margin-bottom: 35px;
    border-bottom: 1px solid #000000;
    font-size: 19px;
    padding-bottom: 10px;
    line-height: 23px;
    color: #000000;
    margin-top: 30px;
}

.filterOptionCheckbox {
    -webkit-appearance: checkbox;
}

.closed {
    display: none;
}

.badgeFile {
    position: absolute;
    top: 0px;
    right: 0px;
}

.numberShown,
.numberShown2 {
    display: block;
    margin: 0 auto;
    color: #58595b;
    position: relative;
    height: 25px;
    width: fit-content;
    font-size: 15px;
}

.priceFilter {
    margin-bottom: 10px;
    text-align: left;
    margin-left: 12px;
    margin-top: 0px;
    font-weight: 600;
}

.priceFilter:first-of-type {
    margin-top: 0px;
}

.filterName.selected {
    color: black;
}

.selectedSubfilter {
    font-weight: 900 !important;
    color: black !important;
}

.topFiltersDivSelect {
    width: 100%;
    height: 35px;
    /* margin-left: 27px; */
    font-weight: 700;
    border-radius: 0px;
    padding-left: 11px;
    color: #000000;
    /* margin-bottom: 15px; */
    font-size: 12px;
}

#openFilterBtn:hover {
    /* background-color: var(--principal2); */
    /* color: white; */
}
div#orderContainer {
    width: 100%;
}
#topFiltersDiv {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    font-weight: 500;
    overflow: hidden;
    margin: 30px auto;
    border-top: 1px solid #CFCFCF;
    padding-top: 30px;
}

.specDiv {
    position: relative;
    float: left;
    width: 50px;
    height: 36px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    line-height: 38px;
    border-radius: 0px;
    color: #000000;
    margin: 5px;
    border: 0.5px solid #000000;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#filterByPrice {
    position: relative;
    float: left;
    margin-top: 22px;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 31px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    font-weight: 200;
    font-size: 13px;
    border: 1px solid #000;
}

#filterByPrice:hover {
    background-color: transparent;
    color: #000;
}

.filterWithImage {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    height: 40px;
    text-align: center;
    font-size: 15px;
    align-items: center;
    justify-content: left;
    line-height: 40px;
    margin: 3px;
    color: #000000;
    border: 0.5px solid #9b9b9b;
    cursor: pointer;
}

.noBorder {
    border: 0px solid transparent;
}

.filterHeader {
    height: 70px;
    border-bottom: 1px solid grey;
}

.filterTitle {
    width: 70%;
    position: relative;
    line-height: 70px;
    font-size: 21px;
    text-transform: uppercase;
    float: left;
    /* font-weight: 700; */
    text-indent: 16%;
}

#closeFilter {
    float: left;
    line-height: 33px;
    font-size: 28px;
    height: 33px;
    margin-top: 18px;
    cursor: pointer;
    width: 22%;
    font-weight: 700;
    text-align: right;
    padding-right: 8%;
}

.specImg {
    position: relative;
    width: 9%;
    padding: 1px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
}

.selectedSpec .specBorder,
.specDiv:hover .specBorder {
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background-color: #241f20;
}


/*.selectedSpec .specBorder, .specDiv:hover .specBorder{*/


/*    position:absolute;*/


/*    bottom:0px;*/


/*    height:2px;*/


/*    width:100%;*/


/*    background-color:#241f20;*/


/*}*/

.selectedSpec.noBorder,
.specDiv.noBorder:hover {
    border: 0.5px solid #9b9b9b;
}

.selectedSpec:not(.noBorder),
.specDiv:not(.noBorder):hover {
    background-color: #000000;
    color: #ffffff;
}

#leftProductsContent {
    background-color: white;
    position: fixed;
    height: calc(100vh - 176px);
    width: 385px;
    top: 0px;
    right: -385px;
    margin-top: 170px;
    color: #000000;
    z-index: 10;
    overflow-y: auto;
    -moz-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
    /* -webkit-transition: right 0.5s ease-in-out, left 0.05s ease-in-out; */
    -moz-transition: right 0.5s ease-in-out, left 0.05s ease-in-out;
    -o-transition: right 0.5s ease-in-out, left 0.05s ease-in-out;
    /* transition: right 0.5s ease-in-out, left 0.05s ease-in-out; */
    /* transition: all 0.2s ease-out; */
    -moz-transition: all 0.2s ease-out;
    /* -webkit-transition: all 0.2s ease-out; */
    -o-transition: all 0.2s ease-out;
}

#leftProductsContent {
    position: relative;
    min-height: 100vh;
    height: auto;
    margin-top: 0;
    z-index: unset;
    right: 0;
    width: 272px;
    margin-right: 18px;
}

#leftProductsContent::-webkit-scrollbar {
    display: none;
}

.selectArrow {
    width: 13px;
    height: 7px;
    position: relative;
    left: 9%;
    float: right;
    top: -36px;
    pointer-events: none;
}

.openFilter {
    right: 0px !important;
}

#filterImg {
    float: left;
    display: block;
    height: 13px;
    /* margin-top: 4px; */
    /* margin-left: 7px; */
    filter: invert(1);
    margin-right: 10px;
}

#filterImgHover {
    display: none;
    float: left;
    height: 20px;
    margin-top: 4px;
    margin-left: 7px;
}

#openFilterBtn:hover #filterImg {
    /* display: none; */
}

#applyFilters {
    height: 50px;
    position: relative;
    bottom: 0;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    width: 50%;
    font-weight: 300;
    border: 1px solid grey;
    border-left: none;
    border-right: none;
    cursor: pointer;
    transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
}

#applyFilters:hover {
    background-color: var(--principal2);
    color: white;
}


/* el boton viejo abajo de los filtros, dejo por las dudas
#removeFilters {
  height: 50px;
  position: relative;
  bottom: 0;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  width: calc(100% - 0px);
  font-weight: 300;
  border: 1px solid grey;
  cursor: pointer;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  background-color: var(--principal2);
  color: white;
}
*/

#removeFilters {
    position: relative;
    bottom: 0;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    width: 16%;
    font-weight: 300;
    cursor: pointer;
    transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    color: #767676;
    text-decoration: underline;
}

#removeFilters:hover {
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

#openFilterBtn:hover #filterImgHover {
    /* display: block; */
}

#filterTabsContainer {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    cursor: pointer;
    display: none;
}

#filterTabsContainer.showFilterTabs {
    display: block;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0px;
}

.filterTabsTxt {
    width: 89px;
    position: relative;
    float: left;
    margin-right: 15px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: black;
    font-size: 13px;
}

.filterTab {
    position: relative;
    float: left;
    color: black;
    width: fit-content;
    padding: 0px 0px 0px 9px;
    border: 1px solid #CFCFCF;
    border-radius: 7px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
    height: 28px;
    /* line-height: 11px; */
    display: flex;
    align-items: center;
}

.removeFilter {
    position: relative;
    float: right;
    /* margin-left: 9px; */
    cursor: pointer;
    width: 15px;
    height: 22px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 9px;
}

#openFilterBtn {
    /* background-color: var(--principal1); */
    width: 16%;
    color: black;
    text-align: center;
    /* padding: 8px; */
    font-weight: bold;
    height: 41px;
    float: right;
    border: 1px solid;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    line-height: 28px;
    margin-right: 12px;
}

.selected {
    font-weight: bold;
}

#filters {
    width: 100%;
    float: left;
    display: inline-block;
    /* margin-top: 10px; */
    padding-bottom: 5px;
    height: 77%;
    height: fit-content;
    overflow: scroll;
}

.filter:nth-child(1) {
    border-top: 1px solid #CFCFCF;
    padding-top: 14px;
}

#filters::-webkit-scrollbar {
    display: none;
}

#cartInfo {
    margin-top: 10px;
    width: 150px;
    margin-left: 42px;
    float: left;
    background-color: #f7f7f7;
    padding: 10px;
}

.filterName {
    position: relative;
    width: 100%;
    margin-bottom: 1px;
    margin-top: 3px;
    font-size: 15px;
    font-weight: bold;
    height: 21px;
    letter-spacing: 1px;
    color: #727272;
    text-transform: none;
    padding-left: 15px;
    text-align: left;
    cursor: pointer;
    float: left;
    border-bottom: 0px solid #e1e1e1;
}

.catOneArrow {
    float: left;
    margin-right: 30px;
    margin-top: 2px;
    transition: 0.2s transfrom;
}

.subfilterName {
    position: relative;
    color: #000000;
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    width: fit-content;
}

.subfilterName:hover {
    font-weight: 600 !important;
}

#selectProductSizeDiv {
    width: 122px;
    float: right;
    border: 1px solid #000000;
    height: 43px;
    margin-right: 2%;
}

.selectProductSizeContainer {
    width: 50%;
    float: left;
    height: 100%;
    cursor: pointer;
}

#selectFourPerLine {
    background-color: #000000;
}

#selectFourPerLine:hover {
    background-color: #ffffff !important;
}

#selectFivePerLine:hover {
    background-color: #000000 !important;
}

#selectFourPerLine.notSelected:hover {
    background-color: #000000 !important;
}

#selectFourPerLine.notSelected:hover .selectProductSizeLogoHover {
    display: none !important;
}

#selectFourPerLine.notSelected:hover .selectProductSizeLogo {
    display: block !important;
}

#selectFivePerLine.notSelected:hover .selectProductSizeLogoHover {
    display: block !important;
}

#selectFivePerLine.notSelected:hover .selectProductSizeLogo {
    display: none !important;
}

#selectFivePerLine .selectProductSizeLogo,
#selectFivePerLine .selectProductSizeLogoHover {
    width: 43px;
    margin-top: 9px;
    margin-left: 16%;
}

.selectProductSizeLogo,
#selectFivePerLine .selectProductSizeLogo {
    display: block;
}

.selectProductSizeLogoHover,
#selectFivePerLine .selectProductSizeLogoHover {
    display: none;
}

.selectProductSizeLogo,
.selectProductSizeLogoHover {
    width: 34px;
    margin-top: 9px;
    margin-left: 24%;
}

#selectFourPerLine:hover .selectProductSizeLogo,
#selectFivePerLine:hover .selectProductSizeLogo {
    display: none !important;
}

#selectFourPerLine:hover .selectProductSizeLogoHover,
#selectThreePerLine:hover .selectProductSizeLogoHover {
    display: block !important;
}

.categoryDiv {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.filtersContainer {
    height: 0px;
    /*    overflow: hidden;*/
}

.openFilters {
    height: auto;
}

#category-brandFilterArrow {
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
}

.categoryName:hover {
    /*font-weight: 600;*/
}

.subcategoryDiv {
    width: 100%;
    height: auto;
}

.categoryName {
    float: left;
    width: 100%;
    max-width: 90%;
    font-weight: 600;
    padding-left: 45px;
    margin-top: 13px;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.categoryProducts {
    float: right;
    color: #000000;
    font-weight: lighter;
    font-size: 15px;
}

.subcategoryName {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
}

.subcategoryName:first-letter {
    text-transform: capitalize;
}

.openCategory {
    margin-top: 18px;
    float: right;
    cursor: pointer;
}

.subFilter {
    font-size: 12px;
    font-weight: 100;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.filter {
    height: auto;
    padding-bottom: 10px;
    padding-top: 6px;
    float: left;
    width: 92% !important;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #CFCFCF;
}

.filterBorder {
    margin-bottom: 0;
    height: auto;
    float: left;
    width: 100% !important;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.filterBoxContainer.filterDiv.selectedFilter {
    font-weight: bold;
}

#currentCategoryLabel,
#currentSearchLabel {
    /* width: 50%; */
    float: left;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 10px;
    line-height: 23px;
    color: #000000;
    font-family: 'Spectral';
}

#currentCategoryLabel img {
    width: 7px;
    margin: 0px 5px;
}

.leftLabelContainer {
    width: 50%;
    float: left;
    /* margin-bottom: 35px; */
    border-top: 1px solid #CFCFCF;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    margin-top: 30px;
}

#currentCategoryLabel h2,
#currentSearchLabel h2 {
    font-size: 13px;
    color: #9A9A9A;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: 'PP Mori';
    margin-top: 2px;
}

#rightProductsContent {
    position: relative;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    margin-top: -15px;
}

.widthContainer {
    width: 92%;
    overflow: hidden;
    min-width: 1100px;
    /* max-width: 1500px; */
}

#noProducts {
    position: relative;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

#priceFilterName {
    /*    line-height: 32px;
                                              margin-top: 0px;
                                              background-color: white;
                                              margin-bottom: 0px;
                                              text-transform: initial;
                                              letter-spacing: 0px;
                                              font-size: 14px;
                                              text-indent: 0;*/
    height: 30px;
}

.whiteContainer {
    /*background-color: #FAFAFA;*/
}

.brandDiv {
    background-color: #fafafa;
    height: 20px;
    line-height: 22px;
}

#filterBrandName {
    line-height: 32px;
    text-transform: capitalize;
    text-indent: 12px;
    margin-top: 0px;
    background-color: white;
    margin-bottom: 0px;
    height: 30px;
    font-size: 14px;
}

.filterName .open {
    transform: rotate(90deg);
    transition: 0.2s transfrom;
}

#category-priceFilterArrow {
    width: 100%;
    overflow: hidden;
}

#renderMoreBtn {
    display: block;
    position: relative;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background: var(--principal3);
    border: 1px solid var(--principal3);
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#renderMoreBtn:hover {
    background: transparent;
    color: var(--principal3);
    border: 1px solid var(--principal3);
}

.categoriesBanner {
    position: relative;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    width: 92%;
    min-width: 1100px;
    /* max-width: 1500px; */
}

#chooseGroupSelect {
    width: 68%;
    margin-left: 17%;
    margin-top: 20px;
    background-color: #f0f0f0;
    height: 30px;
    color: #898989;
    position: relative;
    text-indent: 20px;
    margin-bottom: 3px;
    border: none;
}

#chooseGroupDiv {
    width: 90%;
}

.slider-labels {
    margin-top: 10px;
}

.container {
    width: 89%;
    margin: 0 auto;
}


/* Functional styling;
                                       * These styles are required for noUiSlider to function.
                                       * You don't need to change these rules to apply your design.
                                       */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.caption {
    font-size: 13px;
    width: 50%;
    float: left;
    margin-top: 15px;
    color: #22221180;
}

.col-xs-6.text-right.caption {
    text-align: end;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
                                             its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance;
                                       * Browsers can paint handles in their own layer.
                                       */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
                                       */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #000000;
    border: 3px solid #727272;
}


/* Styling;*/

.noUi-background {
    background: #D6D6D6;
}

.noUi-connect {
    background: #000000;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {}


/* Handles and cursors;
                                       */

.noUi-draggable {
    cursor: w-resize;
}

.row {
    width: 100%;
}

#content {
    overflow: visible;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #727272;
    border: 8px solid rgba(114, 114, 114, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}


/* Disabled state;
                                       */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

#orderSelect {
    float: left;
    font-size: 12px !important;
    height: 46px;
    margin: 0 auto;
    padding-right: 31px;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../files/productArrowRight.svg);
    z-index: 1;
    width: 250px;
    color: #000000;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    background-size: 12px;
    letter-spacing: normal;
    text-align: left;
    font-weight: 400;
}

.openInfoDiv {
    position: absolute;
    margin-top: 20px;
    right: 10px;
    width: 18px;
}

#orderSelectDiv {
    float: right;
    width: auto;
    height: auto;
    position: relative;
    /* margin-right: 2%; */
    color: #000000;
}

#designersSelect {
    border: none;
    font-size: 13px;
    /* border-bottom: 1px solid grey; */
    padding-left: 0px;
    text-transform: uppercase;
}

.selectedFilter.filterWithImage {
    border-radius: 100%;
    width: 100%;
    height: 33px;
}

.filterWithImage .filterText {
    margin-left: 36px;
}

.filterDiv:hover .specImg {
    border: 1px solid #000000;
}

.selectedFilter.filterWithImage .specImg {
    /* width: 6%; */
    border: 1px solid #000000;
    /* padding: 3px; */
}

#wishlistLabel {
    margin: 50px auto 0px;
    border-bottom: 1px solid #000000;
    height: auto;
    line-height: 23px;
    position: relative;
    text-align: left;
    font-weight: 500;
    padding-bottom: 10px;
    color: #000000;
    letter-spacing: 0px;
    font-size: 19px;
    width: 99%;
    max-width: 1600px;
    margin-bottom: 35px;
}

#searchLabel {
    margin: 50px auto 0px;
    border-bottom: 1px solid #000000;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: left;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0px;
    font-size: 20px;
    width: 95%;
    max-width: 1300px;
}

.whiteFilter {
    border-radius: 50%;
}

.whiteFilter .specImg {
    width: 8%;
    border: 1px solid #00000042;
}

#priceFilter {
    font-size: 12px;
    margin: auto;
    color: #e0f239;
    font-weight: 500;
    position: absolute;
    width: 59px;
    top: 10px;
    cursor: pointer;
    right: 20px;
    height: 26px;
    background: #000;
    line-height: 26px;
    transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    text-align: center;
    display: none;
}

#priceFilter:hover {
    color: #000;
    background: #e0f239;
}

.filterContent {
    position: relative;
    width: 100%;
    height: fit-content;
    display: none;
    padding-top: 10px;
    padding-bottom: 15px;
}

.open {
    display: block !important;
}

.categoryButton {
    width: fit-content;
    position: relative;
    float: right;
    line-height: 15px;
    cursor: pointer;
    margin-top: 12px;
}

.categoryButton2 {
    /* width: fit-content; */
    position: relative;
    top: -25px;
    float: right;
    line-height: 15px;
    cursor: pointer;
    pointer-events: none;
}

.categoryTitleContainer {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.innerContainer {
    position: relative;
    float: left;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.innerContainer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.innerContainer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

select.topFiltersDivSelect {
    font-weight: 300;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.selectContainer {
    /* display: flex !important; */
    width: 100%;
    align-items: center;
    border-bottom: 1px solid grey;
    padding-bottom: 13px;
}

.selectFilter {
    margin-bottom: 0;
    height: auto;
    float: left;
    width: 92% !important;
    margin-bottom: 15px;
    position: relative;
}

.filterButtons {
    display: flex;
    position: relative;
    margin-left: 20px;
    width: 92%;
    height: auto;
    /* bottom: 74px; */
    /* height: 40px; */
    /* margin-top: 20px; */
    /* margin-left: 30px; */
    justify-content: space-between;
    background-color: white;
}

.filterBoxMobile {
    width: 100%;
}

#filterAndProductsBox {
    width: 100.5%;
    display: flex;
}

.blurBkg80 {
    position: absolute;
    /* top: -70px; */
    z-index: 8;
    left: 0;
    padding-top: 38px;
    overflow: visible;
    display: block;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: none;
}

.showFilters {
    position: relative;
    float: left;
    width: 140px;
    height: 35px;
    background: transparent;
    color: black;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border: transparent;
    border-radius: 7px;
    font-size: 14px;
    display: flex;
    align-items: center;
}


/* .showFilters:hover {
  background: var(--principal2);
  border: 1px solid var(--principal2);
} */

.filtersIcon {
    /* top: 2px; */
    position: relative;
    margin-right: 8px;
    top: -2px;
    filter: invert(1);
    height: 11px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    #filterTabsContainer {
        width: 95%;
        margin-left: 20px;
    }
    .widthContainer {
        width: 100%;
        margin-left: 0px;
        margin-right: 0;
        min-width: unset;
    }
    .categoriesBanner {
        min-width: unset;
        margin-top: 15px;
        width: 98%;
    }
    #content {
        max-width: 1100px;
        min-width: unset;
    }
    #openFilterBtn {
        width: 100px;
    }
    .blurBkg80 {
        top: -37px;
        z-index: 7;
    }
    #rightProductsContent {
        width: 98%;
    }
    #currentCategoryLabel {
        width: 95%;
        float: none;
        margin: 30px auto;
    }
    #orderSelectDiv {
        width: 236px;
    }
    #topFiltersDiv {
        width: 98%;
    }
}

@media screen and (max-width: 1200px) {
    #filterAndProductsBox {
        right: 0;
        position: relative;
    }
    .filterButtons {
        width: 100%;
        margin-left: 0;
    }
    .leftLabelContainer {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0px;
        padding-top: 0px;
        border-top: 0px;
    }
    .showFilters {
        display: none;
    }
    #filterTabsContainer {
        width: calc(100% - 40px);
        margin-left: 20px;
        display: none;
        margin-bottom: 15px;
    }
    .filterBoxMobile {
        width: 90%;
        margin: 0 auto;
    }
    .selectFilter {
        margin-left: unset;
        width: 100% !important;
        margin-bottom: 5px;
        padding-top: 10px;
    }
    #topFiltersDiv {
        width: calc(100% - 40px);
        margin-left: 3%;
        border-top: none;
        margin: auto;
        display: flex;
        padding-top: 16px;
        margin-left: 20px;
        flex-direction: row-reverse;
    }
    #currentCategoryLabel,
    #currentSearchLabel {
        width: calc(100% - 40px);
        margin-left: 20px;
        border-top: none;
        padding-top: 20px;
        margin-bottom: 0px;
        font-size: 19px;
        padding-bottom: 0px;
    }
    div#cleanFiltersContainer {
        position: absolute;
        bottom: 2px;
        width: 100%;
        background: white;
        border: 1px solid #8c8c8c;
        height: 80px;
        display: none !important;
    }
    #applyFilters {
        border: none;
        border-right: 1px solid black;
        height: 100%;
    }
    #applyFilters,
    #cleanFilters {
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
        font-size: 17px;
        justify-content: center;
        color: black;
    }
    #currentSearchLabel h2 {
        margin-top: 7px;
    }
    #orderSelectDiv.clientsOrderSelect {
        width: 50%;
        margin-left: 16px;
        padding-bottom: 15px;
    }
    #filters {
        /* margin-left: 10%; */
        margin-top: 0;
        width: 100%;
        display: block;
        position: relative;
        height: calc(100% - 52px);
        height: auto;
        right: 0;
        padding-bottom: 120px;
    }
    #filtersDiv {
        top: 104px;
        width: 285px;
        position: fixed;
        /* left: 0px; */
        right: 0px;
        z-index: 2;
    }
    #orderSelect {
        height: 47px;
        font-size: 11px !important;
        border: 1px solid #626262;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .filtersTitle {
        /* float: right; */
        /* height: 70px !important; */
        line-height: 40px;
        text-align: center;
        letter-spacing: 1px;
        /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04); */
        cursor: pointer;
        transition: border-radius 0.1s ease-out, width 0.1s ease-out;
        -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
        -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
        -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
        margin-top: 0;
        width: 100%;
        position: relative;
        z-index: 10000;
        top: 0px !important;
        /* border-bottom: 1px solid #3f3f3f8a; */
        padding: 20px 0px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .filtersTitle.open {
        width: 285px;
        position: fixed;
        right: 0;
        z-index: 10000;
        margin-top: 0;
        top: 0px;
    }
    .container {
        width: 99%;
    }
    #mobileFiltersIcon {
        /* position: absolute; */
        height: 20px;
        top: 8px;
        float: right;
        filter: invert(1);
        margin-right: 21px;
        left: 17px;
        transition: left 0.1s ease-out;
        -moz-transition: left 0.1s ease-out;
        -webkit-transition: left 0.1s ease-out;
        -o-transition: left 0.1s ease-out;
        left: 259px;
        height: 12px;
        top: 11px;
    }
    .widthContainer {
        min-width: 100px;
        margin-left: 5%;
    }
    #categoryReference,
    #currentSearchLabel {
        margin: auto;
        margin-bottom: 5px;
        margin-top: 30px;
        font-size: 15px;
        width: calc(100% - 45px);
        line-height: 15px;
    }
    #currentCategoryLabel img {
        width: 5px;
    }
    #leftProductsContent {
        position: fixed;
        /* left: 0px; */
        right: 0px;
        top: 200px;
        background-color: #ffffff;
        z-index: 1500;
        min-height: unset;
        padding: 0px;
        margin-top: 0px !important;
        height: 0px;
        overflow-y: hidden;
        overflow-x: hidden;
        width: 320px;
        box-shadow: -1px 6px 8px -4px black;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-shadow: -7px 20px 18px rgba(0, 0, 0, 0.1);
        margin-right: 0px;
        min-height: 100vh !important;
        top: 0px;
        position: fixed;
        right: -330px;
        transition: all 0.2s;
    }
    #removeFilters {
        width: 90px;
        font-weight: 500;
    }
    #desktopFilters {
        position: fixed;
        z-index: 10001;
    }
    .categoryTitleContainer {
        width: 80%;
        margin: 10px 10%;
    }
    .filterContent {
        width: 80%;
        margin: auto;
    }
    #mobileFiltersTitle.open #mobileFiltersIcon {
        left: 259px;
        height: 12px;
        top: 11px;
    }
    #mobileFiltersTitle.open .filterTitle {
        display: block !important;
    }
    .brandPhoto {
        /* margin-left: 15px; */
    }
    #rightProductsContent {
        margin-top: 0px;
        width: calc(100% - 40px);
        padding-top: 15px;
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 2vw;
        column-gap: 10px;
    }
    #noProducts {
        position: relative;
        text-align: center;
        color: #58595b;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
        line-height: 19px;
    }
    #mobileCloseFilters {
        float: right;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #58595b;
        cursor: pointer;
        margin-top: 5px;
        margin-right: 5px;
    }
    #leftProductsContent.open {
        left: 0px;
    }
    .subcategoryDiv {
        margin-left: 10px;
    }
    .bankPriceImg,
    .bankPriceText {
        float: initial !important;
    }
    .bankPriceText {
        margin-top: -10px !important;
    }
    .filterName {
        height: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #openFilterBtn {
        /* display: none !important; */
        width: 50%;
        margin-right: 0px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        height: 45px;
        border-color: #626262;
        border-left: none;
        font-weight: 400;
    }
    #orderSelectDiv {
        width: 50%;
        margin-right: 0px;
        height: fit-content;
    }
    .filterHeader {
        height: 40px;
    }
    .filterTitle {
        line-height: 40px;
        text-align: left;
        text-indent: initial;
        width: fit-content;
        font-size: 16px;
        margin-left: 10%;
        color: black;
        display: block !important;
        text-transform: capitalize;
        font-family: 'Spectral';
        font-size: 21px;
        letter-spacing: 0px;
        font-weight: 100;
    }
    .mobileFiltersIcon {
        margin-right: 9%;
    }
    .topFiltersDivSelect {
        padding-left: 10px;
        width: 100%;
        font-size: 13px;
        margin-left: 0px;
        height: 30px;
        background-color: transparent;
        margin-bottom: 0px;
        position: relative;
    }
    .blurBkg80 {
        top: -37px;
        z-index: 10000;
        height: 300vh;
    }
    .selectArrow {
        position: absolute;
        top: 11px;
        left: 217px;
    }
    #closeFilter {
        display: none;
    }
    .categoriesBanner {
        width: calc(100% - 40px);
        min-width: 0px;
        margin: auto;
        overflow: hidden;
        max-width: 100vw;
        margin-top: 20px;
    }
    .categoriesBanner.groupBanner {
        width: 100vw !important;
        margin-right: 0px;
    }
    .widthContainer {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 30px;
        height: auto;
        overflow: visible;
    }
    #selectProductSizeDiv {
        display: none;
    }
    .filter {
        margin-left: 0px;
        width: 100% !important;
        margin-bottom: 5px;
    }
    .categoryName {
        font-size: 13px;
        line-height: 13px;
        font-weight: 600;
        margin-bottom: 10px !important;
        letter-spacing: 0px;
    }
    .subfilterName {
        font-size: 13px;
    }
    .filterWithImage {
        width: 100%;
        height: 32px;
        font-size: 13px;
        line-height: 32px;
    }
    .specDiv {
        width: 31px;
        height: 31px;
        font-size: 10px;
        line-height: 31px;
        border: 0.5px solid #000000;
    }
    #wishlistLabel {
        float: none;
        font-size: 17px;
        margin: 15px auto 10px;
        line-height: 40px;
        width: 90%;
    }
    #searchLabel {
        margin-top: 50px;
        height: 35px;
        font-size: 17px;
        width: 90%;
    }
    .selectedFilter.filterWithImage {
        width: 100%;
        height: 30px;
        line-height: 31px;
    }
    #currentSearchLabel {
        margin-top: 32px;
        width: 85%;
        margin-left: 4%;
        font-size: 22px;
    }
    .filterTabsTxt {
        margin-right: 0px;
    }
    .whiteFilter {
        top: 0px;
    }
    #chooseGroupDiv {
        width: 90%;
    }
    #priceFilter {
        font-size: 11px;
        width: 52px;
        top: 8px;
        right: -1px;
        height: 23px;
        line-height: 23px;
    }
}