﻿.div_prdlst {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
}

.prdlst_paging {
    float: right;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-right: 120px;
}


/*for image button alignment*/
[class*="col-"] {
float: left;
padding: 15px;
}

@media only screen and (max-width: 480px)
{
    .RadLV_Alter {
        height: 50vh;
        width: 50vh;
        padding-left: 0vh;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .RadLV_Alter_Button {
        padding-left: 5px;
        padding-top: 5px;
    }

    .ImageButton1 {
        border-radius: 10px;
        height: 140px;
        width: 100px;
        box-shadow: 1px 1px 2px 2px #a6a6a6;
        transition: transform .2s;
    }
        .ImageButton1:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
}

@media only screen and (max-width: 600px)
{
    .RadLV_Alter {
        height: auto;
        width: auto;
        padding-left: 0vh;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .RadLV_Alter_Button {
        padding-left: 5px;
        padding-top: 5px;
    }

    .ImageButton1 {
        border-radius: 10px;
        height: 140px;
        width: 100px;
        box-shadow: 1px 1px 2px 2px #a6a6a6;
        transition: transform .2s;
    }
        .ImageButton1:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
}

@media only screen and (min-width: 600px)
{
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }

    .RadLV_Alter {
        height: auto;
        width: auto;
        float: left;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .RadLV_Alter_Button {
        padding-left: 5px;
        padding-top: 5px;
    }

    .ImageButton1 {
        border-radius: 10px;
        height: 140px;
        width: 100px;
        box-shadow: 1px 1px 2px 2px #a6a6a6;
        transition: transform .2s;
    }
        .ImageButton1:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
}

@media only screen and (min-width: 768px)
{
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .RadLV_Alter {
        text-wrap: initial;
        text-align: center;
        height: 375px;
        width: 230px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 20px;
        float: left;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .RadLV_Alter:hover {
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

    .ImageButton1 {
        border-radius: 10px;
        height: 260px;
        width: 170px;
        box-shadow: 1px 1px 2px 2px #a6a6a6;
        transition: transform .2s;
    }
        .ImageButton1:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
            transition: all 500ms ease 0s;
            -webkit-transition: all 500ms ease 0s;
        }


    .categories {
        height: 1500px;
        overflow-y: scroll;
        -ms-overflow-style: none;
    }

        .categories::-webkit-scrollbar {
            display: none;
        }
}

.rlv_Left_Categories {
    vertical-align: middle;
    margin-left: 30px;
}

.hl_LeftCat_List {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 200;
    color: #999999;
    margin-left: 20px;
    transition: transform .2s;
    transition: 0.3s;
    text-space-collapse: initial;
    margin-bottom: 7px;
    display: inline-block;
}

    .hl_LeftCat_List:hover {
        color: #339966;
        font-weight: 700;
        font-size: 14px;
    }


