﻿.templateV .header {
    z-index: 4;
}

.templateV .categories::-webkit-scrollbar {
    display: none;
}

.templateV .categories {
    width: 78px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f3f4;
    position:absolute;
    font-size: 0.9em;
    left:0;
    top:0;
}

.templateV .products {
    margin-left: 78px;
    padding-left: 5px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFFFFF;
    overflow: auto;
    border: none !important;
}

.templateV .searchMode  .products {
    margin-left: 5px;
}

.categories ul.menu {
    white-space: normal;
    line-height: 1.5em;
    margin-bottom: 100px;
    margin-top: 50px;
}

.categories .menu li {
    float: none;
    padding: 0.8em .6em;
    border-bottom: 1px solid #e1e2e3;
    padding-left: 0px;
}

.templateV ul.menu li.sel {
    color: inherit;
    background-color: #ffffff;
}

.templateV .catName {
    border-left: 5px solid transparent;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}

.categories .sel .catName {
    border-left-color: #fc5e61;
}

.templateV .ppl_subCatNav {
    margin-top: 48px;
    overflow:hidden;
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f3f4;
}

.templateV .ppg_subHeader {
    position:fixed;
    top:0;
    left:79px;
    right: 0;
    z-index: 2;
    overflow:hidden;
    display:none;
}

.templateV .hasSubHeader .ppg_subHeader {
    display:block;
}

.ppl_subCatNav ul.menu {
    white-space: normal;
    line-height: 1.5em;
    white-space: nowrap;
}

.ppl_subCatNav .menu li {
    display: inline-block;
    padding: 0.3em .6em;
    border-bottom: 5px solid #f2f3f4;
    padding-left: 0px;
}

.ppl_subCatNav ul.menu li.sel {
    border-bottom: 5px solid #fc5e61;
}

.templateV .pl{
    margin-top: 54px;
    margin-bottom: 80px;
}

.templateV .hasSubHeader .pl {
    margin-top: 105px;
    margin-bottom: 80px;
}

.templateV .pl-item-title {
    color: black;
    font-size: 0.9em;
    min-height: 2.5em;
}

.templateV .pl-lg {
    width: 100%;
    border-bottom: 2px solid #f3f4f5;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

.templateV .pl-item-container {
    padding-bottom: 0;
}

.templateV .pl-item-img-container {
    float: left;
    width: 80px;
    height: 80px;
    min-height: 80px;
}

.templateV .pl-item-content {
    padding: 6px 0 6px 0px;
    margin-left: 90px;
}

@media (min-width: 370px) {
    .templateV .categories {
        width: 90px;
    }

    .templateV .ppg_subHeader {   
        left:91px;
    }
    
    .templateV .products {
        margin-left: 90px;
    }

    .templateV .searchMode  .products {
        margin-left: 5px;
    }

    .sc-container {
        margin-left: 11px;
    }

    .sc-container-mask {
        left: 12px;
    }
}
