[mn="7500"] {
    position: relative;
    z-index: 3;
}
[folderurl]:hover > *::before, 
[folderurl].active > *::before {
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: var(--clr01);
    margin: -2px 6px 0 0;
    vertical-align: middle;
}
[mn="7500"] .horline {
    margin: 60px 0
}
[mn="7500"] .gen-filter .field {
    margin: 10px 0
}

[mn="7500"] .divbx {
    min-height: 90vh;
}

[mn="7500"] .taste.backbtn {
    margin: 30px 0 0
}
[mn="7500"] .subjectbx {
    line-height: 1;
}
[mn="7500"] .mainttl {
    font-size: 250%;
    font-family: var(--ft-t1);
}
[mn="7500"] .subttl {
    font-size: 80%;
    text-transform: uppercase;
    font-family: var(--ft-t1);
    color: #999;
}
[mn="7500"] .result {
    font-size: 90%; 
    color: #888; 
    margin: 9px 0 3px;
    padding: 9px 0 0;
    border-top: 1px solid #eee;
}
[mn="7500"] .result .resultnumber {
    font-size: 130%;
    font-family: var(--ft-t1);
}



[mn="7500"] .divw {
    margin: 0 -15px
}
[mn="7500"] .div- {
    --div: 250px;
    padding: 0 15px;
}

[mn="7500"] .div-l {
    flex: 0 0 var(--div);
    max-width: var(--div)
}

[mn="7500"] .div-r {
    flex: 0 0 calc(100% - var(--div));
    max-width: calc(100% - var(--div))
}
.catbx7500 * {
    line-height: 1; 
}
.catbx7500 label {
    margin: 0 0 6px
}
.catbx7500 .fieldbx input {
    font-family: var(--ft-t1);
    border-radius: 6px;
}
.catbx7500 [btnrole] {
    margin: 6px 0 0;
    width: 100%;
    min-width: none;
}
.catbx7500 .gen-filter {
    margin: 30px 0 0
}

.catbx7500 [folderid] {
    width: 100%;
    margin: 3px 0;
    cursor: pointer;
    padding: 6px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-family: var(--ft-t1);
}
.catbx7500 .count {
    color: #888;
    position: absolute;
    right: -3px;
    top: 0;
    translate: 100% -20%;
    font-size: 80%
}

