.shor-desplegar{
    position: fixed;
    transition: all 0.5s ease-in-out;
    top: 0;
    right: -100%;
    background-color: white;
    height:100vh;
    width: 100%;
    z-index: 1000;
    padding: 20px 0px;
    overflow: hidden;
}

.D_shopping{
    right: 0px ;
}

/* .shopping-desplegar.D_shoppingOpen{
    right: 0;
} */

.short{
    cursor:pointer;
}

.content-grid::-webkit-scrollbar{
    background-color: transparent;
}

.content-grid::-webkit-scrollbar-thumb{
    background-color: #AE8DD0;
    opacity: 0.4s;
    border-radius: 15px;
}

.shopping-limit{
    max-width: 80%;
    margin: 0px auto;
}
.shor-d_item:nth-child(3){
    height: 22%;
    border-top: 2px solid #D9D9D9;
}

.content-total_PrecioText{
    padding: 25px;
}

.content-total_PrecioText div p:first-child{
    color: #D9D9D9;
}

.content-total_PrecioText div p:last-child{
    color: #612999;
    font-weight: 700;
}

.text-Delivery,.content-total_PrecioTotal-Text{
    display: flex;
    justify-content: space-between;
}

.content-total_PrecioTotal-Text{
    margin-top: 10px;
}

.shor-d_item .shopping-Title{
    padding: 20px 0px;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-Title .shopping-text{
    color: #461874;
    font-size: 30px;
    font-weight: bold;
}

.shopping-logo{
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-logo img{
    width: 100%;
}

.shopping-close{
    font-size:27px;
    color: #461874;
    cursor: pointer;
}

.content-grid{
    height: 67%;
    overflow: scroll;
}

.aling-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-button{
    font-weight: 700;
    height: 63px;
    width: 80%;
    border-radius: 15px;
    font-size: 20px;
    color: white;
    border: none;
    background-color: #612999;
    letter-spacing: 0.35rem;
    cursor: pointer;
}

.content-grid .shor-d_item{
    /* background-color: rgb(199, 44, 44); */
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 14px;
    padding:10px;
}

.shor-list{
    display: flex;
    justify-content: space-between;
    /* grid-template-columns: repeat(2,1fr); */
}
.shor-list .shor-list_figure{
    width: 37%;
    height: 100%;
}
.shor-list_figure{
    border-radius: 35px;
    width: 250px;
}

.shor-list_figure img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

.shor-list_text{
    display: flex;
    justify-content: space-between;
}

.shor-list_text .content_Text{
    margin: 0px 10px;
}

.content_Text h2, .content_Text .precio{
    font-size: 19px;
}

.shor-list_text h2{
    color: #461874;
}

.shor-list_text p{
    color: #AE8DD0;
    font-size: 20px;
    font-weight: 700;
}

.shor-list_text .precio{
    margin-top:10px;
}

.shor-action{
    margin-top: 10px;
    width: 34%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shor-action div:nth-child(1), .shor-action div:nth-child(3){
    width: 16px;
    height: 16px;
    padding: 8px;
    border-radius:3.5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(97, 41, 153, 0.2);;
    color: #461874;
    font-weight: bold;
}

.shor-action div:nth-child(3){
    color: white;
    background-color: #461874;
}

.content_Delete{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content-mobil{
    height: calc(100% - 63px);
}











@media (min-width:640px) and (min-height: 200px){

    .short{
        top: 75vh;
    }

    .shor-desplegar{
        width: 100%;
    }
    .shor-d_item:nth-last-child(2){
        width: 100%;
    }
    .content-mobil{
        display: flex;
    }
    
    .content-grid{
        height: 100%;
    }

    .content-mobil .content-grid {
        width: 55%;
    }

    .content-mobil .content-mobil__text{
        width: 44%;
    }
}

@media (min-width: 500px) and (min-height:400px){

    .short{
        top: 86vh;
    }

    .shor-desplegar{
        width: 450px;
    }
    
    .shor-list{
        justify-content: space-around;
    }
    .content-mobil{
        display: flex;
        flex-direction: column;
    }
    .content-mobil .content-grid {
        width: 100%;
    }

    .content-mobil .content-mobil__text{
        width: 100%;
    }
}

@media (min-width: 375px) and (min-width: 200px){
    
}