.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
    backdrop-filter: blur(3px);
}

.EshopMiniCart01 .AnimatedCart{
    z-index:999999 !important;
    background-image:url("../../assets/images/cart.png");
    background-repeat:no-repeat;
    display:block;
    padding:0 5px 0 50px;
    width:400px;
    right:-350px;
    right:0px;
    top:100px;
    position:fixed;
    cursor:pointer;
    /* min-height:110px; */
    height: 100%;  
    /* height: 45px; */
    /* background-color: #fff; */
}



/* 100% view */
.EshopMiniCart01 .buttonconteiner{
    position: relative;
    height: 100%;
    background-color: #fff;
}

.EshopMiniCart01 .AnimatedCart{    
    top:0px;
}

.EshopMiniCart01 .AnimatedCart .checkoutTotal {
    /* height: calc(100vh - 30px); */
    position: absolute;
    bottom: 0;
    width: 100%;
}

.EshopMiniCart01 .AnimatedCart .OrderTotal{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
}

.EshopMiniCart01 #CProcuctContent .total{
    display: none;
}

.EshopMiniCart01 .rotate180{
transform: rotate(180deg);
transition: transform 0.5s ease;
}

.EshopMiniCart01 .flex{
    display: flex;
    align-items: center;
}

.EshopMiniCart01 .flex svg{
    margin: 15px;
}

.EshopMiniCart01 .checkoutButton{
    padding-bottom: 55px;
}

.EshopMiniCart01 #CProcuctContent{    
    overflow-y: auto;  
    height: calc(100% - 170px);
}



/* \\\\ 100% view */


 .EshopMiniCart01 .AnimatedCart .counter{
    position:absolute;
    top:-10px;
    left:-10px;
    border-radius:50%;
    width:25px;
    height:25px;
    background:#e94b35;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
 .EshopMiniCart01 .AnimatedCart .content{
    background-color:#ffffff;
    border:solid 1px #eaeaea;
    min-height:130px;
}

.EshopMiniCart01 .AnimatedCart .buttonconteiner {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.EshopMiniCart01 .AnimatedCart .buttonconteiner .cartTitle{
    font-size: 25px;
    text-align: center;
    padding: 12px 0px 0px 0px;
    font-weight: 400;
    width: calc(100% - 75px);
}


.EshopMiniCart01 .AnimatedCart .total{
    min-height: 60px;
    overflow: hidden;
    font-weight: bold;
    background-color: #f7f6f6;
}
.EshopMiniCart01 .AnimatedCart .total span{
    display: inline-block;
    padding: 10px;
    width: 30%;
    /* background: green; */
    font-size: 17px;
}

.EshopMiniCart01 .AnimatedCart .total p{
    font-weight: bold;
    width: 45%;
    /* background: green; */
    /* display: inline-block; */
    float: right;
    text-align: right;
    margin-right: 24px;
    font-size: 28px;

}
.EshopMiniCart01 .AnimatedCart .total p:after{
    margin-left: 2px;
    content: '€';
}


.EshopMiniCart01 .ProductItem{
    line-height: 1.5;
    color: #423f3f;
    margin-top: 10px;
    /* padding: 5px; */
    position: relative;
    box-shadow: 0px 24px 0px -23px #ccc;

}

.EshopMiniCart01 .ProductItem img{
    width: 100px;
    height: 100px;
    padding: 10px;
    float: left;
    border-radius: 8px;
    object-fit: scale-down;
}

.EshopMiniCart01 .ProductItem p.price{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;  
    width: 100%;
    text-align: left;
    position: relative;
}


.EshopMiniCart01 .ProductItem p.price:after{
    margin-left: 2px;
    content: '€';
}



.EshopMiniCart01 .ProductItem i{
    z-index: 99999;
    padding: 0;
    margin-top: 0px;
    vertical-align: top;
    font-size: 15px;
    /* position: absolute; */
    right: 8px;
    bottom: 28px;
    font-size: 16px;
    color: #5A5A5A;
    cursor: pointer;
}

.EshopMiniCart01 .ProductItem i:hover{
color: #000;
}
.EshopMiniCart01 .AnimatedCart .EshopMiniCart01 .ProductItem:nth-last-of-type(2){
    box-shadow: none;
}

/* .EshopMiniCart01 .AnimatedCart .EshopMiniCart01 .ProductItem:last-child{
    box-shadow: 0px;
} */


/* .EshopMiniCart01 .ProductItem::after {
    content: "";
    display: block;
    border-bottom: 1px solid #8899;
} */

/* .EshopMiniCart01 .ProductItem:last-child::after{
    content: "";
    display: block;
    border-bottom: 1px solid #FFFFFF;

} */

.EshopMiniCart01 .AnimatedCart .checkoutTotal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f6f6;
    box-shadow: -1px -6px 10px rgb(0 0 0 / 0.2);
    z-index: 99999;
}

.EshopMiniCart01 .AnimatedCart .btn {
    padding: 10px 25px;
    background-color: #777;
    margin: 10px 2px;
    text-transform: uppercase;
    /* font-weight: bold; */
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    margin-top: 25px;
    cursor: pointer;
    color: #fff;
}

.EshopMiniCart01 .AnimatedCart .checkout {
    float: right;  
    background-color: #5AADF2;
    color: #ffffff;
}

.EshopMiniCart01 .AnimatedCart span.actionIcons i{
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
}


.EshopMiniCart01 .ProductItem .itemContainer{
    display: flex;
}

.EshopMiniCart01 .left,
.EshopMiniCart01 .center,
.EshopMiniCart01 .right {
    flex: 1;
}

.EshopMiniCart01 .left {
    text-align: center;
}

.EshopMiniCart01 .center {
    text-align: left;
}
.EshopMiniCart01 .center span {
    font-size: 12px;
}

.EshopMiniCart01 .right {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
}





 /* .hotel {
    margin-top: 10px;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.48);
    border-bottom: 1px solid #8899;
}

 .hotel p{
    display:inline-block;
    width:95px;
    height:60px;
    text-align:center;
    white-space:wrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
 .hotel i{
    padding:5px;
    margin-top:10px;
    vertical-align:top;
    font-size:15px;
}
 .hotel i:hover{
    font-weight:bold;
    cursor:pointer;
    color:red;
} */

 /* 
 .buttonconteiner a{
    display: block;
    margin: 10px;
    background-color: green
} */




