#giftregistryView label,
#viewGiftregistryList label,
#viewGiftregistryList label,
#viewGiftregistryList label,
#giftregistryEdit label {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #giftregistryView label,
  #viewGiftregistryList label,
  #viewGiftregistryList label,
  #viewGiftregistryList label,
  #giftregistryEdit label {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  #giftregistryView label,
  #viewGiftregistryList label,
  #viewGiftregistryList label,
  #viewGiftregistryList label,
  #giftregistryEdit label {
    font-size: 90%;
  }
}
#giftregistryView .content-area .titles2,
#viewGiftregistryList .content-area .titles2,
#giftregistryEdit .content-area .titles2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .row.details_row {
    padding: 10px 0;
    margin: 15px auto;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  .row.details_row:nth-child(2n) {
    background: #eae9e9;
    background: rgba(234, 233, 233, 0.3);
    background-color: #eae9e9;
    background-color: rgba(234, 233, 233, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9,endColorstr=#99EAE9E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
  }
}
#viewGiftregistryList .category-header {
  margin: 0 0 20px;
}
#giftregistryView .header {
  position: relative;
}
#giftregistryView .header > h4.page_heading {
  margin-bottom: 25px;
}
#giftregistryView .label {
  font-size: 100%;
  font-weight: 400;
  text-transform: none;
}
#giftregistryView .label:after {
  content: ":";
  display: inline-block;
}
.giftregistryGiftInfo > .row > div > label i {
  margin-right: 10px;
}
.giftregistryGiftInfo > .row > div > div.text {
  padding: 0 0 0 35px;
}
.giftregistryGiftInfo .row > div[class^="Registry_"] {
  margin: 0 auto 25px auto;
}
@media (min-width: 768px) {
  #giftregistryView .header > .button {
    position: absolute;
    top: 0;
    right: 0;
    top: 33%;
    background: #fff;
    padding: 0 10px;
  }
}
.giftreg-productList_titles {
  padding: 0 0 0 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0;
}
.giftreg-productList_details {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .giftreg-productList_details .text-center {
    text-align: left;
  }
}
.giftregistryOwnerInfo {
  margin: 15px auto 0 auto;
}
.giftregistryOwnerInfo .row div[class^="Registry_"] {
  margin: 0 auto 25px auto;
}
.giftreg-ship-address input[type="checkbox"] {
  margin: 0 8px 0 0;
}
.giftreg-ship-address > div {
  padding-left: 25px;
}
.giftregistrySendEmails .form_data {
  margin: 25px auto 0 auto;
}
.form_data .giftregField,
.loginField {
  margin-bottom: 25px;
}
#viewGiftregistryList .opt-format {
  padding-top: 10px;
  padding-bottom: 5px;
}
.giftreg-productList,
.giftreg-purchasedList,
.giftreg-back-button {
  margin: 25px auto 0 auto;
}
div.item-thumb {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  float: left;
}
div.item-name-right {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 110px);
  padding-left: 20px;
  display: block;
  float: left;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  div.item-thumb {
    height: 65px;
    width: 65px;
  }
  div.item-name-right {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    padding: 0 0 0 10px;
  }
  .btn-xs {
    padding: 2px 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  div.item-thumb {
    height: 90px;
    width: 100%;
    float: none;
  }
  div.item-name-right {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
  .gr-details {
    margin: 15px 0;
  }
  .wishlistView_details .item-price,
  .wishlistView_details .item-total {
    padding-top: 0;
  }
  .btn-xs {
    padding: 8px 12px !important;
  }
}
div.item-name-right .item-fullname {
  margin-bottom: 10px;
}
div.item-name-right .item-fullname a {
  color: #000;
}
div.quant-input {
  display: block;
  position: relative;
  width: 80px;
  margin: auto;
  margin-bottom: 15px;
}
div.quant-input input[type="text"] {
  display: block;
  border: 1px solid #ececec;
  margin: 0;
  padding: 0 28px 0 5px;
  height: 40px;
  width: 80px;
  text-align: center;
  color: #949494;
  font-size: 15px;
}
span.qty-nav {
  display: block;
  height: 38px;
  width: 28px;
  position: absolute;
  top: 1px;
  right: 1px;
}
span.itemoptions {
  display: block;
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 1.4em;
}
span.qty-nav > button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  line-height: 18px;
  outline: none !important;
}
span.qty-nav > button:last-child {
  border-bottom-color: transparent;
}
span.qty-nav > button:hover {
  background-color: #ececec;
}
a.update-qty {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.delete-message,
.continue-button {
  margin: 25px auto;
}
.continue-button button {
  min-width: 150px;
}
.continue-button span {
  margin: 0 15px;
}
@media (max-width: 480px) {
  .continue-button button {
    display: block;
    margin: 10px auto;
  }
}
.giftregistryPreviewEmail {
  margin: 25px auto;
  padding: 15px;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.label_section {
  margin-bottom: 5px;
}
#giftregistryEdit .smallrow,
#giftregistryHome .smallrow,
.smallrow {
  margin-left: -7px;
  margin-right: -7px;
}
#giftregistryEdit .smallcol,
#giftregistryHome .smallcol,
.smallcol {
  padding-right: 7px;
  padding-left: 7px;
}
#giftregistryEdit .giftregField,
#giftregistryHome .giftregField,
#giftregistryHomePassword .giftregField {
  margin-bottom: 15px;
}
#giftregistryEdit .label {
  font-size: 100%;
  font-weight: 400;
  text-transform: none;
}
#giftregistryEdit .label:after {
  content: ":";
  display: inline-block;
}
#giftregistryEdit textarea.form-control {
  max-width: 100%;
  min-height: 100px;
  height: auto;
}
#divSelectedAddress {
  margin: 10px auto;
}
#giftregistryHomePassword .category-header {
  margin-top: 0;
}
.giftregistryHome .category-header {
  margin-bottom: 0;
}
#giftregistryHome form > .row,
#giftregistryHomePassword form > .row {
  margin-bottom: 35px;
}
.Registry_Date select {
  margin-bottom: 5px;
}
.create-registry-button {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .email_modal .modal-dialog {
    width: 825px;
  }
}
.email_modal table {
  width: 100% !important;
}
#loginModal #resetPWLabel,
#loginModal #forgotPass {
  display: none;
}
#loginModal .PWreset #resetPWLabel {
  display: block;
}
#loginModal .PWreset #loginModalLabel {
  display: none;
}
