﻿body {
    background-color: #ffffff;
}

.span_mrp, #rate_off {
    text-decoration: line-through;
    color: #968585;
}

.item_title {
    /*margin-bottom: -14px;*/
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: bold;
}

.main_slide {
    width: 100%;
    height: 62%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info_type {
    max-width: 95% !important;
    /*border-style: ridge;*/
    height: 557px;
}





@media only screen and (max-width: 1600px) {
    .main_slide {
        height: 63% !important;
    }
}

@media only screen and (max-width: 1440px) {
    .main_slide {
        height: 57% !important;
    }
}
@media only screen and (max-width: 1400px) {
    .main_slide {
        height: 47% !important;
    }
}

@media only screen and (max-width: 1280px) {
    .main_slide {
        height: 65% !important;
    }
}

@media only screen and (max-width: 1152px) {
    .main_slide {
        height: 48% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .main_slide {
        height: 49% !important;
    }
}

@media only screen and (max-width: 800px) {
    .div_cat_banner_main {
        display: none;
    }

    .main_slide {
        height: 27% !important;
    }
}

@media only screen and (max-width: 625px) {
    .div_cat_banner_main {
        display: none;
    }

    .main_slide {
        height: 20% !important;
    }
}
