.card-menu {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #600392;
    border-radius: 0;
    display: flex;
    transform: rotate(180deg);
}

.icon {
    position: relative;
    width: 50px;
    height: 50px;
    top: -30px;
    margin-right: 40px;
    background: #ffffff;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    z-index: 1000;
}

.icon::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 30px;
    height: 30px;
    background: transparent;
    left: -30px;
    border-top-right-radius: 50px;
    box-shadow: 20px -20px 0 15px #ffffff;
}

.icon::after {
    content: '';
    position: absolute;
    top: 4px;
    width: 30px;
    height: 30px;
    background: transparent;
    right: -30px;
    border-top-left-radius: 50px;
    box-shadow: -20px -20px 0 15px #ffffff;
}

/*  */

.card-footer {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #600392;
    border-radius: 0;
    display: flex;
    transform: rotate(180deg);
    box-shadow: 0px 5px 10px #d78eff;
}

.icon-footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 50px;
    margin: auto;
    bottom: -22px;
    background: #600392;
    border-radius: 100%;
    z-index: 1000;
    box-shadow: 0px 5px 5px #d78eff;
}

.img-footer {
    position: absolute;
    left: 50%;
    top: 5px;
    border-radius: 20px;
    transform: translateX(-50%) rotate(180deg);
    z-index: 2000;
}

.footer-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    transform: rotate(180deg);
}

/*  */

.box-book-card {
    position: relative;
    background-color: #f2e9f7;
}

.box-book-sheape {
    position: relative;
    height: 50px;
    top: -5px;
    right: 40px ;
    margin-right: 30px;
    background: #FCFCFC;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 5;
}

.box-book-sheape::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: transparent;
    left: -20px;
    box-shadow: 10px -10px 1px 0 #FCFCFC;
}

.box-book-sheape::after {
    content: '';
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: transparent;
    right: -20px;
    box-shadow: -10px -10px 1px 0 #FCFCFC;
}

.btn-header-box-book {
    margin-top: 2px;
    border: 0;
    border-top: 4px solid #f2e9f7;
}

.btn-header-box-book:hover {
    margin-top: 2px;
    border-top: 4px solid #f2e9f7;
}

/*  */

.card-details-style {
    position: relative;
    width: 50px;
    height: 50px;
    top: -30px;
    margin-right: 40px;
    background: transparent;
    border-radius: 50px;
    z-index: 1000;
}

.card-details-style::before {
    content: '';
    position: absolute;
    top: 15px;
    width: 30px;
    height: 30px;
    background: #F4F4F4;
    right: -30px;
    border-radius: 50px;
}

.card-details-style::after {
    content: '';
    position: absolute;
    bottom: -198px;
    width: 30px;
    height: 30px;
    background: #F4F4F4;
    right: -30px;
    border-radius: 50px;
}

.line-details {
    width: 2px;
    height: 120px;
    margin-right: -65px;
    border: 2px dashed #cdcdcd;
}

.line-details-mobile {
    width: 250px;
    height: 2px;
    margin: 0 auto;
    margin-top: -20px;
    border: 2px dashed #cdcdcd;
}

.Details-mobile {
    position: relative;
    width: 50px;
    height: 50px;
    top: -30px;
    margin-right: 40px;
    background: transparent;
    border-radius: 50px;
    z-index: 1000;
}

.Details-mobile::before {
    content: '';
    position: absolute;
    top: 45px;
    width: 30px;
    height: 30px;
    background: #F4F4F4;
    right: -60px;
    border-radius: 50px;
}

.Details-mobile::after {
    content: '';
    position: absolute;
    top: 45px;
    width: 30px;
    height: 30px;
    background: #F4F4F4;
    right: 287px;
    border-radius: 50px;
}

/*  */

.basket-circle {
    position: relative;
    width: 100%;
    height: 30px;
    top: 10px;
    background: transparent;
    border-radius: 50px;
    z-index: 690;
}

.basket-circle::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #F4F4F4;
    left: -15px;
    border-radius: 50px;
}

.basket-circle::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #F4F4F4;
    right: -15px;
    border-radius: 50px;
}

.line-basket {
    width: 80% !important;
    height: 1px;
    margin: -10px auto 0 auto;
    z-index: 999;
    border: 2px dashed #e3e3e3;
}