.Resp-Menu-Wrapper {
    overflow-y: hidden;
    text-align: center;
}


.Responsive-Menu {
    transform: translateY(-175%);
    transition: all .6s ease-in-out;
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(254, 512, 36, .4);
    border-bottom-left-radius: 90px 120px;
    border-bottom-right-radius: 90px 120px;
}


.Responsive-Menu-Closed {
    transform: translateY(0%) !important;
}


.Resp-Icons {
    transform: translateY(0%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 8px 12px;
}


.Resp-Icons img {
    width: 24px;
    height: 24px;
    padding: 0 !important;
    cursor: pointer;
}


.Resp-Icons-Closed {
    transform: translateY(-170%);
    transition: trasform .3s ease-in-out,
}


.line {
    height: 2px;
    width: 28px;
    background-color: #FAC001;
    border-radius: 20px;
}


.Resp-Menu {
    height: 25px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 4px 0;
    cursor: pointer;
    align-items: end;
}


.top {
    transform: rotateZ(0deg);
    transform-origin: bottom right;
    transition: all .8s ease-in-out;
}


.top-closed {
    transform: rotateZ(-45deg);
}


.mid {
    opacity: 1;
    transition: all .6s ease-in-out;
}


.mid-closed {
    opacity: 0;
}


.bot {
    transform: rotateZ(0deg);
    transform-origin: top right;
    transition: all .8s ease-in-out;
}


.bot-closed {
    transform: rotateZ(45deg);
}


.fav-wrapper-resp {
    position: relative;
    display: flex;
    justify-content: center;
}


.amount-Resp {
    font-size: 12px;
}


.open-settings-resp {
    display: flex;
    overflow: hidden;
    gap: 10px;
    height: 30px;
    align-items: center;
    justify-content: end;
}


.settings-resp {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 86%;
    margin: 0 auto;
    /* transform: translateX(0%);
    transition: transform .6s ease-in-out; */
}


.settings input {
    width: clamp(150px, 100%, 300px);
}


.settings button {
    padding: 0;
    margin: 0;
    border: none;
}


.settings img {
    padding: 8 0px;
}


.input-resp {
    height: 24px !important;
    width: 100% !important;
    text-align: center;
    font-size: 11px;
}


.button-resp {
    font-size: 10px;
    height: 24px !important;
    width: 70% !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 8px;
    font-family: "Bruno Ace", sans-serif;
    font-weight: 100;
    /* font-style: italic; */
    border: 2px solid rgba(254, 215, 36);
    background-color: #E6282A;
    color: rgba(254, 215, 36);
}


.button-resp img {
    width: 20px;
    height: 20px;
}


.butto-resp:hover {
    background-color: rgba(254, 215, 36);
    font-size: 16px;
}