@media (max-width: 991px) {
    .catbx7500 {
        position: fixed;
        width: 250px !important;
        
        top: 50%;
        left: 0;
        translate: -100% -50%;
        background-color: #fff; 
        z-index: 45; 
        border: 1px solid #ccc;
        transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    } 
    .catbx7500.active { 
        translate: 0% -50%; 
    } 
    .catbx7500 > * {
        overflow: hidden;
        max-height: calc(80vh - 40px);
        overflow-y: auto; 
    } 
    .catbx7500 .taste.arr {
        position: absolute;
        right: 0.5px;
        top: 50%;
        translate: 100% -50%;
        padding: 15px 6px;
        background-color: #fff;
        font-size: 150%;
        border: 1px solid #ccc;
        border-left: 0;
        color: forestgreen;
        cursor: pointer;
        border-radius: 0 6px 6px 0;
    }
    .catbx7500:not(.active) .taste .fa-caret-left { 
        display: none;
    }
    .catbx7500.active .taste .fa-caret-right { 
        display: none;
    }
    .catbx7500 .genwrap {
        padding: 21px 21px 120px;  
    } 
}
.catbx7500 .listttl {
    margin: 3px 0 6px;
    padding: 0 0 9px;
    border-bottom: 1px solid #aaa;
    font-family: var(--ft-t1);
    font-size: 120%;
    color: #666;
} 
@media (min-width: 991px) {
    .catbx7500 .taste.arr {
        display: none;
    }

}
@media (max-width: 991px) {
 
    [mn="7500"] .div-l,
    [mn="7500"] .div-r {
        flex: 0 0 100%;
        max-width: 100%
    }

}
@media (max-width: 1200px) {

    [mn="7500"] .itmbx {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

}
@media (max-width: 767px) {

    [mn="7500"] .itmbx {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

}
@media (max-width: 575px) {

    [mn="7500"] .itmbx {
        flex: 0 0 50%;
        max-width: 50%;
    }

}
 
/* ================================= */
.viewimgbx7500 {
    position: fixed;
    height: 100vh;
    width: 100% !important; 
    overflow: hidden; 
    top: 0;
    left: 0;
    z-index: 110;  
    line-height: 1;
    transition: .9s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.viewimgbx7500.active {  
    background-color: rgba(0 0 0 / 45%);
}
.viewimgbx7500 .viewimgw { 
    background-color: rgba(255 255 255 / 90%);
    width: 700px;
    height: 100vh;
    max-width: calc(100% - 90px);
    overflow: hidden;
    overflow-y: scroll;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    translate: -110% 0;
}
.viewimgbx7500.active .viewimgw { 
    translate: 0% 0;
}
.viewimgbx7500 img {
    width: 100%
}
.viewimgbx7500 .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.viewimgbx7500 .viewimgw {
    padding: 0 0 50vh;
}

[mn="7500"] .detailbx .mainimgbx.bimgbx {
    max-width: calc(100% - 40px);
    margin: 0 0 0 auto;
}

[mn="7500"] .detailbx .mainimgbx .mainimgw {
    max-width: calc(100% - 40px);
    margin: 0 0 0 auto;
    background-color: #eee;
    padding: 60px 15px
}

[mn="7500"] .detailbx .imgdisplaylayer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

[mn="7500"] .detailbx .gal- {
    flex: 0 0 60px;
    max-width: 100%;
}

[mn="7500"] .detailbx .galbx {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    width: calc(60px + 17px);
    overflow: hidden;
    overflow-y: auto;
    max-height: 80%;
    translate: 0 -50%
}

[mn="7500"] .detailbx .h4 {
    margin: 3px 0;
    line-height: 1.1;
}

[mn="7500"] .detailbx .price {
    font-family: var(--ft-t1);
    font-size: 120%;
}

[mn="7500"] .detailbx .price {
    font-family: var(--ft-t1);
    font-size: 120%;
}

[mn="7500"] .detailbx .desc {
    margin: 30px 0 0;
    line-height: 1.8;
    color: #888
}

[mn="7500"] .detailbx .taste {
    margin: 30px 0 0
}

[mn="7500"] .detailbx .taste .btn {
    margin: 0 6px 6px 0
}

[mn="7500"] .detailbx .taste .btn.btnEnquire {
    background-color: var(--clr02x, #999);
    border: 2px solid var(--clr02x, #999);
}

[mn="7500"] .detailbx .taste .btn.btnEnquire:hover {
    background-color: var(--clr01, #999);
    border: 2px solid var(--clr01, #999);
}

[mn="7500"] .detailbx .additionalinfow .addi- {
    max-width: 100%;
    line-height: 1; 
    flex: 0 0 100%;
}
[mn="7500"] .detailbx .additionalinfow .addi-:nth-child(odd) {
    background-color: #eee;
}

[mn="7500"] .detailbx .addittl {
    font-family: var(--ft-t1); 
}
[mn="7500"] .detailbx .add- {
    --div: 200px;
    padding: 12px;
}
[mn="7500"] .detailbx .add-l {
    flex: 0 0 var(--div);
    max-width: var(--div);
    border-right: 1px solid #ddd;
}
[mn="7500"] .detailbx .add-r {
    flex: 0 0 calc(100% - var(--div));
    max-width: calc(100% - var(--div));
}
 

[mn="7500"] .detailbx .additionalinfobx {
    margin: 60px 0 0
}
[mn="7500"] .detailbx .gal- .bimgw {
    background-color: #fff
}
[mn="7500"] .detailbx .gal- .bimg {
    cursor: pointer;
}
[mn="7500"] .detailbx .additionalinfow {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #ccc;
    
}
[mn="7500"] .detailbx .additionalinfow > .wrap {
    padding: 15px
}
@media (max-width: 991px) {
    [mn="7500"] .detailbx .galw {
        justify-content: center;
        flex-wrap: nowrap;
        margin: 0 auto;
    }

    [mn="7500"] .detailbx .gal- {
        flex: 0 0 60px;
        max-width: 60px;
    }


    [mn="7500"] .detailbx .mainimgbx .mainimgw {
        margin: 0 auto 15px;
        background-color: #fff;
        max-width: auto;
        padding: 30px 15px
    }

    [mn="7500"] .taste {
        text-align: center
    }

    [mn="7500"] .detailbx .bimgw {
        --bw: 300px;
    }

    [mn="7500"] .detailbx .infomainbx {
        text-align: center;
    }

    [mn="7500"] .detailbx .h4 {
        font-size: 200%;
    }

    [mn="7500"] .detailbx .additionalinfobx {
        margin: 60px 0 0
    }

    [mn="7500"] .detailbx .mainimgbx.bimgbx {
        max-width: 100%;
    }

    [mn="7500"] .detailbx .galbx {
        position: relative;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        max-height: initial;
        translate: 0;
        display: flex;
        margin: 0 auto 30px;
    }
}

@media (max-width: 575px) { 
    [mn="7500"] .detailbx .add- {
        --div: 130px; 
    }
    [mn="7500"] .detailbx .bimgw {
        --bw: 300px;
    }

    [mn="7500"] .detailbx .infomainbx {
        text-align: center;
    }

    [mn="7500"] .detailbx .taste .btn {
        margin: 0 0 6px;
        width: 100%;
    }
}