.product-grid-right-result-slot{
	display:none;
}
.grid-view, .grid-button{
	background: url(../images/grid.png) no-repeat center;
	border-radius: 3px;
	border: 1px solid #dddddd;
    background-color: #ffffff;
    display:inline-block;
    cursor:pointer;
    width:45px;
    height:35px;
    border:1px solid #ccc;
    border-radius:3px 0 0 3px;
    margin-left:-2px;
    
}

.simplified-view, .simplified-button{
	background: url(../images/simplified.png) no-repeat center;
	border-radius: 3px;
	border: 1px solid #dddddd;
    background-color: #ffffff;
    display:inline-block;
    cursor:pointer;
    width:45px;
    height:35px;
    border:1px solid #ccc;
    border-radius:3px 0 0 3px;
    margin-left:-4px;
    
}


.list-view, .list-button{
	background: url(../images/list-grey.png) no-repeat center;
	border-radius: 3px;
	border: 1px solid #dddddd;
    background-color: #ffffff;	
    display:inline-block;
    cursor:pointer;
    width:45px;
    height:35px;
    border:1px solid #ccc;
    border-radius:0 3px 3px 0;
    margin-left:-4px
}


#view-button-wrap {
    top: 10px;
    position: relative;
}

#tciPLP .product-view-lable { margin-top:0px;display:inline-block;}
.sort-refine-bar { display: block;}/*width: 87%;float: right;*/

.product-listing-view .sort-refine-bar .col-md-9
{
	/* width: 50%; */
	float:right;
	margin-top:0;
}
.saved-cart-pagination ul.pagination li:last-child a { padding-right:0}

.product-listing-view  .pagination-bar .sort-refine-bar .pagination-bar-results
{
	color: #454545;
    float: right;
    font-weight: 600;
    margin-top: -3px;
    padding-right: 0;
    padding-bottom: 10px;
}

.grid-view-disabled{
	background: url(../images/grid-grey.png) no-repeat center;
	border: 1px solid #dddddd;
}

.list-view-disabled{
	background: url(../images/list.png) no-repeat center;
	border: none;
}

.simplified-view-disabled{
	background: url(../images/simplified-grey.png) no-repeat center;
	border: 1px solid #dddddd;
}

.product-listing-view .clearfix {
	clear: both;
}

#tciPLP .sort-refine-bar .control-label,#tciPLP .sort-refine-bar .sortForm1 { margin-left:0}
#tciPLP .sort-refine-bar .sortForm1  { margin-top:22px;}

#tciPLP #view-button-wrap  { top:3px}

@media (min-width: 1400px)
{
.product__listing.product__grid .product-item
{
	width: 100%;
}
.product-listing-view .pagination-bar .pagination-toolbar
{
	border-bottom: none;
}

.product-list-right-component .sort-refine-bar .sortForm1 {
    margin-left: 70px;
    width: 100%;
}

.product-grid-right-result-slot .sort-refine-bar .sortForm1 {
    margin-left: 70px;
    width: 100%;
}

.product-list-right-component .sort-refine-bar .sortForm2 {
    margin-left: 70px;
    width: 100%;
}

.product-grid-right-result-slot .sort-refine-bar .sortForm2 {
    margin-left: 70px;
    width: 100%;
}

.product-list-right-component .sort-refine-bar .control-label 
{
    margin-left: 70px;
}

.product-grid-right-result-slot .sort-refine-bar .control-label 
{
    margin-left: 70px;
}

}

