.signup-main .input-group {
  margin-bottom: 10px;
}
.signup-main .btn-primary {
  font-weight: 700;
  font-size: 13px;
  padding-top: 2px;
  line-height: 1em;
}
.signup-main .form-sub {
  font-size: 12px;
  padding-top: 5px;
}
.signup-main .form-sub a {
  color: #4a90e2;
  text-decoration: underline;
}
.signup-main .form-sub a:hover {
  color: #333333;
  text-decoration: none;
}
.signup-main .form-foota {
  margin-top: 15px;
  padding: 15px 0 5px;
  border-top: 1px solid #f0f0f0;
}
.signup-main .form-foota p {
  margin-bottom: 0;
}
.signup-main .form-foota a {
  display: inline-block;
  margin-left: 5px;
  color: #4a90e2;
  font-weight: 500;
}
.modal-sign-in .modal-head .btn {
  margin-bottom: 10px;
}
.modal-sign-forgot .modal-title {
  margin: 10px 0 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.modal-sign-forgot .signup-main > p {
  font-size: 13px;
}
.modal-sign-forgot .form-foota a {
  margin-left: 0;
}
.modal-sign-forgot .form-foota i {
  position: relative;
  top: 2px;
  left: -4px;
}
.modal-sign-forgot .form-foota p {
  cursor: pointer;
}

/* Wishlist */

.modal-wishlist {
	margin: 0 auto;
	top: 40px;
	padding: 40px;
	padding-left: 40px;
  color: #333333;
}
.modal-wishlist .modal-content {
  position: relative;
  padding: 30px;
  max-height: 500px;
  overflow-y: auto;
}
.modal-wishlist p {
  font-family: Avenir-Regular;
  font-weight: 600;
  font-size: 15px;
}
.wishlist-modal-title {
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .modal-wishlist {
    min-width: 900px;
  }
}
@media screen and (min-width: 769px) {
 .dialog-wide {
    width: 90% !important;
  }
  .row-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modal-wishlist {
		margin: 0 auto;
		top: 40px;
		padding: 15px;
		max-height: 900px;
    min-width: 90%;
  }
  .row-header {
    display: none;
  }
  .row-mobile {
    display: inline;
    color: #666666;
  }
}
.edit-item-modal-content {
  background: #ffffff;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 25px;
  position: relative;
}
.modal-close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  border: 1px solid #000000;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  font-size: 17px;
  padding: 8px 8px 8px 8px;
  font-family: AvenirNext-Medium;
  cursor: pointer;
  z-index: 10;
  -ms-transition: color 200ms, background 200ms;
  -webkit-transition: color 200ms, background 200ms;
  transition: color 200ms, background 200ms;
}
.modal-close-btn:hover{
  color: #000000;
  background: #ffffff;
  border: 1px solid 000000;
  -ms-transition: color 200ms, background 200ms;
  -webkit-transition: color 200ms, background 200ms;
  transition: color 200ms, background 200ms;
}
.wishlist-modal-content {
  clear: both;
}
.wishlist-modal-content button {
  margin-bottom: 5px;
  min-width: 150px !important;
}
.wishlist-modal-actions > div{
  float: left;
  margin-right: 10px;
}
.or-text {
  clear: both;
  margin: 20px auto;
  text-align: center;
  color: #8E8888;
}
.modal-back-btn {
  position: absolute;
  width: 100px;
  color: #000000;
  top: 10px;
  left: 10px;
  font-size: 18px;
  cursor: pointer;
}
.list-header {
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.list-row {
  position: relative;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.existing-order-list {
  padding: 0px 10px;
}
.add-item-action-btn {
  margin-top: 20px;
}
.existing-order-list .list-header {

}
.order-check {
  z-index: 6;
  top: 8px;
  left: -22px;
  padding: 4px;
  font-size: 13px;
  position: absolute;
  display: block;
  border: 1px solid #cccccc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.order-check.selected {
  background: #000000;
}
.selected-order-row {
  background: #EFEFEF;
}
