﻿#leftpane {
    width: 250px;
    float: left;
    position: relative;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 3;
    min-height: 500px;
    padding: 5px;
}

#rightpane {
    float: none;
    width: auto;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

#innerleft {
    width: 244px;
    height: auto;
    border: 1px solid #e8e8e8;
    min-height: 500px;
    background-color: #fff;
}

#innerright {
    margin-top: 5px;
    height: auto;
    border: 1px solid #e8e8e8;
    min-height: 500px;
    background-color: #f1f3f6;
    padding: 10px;
    overflow: auto;
}

.divproduct {
    height: 370px;
    width: 24%;
    float: left;
    cursor: pointer;
    transition: box-shadow .2s ease;
    border: 1.33px solid #f2f0f0;
    background: #fff;
    margin:5px;
    padding:5px;
}

    .divproduct:hover {
        border: 1px solid #fff;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, .3);
        z-index: 9999;
    }

.productimage {
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    height: 200px;
}

.picture {
    width: 200px;
    max-height: 280px;
}

.desc {
    margin-left: 15px;
}

.productdesc {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 19px;
    max-height: 53px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
    height: 55px;
}

    .productdesc p {
        font-size: 19px;
        max-height: 30px;
        margin-top: 0px;
    }

.rupee {
    top: -.75em;
    font-size: 13px;
    position: relative;
    line-height: normal;
}

@media screen and (min-width: 769px) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .productdesc {
        font-size: 13px !important;
        height: auto;
        max-height: none;
        -webkit-line-clamp: 3; /* Show more lines on mobile */
    }

    #innerright {
        padding: 0px !important;
    }

        .productdesc p {
            font-size: 13px !important;
            max-height: 30px;
            margin-top: 0px;
        }

    .rupee {
        top: -0.3em !important;
        font-size: 9px !important;
        position: relative;
        line-height: normal;
    }

    .navbar-collapse {
        display: block !important;
        background-color: #fff; /* or any color you want */
        padding: 10px;
    }
        .navbar-collapse.collapse {
            display: none !important;
        }
        .navbar-collapse.in {
            display: block !important;
        }

        .navbar-collapse .headerlink span {
            color: #6811AF; /* make text visible on light bg */
        }
    .links a {
        display: block;
        padding: 10px 15px;
        text-align: left;
        text-decoration: none;
    }

        .navbar-collapse.show {
            display: block;
        }

    .menu-toggle {
        display: block;
        font-size: 28px;
        cursor: pointer;
        padding: 10px;
        float: right;
        margin: 10px;
    }

    .headerlink {
        display: block;
        padding: 10px;
    }
}

.quantity {
    color: #878787;
    font-size: 14px;
    margin-top: -5px;
    word-wrap: break-word;
}

.productprice {
    margin-top: -3px;
    display: inline-block;
    font-size: 28px;
    color: #6811AF;
}

.negotiable {
    color: #388e3c;
    margin-right: 5px;
    margin-top: 5px;
    font-weight: 600;
}

.mrp {
    display: inline-block;
    font-size: 14px;
    color: #878787;
}

.minidesc {
    display: inline-block;
    font-size: 14px;
    color: #878787;
}


.strike {
    text-decoration: line-through;
}

.quality-image {
    width: 100px;
    height: 100px;
}

.quality-image-wrapper {
    margin-top: 35px;
}

@media screen and (max-width: 500px) {
    .amazing-sliderwrapper {
        width: 300px !important;
        margin: 35px auto 0px;
    }

    .amazingslider-arrow-left-1, .amazingslider-arrow-right-1 {
        display: none !important;
    }

    .divproduct {
        height: 300px !important;
        width: 47% !important;
    }

    .picture {
        width: 150px !important;
        max-height: 170px !important;
    }

    .productimage {
        padding-top: 4px !important;
        padding-top: 4px !important;
        height: 150px !important;
    }

    .quantity {
        font-size: 9px !important;
        margin-top: 0px !important;
    }

    .productprice {
        font-size: 12px !important;
    }

    .negotiable {
        font-size: 10px !important;
    }

    .mrp {
        font-size: 10px !important;
    }

    .quality-image {
        width: 50px;
        height: 50px;
    }
}
