﻿.catSortBy, .pagesize
{
    display:none;
}
.viewingPageHeading
{
    display:none;
}
.selected-attribute-name
{
    display:inline-block;
}
.hiddensection 
{
    padding-top:8px;
}
.count-link
{
    color:rgba(0, 0, 0, .5);
    font-size:13px;
    font-weight:normal;
}
a.removeLink
{
    background:rgba(252, 85, 7, .8);
    border-radius:24px;
    border:2px solid #fff;
    color:#fff;
    width:22px;
    height:22px;
    text-align:center;
    display:inline-block;
    font-size:11px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: -9px;
    right: -8px;
    z-index:1000;
    position: absolute;
}
    a.removeLink:hover
    {
        text-decoration:none;
        background:rgba(252, 85, 7, 1);
        box-shadow:0 0 10px rgba(0,0,0,.3);
    }
.youveSelected .navSection
{
     padding-bottom:8px;
     position:relative;
     padding:4px 12px;
     margin-bottom:4px;
}
.m-pikabu-left .youveSelected .navSection
{
    background:#fff;
    color:#333;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
}
.allSelections .sectionHeader
{
    font-weight:normal;
    /* font-style: italic; */
    font-size: 14px;
    color: #FD7739;
    margin-bottom: 0px;
    /* padding-top: 7px; */
}
#searchUnselected
{

}
.guidedSelectionTitle
{
    font-weight:normal;
    display:none;
}
.filterOptions
{
    padding:0 18px;
}

/******* Paging Styles ********/
.pagelink
{
    padding:8px 14px;
    background:#fff;
    border:1px solid #efefef;
    border-left:none;
    font-size:15px;
    color:#333;
    font-weight:bold;
    display: inline-block;
    margin-bottom: 12px;
}
.pagelink:first-child
{
    border-left:1px solid #efefef;
}
.currentpage.pagelink
{
    color:#ccc;
}
#GuidedNavigationSearchBox.form-control
{
    float: left;
    width: 80%;
    background: #efefef;
    padding: 10px 14px;
    height: 48px;
    margin-top: 0;
}
#guidedNavigationSearchGo
{
    float: left;
    width: 20%;
    padding: 10px 0;
    border-left: none;
    line-height: 26px;
    margin: 0;
}
@media (min-width: 768px) {
	.paging {
		float: right;
		padding: 0 15px;
		width: 50%;
		text-align: right;
	}
    .sortByAndNumberPerPage
    {
        float:left;
        width:50%;
    }
    .pagesize, .catSortBy{
	display: inline-block;
}
}
.catSortBy{
	margin-right: 8px;
}
.productControl .input-group-addon{
	width: auto;
}
.bottomPagingWrap {
	text-align: left;
}
.entityPageSortWrap {
	margin-bottom: 18px;
	background:transparent;
	padding: 0;
	font-size: 11px;
}
.entityPageSortWrap select
{
    padding:8px;
    border:1px solid rgba(0, 0,0, .2);
    background : -webkit-linear-gradient(top, rgb(255, 255, 255) 02%, rgb(240, 240, 240) 95%);
    background : -moz-linear-gradient(top, rgb(255, 255, 255) 02%, rgb(240, 240, 240) 95%);
    background : -o-linear-gradient(top, rgb(255, 255, 255) 02%, rgb(240, 240, 240) 95%);
    background : -ms-linear-gradient(top, rgb(255, 255, 255) 02%, rgb(240, 240, 240) 95%); 
    background : -linear-gradient(top, rgb(255, 255, 255) 02%, rgb(240, 240, 240) 95%);
}





/******* End Paging Styles ********/


.guidedNavProductCell {
	text-align: center;
	padding-bottom: 12px;
	padding-top: 4px;
}
.guided-navigation-description
{
    margin-bottom:24px;
}
.navSection 
{
    font-weight:bold;
}
.quick-link-wrapper
{
    background:#efefef;
    padding:15px;
}
.guidedNavBlock {
    padding-top:12px;
    padding-bottom:12px;
}

    
.guidedNavBlock:first-child
    {
        border-top:none;
    }
.guidedNavGroup {
	padding: 0;
}
.entityDescriptionWrapper {
	margin-bottom: 8px;
}
.guided-navigation-select-bar h1
{
    display:none;
}
.guided-nav-select .sectionHeader
{
    display:none;
}
.nonSelectedSection {
	color: #aaa;
}
.guidedNavigationHeadingToggle{
	display: block;
	font-size: 1.2em;
}
.guidedNavigationHeadingToggle.collapsed .glyphicon-chevron-up, .guidedNavigationHeadingToggle .glyphicon-chevron-down{
	display: none;
}
.guidedNavigationHeadingToggle.collapsed .glyphicon-chevron-down{
	display: inline-block;
}

/* hide search box on older versions of AspDotNetStorefront */
#content .search {
	display: none;
}
.allSelections.guidedNavBlock
{
    padding: 15px;
    margin-bottom:0;
    border: 1px solid #E6E6E6;
    padding-top: 0px;
    padding-bottom: 0px;
}

.allSelections .guidedSelectionTitle
{
	color:#333;
}
.guided-nav-search-box
{
    width:80%;
    display: block;
    float:left;
}
.btn.btn-default.guided-nav-search-go
{
    padding:5px 0;
    border:1px solid #ccc;
    color: #333;
    float:left;
    width:20%;
    box-shadow:none;
    border-radius: 0;
}
.grid-selections-special .allSelections .navSection
{
    display:inline-block;
}
.selected-items-header
{
    background:#efefef;
    border-bottom:1px solid #efefef;
    padding-top: 12px;
    padding-bottom: 7px;
}
.section-header-wrapper
{
    padding-bottom:4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
}
.allSelections .navSection
{
    padding: 8px 22px;
    margin-bottom: 4px;
    font-size:16px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DADADA;
}
.youveSelected.guidedNavGroup
{
    padding: 0;
}
a.removeAllSelections
{
    float:right;
    padding: 6px 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin-top: -13px;
    margin-right: -16px;
}
    a.removeAllSelections:hover
    {
        background-color:#fff;
        text-decoration:none;
    }
    .quick-link-wrapper a
    {
        background:#dedede;
        display:block;
        color:#000;
        padding:8px 0;
    }
    .quick-link-wrapper strong
    {
        padding:8px 0;
        display:block;
        }

    .vertical-grid .navigation-wrapper
    {
        border:none;
        background:#18cdaa;
    }
    .vertical-grid .navigation-body
    {
        background:transparent;
    }


    @media (min-width: 768px) {
	.entityPageSortWrap
    {
        padding: 18px 15px;
        background:#f4f4f4;
 }

    .searchGN
{
    position:relative;
    z-index:799;
}
.guidedSearchBlock
{
    position:absolute;
    right:0;
    width:0;
    overflow:hidden;
    padding-top:14px;
}
.show-search
{
    width:366px;
    top: -63px;
    left: -26%;
    padding-bottom: 0;
    border-bottom: none;
    padding: 14px;
    padding-left: 145%;
    background: rgba(0,0,0,.3);
}
.gnsearch
{
    padding:12px;
    margin-top:14px;
    cursor:pointer;
    position:relative;
    z-index:800;
    margin-right:-15px;
}

}