*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    list-style-type: none;
    line-height: 1.65;
}
/*:root{
    --Pfont:13px;
    --Sfont:16px;
    --PColor: #d0a168;
    --PfontFamily:'Euclid Flex';
    --SfontFamily:'Baskervville', sans-serif;
}*/
.page-link{

    padding:5px 10px !important;
    color:black;
    cursor:pointer !important;
}
.page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;

}

.whislist-btn-active {
    /*    border: 5px double #26584f !important;*/
    color: #26584f !important;
}

.pagination_wrapper{
    display:grid;
    justify-content: center;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 4;
}


.sl-rd-btn{
    height: 40px;
    width: 40px;
    color: #474b53;
    background: #ccc;
    border-radius: 50%;
    border: none;
    outline: none;
}
.sl-rd-btn:focus{
    background: #474b53;
    color: #fff;
    outline: none;
}
.sl-btn{

    height: 40px;
    width: 40px;
    color: #474b53;
    background: transparent;
    border: 1px solid #474b53;
    outline: none;
}
.big-btn{
    width: 100%;
    color: #fff;
    padding: 10px;
    background: #474b53;
    border: none;
    margin-top: 30px;
    outline: none;
}


html.deactive,
body.deactive{
    overflow: hidden !important;
    height: 100% !important;
}
/* --------------------sec-2---------------- */


.sec-2{
    /*    position: fixed;*/
    /*    top: 121px;*/
    width: 100%;
    display: grid;
    /*    box-shadow: 0px 0px 7px 0px #0000001a;*/
    grid-template-columns: 1fr 1fr 1fr;
    background: #f8f8f8;
    padding: 5px 0;
    z-index: 9;
}

.sec-2 div p{
    text-align: center;
    margin: 0;
}
.sec-2 .filter p{
    visibility: hidden;
}
.sec-2 .filter form.sec-2-filters{
    display: none;
}
/* ----------------------sec-2 (Sort BY)-------------- */
.sec-2>div{
    align-self: center;
    text-align: center;
}
.sec-2 .sorting label{
    margin: 0;
}
.sec-2 #sort{
    width: 100px;
    border: none;
    outline:none;
    color: #b1b1b1;
    background: none;
}
.sec-2 #sort option{
    color: black;
    font-size: 13px;
}
.sec-2 .sorting .btn:focus{
    box-shadow: none ;
    color: #fff;
}
/* ----------------------sec-3-------------- */
.sec-3{
    margin: 50px;
    margin-top: 65px;
}
.sec-3 .product{
    display: grid;
    grid-template-columns: 200px 5fr;
}
.sec-3 .product .filters .title{
    /*    padding: 0px 15px 15px;*/
}
.sec-3 .product .filters .title p{
    font-size: 16px;
    font-family: var(--PfontFamily);
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #576b6b
}
.sec-3 .product .filters .accordion{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 8px 0 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-top: 1px solid lightgray;
}
.sec-3 .product .filters .accordion p{
    position: relative;
    font-family: var(--PfontFamily);
    font-size: var(--Pfont);
    font-weight: bold;
    color: #576b6b;
}
.sec-3 .product .filters .accordion p span{
    position: absolute;
    right: 0;
}
.sec-3 .product .filters .accordion p span i.rotate-active{
    transform: rotate(180deg);
}
.sec-3 .product .filters .active, .accordion:hover {
    /*    background-color: rgb(255, 250, 250);*/
}

.sec-3 .product .filters .panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
}
.sec-3 .product .filters .panel label{
    font-family: var(--PfontFamily);
    font-size: var(--Pfont);
}
/* ----------------------sec-3 (ptoduct list)-------------- */
.sec-3 .product .product_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*      grid-template-columns: repeat(auto-fit,minmax(260px , 1fr));*/
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 15px;
    padding-left: 30px;
}
.sec-3 .product .product_list .product_img{

    position: relative;
}
.sec-3 .product .product_list .product_img a{
    display: block;
    position: relative;
    padding-bottom: 125%;
}
.sec-3 .product .product_list .product_img img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.sec-3 .product .product_list .product_item .product_img .img-2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s ease;
}
.sec-3 .product .product_list .product_item .product_img a:hover .img-2{
    opacity: 1;
    transition: .3s ease;
}
.sec-3 .product .product_list .product_item .product_img a:hover .img-1{
    opacity: 0;
    transition: .3s ease;

}
.sec-3 .product .product_list .product_item .product_img .add-list{
    display: none;
    position: absolute;
    width: 100%;
    /*      background: rgba(0, 0, 0, 0.701);*/
    background: rgb(255 255 255 / 70%);
    bottom: 0;
    padding: 10px 15px;
    transition: .6s ease;
    cursor: pointer;
}
.sec-3 .product .product_list .product_item:hover .product_img .add-list{
    /*      display: block;
          transition: .6s ease;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
}
.sec-3 .product .product_list .product_img .add-list button{
    /*      height: 40px;
          width: 40px;
          border-radius: 50%;
          border: none;
          position: absolute;
          color:#fff;
          top: 10px;
          transition: .3s ease;
          background: #ffffff52;*/

    height: 40px;
    width: 40px;
    border-radius: 50%;
    /*    border: 5px double #aeaeae;*/
    margin: 0 auto;
    color: #5b1741;
    transition: .3s ease;
    /*    background: #ffffff52;*/
}
.sec-3 .product .product_list .product_img .add-list button i{
    font-size: 20px;
    /*      color: #fff;*/
    /*color: #aeaeae;*/
}
.sec-3 .product .product_list .product_img .add-list button:hover i{
    /*      color: red;*/
    color: #26584f;
    transition: .3s ease;
}
.sec-3 .product .product_list .product_img .add-list button:hover{
    /*    border: 5px double #26584f;*/
    transition: .3s ease;
}

