[mn="7501"] {
    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="7501"] .horline {
    margin: 60px 0
}
[mn="7501"] .gen-filter .field {
    margin: 10px 0
}

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

[mn="7501"] .taste.backbtn {
    margin: 30px 0 0
}
[mn="7501"] .subjectbx {
    line-height: 1;
}
[mn="7501"] .mainttl img {
    max-height: 60px;
}
[mn="7501"] .mainttl {
    font-size: 250%;
    font-family: var(--ft-t2);
}
[mn="7501"] .subttl {
    font-size: 80%;
    text-transform: uppercase;
    font-family: var(--ft-t2);
    color: #999;
}
[mn="7501"] .result {
    font-size: 90%; 
    color: #888; 
    margin: 9px 0 3px;
    padding: 9px 0 0;
    border-top: 1px solid #eee;
}
[mn="7501"] .result .resultnumber {
    font-size: 130%;
    font-family: var(--ft-t2);
}
[mn="7501"] [tablist] {
    display: inline-flex;
    padding: 9px;
    color: #fff;
    background-color: #999;
    font-family: var(--ft-t1);
    margin: 0 3px;
    cursor: pointer;
}
[mn="7501"] [tablist].active,
[mn="7501"] [tablist]:hover { 
    background-color: var(--clr01); 
}
[mn="7501"] .accordionbx {
    padding: 15px;
    margin: 30px 0;
    background-color: #ddd;
}
[mn="7501"] .accordiontab { 
    margin: 0 0 15px; 
}
[mn="7501"] .sharerbx { 
    margin: 30px 0
}



[mn="7501"] .divw {
    margin: 0 -15px;
    border-top: 1px solid #ccc
}
[mn="7501"] .div- {
    --div: 250px;
    padding: 15px;
}

[mn="7501"] .div-l {
    flex: 0 0 var(--div);
    max-width: var(--div);
    border-right: 1px solid #ccc;
}

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

.catbx7501 [folderid] {
    width: 100%;
    margin: 1px 0;
    cursor: pointer;
    flex-wrap: wrap;
    font-family: var(--ft-t2);
}
.catbx7501 .ele {
    width: 100%; 
}
.catbx7501 .tabbar { 
   padding: 0
}
.catbx7501 .tabbar:hover { 
   padding: 0;
   background-color: var(--clr06);
}
.catbx7501 .tabbar > div  {
   background-color: #eee;
}
.catbx7501 .tabbar > div:not(.icon) {
    padding: 12px 0 9px 12px
}
.catbx7501 .tabbar .icon {
    flex: 0 0 45px;
    max-width: 45px;
}
.catbx7501 .tabbar .txt {
    flex: 0 0 calc(100% - 49px);
    max-width:  calc(100% - 49px)
}
.catbx7501 .tabbar .txt.full {
    flex: 0 0 calc(100% - 0px);
    max-width:  calc(100% - 0px)
}
.catbx7501 .tabbar.active .plus {
   display: none
}
.catbx7501 .tabbar:not(.active) .minus {
   display: none
}
.catbx7501 .tabbar:after {
    display: none
}
.catbx7501 .count {
    color: #888;
    position: absolute;
    right: -3px;
    top: 0;
    translate: 100% -20%;
    font-size: 80%
}

@media (max-width: 991px) {
    .catbx7501 {
        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);
    } 
    .catbx7501.active { 
        translate: 0% -50%; 
    } 
    .catbx7501 > * {
        overflow: hidden;
        max-height: calc(80vh - 40px);
        overflow-y: auto; 
    } 
    .catbx7501 .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;
    }
    .catbx7501:not(.active) .taste .fa-caret-left { 
        display: none;
    }
    .catbx7501.active .taste .fa-caret-right { 
        display: none;
    }
    .catbx7501 .genwrap {
        padding: 21px 21px 120px;  
    } 
}
.catbx7501 .listttl {
    margin: 3px 0 6px;
    padding: 9px;
    font-family: var(--ft-t1);
    font-size: 120%;
    color: #fff;
    text-align: center;
    background-color: var(--clr01);
} 
@media (min-width: 991px) {
    .catbx7501 .taste.arr {
        display: none;
    }

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

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

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

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

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

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

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

}
 
/* ================================= */
.viewimgbx7501 {
    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);
}
.viewimgbx7501.active {  
    background-color: rgba(0 0 0 / 45%);
}
.viewimgbx7501 .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;
}
.viewimgbx7501.active .viewimgw { 
    translate: 0% 0;
}
.viewimgbx7501 img {
    max-width: 100%;
    max-height: 75vh;
    display: block;
    min-height: 50vh;
    margin: 15px auto;
}
.viewimgbx7501 .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.viewimgbx7501 .viewimgw {
    padding: 0 0 50vh;
}

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

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

[mn="7501"] .detailbx .galw { 
    flex-wrap: nowrap; 
}

[mn="7501"] .detailbx .gal- {
    flex: 0 0 60px;
    max-width: 60px;
    border: 1px solid #ccc;
    margin: 0 3px 0 0;
}


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

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

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

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

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

[mn="7501"] .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;
}

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

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

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

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

[mn="7501"] .detailbx .taste {
    margin: 30px 0 0;
    justify-content: flex-start;
    display: flex;
}

[mn="7501"] .detailbx .taste a .bimgw {
    width: 21px;
    margin: 0 0 0 9px;
}
[mn="7501"] .detailbx .taste a .bg-mask { 
    --mkclr: #fff;
}
[mn="7501"] .detailbx .taste > * {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0 6px 6px 0; 
    padding: 15px
}
[mn="7501"] .detailbx .taste .btn.btnWahtsapp {
    background-color: #27d367;
    border-color: #27d367;
} 
[mn="7501"] .detailbx .taste .btn.btnWahtsapp:hover {
    background-color: #11b24c;
    border-color: #11b24c;
}  

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

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

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

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

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

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

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

    [mn="7501"] .detailbx .taste .btn {
        margin: 0 0 6px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 767px) { 
    [mn="7501"] .relatedbx .tmp-3 {
        --div: 4
    }
}