/* user addresses */
/*
 * GENERAL VARIABLES
 */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* Oversize */
/*
 * SPAcER
 */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * GALLERY
 */
/*
 * MODAL DIALOG
 */
/*
 * NAVIGATION VARIABLES
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* General */
/* Color */
/*
 * Aside
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #0F7D3F 0%, #F3EC29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * toogle elements
 */
/* COLORS */
/* FONTS */
/* HEADLINES */
/* BUTTONS */
/* SEARCH MODULE */
/* BUTTONS */
/* SPACING */
/* MAIN NAVIGATION */
/* PAGINATION */
/* SINGLE CONTENT NAVIGATION */
/*
 * FooterNavi
 */
/*
 * PAGE VARIABLES
 */
/* BREADCRUMBS */
li.block-element.user-addresses {
  padding: 15px 0;
  margin: 15px 0 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  overflow: hidden;
}
ul.address-list.cols {
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
}
ul.address-list li .card-item-wrap {
  padding: 15px;
}
ul.address-list li .card-item-wrap .card-item-content {
  padding-top: 0;
}
ul.address-list li .card-item-wrap .content-headline {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 2px #f2f2f2;
}
ul.address-list li .card-item-wrap .content-headline .tcell.action {
  width: 20px;
}
ul.address-list li .card-item-wrap .content-headline .tcell.info {
  width: calc(100% - 20px);
}
ul.address-list li .card-item-wrap span.address-group {
  font-weight: 300;
}
ul.address-list li .item-actions {
  border: solid 1px #f2f2f2;
}
ul.address-list li .item-actions .content-link {
  bottom: 0;
  right: 15px;
}
ul.address-list li .item-actions .item-actions-add,
ul.address-list li .item-actions .item-actions-edit,
ul.address-list li .item-actions .item-actions-delete {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #fff;
  color: #0F7D3F;
  background: #fff;
  cursor: pointer;
}
ul.address-list li .item-actions .item-actions-edit:hover {
  border: solid 1px #0F7D3F;
  color: #fff;
  background: #0F7D3F;
}
ul.address-list li .item-actions .item-actions-delete:hover {
  border: solid 1px #c02e2e;
  color: #fff !important;
  background: #c02e2e;
}
ul.address-list li:hover .item-actions,
ul.address-list li.active-address .item-actions {
  border: solid 2px #0F7D3F;
}
ul.address-list li:hover .item-actions .content-link,
ul.address-list li.active-address .item-actions .content-link {
  bottom: -1px;
  right: calc(15px - 1px);
}
button.list-actions-add {
  display: block;
  padding: 5px 10px;
  background: transparent;
  border: solid 1px #fff;
  color: #0F7D3F;
  text-align: center;
}
button.list-actions-add:hover {
  background: transparent;
  color: #0F7D3F;
}
.user-addresses hr {
  padding-top: 15px;
  margin-top: 15px;
  border: none;
  border-top: solid 1px #fff;
}
.register_editform .action-panel {
  text-align: right;
}
