small.popp {
  background: #fe4949;
  border-radius: 8px;
  font-weight: 700;
  min-height: 15px;
  min-width: 15px;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  top: -3px;
}
.btnb {
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(69,102,173,0.23);
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
  margin-top: 5px;
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.sidnav1 {
  background-color: #fafafa;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(193,193,193,0.62);
  margin-right: 47px;
}
.item-numbers {
  background: #ccc none repeat scroll 0 0;
  border-radius: 25px;
  color: #fff;
  float: right;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  min-width: 30px;
  margin: 8px 0 0;
  padding: 0 7px;
  text-align: center;
}

.trends li a {
  color: #666666;
  display: list-item;
  width: 100%;
  line-height: 34px;
  position: relative;
}

a, a:hover {
  text-decoration: none!important;
}
.trends li a:hover {
  color: #007bff;
}
.trend li a {
 color: #666666;
}
.trend li a:hover {
  color: #007bff;
}
.trends li a:hover::before {
    border-left: 2px solid #007bff;
    bottom: 0;
    content: "";
    left: -15.5px;
    position: absolute;
    top: 0;
    width: 2px;
}
.trends a:hover .item-numbers {
  background: #4bd98a none repeat scroll 0 0;
}
.ul-none {
  list-style: none;
}
.postbox {
  min-width: 255px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.widget {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(193,193,193,0.62);
  display: inline-block;
  padding: 20px;
  position: relative;
  width: 100%;
}
body {
  background: #F5F8FC none repeat scroll 0 0;
  color: #666;
  font-size: 13px;
  line-height: 25px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.block-title-border {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 0 10px;
}


h5.head {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}
h5.head::after {
  
  border-bottom:3px solid #007bff;
  border-radius: 12px;
  content: "";
  height: 3px;
  left: 0px;
  position: absolute;
  bottom: -13px;
  width: 30px;
 
}
.cart_description small a {
  color: #ccc;
  font-size: 12px;
  font-weight: 600;
}
.cart_summary img {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  max-width: 75px;
  padding: 4px;
  box-shadow: 0 0 23px rgba(69,102,173,0.23);
}
.border-form-control {
  background: #f1f2f7 none repeat scroll 0 0;
  border: 1px solid #e6e7ec;
  border-radius: 2px;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}


/*
 style of cart button on the topnav 
 */

li.sss{
position: absolute;
  top: 12px;
  right:160px;
}


/* 
 create underline of sidebar
  */
  
a.ss::after {
  border-bottom: 3px solid #007bff;
  border-radius: 12px;
  content: "";
  height: 3px;
  position: absolute;
  top: 33px;
  left: 4px;
  width: 35px;
}

p.ss::after {
  border-bottom: 3px solid #007bff;
  border-radius: 12px;
  content: "";
  height: 3px;
  position: absolute;
  top: 30px;
  left: 4px;
  width: 35px;
}
.jumbotron {
    padding: 1rem 1rem;
}
.item-image img {
    border-radius: 12px;
    box-shadow: 0 0 9px rgba(69,101,173,0.2);
    margin: 30px 10%;
}
a {
    color: #007bff;
    }