﻿.categories .channel {
    /*height: 5px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    left: .4em;
    bottom: -1px;
    transition: left 0.3s ease 0s;*/
    display: none;
}

.categories .menu {
    margin: 0 .4em;
}

.templateV .categories::-webkit-scrollbar {
    display: none;
}

.templateV .categories {
    height: 3em;
    position: fixed;
    top: 48px;
    left: 0px;
    width: 100%;
    background-color: #FF5F5F;
    border-bottom: 1px solid #ccc;
}

.categoryContent {
    height: 3em;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.templateV .products {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFFFFF;
    overflow: auto;
    border: none !important;
}

.templateV ul.menu {
    margin: 0 .4em;
}

.templateV .menu li {
    color: #fff;
    opacity: 0.7;
    float: left;
    padding: 0px .6em;
    height: 3em;
    box-sizing: border-box;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.templateV ul.menu li.sel {
    color: #fff;
    opacity: 1;
    border-bottom: 5px solid #fff;
}

.templateV .catName {
    display: block;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.templateV .pl {
    margin-top: 97px;
    margin-bottom: 80px;
}

.templateV .searchMode .pl {
    margin-top: 53px;
}

p.srhResult {
    margin-left:5px;
    margin-right:5px;
}

.templateV .pl-item-title {
    color: black;
    font-size: 0.9em;
}

.templateV .pl-lg {
    width: 100%;
    height: 325px;
    padding-bottom: 4px;
    padding-right: 0px;
}

.templateV .pl-item-container {
    padding-bottom: 0;
    height: 310px;
}

.templateV .pl-item-content {
    padding: 12px;
}

.templateV .pl-item-lnk {
    display: block;
    height: 210px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.templateV .pl-item-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.templateV .pl-item-outofstock {
    background-size: 100%;
}
