.product-grid-right-result-slot{
	display:none;
}

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

.basic-button-disabled{
	background: url(../images/basic-grey.png) no-repeat center;
}

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

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

.list-view, .list-button{
	background: url(../images/list-grey.png) no-repeat center;
    background-color: #ffffff;	
    display:inline-block;
    cursor:pointer;
    width:45px;
    height:35px;
    border:1px solid #ccc;
    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;
}
.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;
}

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

.simplified-view-disabled{
	background: url(../images/simplified-grey.png) no-repeat center;
}

.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}

#tciPLP .sort-refine-bar {
	width: 100%;
}

#tciPLP ul.pagination li:last-child a {
	padding-right: 0
}

.product__listing.product__grid .prductlist {
	border: none;
	padding: 0 10px;
}

@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;
}

}

.bd-radius-l-3{
  border-radius: 3px 0 0 3px;
}

.bd-radius-r-3{
  border-radius: 0 3px 3px 0;
}
