.newFilterTitle {
    height: 30px;
    padding: 0 70px 0 0;
    color: var(--belloblack);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: url(/Data/EditorFiles/belloroma/filter-arrow.svg) no-repeat;
    background-position: calc(100% - 2rem);
}

.filter-modal .changeGridBtns > span > a > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
}

.changeGridBtns > span > a.active > span {
    background-color: #ff6600;
}

.changeGridBtns > span > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
}

.changeGridBtns > span {
    position: relative;
}

.changeGridBtns > span:hover > p {
    opacity: 1;
    visibility: visible;
    top: -25px;
    left: 0;
    right: 0;
    transition: all 300ms;
}

.changeGridBtns > span > p {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 5px;
    top: -35px;
    left: 0;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
}

div#filterWrapper :is(.input-wrap.checkbox.active, .form-control:hover .input-wrap.checkbox.active, .active > .form-control .input-wrap.checkbox) {
    background: none;
}

.filter-loop .input-wrap.checkbox.active + span {
    color: var(--maincolor);
}

.other-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.change-grid-wrap img {
    /* filter: brightness(0); */
}

.change-grid-wrap a:not(.active) img {
    /* filter: invert(100%) sepia(0%) saturate(6274%) hue-rotate(342deg) brightness(123%) contrast(73%); */
}

.filter-box .input-wrap.checkbox span {
    color: var(--maincolor);
}

.filter-item-list {
    max-height: 280px;
    overflow: auto;
}

.katflex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.katflex a.selected {
    color: var(--maincolor);
}

.katflex a {
    color: var(--belloblack);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    display: flex;
    align-items: center;
}

#filtre {
    box-sizing: border-box;
}

.filter-box.active .filterOpen {
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 9;
    background: white;
    width: 220px;
    padding: 20px 20px;
    box-sizing: border-box;
}

.col-text.form-control {
    color: var(--belloblack);
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.filter-box .form-control:hover .input-wrap.checkbox {
    background: url('/Data/EditorFiles/belloroma/filter-check.svg') no-repeat center;
}

.filter-box .input-wrap.checkbox {
    height: 20px;
    width: 20px;
    background: url('/Data/EditorFiles/belloroma/filter-uncheck.svg') no-repeat center;
    background-size: contain;
}

.filter-box .input-wrap.checkbox.active {
    height: 25px;
    background: url('/Data/EditorFiles/belloroma/filter-check.svg') no-repeat center;
}

.filter-box.col-text {
    line-height: 30px;
    font-size: 12px;
    color: #6C6C6C;
}

#priceSlider :is( #min-price, #max-price) {
    padding: 0;
    margin-inline: 1rem; min-width: 50px;
}

.filter-box .form-control.medium input[type="text"] {
    height: 35px;
    background-color: #f8f8f8 !important;
    border: none !important;
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.newFilterTitle.childSelected {
    background: url('/Data/EditorFiles/belloroma/filter-arrow-close.svg') no-repeat;
    height: 30px;
    padding: 0 70px 0 0;
    color: var(--belloblack);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-position: calc(100% - 2rem);
}

.filter-box.active .filterOpen {
    display: block;
    position: absolute;
    /* top: calc(100% + 1rem); */
    z-index: 9;
    right: 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    width: 250px;
    padding: 25px;
    box-sizing: border-box;
}

#priceSlider {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    gap: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #2C3135;
}

