/*---------------------- sh css -----------------*/
.breadcrumb > li{font-weight: bold;}
.breadcrumb > li.active{color:#006699;}
.orderdtl table tbody tr{border-bottom: 1px solid #C3C3C3;color: #333;font-weight: 400;cursor:pointer;}
.orderdtl table tbody tr:hover { opacity: 0.6;}
.orderdtl table tbody tr:nth-child(even), .order-details .table tbody tr:nth-child(even){background:#F7F7F7}
.orderdtl table thead, .order-details .table thead{background:#333; color:#fff;}
/*--------------------- order-details ----------------*/
.order-details i.fa.fa-check, .order-details .fa.fa-times {margin-right: 5px;border-radius: 50%;border: 1px solid;padding: 1px;width: 18px;height: 18px;text-align: center;color:#fff;line-height: 15px;font-size:12px;}
.order-details i.fa.fa-check{background:#009800;}
.order-details .fa.fa-times{background:#950101;}
.order-details .ordertable{width:100%;}
.order-details .ordertable tbody tr td:first-child{width:30px;}
.order-details .secorder{padding-bottom: 15px;box-shadow: 1px 5px 11px -9px #333;margin: 15px 0;}
.order-details .table tfoot{background:#F7F7F7;}
/*--------------------------- site blog -----------------*/
.site-sidebar > ul{padding: 0;list-style:none;border: 1px solid #D4D4D4;}
.site-sidebar > ul > li{padding: 9px 15px;border-bottom: 1px solid #D4D4D4;}
.site-sidebar > ul > li a{font-weight: 500;display: block;}
.site-sidebar > ul > li a:hover{opacity:0.6;}
.site-sidebar > ul > li:last-child{border:0;}
.site-sidebar > ul > li span{font-size: 11px;font-weight: 700;opacity: 0.5;}
.site-sidebar .pagination{display:table; margin:20px auto;}
.site-sidebar .pagination > .active > a{background-color: #3DABC6;border-color: #3DABC6;}
/*---------------------- sh css Ends -----------------*/