@font-face {
  font-family: 'icomoon';
  src: url("../Fonts/icomoon.eot?ipfm1y");
  src: url("../Fonts/icomoon.eot?ipfm1y#iefix") format("embedded-opentype"), url("../Fonts/icomoon.ttf?ipfm1y") format("truetype"), url("../Fonts/icomoon.woff?ipfm1y") format("woff"), url("../Fonts/icomoon.svg?ipfm1y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.tx_dlrgspendenshop [class^="icon-"], .tx_dlrgspendenshop [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tx_dlrgspendenshop .icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.tx_dlrgspendenshop .icon-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5)";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.tx_dlrgspendenshop .icon-arrow-left:before {
  content: "\e903"; }

.tx_dlrgspendenshop .icon-arrow-right:before {
  content: "\e904"; }

.tx_dlrgspendenshop .icon-information:before {
  content: "\e902"; }

.tx_dlrgspendenshop .icon-close:before {
  content: "\e900"; }

.tx_dlrgspendenshop .icon-shoppingcart:before {
  content: "\e901"; }

.tx_dlrgspendenshop .btn.btn-secondary {
  background-color: #0069b4;
  border-color: #0069b4;
  font-family: "dlrg_bold";
  font-size: 1.2rem;
  border-radius: 4px;
  padding: 8px 32px; }
  .tx_dlrgspendenshop .btn.btn-secondary:hover, .tx_dlrgspendenshop .btn.btn-secondary:active {
    background-color: #00427c;
    border-color: #00427c; }

.tx_dlrgspendenshop .btn.btn-primary {
  background: #e30613;
  color: #ffed00;
  border-color: #e30613;
  font-family: "dlrg_bold";
  font-size: 1.2rem;
  border-radius: 4px;
  padding: 8px 32px; }
  @media (max-width: 400px) {
    .tx_dlrgspendenshop .btn.btn-primary {
      font-size: 1.2rem; } }
  .tx_dlrgspendenshop .btn.btn-primary:hover, .tx_dlrgspendenshop .btn.btn-primary:active {
    background: #BE0613;
    border-color: #BE0613; }

.tx_dlrgspendenshop .info {
  margin-bottom: 50px;
  margin-top: 140px; }
  .tx_dlrgspendenshop .info .icon-information {
    color: #000;
    font-size: 3.8rem;
    float: left;
    margin: 3px 15px 15px 0px; }
  .tx_dlrgspendenshop .info .info-text {
    font-style: italic;
    position: relative;
    font-size: 1rem; }

.tx_dlrgspendenshop .f3-widget-paginator {
  margin: 30px 0 60px 0;
  padding: 0;
  text-align: center;
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .tx_dlrgspendenshop .f3-widget-paginator li {
    list-style-type: none;
    display: inline-block;
    padding: 15px 10px; }
    .tx_dlrgspendenshop .f3-widget-paginator li.toFirstPage, .tx_dlrgspendenshop .f3-widget-paginator li.toLastPage {
      padding: 5px 10px;
      position: relative;
      width: 20px; }
    .tx_dlrgspendenshop .f3-widget-paginator li.toFirstPage {
      left: -36px; }
    .tx_dlrgspendenshop .f3-widget-paginator li.toLastPage {
      left: 0px; }
    .tx_dlrgspendenshop .f3-widget-paginator li.previous a, .tx_dlrgspendenshop .f3-widget-paginator li.next a {
      text-decoration: underline; }
    .tx_dlrgspendenshop .f3-widget-paginator li a {
      color: #000; }
  .tx_dlrgspendenshop .f3-widget-paginator .icon-arrow-left,
  .tx_dlrgspendenshop .f3-widget-paginator .icon-arrow-right {
    position: absolute;
    display: block;
    font-size: 2.5rem;
    color: #2c7eb8;
    top: -13px; }

.tx_dlrgspendenshop .dlrg-basket-quantity {
  border: 1px solid #2c7eb8;
  border-radius: 5px;
  width: 77px; }
  .tx_dlrgspendenshop .dlrg-basket-quantity.select-holder {
    border: none;
    position: relative;
    width: 58px; }
    .tx_dlrgspendenshop .dlrg-basket-quantity.select-holder:after {
      position: absolute;
      top: 17px;
      right: 10px;
      content: '';
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #2c7eb8;
      pointer-events: none; }
    .tx_dlrgspendenshop .dlrg-basket-quantity.select-holder select {
      font-size: 1rem;
      padding: 6px 10px;
      outline: none;
      color: #2c7eb8;
      border-color: #2c7eb8;
      border-radius: 4px;
      -moz-appearance: none;
      -webkit-appearance: none;
      padding: 6px 25px 6px 4px; }
  .tx_dlrgspendenshop .dlrg-basket-quantity input[type="text"] {
    padding: 0;
    border: none;
    color: #2c7eb8;
    float: left;
    font-size: 1.3rem;
    margin-left: 10px;
    width: 40px; }
  .tx_dlrgspendenshop .dlrg-basket-quantity .buttons {
    float: right;
    margin-top: 5px;
    margin-right: 11px;
    display: none; }
  .tx_dlrgspendenshop .dlrg-basket-quantity button {
    padding: 0;
    border: none;
    width: 13px;
    height: 6px;
    display: block;
    background-color: transparent; }
    .tx_dlrgspendenshop .dlrg-basket-quantity button:focus {
      outline: none; }
    .tx_dlrgspendenshop .dlrg-basket-quantity button.less, .tx_dlrgspendenshop .dlrg-basket-quantity button.more {
      cursor: pointer;
      width: 0;
      height: 0; }
    .tx_dlrgspendenshop .dlrg-basket-quantity button.less {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #2c7eb8;
      margin-top: 10px; }
      .tx_dlrgspendenshop .dlrg-basket-quantity button.less:disabled {
        border-top: 7px solid #9a9a9a; }
    .tx_dlrgspendenshop .dlrg-basket-quantity button.more {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #2c7eb8; }
      .tx_dlrgspendenshop .dlrg-basket-quantity button.more:disabled {
        border-bottom: 7px solid #9a9a9a; }

.tx_dlrgspendenshop .product-actions .quantity {
  border: 1px solid #2c7eb8;
  border-radius: 5px;
  width: 77px; }
  .tx_dlrgspendenshop .product-actions .quantity.select-holder {
    border: none;
    position: relative;
    width: 58px; }
    .tx_dlrgspendenshop .product-actions .quantity.select-holder:after {
      position: absolute;
      top: 17px;
      right: 10px;
      content: '';
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #2c7eb8;
      pointer-events: none; }
    .tx_dlrgspendenshop .product-actions .quantity.select-holder select {
      font-size: 1rem;
      padding: 6px 10px;
      outline: none;
      color: #2c7eb8;
      border-color: #2c7eb8;
      border-radius: 4px;
      -moz-appearance: none;
      -webkit-appearance: none;
      padding: 6px 25px 6px 4px; }
  .tx_dlrgspendenshop .product-actions .quantity input[type="text"] {
    padding: 0;
    border: none;
    color: #2c7eb8;
    float: left;
    font-size: 1.3rem;
    margin-left: 10px;
    width: 40px; }
  .tx_dlrgspendenshop .product-actions .quantity .buttons {
    float: right;
    margin-top: 5px;
    margin-right: 11px;
    display: none; }
  .tx_dlrgspendenshop .product-actions .quantity button {
    padding: 0;
    border: none;
    width: 13px;
    height: 6px;
    display: block;
    background-color: transparent; }
    .tx_dlrgspendenshop .product-actions .quantity button:focus {
      outline: none; }
    .tx_dlrgspendenshop .product-actions .quantity button.less, .tx_dlrgspendenshop .product-actions .quantity button.more {
      cursor: pointer;
      width: 0;
      height: 0; }
    .tx_dlrgspendenshop .product-actions .quantity button.less {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #2c7eb8;
      margin-top: 10px; }
      .tx_dlrgspendenshop .product-actions .quantity button.less:disabled {
        border-top: 7px solid #9a9a9a; }
    .tx_dlrgspendenshop .product-actions .quantity button.more {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #2c7eb8; }
      .tx_dlrgspendenshop .product-actions .quantity button.more:disabled {
        border-bottom: 7px solid #9a9a9a; }
  .tx_dlrgspendenshop .product-actions .quantity input[type="text"] {
    font-size: 1.8rem; }
  .tx_dlrgspendenshop .product-actions .quantity .buttons {
    margin-top: 11px; }

.tx_dlrgspendenshop .product-actions .price {
  margin-top: 3px;
  margin-right: 15px;
  font-family: "dlrg_bold";
  color: #000;
  font-size: 1.8rem;
  float: right; }

.tx_dlrgspendenshop .product-actions .quantity {
  float: right; }

.tx_dlrgspendenshop .basket .basket-form {
  margin-bottom: 50px; }

.tx_dlrgspendenshop .basket h2.text-center {
  font-size: 48px;
  margin: 40px 0;
  font-weight: normal; }

.tx_dlrgspendenshop .basket #fbIframeDiv {
  width: 100%;
  overflow: hidden; }

.tx_dlrgspendenshop .basket iframe {
  width: 100%;
  overflow: hidden; }

@media (max-width: 1023px) {
  .tx_dlrgspendenshop .basket h2.text-center {
    font-size: 32px; } }

.tx_dlrgspendenshop .basket .first-row {
  border-bottom: 1px solid #0069b4;
  padding-bottom: 30px; }
  .tx_dlrgspendenshop .basket .first-row .price {
    text-align: right; }

.tx_dlrgspendenshop .basket .product-row {
  padding: 10px 0;
  border-bottom: 1px solid #0069b4; }
  .tx_dlrgspendenshop .basket .product-row .price {
    text-align: right;
    color: #0069b4; }
  .tx_dlrgspendenshop .basket .product-row .price, .tx_dlrgspendenshop .basket .product-row .name, .tx_dlrgspendenshop .basket .product-row .quantity, .tx_dlrgspendenshop .basket .product-row .delete {
    vertical-align: middle; }
  .tx_dlrgspendenshop .basket .product-row .price, .tx_dlrgspendenshop .basket .product-row .name {
    color: #0069b4;
    font-size: 1.25rem; }
  @media (max-width: 767px) {
    .tx_dlrgspendenshop .basket .product-row .image, .tx_dlrgspendenshop .basket .product-row .name, .tx_dlrgspendenshop .basket .product-row .quantity {
      margin-bottom: 15px; } }
  .tx_dlrgspendenshop .basket .product-row .dlrg-basket-quantity-fixed {
    line-height: 45px; }
  .tx_dlrgspendenshop .basket .product-row .delete a {
    color: #9a9a9a;
    font-size: 1.2rem;
    line-height: 45px; }
    .tx_dlrgspendenshop .basket .product-row .delete a span {
      display: inline;
      font-size: 0.9rem; }

.tx_dlrgspendenshop .basket .row .summary {
  margin-top: 50px;
  color: #0069b4;
  font-size: 26px; }
  .tx_dlrgspendenshop .basket .row .summary strong {
    font-family: "dlrg_bold"; }
    .tx_dlrgspendenshop .basket .row .summary strong span {
      display: inline-block; }

/* ImageMap */
@media (max-width: 1199px) {
  .tx_dlrgspendenshop .imageMap .imageMap-headercol {
    margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .tx_dlrgspendenshop .imageMap .imageMap-headercol {
    float: right;
    width: 50%;
    padding: 0; }
  .tx_dlrgspendenshop .imageMap .imageMap-textcol {
    float: none; } }

@media (min-width: 1200px) {
  .tx_dlrgspendenshop .imageMap .imageMap-mapcol {
    width: 50%;
    float: left;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px; } }

.tx_dlrgspendenshop .imageMap .imageMap-textcol .accordion .plus {
  margin: 28px; }

.tx_dlrgspendenshop .imageMap .imageMap-textcol .accordion .btn {
  padding: 0; }

.tx_dlrgspendenshop .imageMap .imageMap-textcol ul {
  padding: 0; }
  .tx_dlrgspendenshop .imageMap .imageMap-textcol ul li {
    list-style-type: none;
    margin-bottom: 20px; }
    .tx_dlrgspendenshop .imageMap .imageMap-textcol ul li a {
      text-decoration: underline;
      color: #0069b4; }

.tx_dlrgspendenshop .imageMap .imageMap-mapcol {
  position: relative; }
  @media (max-width: 1199px) {
    .tx_dlrgspendenshop .imageMap .imageMap-mapcol {
      margin-bottom: 40px; } }
  .tx_dlrgspendenshop .imageMap .imageMap-mapcol img.map-img.img-fluid {
    width: 100%; }

.tx_dlrgspendenshop .imageMap .dlrgBadge {
  position: absolute; }

.tx_dlrgspendenshop .imageMap .text {
  margin-bottom: 30px; }

.tx_dlrgspendenshop.mini-basket-outer {
  font-family: "dlrg_regular";
  overflow-x: hidden; }
  .tx_dlrgspendenshop.mini-basket-outer.hidden {
    display: none; }

.tx_dlrgspendenshop .mini-basket-wrapper {
  position: fixed;
  top: 40%;
  right: -264px;
  width: 350px;
  height: 76px;
  border: 1px solid #fff;
  border-right: 0;
  background: #2c7eb8;
  opacity: 0.8;
  border-radius: 4px 0 0 4px;
  z-index: 1100;
  -webkit-transition: 1s;
  transition: 1s;
  margin-top: -95px; }
  .tx_dlrgspendenshop .mini-basket-wrapper:hover {
    -webkit-transition: 1s;
    transition: 1s;
    right: -120px; }
  @media (max-width: 768px) {
    .tx_dlrgspendenshop .mini-basket-wrapper:hover {
      transition: none;
      -webkit-transition: none;
      right: -264px; } }
  .tx_dlrgspendenshop .mini-basket-wrapper a {
    color: #fff;
    font-size: 19px;
    text-decoration: none; }
    .tx_dlrgspendenshop .mini-basket-wrapper a:hover {
      color: #fff; }
  .tx_dlrgspendenshop .mini-basket-wrapper .basket-mini {
    position: relative; }
    .tx_dlrgspendenshop .mini-basket-wrapper .basket-mini .basket-icon {
      float: left;
      width: 88px;
      height: 74px;
      display: block; }
      .tx_dlrgspendenshop .mini-basket-wrapper .basket-mini .basket-icon .icon-shoppingcart {
        font-size: 3rem;
        padding: 14px 21px;
        display: block; }
    .tx_dlrgspendenshop .mini-basket-wrapper .basket-mini .basket-price {
      padding-top: 20px;
      font-size: 1.5rem; }
  .tx_dlrgspendenshop .mini-basket-wrapper .amount-bubble {
    position: absolute;
    text-align: center;
    background: red;
    border-radius: 50%;
    color: #fff;
    top: -15px;
    left: -15px;
    font-size: 1rem;
    padding: 4px 0;
    width: 30px;
    height: 30px; }
    .tx_dlrgspendenshop .mini-basket-wrapper .amount-bubble span {
      display: block;
      width: 100%; }
  .tx_dlrgspendenshop .mini-basket-wrapper .slide-left {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .tx_dlrgspendenshop .mini-basket-wrapper .basket-icon img {
    width: 47px;
    margin: 15px 20px; }
  .tx_dlrgspendenshop .mini-basket-wrapper .label {
    position: absolute;
    top: 51px;
    color: #fff;
    left: 90px;
    font-size: 0.8rem;
    font-style: italic; }

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-195px);
    transform: translateX(-195px); } }

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px); } }

.tx_dlrgspendenshop .product-list .single-product {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .tx_dlrgspendenshop .product-list .single-product .btn.btn-submit {
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      display: block; } }
  @media (min-width: 900px) {
    .tx_dlrgspendenshop .product-list .single-product .btn.btn-submit {
      padding-left: 40px;
      padding-right: 40px;
      float: right; } }
  @media (min-width: 1240px) {
    .tx_dlrgspendenshop .product-list .single-product .btn.btn-submit {
      padding-left: 60px;
      padding-right: 60px;
      float: right; } }
  .tx_dlrgspendenshop .product-list .single-product .btn.btn-submit .icon-shoppingcart {
    font-size: 1rem; }
  .tx_dlrgspendenshop .product-list .single-product .more-link a:hover {
    border-bottom: 1px solid #000;
    text-decoration: none !important; }
  .tx_dlrgspendenshop .product-list .single-product > .inner {
    border: 1px solid #0069b4; }
  .tx_dlrgspendenshop .product-list .single-product .product-details {
    padding: 25px 20px;
    position: relative; }
    @media (min-width: 576px) {
      .tx_dlrgspendenshop .product-list .single-product .product-details {
        padding: 35px 50px; } }
    .tx_dlrgspendenshop .product-list .single-product .product-details .inner {
      position: relative; }
    .tx_dlrgspendenshop .product-list .single-product .product-details .more-link {
      margin-bottom: 15px; }
      .tx_dlrgspendenshop .product-list .single-product .product-details .more-link span {
        color: #9a9a9a;
        display: inline;
        font-size: 1rem; }
    .tx_dlrgspendenshop .product-list .single-product .product-details .headline h3 {
      color: #2c7eb8;
      margin-bottom: 20px; }
      .tx_dlrgspendenshop .product-list .single-product .product-details .headline h3 a {
        color: #2c7eb8; }
        .tx_dlrgspendenshop .product-list .single-product .product-details .headline h3 a:hover {
          text-decoration: none; }
    .tx_dlrgspendenshop .product-list .single-product .product-details .text {
      margin-bottom: 15px; }
      .tx_dlrgspendenshop .product-list .single-product .product-details .text > p {
        line-height: 1.7rem;
        margin-bottom: 20px;
        min-height: 103px; }
    .tx_dlrgspendenshop .product-list .single-product .product-details a {
      color: #575756; }

.tx_dlrgspendenshop .product-list .row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tx_dlrgspendenshop .product-list .product-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .tx_dlrgspendenshop .product-list .product-box .inner {
    height: 100%; }

.tx_dlrgspendenshop .choosenFilters p {
  color: #2c7eb8;
  font-family: "dlrg_bold";
  line-height: 1.2;
  margin: 40px 0; }

.tx_dlrgspendenshop .product-count-select,
.tx_dlrgspendenshop .filter {
  position: relative; }
  .tx_dlrgspendenshop .product-count-select:after,
  .tx_dlrgspendenshop .filter:after {
    position: absolute;
    top: 17px;
    right: 10px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #2c7eb8;
    pointer-events: none; }

.tx_dlrgspendenshop .filters {
  margin: 55px 0; }
  .tx_dlrgspendenshop .filters .filter.filter-applications select, .tx_dlrgspendenshop .filters .filter.filter-categories select {
    width: 100%; }
  .tx_dlrgspendenshop .filters .filter select {
    margin-bottom: 15px; }
  .tx_dlrgspendenshop .filters select {
    font-size: 1rem;
    padding: 6px 10px;
    outline: none;
    color: #2c7eb8;
    border-color: #2c7eb8;
    border-radius: 4px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */ }
  @media (min-width: 1200px) {
    .tx_dlrgspendenshop .filters .label-sm {
      display: none; } }
  .tx_dlrgspendenshop .filters .label-md {
    display: none; }
    @media (min-width: 1200px) {
      .tx_dlrgspendenshop .filters .label-md {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .tx_dlrgspendenshop .filters .product-count-select-wrap {
      float: right; } }
  .tx_dlrgspendenshop .filters .product-count-select-wrap select {
    font-size: 1rem;
    padding: 6px 25px 6px 4px; }
  .tx_dlrgspendenshop .filters .product-count-select-wrap i {
    font-size: 1.1rem; }
  .tx_dlrgspendenshop .filters .product-count-select-wrap .product-count-select {
    width: 55px;
    display: inline-block;
    margin-right: 30px;
    text-align: left; }
    @media (min-width: 1200px) {
      .tx_dlrgspendenshop .filters .product-count-select-wrap .product-count-select {
        width: 70px;
        margin-right: 0px;
        margin-left: 20px;
        text-align: right; } }
  .tx_dlrgspendenshop .filters .product-count-select-wrap .btn.btn-primary {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    clear: both;
    margin-top: 1rem; }
    @media (min-width: 1200px) {
      .tx_dlrgspendenshop .filters .product-count-select-wrap .btn.btn-primary {
        width: auto !important;
        /* override for .page #main-content .btn */
        clear: none;
        margin: 0px 0px 0px 10px; } }

@media (min-width: 576px) {
  .tx_dlrgspendenshop .modal-dialog {
    max-width: 90% !important; } }

@media (min-width: 1200px) {
  .tx_dlrgspendenshop .modal-dialog {
    max-width: 90% !important; } }

@media (min-width: 1500px) {
  .tx_dlrgspendenshop .modal-dialog {
    max-width: 70% !important; } }

.tx_dlrgspendenshop .modal-dialog.modal-without-image .modal-content .modal-header {
  position: relative; }

.tx_dlrgspendenshop .modal-content .modal-header {
  padding-right: 40px;
  padding-top: 40px;
  position: absolute;
  right: 0;
  border-bottom: 0;
  z-index: 3; }
  .tx_dlrgspendenshop .modal-content .modal-header .close {
    color: #2c7eb8;
    font-size: 2.5em;
    opacity: 1; }

.tx_dlrgspendenshop .modal-content .modal-body {
  padding: 0; }
  .tx_dlrgspendenshop .modal-content .modal-body h2 {
    margin-bottom: 30px;
    font-size: 2.3rem; }
  .tx_dlrgspendenshop .modal-content .modal-body .text {
    padding: 50px 40px 40px 40px; }
  .tx_dlrgspendenshop .modal-content .modal-body .image {
    height: 240px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 576px) {
      .tx_dlrgspendenshop .modal-content .modal-body .image {
        height: 300px; } }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .modal-content .modal-body .image {
        height: 400px; } }
    @media (min-width: 1200px) {
      .tx_dlrgspendenshop .modal-content .modal-body .image {
        height: 450px; } }
  .tx_dlrgspendenshop .modal-content .modal-body .quantity {
    float: right; }
  .tx_dlrgspendenshop .modal-content .modal-body .price {
    float: left;
    margin-left: 0px; }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .modal-content .modal-body .price {
        float: right; } }
  .tx_dlrgspendenshop .modal-content .modal-body .btn-submit-upper {
    margin-top: 0rem;
    margin-left: 40px;
    float: right;
    clear: both;
    display: none; }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .modal-content .modal-body .btn-submit-upper {
        display: block; } }
  .tx_dlrgspendenshop .modal-content .modal-body .btn-submit-lower {
    clear: both;
    display: block;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .modal-content .modal-body .btn-submit-lower {
        display: none; } }

.tx_dlrgspendenshop .single-product.detail-page {
  padding-top: 40px; }
  .tx_dlrgspendenshop .single-product.detail-page .image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 576px) {
      .tx_dlrgspendenshop .single-product.detail-page .image {
        height: 300px; } }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .single-product.detail-page .image {
        height: 400px; } }
    @media (min-width: 1200px) {
      .tx_dlrgspendenshop .single-product.detail-page .image {
        height: 100%; } }
  .tx_dlrgspendenshop .single-product.detail-page .quantity {
    float: right; }
  .tx_dlrgspendenshop .single-product.detail-page .price {
    float: left;
    margin-left: 0px; }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .single-product.detail-page .price {
        float: right; } }
  .tx_dlrgspendenshop .single-product.detail-page .btn-submit-upper {
    margin-top: 0rem;
    margin-left: 40px;
    float: right;
    clear: both;
    display: none; }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .single-product.detail-page .btn-submit-upper {
        display: block; } }
  .tx_dlrgspendenshop .single-product.detail-page .btn-submit-lower {
    clear: both;
    display: block;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .tx_dlrgspendenshop .single-product.detail-page .btn-submit-lower {
        display: none; } }

.tx_dlrgspendenshop .product-teaser h2.headline {
  margin-bottom: 70px; }

.tx_dlrgspendenshop .product-teaser .single-product {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .tx_dlrgspendenshop .product-teaser .single-product .btn.btn-submit {
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-right: 20px;
      display: block; } }
  @media (min-width: 900px) {
    .tx_dlrgspendenshop .product-teaser .single-product .btn.btn-submit {
      padding-left: 40px;
      padding-right: 40px;
      float: right; } }
  @media (min-width: 1240px) {
    .tx_dlrgspendenshop .product-teaser .single-product .btn.btn-submit {
      padding-left: 30px;
      padding-right: 30px;
      float: right; } }
  .tx_dlrgspendenshop .product-teaser .single-product .btn.btn-submit .icon-shoppingcart {
    font-size: 1rem; }
  .tx_dlrgspendenshop .product-teaser .single-product .more-link a:hover {
    border-bottom: 1px solid #000;
    text-decoration: none !important; }
  .tx_dlrgspendenshop .product-teaser .single-product > .inner {
    border: 1px solid #0069b4; }
  .tx_dlrgspendenshop .product-teaser .single-product .product-details {
    padding: 25px 20px;
    position: relative; }
    @media (min-width: 576px) {
      .tx_dlrgspendenshop .product-teaser .single-product .product-details {
        padding: 35px 50px; } }
    .tx_dlrgspendenshop .product-teaser .single-product .product-details .inner {
      position: relative; }
    .tx_dlrgspendenshop .product-teaser .single-product .product-details .more-link {
      margin-bottom: 15px; }
      .tx_dlrgspendenshop .product-teaser .single-product .product-details .more-link span {
        color: #9a9a9a;
        display: inline;
        font-size: 1rem; }
    .tx_dlrgspendenshop .product-teaser .single-product .product-details .headline h3 {
      color: #2c7eb8;
      margin-bottom: 20px; }
      .tx_dlrgspendenshop .product-teaser .single-product .product-details .headline h3 a {
        color: #2c7eb8; }
        .tx_dlrgspendenshop .product-teaser .single-product .product-details .headline h3 a:hover {
          text-decoration: none; }
    .tx_dlrgspendenshop .product-teaser .single-product .product-details .text {
      margin-bottom: 15px; }
      .tx_dlrgspendenshop .product-teaser .single-product .product-details .text > p {
        line-height: 1.7rem;
        margin-bottom: 20px;
        min-height: 103px; }
    .tx_dlrgspendenshop .product-teaser .single-product .product-details a {
      color: #575756; }

.tx_dlrgspendenshop .product-teaser .row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tx_dlrgspendenshop .product-teaser .product-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .tx_dlrgspendenshop .product-teaser .product-box .inner {
    height: 100%; }

.tx_dlrgspendenshop .product-teaser .image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 575px) {
    .tx_dlrgspendenshop .product-teaser .image {
      background: none; } }
  @media (min-width: 576px) {
    .tx_dlrgspendenshop .product-teaser .image {
      height: 400px; } }
  @media (min-width: 1200px) {
    .tx_dlrgspendenshop .product-teaser .image {
      height: 430px; } }

.tx_dlrgspendenshop .product-teaser .text p {
  font-size: 1.4rem;
  margin-bottom: 2.6rem; }
  @media (max-width: 768px) {
    .tx_dlrgspendenshop .product-teaser .text p {
      margin-bottom: 1.5rem; } }

.tx_dlrgspendenshop .product-teaser .text .more-link {
  margin-left: auto; }
  .tx_dlrgspendenshop .product-teaser .text .more-link a {
    color: #575756;
    font-size: 1.14rem; }
    .tx_dlrgspendenshop .product-teaser .text .more-link a:hover {
      border-bottom: 1px solid #575756;
      text-decoration: none; }
    .tx_dlrgspendenshop .product-teaser .text .more-link a span {
      font-size: 0.6rem;
      margin-right: 5px;
      vertical-align: middle;
      margin-bottom: 2px; }

.tx_dlrgspendenshop .product-teaser .text .price {
  margin-left: 0; }
  .tx_dlrgspendenshop .product-teaser .text .price p {
    color: #000;
    font-family: "dlrg_bold";
    font-size: 30px;
    margin-bottom: 0;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .tx_dlrgspendenshop .product-teaser .text .price p {
        margin-left: 0; } }

.tx_dlrgspendenshop .product-teaser .text .inner {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 50px 0 10px; }
  @media (max-width: 768px) {
    .tx_dlrgspendenshop .product-teaser .text .inner {
      padding-right: 10px; } }
  .tx_dlrgspendenshop .product-teaser .text .inner h2 {
    margin: 60px 0 20px 0;
    font-size: 1.75rem; }
    @media (max-width: 768px) {
      .tx_dlrgspendenshop .product-teaser .text .inner h2 {
        margin: 20px 0 10px 0; } }
    .tx_dlrgspendenshop .product-teaser .text .inner h2 a {
      color: #2c7eb8; }
      .tx_dlrgspendenshop .product-teaser .text .inner h2 a:hover {
        text-decoration: none; }

.tx_dlrgspendenshop .product-teaser .text .priceAndLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 20px; }

@media (min-width: 1200px) and (max-width: 1450px) {
  .tx_dlrgspendenshop .product-teaser .single-product .image {
    height: 100%; }
  .tx_dlrgspendenshop .product-teaser .text p {
    font-size: 1rem; }
  .tx_dlrgspendenshop .product-teaser .text .price p {
    margin-left: 0;
    font-size: 20px; }
  .tx_dlrgspendenshop .product-teaser .text .inner h2 {
    font-size: 1.65rem; } }

.tx_dlrgspendenshop .thankyou > .row > .col-10 {
  max-width: 1230px; }

.tx_dlrgspendenshop .thankyou h2 {
  font-family: "dlrg_bold";
  margin-bottom: 36px; }

.tx_dlrgspendenshop .thankyou h3 {
  color: #2c7eb8;
  font-family: "dlrg_bold"; }
  .tx_dlrgspendenshop .thankyou h3.title {
    margin-bottom: 20px; }

@media (max-width: 576px) {
  .tx_dlrgspendenshop .thankyou .btn-certificateDownload {
    /*
        display: block;
        border: none;
        background-color: transparent;
        color: $red;
        font-weight: bold;
        margin-top: 2.1875rem;
        */
    white-space: normal; } }

.tx_dlrgspendenshop .thankyou .content ul {
  padding: 0 20px; }

.tx_dlrgspendenshop .thankyou .description p {
  line-height: 1.7;
  margin-bottom: 28px; }

.tx_dlrgspendenshop .thankyou p.hint {
  margin-top: 40px;
  margin-bottom: 40px; }

.tx_dlrgspendenshop .thankyou p.text {
  margin-bottom: 20px; }

.tx_dlrgspendenshop .thankyou p strong {
  font-family: "dlrg_bold"; }

.tx_dlrgspendenshop .thankyou .product {
  margin-bottom: 36px;
  border: 1px solid #2c7eb8; }
  .tx_dlrgspendenshop .thankyou .product .inner {
    padding: 20px 15px 15px 15px; }
    @media (min-width: 769px) {
      .tx_dlrgspendenshop .thankyou .product .inner {
        min-height: 470px;
        padding: 25px 10px 25px 0px; } }
    @media (min-width: 1200px) {
      .tx_dlrgspendenshop .thankyou .product .inner {
        padding-top: 75px; } }
    .tx_dlrgspendenshop .thankyou .product .inner ul {
      margin-bottom: 0; }

.tx_dlrgspendenshop .thankyou .btn-submit {
  margin-top: 2rem; }

.tx_dlrgspendenshop .thankyou .bgImage {
  background-size: cover;
  background-position: center;
  height: 100%; }

.tx_dlrgspendenshop select {
  background-color: transparent; }

.tx_dlrgspendenshop .cart-overview a[href="https://www.fundraisingbox.com"] {
  display: none; }

.tx_dlrgspendenshop .cart-overview h2 {
  text-align: center;
  font-size: 48px !important;
  color: #2c7eb8;
  margin-top: 130px; }

/*# sourceMappingURL=../maps/shop.css.map */
