.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.thumbnail .row{margin-right:1px;margin-left:1px;}
.thumbnail .row div{padding-right:5px;padding-left:5px;}
.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
#products .item a:visited,#products .item a:active{color:#333;}
#products .item a:hover,#products .item a:focus{}
#products .item h4{font-size:13px;height:52px;}
#products .item .add-to-cart,#products .item .add-to-cart:hover,#products .item .add-to-cart:active,#products .item .add-to-cart:visited{color:#FFF;font-size:13px;text-align:center;}
#products .item .lead{font-size:13px;margin-bottom:8px;}
#products .item.list-group-item .lead{font-size:15px;text-align:right;}
#products .item .lead .price{color:green}
#products .item .lead .old-price{color:#666;text-decoration:line-through;}

/* Toolbar */
.toolbar {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
	direction:rtl;
}
.toolbar a {
    color: #404040;
}
.toolbar label {
    font-weight: normal;
    text-transform: capitalize;
    color: #404040;
    font-size: 13px;
    line-height: 40px;
}
.toolbar .pager {
    padding: 0;
}
.toolbar .sorter {
    margin: 0 0 -1px;
}
.toolbar-bottom .toolbar {
    text-align: center;
    margin: 30px 0 0;
}
.toolbar-bottom .toolbar .pager .pages {
    display: inline-block;
}
.sorter .view-mode {
    float: left;
    margin: 0;
}
.sorter .view-mode label {
    float: right;
    margin: 0 5px 0 0;
    display: none;
}
.sorter .view-mode span {
    height: 16px;
    float: right;
    margin: 2px 5px 0 0;
}
.sorter .view-mode .grid,
.sorter .view-mode .list {
    font-size: 0;
    width: 40px;
    height: 40px;
}
.sorter .view-mode .grid:before,
.sorter .view-mode .list:before {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 16px;
    text-align: center;
    color: #959595;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.sorter .view-mode .grid:before {
    content: "\f009";
}
.sorter .view-mode .list:before {
    content: "\f00b";
}
.sorter .view-mode strong.grid:before,
.sorter .view-mode a.grid:hover:before {
    color: #fff;
    background: #d8373e;
    border-color: #d8373e;
}
.sorter .view-mode strong.list:before,
.sorter .view-mode a.list:hover:before {
    color: #fff;
    background: #d8373e;
    border-color: #d8373e;
}
.sorter .view-mode .list {
    line-height: 30px;
    float: right;
    margin-left: 5px;
    color: #000;
    font-weight: normal;
}
.sorter .view-mode .grid {
    line-height: 30px;
    float: right;
    color: #000;
    font-weight: normal;
}
.pager li > a,
.pager li > span {
    display: inline;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}
.pager {
    padding: 5px;
    text-align: center;
    margin: 0;
    float: left;
}
.pager select {
    border: 0;
    font-style: normal;
    color: #000;
    width: auto;
}
.pager .amount {
    float: right;
    margin: 4px 30px 0 0;
}
.pager .limiter {
    float: right;
    font-size: 13px;
    margin-right: 20px;
}
.pager .limiter .limiter-inner {
    display: inline-block;
    padding-right: 5px;
}
.pager .limiter label {
    vertical-align: middle;
    margin: 0;
}
.pager .limiter select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background: none;
}
.pager .pages {
    float: left;
    padding: 8px 0 9px 15px;
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}
.pager .pages strong {
    font-weight: normal;
    color: #363636;
    text-transform: capitalize;
    font-size: 14px;
    display: none;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 20px;
}
.pager .pages li:last-child {
    border: 0;
}
.pager .pages .current,
.pager .pages li a:hover {
    background: none;
    color: #d8373e;
    font-size: 13px;
}
.pager .pages li a {
    font-size: 13px;
    color: #222;
    display: block;
    margin: 0 5px;
}
.pager .sort-by {
    float: right;
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #e5e5e5;
}
.pager .sort-by label {
    vertical-align: middle;
    margin: 0;
}
.pager .sort-by select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.pager .sort-by a {
    display: inline-block;
}
.sorter {
    float: right;
}
.sorter .view-mode {
    float: right;
    margin: 0;
}
.sorter .view-mode a {
    text-decoration: none;
}
.pagination {
    background: #f2f2f2;
    padding: 14px;
    margin-bottom: 20px;
	margin-top:8px;
	width:100%;
	direction:rtl;
}

.pageNum {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.pageNum:hover, .pageNum.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pageNum.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.pageNum.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.block-layered-nav {
    border-bottom: 0;
    padding: 0;
    border: 0;
}
.block-layered-nav .block-title strong {
    color: #fff;
    background: #393939;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
}
.block-layered-nav .block-title strong:before {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 10px;
}
.block-layered-nav .block-subtitle {
    display: none;
}
.block-layered-nav .block-content {
    border-left: 1px solid #e5e5e5;
    padding: 20px 5px;
	direction:rtl;
}
.block-layered-nav .block-content .layered {
    margin-bottom: 30px;
}
.block-layered-nav .block-content .layered:last-child {
    margin-bottom: 0;
}
.block-layered-nav #search_pr button.button {
    float: right;
    margin-top: 10px;
    display: block;
}
.block-layered-nav #search_pr button.button span {
    background: #a5a5a5;
    text-transform: uppercase;
    color: #fff;
}
.block-layered-nav #search_pr button.button:hover span {
    background: #d8373e;
}
.block-layered-nav #search_pr button.button span span {
    line-height: 21px;
    padding: 4px 15px;
}
.block-layered-nav h2 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #222;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
	border-bottom: 2px solid #555;
	padding-bottom: 7px;
	text-align: center;
}
.block-layered-nav .content-shopby {
    padding: 0;
}
.block-layered-nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-layered-nav ol li {
    font-size: 13px;
    color: #d8373e;
    line-height: 32px;
    border-bottom: 1px solid #e5e5e5;
	list-style:none;
}
.block-layered-nav ol li:hover,
.block-layered-nav ol li:hover a,
.block-layered-nav ol li.active a {
    color: #d8373e;
    cursor: pointer;
}
.block-layered-nav ol li:last-child {
    border: 0;
}
.block-layered-nav ol li a {
    color: #636363;
    display: block;
}
.block-layered-nav ol li a:before {
    display: inline-block;
    content: "\f0d9";
    font-family: FontAwesome;
    line-height: 32px;
    margin-left: 10px;
    color: #d8373e;
}
.block-layered-nav .last {
    background: none;
    border-bottom: 0;
}
.block-layered-nav .layered-price h2 {
    margin: 0;
    padding: 0 0 30px;
}
.block-layered-nav #search_pr {
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
}
.block-layered-nav #search_pr input {
    float: left;
    width: 70px;
}
.block-layered-nav #search_pr input + input {
    margin-left: 5px;
}
.block-layered-nav ol li .title2{direction:ltr;float:left;}