.sec-3 .product .product_list .product_img .add-list button:focus{
    outline: none;
    /*    background: #ffffff72;*/
    transition: .3s ease;
}

.sec-3 .product .product_list .product_img .add-list button:hover i.with-click{
    display: block;
    color: #26584f;
}

.sec-3 .product .product_list .product_img .add-list button:focus i.with-click{
    display: block;
    color: #26584f;
}

.sec-3 .product .product_list .product_img .add-list p{
    text-align: center;
    /*      color: #fff;*/
    color: #26584f;
    border-left: 1px solid;
    margin: 0;
    font-size: var(--Pfont);
}
.sec-3 .product .product_list .product_name h6{
    margin: 10px 0 5px;
    font-family: var(--PfontFamily);
    font-size: 13px;
    color: #576b6b;
    text-align: center;
    font-weight: 400;
    cursor:pointer;
}
.sec-3 .product .product_list .product_price p{
    font-family: var(--PfontFamily);
    font-size: 13px;
    font-weight: normal;
    color: #576b6b;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}
.sec-3 .product .product_list .product_price>p>i{
    font-size: 12px;
}


.sec-3 .product .product_list .product_price p span.orignal-price{
    margin-left: 2px;
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
}
.sec-3 .product .product_list .product_price p span.orignal-price i{
    font-size: 10px
}
.sec-3 .product .product_list .product_price p span.discount{
    color: var(--PColor);
}


/* =================================sec-4======================= */
/* .sec-4 .quick-popup-items{
    width: 80%;
    margin: 0 auto;
} */
.sec-4{
    display: none;
    position: fixed;
    top: 0px;
    min-height: 100vh;
    width: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    overflow-x: hidden;
    overflow-y: scroll;
}
.sec-4.popup-active{
    display: flex;
    align-items: center;
    z-index: 9;
}
.sec-4 .item-quickview-wrap{

    position:relative;
    background: #fff;
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px;
}
.sec-4 .item-popup-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sec-4 .item-popup-wrap .pop-img-aspct{
    position: relative;
    padding-bottom: 125%;
    width: 100%;
}
.sec-4 .item-popup-wrap img{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.sec-4 .item-popup-info-wrap{
    margin: 0 45px;
}

.sec-4 .item-popup-info-wrap .product-color-list li{
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid lightgray;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    transition: .4s ease;
}
.sec-4 .item-popup-info-wrap .product-color-list li:hover{
    border: 1px solid black;
    transition: .4s ease;
}
.sec-4 .item-popup-info-wrap .product-size-list li{
    display: inline-block;
    margin-right: 5px;
}

.sec-4 .item-popup-info-wrap .product-color-list li .product-color{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.sec-4 .product-color-list li #color-type-1{
    background: burlywood;
}
.sec-4 .product-color-list li #color-type-2{
    background: coral;
}
.sec-4 .item-popup-info-wrap .product-color-list li .product-color{
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec-4 .item-popup-info-wrap .product-color-list li .active{
    border: 2px solid black;
    transition: .4s ease;
}


.sec-4 .item-popup-info-wrap .product-size-list li label{
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0 5px;
    border: 1px solid lightgray;
    border-radius: 10px;
    transition: .4s ease;
}
.sec-4 .item-popup-info-wrap .product-size-list li label:hover{
    background: lightgray;
    border: none;
    color: #fff;
    transition: .4s ease-in;
}
.sec-4 .item-popup-info-wrap .product-size-list li label.active{
    background: black;
    color: #fff;
}
.sec-4 .item-popup-info-wrap .product-size-list li input{
    display: none;
}
.sec-4 .item-popup-info-wrap .quantity-main{
    display: grid;
    grid-template-columns: 4fr 2fr;
}
.sec-4 .item-popup-info-wrap .quantity-main .item-quantity{
    margin: 10px 0px 25px 0px;
}
.sec-4 .item-popup-info-wrap .quantity-main .quan-btn{
    color: gray !important;
    background: none;
    height: 30px;
    width: 30px;
    border: 1px solid lightgray;
}
.sec-4 .item-popup-info-wrap .quantity-main  input {
    text-align: center;
    border: 1px solid lightgray;
    height: 30px;
    width: 60px;
}
.whislist-btn {
    margin-left: auto;
}
.sec-4 .item-popup-info-wrap .quantity-main .product-add-tolist{
    flex-basis: 20%;
}
.sec-4 .item-popup-info-wrap .quantity-main .product-quantity-control{
    flex-basis: 80%;
}

.sec-4 .item-popup-info-wrap .quantity-main .product-quantity-control .quantity-btn{

    padding: 4px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
}
.sec-4 .item-popup-info-wrap .quantity-main .product-quantity-control input{
    padding: 1px;
    border: 1px solid #ccc;
    width: 100px;
    text-align: center;
}

.sec-4 .item-popup-info-wrap .free-shipping-text p{
    font-size: var(--Sfont);
    color: #58b3b2;
    margin-top: 10px;
}

.sec-4 .item-popup-info-wrap .complete-details{
    font-size:10px;
    color: #474b53;
    text-decoration: underline;
}

.sec-4 .item-popup-info-wrap .close-btn{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
@media only screen and (max-width:1100px){
    /*      .sec-2{
            top: 90px;
         }*/
}
@media only screen and (max-width:1024px){

    .sec-2 .filter p{
        visibility: visible;
    }
    .sec-2 .filter form.sec-2-filters{
        display: block;
        position: absolute;
        /*        top: 23.4px !important;*/
        /*    padding: 30px;*/
        /*        width: 70%;
                max-width: 300px;*/
        width: 100%;
        max-width: 100%;
        top: 120.4px !important;
        height: calc(100vh - 0px)!important;
        overflow: scroll;
        text-align: left;
        background: #fff;
        z-index: 2;
        left: -100%;
        transition: .3s ease;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .sec-2 .filter form.sec-2-filters::-webkit-scrollbar {
        display: none;
    }
    .sec-2 .filter form.sec-2-filters.filter-active{
        left: 0;
        box-shadow: 5px 15px 15px 2px #0000004;
        transition: .3s ease;
    }

    .sec-2 .filter form p{
        color: black;
    }
    .sec-2 .filter form.sec-2-filters .title p{
        /*        margin-bottom: 10px;
                margin-top: 10px;*/
    }
    .sec-2 .filter form .accordion {
        position: relative;
        /*        padding: 10px 0px;*/
        border-top: 1px solid lightgray;
        /*        padding-top: 20px;*/
        margin: 10px;
    }
    .sec-2 .filter form .accordion P{
        width: 100%;
        text-align: left;
        font-family: "Montserrat","sans-serif";
        font-size: 15px;
        font-weight: 500;
        color: #9C7D50; 
        text-transform: uppercase;
        border-right: none;
    }
    .sec-2 .filter form .accordion P span{
        position: absolute;
        right: 14px;
    }

    .sec-2 #sort {
        width: 100px;
    }

    .sec-3 .product .product_list .product_item .product_img .add-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
    }
    .sec-3 {
        margin: 50px 20px;
    }
    .sec-3 .product{
        grid-template-columns: 1fr;
    }
    .sec-3 .product .filters{
        display: none;
    }
    .sec-3 .product .product_list{
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0;
    }
    /*    .sec-3 .product .product_list .product_img .add-list p{
            border-left: none;
        }*/
    .title{
        /* top: 0; */
        /* position: fixed; */
        /* background: #3c2229; */
        z-index: 999;
        width: 300px;

    }
    .yu{
        color:white !important;
    }
    .search-contain {
        display: flex;
        position: fixed;
        bottom: 0;
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .search-page{
        width: 50%;
        text-align: center;
        background-color: #f9f8f5;

    }
    .search-page span{
        line-height: 50px;
        font-size: 10px;
        color: #191919;
        font-family: "LatoFont","Helvetica","Arial";
        letter-spacing: 1px;
    }
    .search-page-apply{
        width: 50%;
        text-align: center;
        background-color: #4C4C4C;
    }
    .search-page-apply span{
        line-height: 50px;
        font-family: "Montserrat","sans-serif";
        font-size: 14px;
        text-transform: uppercase;
        color: white;
    }
    
}
.modal.show .modal-dialog{
        background-color: #1b1616c4 !important;
    }



@media only screen and (max-width:768px){
    /*    .sec-3 .product .product_list .product_img img{
            height: 50vh;
        } */
    .sec-3 {
        margin: 30px 15px;
        margin-top: 50px;
    }
    .sec-3 .product .product_list .product_item .product_img .add-list{
        display: block;
    }
    .sec-3 .product .product_list{
        grid-template-columns: 1fr 1fr ;
        /*grid-template-columns: 1fr 1fr 1fr ;*/    
        padding: 0;
        row-gap:8px;
        column-gap: 5px;
    }

    .sec-3 .product .product_list .product_img .add-list p{
        border-left: none;
    }
    .sec-3 .product .product_list .product_item .product_img .add-list {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .sec-3 .product .product_list .product_item:hover .product_img .add-list{
        display: block;
    }
    .sec-3 .product .product_list .product_img .add-list button {
        /*display: none;*/
    }
    .sec-4 .item-popup-wrap{
        display: grid;
        grid-template-columns:  1fr;
    }
    .sec-4 .item-popup-info-wrap {
        margin: 20px 0;
    }

    .sec-4.popup-active .quick-popup-items {
        height: 100vh;
        padding: 15px;
    }
    .sec-4 .quick-popup-items .item-quickview-wrap{
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 100%;
    }
    .sec-2 #sort{
        width: 100px;
    }
    /*    .sec-4 .item-popup-wrap img{
          height: 40vh;
          object-fit: cover;
          object-position: top;
      }*/
}
@media only screen and (max-width:375px){
    .title{
        position: fixed;
        background: #e7e4e5;
        width: 100% !important;
        z-index: 9999;
    }
    .yu {
        color: #0a0909 !important;
        text-align: left !important;
        margin-left: 15px !important;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .categ{
        margin-top: 30px !important;
    }
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 180px !important;
        border: none;
    }
}
@media only screen and (max-width:540px){
    /*      .sec-2{
            top: 74px;
         }*/
    .sec-2 .filter form.sec-2-filters{
        /*        top:30.8px;*/
    }
    .sec-2>div{
        font-size: 13px;
    }
    .sec-2 .filter form.sec-2-filters{
        height: calc(100vh - 104px);
    }
    /*    .filter{
            width: 65px !important;
        }
        .op {
            margin-left: 0px !important;
            cursor: pointer;
        }*/
    .sec-3 {
        margin: 30px 15px;
        margin-top: 50px;
    }
    .sec-2 .filter{
        width: 70px;
        /*        margin-left: 25px;*/
    }
    .sec-2{
        grid-template-columns: 1fr 2fr 1fr !important;
        /*        position: fixed !important;*/
        bottom: 0;
        margin: 0;
        padding: 0;
    }
    .sec-2 #sort{
       width: 100% !important;
    }
    .close-desi{
        margin-bottom: -37px;
    }
    /*    .sec-2 .filter form.sec-2-filters{
            top:106px;
        }*/
    /*    .sec-3 .product .product_list .product_img .add-list button{
            display: none;
        }*/
    /*    .sec-3 .product .product_list .product_img img{
            height: 40vh;
        }*/
    .sec-3 .product .product_list .product_item .product_img .add-list{
        padding: 5px;
    }
    .sec-3 .product .product_list .product_img .add-list p{
        font-size: 12px;
    }
    .sec-3 .product .product_list .product_name h6{
        font-size: 10px;
        margin:5px 0;
        line-height: 1.4;
        letter-spacing: 1px;
    }
    .sec-3 .product .product_list .product_price p{
        font-size: 14px;
        margin: 0;
    }
    .sec-3 .product .product_list .product_price>p>i{
        font-size: 11px;
    }
    .simple-pagination{
        margin-top: 10px !important;
    }
    .title{
        /* position: fixed; */
        /* background: #3c2229; */
        width: 298px;
        z-index: 9999;
    }
    .yu{
        color:#0a0909 !important;
    }
    .sec-2 .filter form .accordion {
        /*            margin-top: 30px;*/
    }
    .sort-popup{
        display: inline !important;
        margin: 0;
        font-size: 13px !important;
        color: #191919;
        line-height: 35px;
        padding: 5px 0px 0px 5px;
        font-weight: normal;
    }
    .modal-slide-up-down {
        transform: translateY(100%);
        animation: slide-up-down 0.7s ease forwards;
    }

    @keyframes slide-up-down {
        to {
            transform: translateY(0);
        }

        from {
            transform: translateY(100%);
        }
    }
    .sec-2 .filter form.sec-2-filters {
        display: block;
        position: fixed !important;
    }
    .modal-header .close {
        position: absolute;
        top: 0px;
        right: 10px;
        background: transparent;
        border: none;
        font-size: 33px;
        cursor: pointer;
        outline: none;
        font-weight: normal;
    }
    .modal-header{
        border-bottom: 2px solid #ccc;
        font-size: 14px;
        color: #191919;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .modal-title {
        margin-bottom: 0;
        font-size: 13px;
        font-family: inherit;
        color: #2d2c2c;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: normal;
    }
    .sorting{
        display: none !important ;
    }
    .categ{
        margin-top: 30px !important;
    }
    .color-bot{
        margin-bottom: 200px;
    }
    .color-bot .p-0{
        display: flex;
    }

    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 180px !important;
        border: none;
    }
    .popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50%;
    }


    .filter{
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        z-index: 99;
        margin: 0px;
        width: 50% !important;
        /*        border-left: 1px solid;*/
    }
    /*    .mobile-filter{
            grid-template-columns: 1fr !important;
        }*/
    .mobile_filter{
        grid-template-columns: 1fr !important;
    }
}

