.blurr-bkgd{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    display: none;
    align-items: center;
    background: linear-gradient(to right, rgb(190, 78, 48, .9) 0%, rgba(53, 53, 53, 0) 100%);
    }
    .qv-cont{
        position: relative;
        display: flex;
        min-height: 55vh;
        max-height: 82vh;
        overflow-y: auto;
        width: 680px;
        background-color: #ffffff;
        border-radius: 10px;
        border: 2px solid rgba(0, 0, 0, .8);
        padding-top: 30px;
        margin: 0 0 0 70px;
    }
    .qv-left{
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        padding-left: 10px;
    }
    .qv-left img{
        width: 300px;
    }
    .qv-right{
        display: flex;
        flex-direction: column;
        height: 100%;
        flex: 1;
        padding: 10px;
    }
    .qvName{
        font-size: 1.5rem;
        font-weight: bold;
        color: black;
        text-decoration: underline;
    }
    .qv-desc{
        margin: 15px 0 0 0;
        overflow-x: auto;
    }
    .qv-desc p{
        margin: 5px 0px;
    }
    .qvName:hover{
        color: #be4e30;
        cursor: pointer;
    }
    .qv-right p{
        margin: 10px 0 5px 0;
    }
    .qv-right span{
        font-size: 1rem;
    }
    .qv-atc-cont a{
        text-decoration: none;
        color: black;
    }
    .qv-atcbtn{
        padding: 10px;
        background-color: #dbddde;
        border-radius: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: white;
        background-color: #1fa366;
        border: 2px solid black;
    }
    .qv-atcbtn:hover{
        background-color: #027e45;
    }
    .x-out{
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .x-out img{
        width: 30px;
    }
    .x-out:hover{
        cursor: pointer;
    }


.pop-items-cont{
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    }
    .pi-hdr{
        font-family: 'Anton', 'Impact', 'Arial Black', sans-serif;
        font-size: 2rem;
        color: #be4e30;
        text-align: center;
    }
    .pi-card-cont{
        position: relative;
        display: flex;
        gap: 30px;
        overflow-x: hidden;
	padding: 0 0 0 20px;
    }
    .pi-card{
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 10px;
        padding: 10px;
        min-width: 260px;
        gap: 5px;
        height: 380px;
    }
    .pi-card-imgcont{
        position: relative;
        height: 240px;
        display: flex;
        justify-content: center;
        align-self: center;

    }
    .pi-card-imgcont img{
        width: 100%;
        height: auto;
    }
    .pi-card-imgcont .bestsella{
        position: absolute;
        top: -4%;
        left: -3.5%;
        height: 55%;
        width: auto;
    }
    .name-contt{
        text-align: left;
        font-size: 1.2rem;
        line-height: 20px;
        height: 40px;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .pcprice{
        font-size: 1.3rem;
        font-weight: bold;
        margin-top: 5px;
    }
    .pi-card p{
        margin: 10px 10%; 
    }
    .btn-cont{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        position: absolute;
        bottom: 0;
    }
    .btn{
        background-color: #be4e30;
        padding: 8px 15px;
        border-radius: 10px;
        color: white;
        font-size: .9rem;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
    }
    .qv-right .btn{
        width: 135px;
    }
    .btn:hover{
        background-color: #9e4327;
        cursor: pointer;
        color: white;
    }


.see-mo-p{
    position: absolute;
    top: 3%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .see-mo-p:hover{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .see-mo-p img{
        width: 75px;
    }
    .lft{
        display: none;
        left: 45px;
    }
    .lft img{
        transform: rotate(180deg);
    }
    .rgt{
        display: none;
        right: 20px;
    }
@media(max-width: 900px){
    .pi-hdr{
        font-size: 1.6rem;
    }
    .pi-card{
        min-width: 170px;
        height: 315px;
    }
    .pi-card-imgcont{
        height: auto;
        width: 100%;
    }
    .name-contt{
        font-size: 1rem;
        height: auto;
    }
    .pcprice{
        font-size: 1.1rem;
    }
    .see-mo-p img{
        width: 45px;
    }
    .rgt{
        right: 10px;
    }
    .lft{
        left: 10px;
    }
    .btn-cont{
        gap: 2px;
        bottom: 10px;
        width: 90%;
    }
    .btn{
        font-size: .7rem;
        padding: 6px 0;
        width: 100%
    }
    .qv {
        display: none !important;
    }
}

@media (max-width: 501px){
    .pi-card{
        min-width: 100px;
        height: 220px;
    }
    .pi-card-imgcont{
        height: auto;
        width: 100%;
    }
    .name-contt{
        font-size: .7rem;
        line-height: 12px;
        height: auto;
    }
    .pcprice{
        font-size: .8rem;
        margin: 0;
    }
}
