/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COPYRIGHT
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* List-View */
/* Oversize */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * 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
 */
/* BREADCRUMBS */
/* FOOTER */
li.block-element.user-addresses {
  padding: 15px 0;
  margin: 15px 0;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
}
ul.address-list.cols {
  overflow: visible;
}
ul.address-list li .card-item-wrap .content-headline {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 1px #fff;
}
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 .content-link {
  bottom: 0;
}
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 #cccccc;
  cursor: pointer;
}
ul.address-list li .item-actions .item-actions-edit:hover {
  border: solid 1px #cccccc;
  color: #F3EC29;
  background: #fff;
}
ul.address-list li .item-actions div.item-actions-delete:hover {
  border: solid 1px #cccccc;
  color: #fff !important;
  background: #c02e2e;
}
ul.address-list li.active-address .item-wrap,
ul.address-list li.active-address .item-wrap:hover {
  background: #F3EC29;
  color: #fff;
}
ul.address-list li.active-address .item-wrap:hover,
ul.address-list li.active-address .item-wrap:hover:hover {
  color: #cccccc;
}
.list-actions-add {
  cursor: pointer;
}
.list-actions-add span {
  display: block;
  padding: 15px;
  border: solid 1px #0F7D3F;
  text-align: center;
}
.list-actions-add span:hover {
  background: #F3EC29;
  color: #fff;
}
#billAddressWrap hr,
#deliveryAddressWrap hr {
  padding-top: 15px;
  margin-top: 15px;
  border: none;
  border-top: solid 1px #cccccc;
}