.panel{
    padding-left: 17px;
}


.notifyjs-corner{
    position: fixed;
    margin: 5px;
    z-index: 99999 !important;
    left:27% !important;
}

.orignal-price1{
    margin-left: 2px;
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
}

puppr{
    color: #576b6b !important;
    font-weight: 700 !important;
}

puppr1{
    /*        color: #576b6b !important;*/
    font-weight: 700 !important;
    color:red !important;
}
.discount{
    color:red !important;
}
.list-unstyled li {
    cursor: pointer; 
    padding: 10px 0; 
    border-bottom: 1px solid #ccc;
}


.list-unstyled li:last-child {
    border-bottom: none;
}
.sort-label{
    margin-bottom: 0px !important;
}
.sort-popup{
    display: none;
}
.sorting{
    display: flow;
}
.checkbox-container {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%; /* Make it a circle */
    background-color: #ccc; /* Default background color for unchecked */
    margin-right: 10px; /* Adjust spacing */
}

/* Style the actual checkbox (hidden) */
.checkbox-container input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Style the checkbox when it's checked */
.checkbox-container input[type="checkbox"]:checked {
    /*    background-color: #007bff; */
}

.color-0 .checkbox-container input[type="checkbox"]:checked {
    /*    background-color: blue; */
}
.checkbox-label {
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
}