.filter-box .form-control.medium input[type="text"] {
    height: 35px;
    background-color: #f8f8f8 !important;
    border: none !important;
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.filter-box .form-control.medium {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.filter-box .form-control.medium input[type="text"]::placeholder {
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.stickyFiltre {
    position: relative;
    z-index: 99;
}

.sort-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* gap: 1.5rem; */
}

.sort-wrap span {
    color: var(--belloblack);
    line-height: normal;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 35px;
    font-weight: 300;
    font-size: 16px;
}

.sort-wrap span.active {
    color: var(--maincolor);
    font-weight: 400;
}

.change-grid-wrap {
    height: 70px;
    display: flex;
    align-items: center;
}

a.showAdmin {
    display: none !important;
}

[v-cloak] {
    display: none;
}

.angularTemplate {
    visibility: hidden;
}

.whiteBg {
    background-color: #fff;
}

.blockLightBg {
    background-color: #f7f7f7;
}

.lightBg {
    background-color: #e5e5e5;
}

.category-title .cate-showcase-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 30px 25px 30px;
    margin-bottom: 10px;
}

.category-title.active .cate-showcase-content p {
    -webkit-line-clamp: inherit;
}

a.cate--more {
    background: url(/Data/EditorFiles/belloroma/hovercart-plus.svg) no-repeat center;
    background-size: 10px;
    background-position: left;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}

.category-title.active a.cate--more {
    background: url(/Data/EditorFiles/belloroma/hovercart-minus.svg) no-repeat center;
    background-size: 10px;
    background-position: left;
    padding-left: 15px;
}

.darkBg {
    color: #fff;
    background-color: var(--belloblack);
}

.lightFluBg {
    background-color: rgba(255,255,255,.5);
}

.darkFluBg {
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

[dir="rtl"] .campaignWrap {
    right: 0;
}

.campaignDescription {
    background: rgba(255,255,255,.5);
}

.campaignDescription.dark {
    color: #fff;
    background: rgba(0,0,0,.5);
}

.navIcon {
    width: 20px;
    height: 20px;
    background: url('navIcon.png') no-repeat center center;
}

[dir="rtl"] #navigasyon li {
    float: right;
}

#navigasyon a {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding-left: 5px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

div#navigasyon {
    padding-top: 20px;
}

span.nav-arrow {
    background: url(/Data/EditorFiles/belloroma/nav-arrow.svg) no-repeat center;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-size: contain;
}

ul.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

ul.breadcrumb li:last-child {
    opacity: 25%;
}

div#nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#navigasyon a span.forDesktop {
    padding-left: 5px;
    padding-right: 10px;
}

#navigasyon a span.forDesktop:before {
    line-height: 20px;
}

[dir="rtl"] #navigasyon a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 5px;
}

[dir="rtl"] #navigasyon a span.forDesktop {
    padding-right: 5px;
    padding-left: 10px;
    float: right;
    margin-left: auto;
}

[dir="rtl"] #navigasyon a span.forDesktop:before {
    content: '\e81c';
}

#catImg {
    position: relative;
    text-align: center;
    color: var(--belloblack);
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f6f6f6;
}

#catImg span {
    color: var(--belloblack);
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 1rem;
}

#catImg p {
}

#filterSort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-box {
    line-height: 30px;
    font-size: 12px;
    color: #6c6c6c;
}

[dir="rtl"] .filter-box, [dir="rtl"] .box.b-right[for="stock"] {
    border-right: 0;
    border-left: 1px solid #d9d9d9;
}

.filter-box select {
    float: left;
    height: 30px;
    margin: 0;
    padding-right: 15px;
    border: 0;
    font-size: 12px;
    color: #6c6c6c;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

[dir="rtl"] .filter-box select {
    padding-right: 0;
    padding-left: 15px;
}

.filter-box .input-wrap {
    height: 30px;
}

.filter-box.col-text {
    line-height: 30px;
    font-size: 12px;
    color: #6C6C6C;
}

#pageLayout :not(.icon-no-space):before {
    margin-right: 5px;
}

.select-wrapper {
    position: relative;
    width: 53px;
    height: 30px;
}

.select {
    width: 33px;
    padding: 30px 5px 0;
    position: absolute;
    left: 5px;
    z-index: 333;
}

.select:hover {
    background: #F3F3F3;
}

.select span {
    width: 33px;
    height: 20px;
    cursor: pointer;
    display: none;
    padding: 5px 0;
    border-top: 1px solid #B7B7B7;
}

.select span.selected {
    position: absolute;
    top: 0;
    left: 5px;
    cursor: default;
    display: block;
    border-top: 0;
}

.select:hover span {
    display: block;
}

.filter-item-list {
    max-height: 280px;
    overflow: auto;
}

#slider-range {
    height: 10px;
    background: #f6f6f6;
    position: relative;
}

.ui-slider-range + .ui-slider-handle {
    display: none;
}

.middle-price-filter {
    display: -webkit-box;
    display: flex;
    white-space: nowrap;
}

.middle-price-filter #slider-range {
    width: 270px;
    padding: 0;
}

.ui-slider-range {
    position: absolute;
    top: 0;
    height: 10px;
    background: #FF6600;
}

