.img-responsive { max-width:100%; }

.product_title
{
	height:60px;
}
.set-filters-wrapper {
    margin-bottom: 1px;
}
.d-block {
    display: inline-block;
}
.set-filters {
    background-color: #7d7d7d;
    color: #3e3e52;
    font-weight: 700;
    padding: 8px 28px 8px 10px;
    cursor: pointer;
    position: relative;
    margin: 5px 0;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #f8f4f4;
}
.set-filters, .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.set-filter-close {
    position: absolute;
    right: 7px;
    top: 10px;
    color: #3e3e52;
    font-size: 10px;
}

/*Pagination */
.filters-container .pagination-container {
    margin-top: 4px;
}

.filters-container .pagination-container ul {
    margin: 0px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.pagination-container ul li.prev, .pagination-container ul li.next {
    background: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
}
.pagination-container ul li.prev, .pagination-container ul li.next {
    background: none repeat scroll 0 0 #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.pagination-container ul li.prev.active a, .pagination-container ul li.next.active a {
    /* background: #eb4900; */
    background: #F28101;
    color: #fff;
    border: 1px solid #F28101;
    text-decoration: none;
    padding: 10px 10px 8px;
}

.pagination-container ul li a {
    color: #666666;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 0 3px;
}

.pagination-container ul li a {
    color: #000;
    padding: 6px 10px 4px;
    border: 1px solid #ccc;
}

.pagination-container ul li.active a {
    /* background: #eb4900; */
    background: #F28101;
    color: #fff;
    text-decoration: none;
}


.pagination-container ul li.prev a, .pagination-container ul li.next a {
    text-decoration: none;
    padding: 10px 10px 8px;
	border: 1px solid #ccc;
}

.pagination-container ul li.prev a, .pagination-container ul li.next a {
    color: #000;
}


.builddownPCPage .category-product div.row div:nth-child(odd) .product {
	background:url(../images/red-bg.jpg) no-repeat;
	
}
.builddownPCPage .category-product div.row div:nth-child(even) .product {
	background:url(../images/green-bg.jpg) no-repeat;
	
}	
.builddownPCPage .category-product .product {
	padding:25px 0;	
}
.builddownPCPage .category-product .product h3 a	{ color:#fff; text-align:center; display:block;
		
}

.builddownPCPage .category-product .product h3{
	display:block; margin-bottom:35px; font-weight:300;	
}

.builddownPCPage .product-image div.image{
    padding: 0 38px;    margin-bottom: 45px;
}
.builddownPCPage .category-product .product a{
	
}

.builddownPCPage .category-product div.row div:nth-child(odd) .product a .btn-primary {
	background:#fff; color:#212121;
	
}
.builddownPCPage .category-product div.row div:nth-child(even) .product a .btn-primary {
	background:#eb4900; color:#fff;
	
}	
.body-content .terms-conditions-page .terms-conditions h2{font-weight:100; font-family:Roboto; font-size:40px; text-transform:capitalize; }
.builddownPCPage .category-product .product a .btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #a8a8a8;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 22px;
    border-radius: 0; font-weight: normal;
    padding: 8px 32px;
}


.builddownPCPage{padding-bottom:30px;}


.body-content .my-wishlist-page .my-wishlist table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
vertical-align: middle;
/*border: none;*/
padding: 10px;
}
.order_histoty > tbody > tr > td {
vertical-align: middle;
padding: 5px;
}
.order_histoty > thead > tr > th {
text-align: center;
padding: 16px;
font-family: 'FjallaOneRegular';
font-size: 15px;
background-color: #eee;
}
.order_histoty > tfoot > tr > th {
text-align: center;
padding: 16px;
font-family: 'FjallaOneRegular';
font-size: 15px;
background-color: #eee;
}
.reward_points_table > tbody > tr > td {
vertical-align: middle;
padding: 5px;
}
.reward_points_table > thead > tr > th {
text-align: center;
padding: 16px;
font-family: 'FjallaOneRegular';
font-size: 15px;
background-color: #eee;
}
.reward_points_table > tfoot > tr > th {
text-align: center;
padding: 16px;
font-family: 'FjallaOneRegular';
font-size: 15px;
background-color: #eee;
}

.textcentered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}

.w100 { width:100%; }
.h33 {height:33px;}
