.EyeDetails {
    border-left-color: rgba(255, 255, 255, 0.15);
    border-right-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 5px; */
    cursor: pointer;
}

.fixPadding {
    text-align: right !important;
}

@media (max-width: 992px) {
    .EyeDetails {
        margin-bottom: auto;
        margin-left: auto;
    }

    .fixMarginSmall {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .qty {
        margin-bottom: 5px !important;
    }
}