.ui-slider-handle {
    position: absolute;
    width: 10px;
    height: 0;
    background: #fff;
    border: 5px solid var(--belloblack);
    box-sizing: border-box;
    cursor: pointer;
}

#filtre .btn.btn-default {
    font-size: 12px;
}

#leftColumn #filtre .btn.btn-default {
    font-size: 20px;
}

#newsList .line-top:first-child {
    border-top: 0;
}

.productType, .qtyBtns input {
    font-size: 12px;
    text-transform: uppercase;
}

.productType {
    line-height: 30px;
}

.middleItem .productType {
    line-height: 14px;
}

#commentTabContent .stars {
    margin-bottom: 5px;
    margin-left: 10px;
}

#cart-wrapper .qtyBox {
    min-width: 110px;
}

.middleItem {
    overflow-x: auto;
}

.qtyBtns {
    height: 48px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #e5e5e5;
}

.package-line .qtyBtns {
    height: 30px;
    background: transparent;
    display: flex;
    align-items: center;
}

.package-line {
    color: hsl(24, 6%, 17%);
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
}

.package-line > div {
    border: 1px solid #f6f6f6;
    margin-top: 0;
    padding: 25px 25px;
    cursor: default;
}

.modules-title {
    padding: 25px 20px;
    height: 45px;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(24, 6%, 17%);
    font-size: 16px;
    font-weight: 400;
}

.package-line .qtyBtns a p.icon-minus:before {
    display: none;
}

.package-line .qtyBtns a p.icon-minus {
    background: url('/Data/EditorFiles/belloroma/package-minus.svg') no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
}

.package-line .qtyBtns a p.icon-plus {
    background: url('/Data/EditorFiles/belloroma/package-plus.svg') no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
}

.package-line .qtyBtns a p.icon-plus:before {
    display: none;
}

.middleItem .qtyBtns {
    height: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #e5e5e5;
}

.qtyBtns a {
    float: left;
    width: 25px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.middleItem .qtyBtns a {
    height: 30px;
    line-height: 28px;
    opacity: .5;
}

.package-line .qtyBtns a {
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qtyBtns a p.icon-minus:before {
    font-size: 1px;
}

.qtyBtns a p.icon-plus:before {
    font-size: 7px;
}

.qtyBtns input {
    float: left;
    width: calc(100% - 50px);
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    border: 0;
    box-sizing: border-box;
}

.form.large .package-line .qtyBtns input {
    height: 30px;
    line-height: 30px;
    border: none !important;
    color: hsl(24, 6%, 17%);
    font-size: 21px;
    font-weight: 400;
    max-width: 125px;
}

.middleItem .qtyBtns input {
    height: 100%;
    line-height: 30px;
    font-size: 14px;
}

.middleItem td {
    padding: 10px;
    vertical-align: middle;
}

.middleItem .lightBg td.line-right {
    border-right: 1px solid #dadada;
}

.productRow div > span, .middleItem td > span {
    line-height: 1.5;
    clear: both;
}

.productRow div > span.basketProName, .middleItem td > span.basketProName {
    font-size: 14px;
}

.productRow div > span.basketSubPro, .middleItem td > span.basketSubPro {
    display: inline-block;
    font-size: 12px;
    color: #5e5e5e;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.qtyBasketProduct {
    width: 28px;
}

.productPrc {
    font-size: 14px;
}

.removeBasketProduct {
    float: left;
    width: 30px;
    height: 30px;
    background: var(--belloblack);
}

.mDetay {
    cursor: pointer;
}

#cartEmpty {
    font-size: 25px;
    line-height: 250px;
}

#leftColumn #cartEmpty, #rightColumn #cartEmpty {
    font-size: 14px;
    line-height: 25px;
}

#cartEmpty:before {
    content: '';
    display: inline-block;
    background: url('cartEmpty.png') no-repeat center center;
    width: 128px;
    height: 128px;
    vertical-align: middle;
    margin-right: 20px;
}

#rightColumn #cartEmpty:before, #leftColumn #cartEmpty:before {
    margin-right: 0;
}

#currentPageLayer {
    width: 100% !important;
}

#CustomForm {
    background-color: #fff;
}

form#CustomForm {
    border: none;
    padding: 0;
}

form#CustomForm .line-label {
    display: none;
}