.checkbox-label + .checkbox-label {
    margin-left: 20px;
}
.color-red {
    background-color: red;
}

.color-green {
    background-color: green;
}

.color-blue {
    background-color: blue;
}

.color-yellow {
    background-color: yellow;
}
.color-red {
    background-color: red;
}

.color-green {
    background-color: green;
}

.color-blue {
    background-color: blue;
}

.color-yellow {
    background-color: yellow;
}
.modal.show .modal-dialog {
    margin: 0;
}
.modal-content {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
    bottom: 0;
}
.list-unstyled li {
    cursor: pointer;
    text-align: left;
    padding: 0 10px;
    line-height: 50px;
    font-size: 12px;
    color: #6e6868;
    letter-spacing: 1px;
    border-bottom: 1px solid #e6e6e6;
}
.list-inline, .list-unstyled {
    list-style: none;
    margin-bottom: 0;
    padding: 0 20px;
}
.modal-bos{
    padding: 0;
}   
@media only screen and (max-width: 480px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 239px !important;
        border: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 325px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 160px !important;
        border: none;
    } 
}
@media only screen and (min-width: 360px) and (max-width: 360px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 180px !important;
        border: none;
    }
}
@media only screen and (min-width: 365px) and (max-width: 370px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 183px !important;
        border: none;
    }
}

@media only screen and (min-width: 385px) and (max-width: 389px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 193px !important;
        border: none;
    }
} 
@media only screen and (min-width: 390px) and (max-width: 395px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 195px !important;
        border: none;
    }
}
@media only screen and (min-width: 375px) and (max-width: 380px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 188px !important;
        border: none;
    }
}
@media only screen and (min-width: 375px) and (max-width: 380px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 188px !important;
        border: none;
    }
}
@media only screen and (min-width: 425px) and (max-width: 430px) {
    .sort-popup {
        position: fixed;
        bottom: 0;
        background-color: #e9e9f0;
        margin: 0px;
        width: 50% !important;
        margin-left: 213px !important;
        border: none;
    }
}
