.huptech-form .col-md-4 { display: block; float: none; margin: 0 auto; }
.huptech-link { display: inline-block; font-family: gotham; font-size: 14px; text-transform: uppercase; width: 100%;  color: #000; }
.huptech-title { color: #000; font-size: 30px; text-transform: uppercase; }
.huptech-reg, .huptech-login, .huptech-forgot, .huptech-reset {
  background: hsl(330, 100%, 50%) none repeat scroll 0 0;
  border: 2px solid transparent;
  border-radius: 0;
  bottom: 10%;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  float: right;
  font-size: 22px;
  font-weight: 600;
  left: 0;
  padding: 5px 0;
  position: relative;
  right: 0;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
  width: 100%;
}
.huptech-reg:hover, .huptech-login:hover, .huptech-forgot:hover, .huptech-reset:hover {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  border-color: hsl(330, 100%, 50%);
  color: hsl(330, 100%, 50%);
  opacity: 0.9;
}
.border-bottom{ border-bottom:1px solid #e5e5e5; }
.huptech-success-message { margin-top: 20px; }
.wrapper.huptech-my-account {
  background: hsl(0, 0%, 93%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 73%);
  border-radius: 4px;
  color: hsl(0, 0%, 0%);
  font-family: gotham;
  font-weight: normal !important;
  margin-top: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.huptech-my-account hr {
  border-bottom: 1px solid #ccc;
}
.huptech-clr-black{
  color:#000 !important;
}
.fast-ac-info {
  border-left: 1px dotted hsl(0, 0%, 0%);
  padding-left: 30px;
  text-align: left !important;
}
.huptech-my-account .h4 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.huptech-logout {
  color: #fff;
  margin-top: 20px;
  background: #000;
  font-size: 15px;
  text-transform: uppercase;
}
.huptech-logout:hover{
	color:#fff !important;
}
.huptech-cart-page .line-item-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 10px 10px;
  border:1px solid #f7f8f9;
}
.huptech-cart-page .cart-line-item {
  display: inline-block;
  width: 100%;
}
.huptech-cart-page .line-item-block .line-item-img {
  height: auto;
  max-width: 95px;
}
.huptech-cart-page .line-item-block  .cart-line-item .line-item-title {
  min-width: 150px;
  padding:0px 15px;
}
.huptech-cart-page .line-item-block .cart-line-item .line-item-title h2 {
  font-size: 14px;
}

/*		media query start		*/
@media (max-width:360px){
  .huptech-form { margin-top: 75px; }
}