.__ProductListItems .__Item .__TextView {
    padding: 15px 0 !important;
    border: 0px !important;
}

.__ProductListItems .__Item .__ImageView {
    border-radius: 10px !important;
}

.__ProductListItems .__Item .__TextView .__TextView_Left .__ProductPrice {
    padding-top: 0 !important;
}



.PICat ul.CategorySelect li {
    border: none;
    float: none;
    box-shadow: none;
    padding: 0;
}

.PICat.__CategorySelectList .arrow_box {
    width: 260px;
    border-radius: 5px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);

}

.PICat.__CategorySelectList .arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-width: 10px;
    margin-left: -10px;
}

.PICat ul.CategorySelect li * {
    color: #000;

}

.PICat ul.CategorySelect li a {
    flex: 1;
    padding: 6px 12px;
    transition: background-color .3s linear;
}

.PICat ul.CategorySelect li span * {

    display: block;
    font-weight: bold;
}

.PICat ul.CategorySelect i {
    color: #9d9d9d;
    margin-right: 10px;
}

.PICat ul.CategorySelect li:hover {
    background-color: #f1f1f1;
}



.PICat.__CategorySelectList .__CategorySelectList_List {
    height: auto;
    overflow: initial;
    border-radius: 5px;
}


.PICat .__CategorySelectList_Title {
    display: none;
}

.PICat .CategorySelect.SubCategory {
    position: relative;
}

.PICat .CategorySelect.SubCategory ul {
    display: none;
    position: absolute;
    background: #fff;
    right: -100%;
    width: 100%;
    min-height: 100%;
    top: 0;
    padding: 0;
    border-radius: 5px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
}

.PICat .CategorySelect.SubCategory>li:hover ul {
    display: block;
}


.PICat ul.CategorySelect li .BackCategory {
    display: none;
}

@media(max-width:550px) {

    .PICat ul.CategorySelect .BackCategory {
        display: flex;
        justify-content: left;
        padding: 6px 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    }

    .PICat .CategorySelect.SubCategory ul {
        right: 0;
    }

    .PICat ul.CategorySelect .BackCategory i {
        flex: none
    }

    .PICat .CategorySelect.SubCategory>li:hover ul {
        display: none;
    }

    .PICat .CategorySelect.SubCategory>li.active ul {
        display: block;
    }

    .PICat ul.CategorySelect li a {
        flex: none;
        max-width: 100%;
    }

    .PICat ul.CategorySelect i {
        flex: 1;
        text-align: right;
    }

    .PICat.__CategorySelectList .arrow_box {
        width: calc(100vw - 10px);
        max-height: calc(100vh - 110px);
        overflow: AUTO;

    }
}

/************** POPUP ***************/

.pi-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999999999;
}

.pi-popup .content-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.pi-popup .content {
    position: relative;
    background-color: #fff;
    background-image: url('/upload/assets/86136-503.svg');
    background-size: cover;
   padding: 10px 15px  20px 10px;
    max-width: 98%;
    min-height: 380px;
    border-radius: 6px;
  
    background-position: right;
}

.pi-popup .sub-heading {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 15px;
}

.pi-popup .heading {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 10px;
}

.pi-popup .popup-items {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 15px;
    width: fit-content;
}

.pi-popup .popup-item {

    width: 185px;
    padding: 10px;
    border: 1px solid #BDBBBB;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    flex-direction: column;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
    transform-origin: top;
}

.pi-popup .popup-item img {
    max-width: 100%;
    height: 170px;
    object-fit: cover;
}

.pi-popup .popup-item:hover {
    transform: scale(1.05);
}

.pi-close {
    position: absolute;
    top: -10px;
    right: -10px;

    background-color: #fff;
    border: 1px solid #9f9f9f;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
}

.pi-close:hover {
    color: #333;
}

.pi-popup .pi-title {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    color: #000;
    overflow: hidden;
    font-weight: bold;
    padding: 0 10px;
}

.pi-popup .pi-button {
    padding: 0 10px;
    background-color: #08b8fd;
    padding: 5px 15px;
    border-radius: 30px;
    margin-top: 10px;
    color: #fff;
    display: inline-block;
}



@media (min-width:1341px) {
    .pi-popup .content {
    margin-right: 346px;
    }
}

@media(max-width:550px) {
    .pi-popup .heading {
    font-size: 1.8rem;
}
.popup-items-wrap{
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
   

    }
    .popup-items{width: 580px;}

.pi-popup .popup-item:hover {
    transform: scale(1);
}

.pi-close {
    top: 5px;
    right: 5px;
}

}

.__SubCategoryListener *{font-size: 13px;}


.__Product_ListItems li[data-list=bullet] {
    list-style-type: disc;
}