
.specials-btn {
    position: fixed;
    border: #701A75 1px dashed;
    border-radius: 12px 0 0  12px;
    background: #FDF4FF;
    margin-top: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 4px 3px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer;
    &.mt-32 {
        margin-top: 32px!important;
    }
    .pl-10 {
        padding: 0 0 0 10px;
    }
    .px-10 {
        padding: 0 10px 0 10px;
    }
    .pr-10 {
        padding:0 10px 0 0;
    }
    .ptb-10 {
        padding: 10px 0;
    }
    h5 {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }
    .description {
        max-width: 144px;
        font-size: 10px;
        text-align: left;
    }
    * {
        color: #701A75;
        margin: 0;
        padding: 0;
    }
    .icon {
        color: #701A75 !important;
        font-size: 16px;
    }
}
#specialsFullscreen .icon-e212-star {
    font-size: 32px;
}
#specialsSmall .icon-e212-star {
    font-size: 28px;
}
.no-show {
    display: none;
}
@media (max-width: 1199px) {
    #leftArrow {
        display: none;
    }
}