.row.wishlists {
  left: -8px;
  position: relative;
}

.wishlists .imageLink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.wishlists md-list {
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  min-height: 79px;
}

.wishlists md-list-item.md-no-proxy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 8px 12px 0;
  cursor: move;
}

.wishlists md-list-item.md-no-proxy:last-child {
  border-bottom: none;
}

md-list-item.gu-mirror {
  cursor: move;
  padding: 8px 12px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.wishlists md-list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.wishlists md-list-item:hover {
  background-color: #fff;
}

.wishlists md-list .cartProductName,
.gu-mirror .cartProductName {
  min-width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}

.wishlists md-list {
  margin: 0 -16px;
  padding: 0;
}

.wishlists md-list,
.wishlists md-card {
  min-width: 100%;
}

md-card.gu-mirror md-card-content {
  padding-left: 106px;
  top: 15px;
  position: relative;
}

.wishlists md-card md-card md-card-content {
  padding-left: 106px;
  margin-top: -42px;
}

md-card.gu-mirror .md-headline,
.wishlists md-card md-card .md-headline {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}

.wishlists md-card md-card md-card-title {
  position: relative;
}

md-card.gu-mirror md-card-title-text,
.wishlists md-card md-card md-card-title-text {
  padding-left: 12px;
}

.wishlists md-card.gu-mirror {
  overflow: none;
}

.wishlists md-card md-card {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f5f5f5;
  overflow: none;
}

.wishlists md-card-content {
  padding: 16px 16px 0;
}

.wishlists .mdCardHeader {
  margin: 0 -16px;
}

.wishlists .mdCardHeader h2 {
  padding: 0 16px 10px;
  margin: 0;
}

.wishlists .mdCardFooter {
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 8px;
}

.wishlists .mdCardSubHeader {
  text-align: right;
  padding-top: 5px;
}

.wishlists md-input-container [ng-message] {
  bottom: 0;
}

.wishlist-index .wishlists > div,
.wishlist-index .wishlists > div .wishlist > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.wishlist-index .checkout__summary tr td {
  white-space: initial;
}

.wishlist-index .cartProductName span,
.gu-mirror .cartProductName span {
  color: #333;
  display: block;
  font-weight: 200;
}

.wishlist-index .cartProductName span.pull-right,
.gu-mirror .cartProductName span.pull-right {
  font-weight: 500;
}

.wishlist-view .mdCardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
  width: 100%;
}

@media (max-width: 580px) {
  .wishlist-view .mdCardHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wishlist-view .social-share,
  .wishlist-view .wishlist-controls {
    margin: 10px 0 0;
  }

  .wishlist-view .social-share > div:first-of-type,
  .wishlist-view .social-share > div:nth-of-type(2) {
    margin-left: 0;
  }
}

.wishlist-view .wishlist-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wishlist-view .wishlist-controls > md-checkbox {
  margin-bottom: 0;
}

.wishlist-view .wishlist-visibility > a {
  color: rgba(0, 0, 0, 0.87);
}

.wishlist-view .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wishlist-view .social-share > iframe,
.wishlist-view .social-share > div,
.wishlist-view .social-share > button {
  opacity: 0.5;
  pointer-events: none;
}

.wishlist-view .social-share.available > iframe,
.wishlist-view .social-share.available > div,
.wishlist-view .social-share.available > button {
  opacity: 1;
  pointer-events: initial;
}

.wishlist-view .social-share > iframe,
.wishlist-view .social-share > div {
  margin-left: 5px;
  margin-right: 5px;
}

.wishlist-view form button {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: -5px;
}

.wishlist-view .wishlist-rename md-input-container {
  margin-top: 0;
}

.wishlist-view .wishlist-rename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wishlist-view .wishlist-rename input.form-control {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

.wishlist-view .wishlist-rename input.form-control:focus {
  outline: none;
  border-bottom: 2px solid #3c763d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wishlist-view .wishlist-rename .help-block {
  margin: 0;
}

.wishlist-view .wishlist-rename .form-group {
  margin-bottom: 0;
}

.wishlist-view .mdCardHeader h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.wishlist-view .cartu-grid-tile {
  margin-top: 20px;
}

.wishlist-view .kv-editable-value {
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.wishlist-view .kv-editable-value:hover {
  color: #333;
  outline: none;
}

.wishlist-view .wishlist-rename-input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 650px) {
  .wishlist-view .wishlist-rename-input .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*.wishlist-view .productPrice .suma,*/
/*.wishlist-view .productPrice .bani {*/
  /*margin-right: -4px;*/
/*}*/

.wishlist-view .products-container {
  padding: 0 10px;
}

.wishlist-view .pjax-form-rename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#wishlist-rename {
  width: 100%;
}

.wishlist-view .pjax-form-rename .form-group {
  margin-bottom: 0;
}

.wishlist-view .pjax-form-rename input[type="checkbox"] {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #333;
}

.wishlist-view .pjax-form-rename input[type="checkbox"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.wishlist-controls md-checkbox {
  margin: 0;
}

.wishlist-controls span {
  display: flex;
}

.wishlist-controls span b {
  margin-right: 5px;
}
.wishlist-copy-url-button {
  background: #9f9f9f;
}

.wishlist-copy-url-button {
  background: #797979;
}

.wishlist-copy-url-button:hover {
  background: #696969;
}

.wishlist-copy-url {
  display: inline;
  padding: 3px 5px 4px;
  margin: 0 5px;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3em;
  border: 0;
}

.whishlist-status-label {
  /*position: absolute;
    right: 0;
    top: 0;*/
  background: #eee;
  padding: 2px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 3px;
}
.spinner__wishlist {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(103, 128, 0, 1);
  border-radius: 50%;
  border-top-color: #d5d5d5;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spinWishlist 1s ease-in-out infinite;
}

@keyframes spinWishlist {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinWishlist {
  to {
    -webkit-transform: rotate(360deg);
  }
}