﻿.prodlist_content_01 {
    text-align: left;
}

.prodlist_paging {
    float: right;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 120px;
}

.div_ItemDetails {
    margin-top: 10px;
    margin-bottom: 20px;
}

[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;
    }

    .ltCurrent_Group {
        font-size: 20px;
        font-family: 'Poppins';
        font-weight: 900;
        margin-top: 20px;
        float: left;
        margin-left: 50px;
        color: #666666;
        letter-spacing: 1px;
    }

    .prodlist_paging {
        float:left;
        margin-top: 20px;
        margin-bottom: 50px;
        margin-left: 30px;
        font-family: 'Poppins';
        font-size:13px;
        font-weight: 400;
    }

    .ImageButton_ProdList {
        border-radius: 10px;
        height: 140px;
        width: 140px;
        box-shadow: 1px 1px 2px 2px #a6a6a6;
        transition: transform .2s;
    }

        .ImageButton_ProdList:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
            border-color: #339966;
            box-shadow: 1px 1px 1px 1px #cccccc;
            transition: all 400ms ease 0s;
            -webkit-transition: all 400ms ease 0s;
        }
}

@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;
    }

    .ltCurrent_Group {
        font-size: 20px;
        font-family: 'Poppins';
        font-weight: 900;
        margin-top: 20px;
        float: left;
        margin-left: 50px;
        color: #666666;
        letter-spacing: 1px;
    }

    .ImageButton_ProdList {
        border-radius: 10px;
        height: 140px;
        width: 140px;
        box-shadow: 1px 1px 2px 2px #a6a6a6;
        transition: transform .2s;
    }

        .ImageButton_ProdList:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
            border-color: #339966;
            box-shadow: 1px 1px 1px 1px #cccccc;
            transition: all 400ms ease 0s;
            -webkit-transition: all 400ms ease 0s;
        }
}

@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;
        /*padding: ;*/
        float: left;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .RadLV_Alter_Button {
        padding-left: 5px;
        padding-top: 5px;
    }

    .ltCurrent_Group {
        font-size: 20px;
        font-family: 'Poppins';
        font-weight: 900;
        margin-top: 20px;
        float: left;
        margin-left: 50px;
        color: #666666;
        letter-spacing: 1px;
    }

    .ImageButton_ProdList {
        border-radius: 10px;
        height: 140px;
        width: 140px;
        /*box-shadow: 1px 1px 2px 2px #a6a6a6;*/
        transition: transform .2s;
    }

        .ImageButton_ProdList:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
            border-color: #339966;
            box-shadow: 1px 1px 1px 1px #cccccc;
            transition: all 400ms ease 0s;
            -webkit-transition: all 400ms ease 0s;
        }

}

@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: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 10px;
        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;
        }

    .RadLV_Alter_Button {
        padding-left: 20px;
        padding-top: 20px;
    }

    .ImageButton_ProdList {
        border-radius: 5px;
        height: 230px;
        width: 230px;
        /*box-shadow: 1px 1px 2px 2px #b3b3b3;*/
        transition: transform .2s;
    }

        .ImageButton_ProdList:hover {
            transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
            border-color: #339966;
            box-shadow: 1px 1px 1px 1px #cccccc;
            transition: all 400ms ease 0s;
            -webkit-transition: all 400ms ease 0s;
        }

    .products_category {
        height: 1500px;
        overflow-y: scroll;
        -ms-overflow-style: none; 
    }

    .products_category::-webkit-scrollbar {
        display: none;
    }

    .ltCurrent_Group {
        font-size: 30px;
        font-family:'Poppins';
        font-weight: 900;
        margin-top: 20px;
        float: left;
        margin-left: 50px;
        color: #666666;
        letter-spacing:1px;
    }

}


.modal {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    min-height: 100%;
}

#divImage {
    display: none;
    z-index: 9000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: White;
    height: 550px;
    width: 600px;
    padding: 3px;
    border: solid 1px black;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    top: 0;
    height: 100px;
    width: 100%;
    padding: 5px;
    background-color: #cae8ca;
    border: 2px solid #4CAF50;
    z-index: 1000;
}


.page_enabled, .page_disabled {
    display: inline-block;
    height: 20px;
    min-width: 40px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    border-color: hsla(89, 43%, 51%, 0.3);
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
}

.page_enabled {
    background-color: hsla(89, 43%, 51%, 0.3);
    color: #000;
    font-family: 'Poppins';
    font-size: 13px;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
    cursor: none;
    font-family: 'Poppins';
    font-size: 13px;
}


.borderLessDialog .rwStatusBar {
    display: none;
}

/*remove the border around the content*/
.borderLessDialog.RadWindow .rwContent {
    border: 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;
    }

.itemLink {
    color: #0078D4; /* Default color */
    text-decoration: none;
}

    .itemLink.highlighted {
        color: red; /* Change color when highlighted */
        font-weight: bold; /* Optionally make the text bold */
    }