﻿body {
  padding-top: 83px;
  padding-bottom: 20px;
  background-color: #f1f1f3; }
  @media (max-width: 767px) {
    body {
      padding-top: 53px; } }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px; }

.productlist h1 {
  padding: 10px 10px 10px 0px; }

.productlist .download {
  text-align: right;
  margin-top: 40px;
  margin-right: 10px; }
  @media (max-width: 991px) {
    .productlist .download {
      margin-top: -40px; } }
  @media (max-width: 767px) {
    .productlist .download {
      display: none; } }

.productlist .box {
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden; }
  .productlist .box .centerWrap {
    height: 150px;
    width: 100%;
    text-align: center; }
    .productlist .box .centerWrap .img {
      max-height: 150px;
      max-width: 100%;
      text-align: center;
      border-radius: 4px; }
  @media (min-width: 768px) {
    .productlist .box .head {
      height: 130px;
      margin-bottom: 5px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .productlist .box .head {
      margin-bottom: 10px; } }
  .productlist .box .head .title {
    padding-top: 5px;
    font-size: 1.0em;
    font-weight: bold;
    min-height: 25px;
    padding-bottom: 5px;
    overflow: hidden; }
  .productlist .box .head .desc {
    text-overflow: ellipsis; }
  .productlist .box .sku {
    color: gray; }
  .productlist .box .stock {
    text-align: right;
    padding-right: 20px; }
  .productlist .box .price {
    color: red;
    font-size: 1.8em;
    font-weight: 600; }
    .productlist .box .price .rprice {
      color: black;
      font-size: 0.5em;
      font-weight: 400; }
  .productlist .box .info {
    padding-top: 5px; }
    .productlist .box .info .buyWrap {
      text-align: right; }

.img-thumbnail {
  background-clip: content-box;
  margin: 10px 0px; }

.categoryList .head {
  height: 40px;
  overflow: hidden; }
  .categoryList .head .title {
    text-align: center;
    padding-top: 5px;
    font-size: 1.0em;
    font-weight: bold;
    min-height: 25px;
    padding-bottom: 5px;
    overflow: hidden; }

.categoryList .small {
  height: 100px !important;
  margin-bottom: 10px !important; }

.categoryList .centerWrap {
  height: 150px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .categoryList .centerWrap .img {
    max-height: 150px;
    max-width: 100%;
    text-align: center;
    border-radius: 4px; }

.cart table {
  background-color: white; }
  .cart table .centerWrap {
    width: 100%;
    text-align: center; }

/*
.prod-list-bar {        
    padding: 0px 10px;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.prod-list-price {    
    font-size: 2em;
    font-weight: 600;
    color: red;
    padding-top: 10px;

}

@media (max-width: $screen-lg-min) {
    .prod-list-item {
        height: 450px;
    }
    .prod-list-title {
        height: 75px;
    }
    .prod-list-desc {
        height: 170px;
    }
}


@media (max-width: $screen-md-min) {
    body {
        padding-top: 60px;
    }
    #logo {
        max-height: 60px;
        padding:7px 15px;
    }
    .prod-list-title {
        height: 30px;
    }
    .prod-list-item {
        height: unset;
        padding-bottom: 10px;;
    }
    .prod-list-desc {
        height: unset;
    }
}
*/
a {
  color: black; }

a:hover {
  text-decoration: none; }

.productDetails {
  padding: 20px; }
  .productDetails .overview {
    max-width: 700px; }
  .productDetails h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0px 20px 0px; }
  .productDetails .img {
    padding-bottom: 20px;
    max-width: 100%; }
  .productDetails .sku {
    padding-top: 10px;
    color: gray; }
  .productDetails .stock {
    text-align: right; }
  .productDetails .price {
    font-size: 1.5em;
    font-weight: 600;
    color: red; }
    .productDetails .price .rprice {
      font-size: 1em;
      font-weight: 400;
      color: black; }
  .productDetails .stock {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px; }
  .productDetails .tab-pane {
    padding: 30px; }
  .productDetails .info {
    padding-top: 15px; }
    .productDetails .info .buyWrap {
      text-align: right; }

.miniCart {
  background: no-repeat url(/Content/image/Cart.png) 12px 9px #f1f1f3;
  width: 150px;
  height: 60px;
  border: 1px solid gray;
  margin: 5px;
  border-radius: 5px;
  padding: 7px 5px 5px 65px;
  cursor: pointer;
  font-size: 16px; }

.miniCart-xs {
  background: no-repeat url(/Content/image/SmallCart.png) 12px 5px #f1f1f3;
  margin: 0px 20px 0px 0px;
  height: 34px;
  width: unset;
  padding: 5px 10px 5px 40px; }

.miniCart-xs div {
  display: inline-block;
  padding-left: 5px; }

.miniCart-xs div:first-of-type {
  border-right: 1px solid gray;
  padding-right: 10px; }

.searchPnl {
  padding-top: 7px;
  padding-left: 5px; }
  @media (max-width: 1199px) {
    .searchPnl {
      display: none; } }

input.search-query {
  padding-left: 26px; }

form.form-search {
  position: relative; }

form.form-search:before {
  display: block;
  width: 14px;
  height: 14px;
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  background-position: -48px 0;
  position: absolute;
  top: 5px;
  left: 6px;
  opacity: .6;
  z-index: 1000; }

.buyQty {
  text-align: right;
  width: 50px;
  display: inline-block; }

.deleteBtn {
  margin-right: 30px; }

.buyBtn {
  vertical-align: middle;
  margin-bottom: 2px; }

.buyDelete {
  width: 24px;
  height: 24px;
  background: url("/Content/image/cross.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px; }

.btnEdit {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/Content/image/edit.png") no-repeat;
  cursor: pointer; }

.btnDelete {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/Content/image/cross.png") no-repeat;
  cursor: pointer; }

.smallCol {
  width: 80px; }

.toggleCol {
  width: 32px; }

.rightCol {
  text-align: right; }

.navbar-fixed-top {
  box-shadow: 5px 5px 5px #BBBBBB; }
  .navbar-fixed-top .navbar-header {
    margin-right: 20px !important; }
  @media (min-width: 992px) {
    .navbar-fixed-top {
      height: 73px; }
      .navbar-fixed-top #logo {
        height: 60px;
        padding: 10px 0px 0px 10px; }
      .navbar-fixed-top .navbar-left {
        padding-top: 23px;
        font-size: 1.3em; } }
  @media (max-width: 992px) {
    .navbar-fixed-top .navbar-header {
      margin-right: 0px !important; }
    .navbar-fixed-top #logo {
      height: 40px;
      padding: 10px 0px 0px 17px; }
    .navbar-fixed-top .userMenu div:first-of-type::after {
      content: ", "; }
    .navbar-fixed-top .userMenu div {
      display: inline-block; } }
  .navbar-fixed-top .userMenu {
    display: inline-block; }

.small-cart {
  position: relative;
  height: 32px;
  vertical-align: middle;
  display: inline-block;
  background: url("/Content/image/SmallCart.png") no-repeat 0px 4px;
  font-size: 1.7em;
  padding-left: 26px;
  padding-right: 2px; }

.red {
  color: red;
  font-weight: bold; }

/*
.navbar-toggle {
    margin-right: 0px;
}
*/
.expandButton {
  width: 16px;
  height: 16px;
  background: url("/Content/image/expand.png") no-repeat 0px 0px; }

.clickable {
  cursor: pointer; }

.hilight:hover {
  background-color: yellow; }

.infobox {
  font-size: 1.2em;
  padding: 20px; }

.infobox td {
  padding: 3px; }

.nav-tabs > li > a {
  font-weight: 600; }

.download {
  margin-top: 20px;
  margin-bottom: 20px; }
  .download a {
    padding-left: 20px;
    padding-top: 2px;
    background: url("/Content/image/download.png") no-repeat 0px 0px; }