.modules-main-title {
    color: hsl(24, 6%, 17%);
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-responsive > table {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1230px) {
    #nav-wrapper {
        padding-right:10px;
        padding-left: 10px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1001px) {
    .qtyBtns input {
        min-width:28px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    .navIcon {
        width:30px;
        height: 30px;
    }

    #navigasyon a {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}

@media screen and (min-width: 769px) {
    .middleItem .qtyBtns input {
        width:28px;
    }

    .firstFilters {
        padding-inline: 20rem; padding-block: 1rem; }
}

@media screen and (max-width: 768px) {
    #filterMobileBtn.active {
        color: var(--maincolor);
        background: url(/Data/EditorFiles/belloroma/filter-arrow-close.svg) no-repeat;
        background-position: calc(100% - 1.1rem);
    }
    .modules-title {
        padding: 10px;
        font-size: 14px;
        justify-content: flex-start;
    }
    
    .package-line > div {
        padding: 10px;
    }
    
    .modules-title > div {
        flex: 1 0 auto;
    }

    .package-line {
        font-size: 12px;
    }

    .package-line .qtyBtns a :is(p.icon-minus,p.icon-plus) {
        width: 10px;
        height: 10px;
    }

    .modules-title div:nth-child(2) {
        display: none;
    }

    .newFilterTitle {
        background: url(/Data/EditorFiles/belloroma/filter-arrow.svg) no-repeat;
        background-position: calc(100% - 0.5rem);
    }

    .newFilterTitle.childSelected {
        background-position: calc(100% - 0.5rem);
    }

    div#filterMobileBtn {
        background: url(/Data/EditorFiles/belloroma/filter-arrow.svg) no-repeat;
        background-position: calc(100% - 1.1rem);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1rem;
        font-weight: 500;
    }

    .stickyFiltre {
        padding-block: .4rem; }

    .filter-loop .input-wrap {
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .priceWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px !important;
    }

    .priceWrap * {
        margin: 0 !important;
    }

    .priceWrap span {
        top: 3px;
        left: 42%;
        width: auto !important;
        font-size: 10px !important;
    }

    .priceWrap input {
        padding-top: 10px !important;
        text-align: center;
        font-size: 12px;
    }

    button#priceBtn {
        font-size: 12px;
        height: 40px;
    }

    #priceSlider {
        padding: 0 !important;
    }

    .filter-box.active .filterOpen {
        position: relative;
        box-shadow: none;
        width: 100%;
        padding-inline: 0; padding-block: 5px; }

    .katflex {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .katflex a, #filterPanel .col-text {
        font-size: 12px;
    }

    .sort-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        place-items: center;
    }

    #catImg {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    div#nav-wrapper::-webkit-scrollbar {
        height: 1px;
    }

    .sort-wrap span {
        font-size: 12px;
        line-height: 25px;
    }

    .filter-box .form-control.medium {
        display: none;
    }

    .change-grid-wrap {
        display: none;
    }

    ul.breadcrumb {
        /* padding-bottom: 10px; */
    }

    div#nav-wrapper {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 10px;
        justify-content: flex-start;
    }

    #nav-wrapper i:before {
        line-height: 40px;
        padding-right: 10px;
    }

    #navigasyon {
        border: 0;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }

    #navigasyon[data-last-step="true"] li:last-child, #navigasyon[data-last-step="false"] li:nth-last-child(2) {
        position: static;
        opacity: 1;
        z-index: 0;
        white-space: nowrap;
        visibility: visible;
    }

    #navigasyon a {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        height: 30px;
        color: var(--belloblack);
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        font-style: normal;
    }

    #navigasyon a.navHome {
        padding-right: 0;
    }

    .filter-box {
        margin-bottom: 0;
    }

    .alertListBtn {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .shopImg {
        padding-right: 0;
    }

    .campaignWrap {
        position: relative;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 30px;
        padding-left: 0;
    }

    #cartEmpty {
        line-height: 40px;
    }

    #cartEmpty:before {
        width: 100%;
    }

    .productRow {
        display: block;
    }

    .productRow div > span.basketProName {
        position: relative;
        font-size: 13px;
        line-height: 1.7;
    }

    .removeBtn {
        position: absolute;
        top: 0;
        right: 0;
    }

    [dir="rtl"] .removeBtn {
        right: auto;
        left: 0;
    }

    #cart-wrapper {
        display: initial;
    }

    .form.large .package-line .qtyBtns input {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }
}
