@charset "UTF-8";
/* source-sans-3-300 - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 300; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-300italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 300; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-regular - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 400; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 400; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-600 - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 600; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-600italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 600; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-700 - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-700italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 700; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/*! Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("/skin/frontend/prozentbuch/default/fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"); font-weight: normal; font-style: normal; font-display: swap; }

/* ========================================================================== Font ========================================================================== */
/* ========================================================================== Color ========================================================================== */
/* ========================================================================== Sizes ========================================================================== */
/* === Nav === */
/* === Sub Nav === */
/* ========================================================================== Other ========================================================================== */
#abandoned-cart-popup { top: 50px; right: 50px; width: 460px; z-index: 1000; display: none; max-width: 100%; position: fixed; background-color: #FFF; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 768px) { #abandoned-cart-popup { left: 0; right: 0; top: auto; bottom: 0; width: auto; }
  #abandoned-cart-popup .content .abandoned-cart-book { display: none; } }

#abandoned-cart-popup .content { padding: 20px; position: relative; }

#abandoned-cart-popup .content .abandoned-cart-book { position: absolute; right: -24px; top: -24px; width: 160px; height: 118px; background-image: url("../images/abandoned-cart-book.png"); background-size: 100%; }

#abandoned-cart-popup .content #hide-abandoned-cart-popup { top: -7px; left: -7px; width: 30px; height: 30px; cursor: pointer; line-height: 29px; position: absolute; text-align: center; border-radius: 100%; background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }

#abandoned-cart-popup .content h4 { font-size: 17px; margin-bottom: 0; font-weight: bold; }

#abandoned-cart-popup .content p { width: 70%; font-size: 15px; }

@media screen and (max-width: 425px) { #abandoned-cart-popup .content p { width: 100%; } }

#abandoned-cart-popup .content .input-group { margin-top: 25px; }

#abandoned-cart-popup .content .input-group input { float: left; height: 40px; padding: 0px 20px; border: 1px solid #e2e2e2; width: 80%; }

#abandoned-cart-popup .content .input-group #submit-abandoned-cart { width: 40px; color: #FFF; height: 40px; margin-left: -4px; margin: 0px 0 0 -4px; background-color: #a6aa7c; }

#abandoned-cart-popup .content .input-group #submit-abandoned-cart:hover { background-color: #9ba06d; }

#abandoned-cart-popup .content .error-msg { color: #c91414; font-weight: bold; font-size: 12px; margin-top: 5px; }

#abandoned-cart-popup .footer { border: 0; color: #FFF; font-size: 12px; padding: 10px 20px; background-color: #a6aa7c; }

/* =============================================================================
App-Teaser Footer
========================================================================== */
.app-teaser { width: 100%; display: none; margin-top: -65px; float: left; text-align: center; }

.app-teaser .align-middle { display: inline-block; margin: 0px auto -6px auto; }

.app-teaser .teaser-image-container::after, .app-teaser .download-google-play-container::after, .app-teaser .download-appstore-container::after { content: ''; display: block; clear: both; }

.app-teaser .teaser-image-container { display: table-cell; }

.app-teaser .teaser-image-container img { max-width: 100%; }

.app-teaser .download-google-play-container, .app-teaser .download-appstore-container { position: relative; display: table-cell; vertical-align: middle; }

.app-teaser .download-google-play-container .content, .app-teaser .download-appstore-container .content { padding-top: 40%; }

.app-teaser .download-google-play-container .content p, .app-teaser .download-appstore-container .content p { font-size: 18px; padding: 0 10px 0 10px; }

.app-teaser .download-google-play-container .content p small, .app-teaser .download-appstore-container .content p small { font-size: 10px; display: block; margin-top: -8px; }

.app-teaser .download-google-play-container .content a, .app-teaser .download-appstore-container .content a { display: block; }

.app-teaser .download-google-play-container .content a img, .app-teaser .download-appstore-container .content a img { display: inline-block; }

.app-teaser .download-google-play-container { text-align: right; }

.app-teaser .download-google-play-container .content { right: 0; }

.app-teaser .download-appstore-container { text-align: left; }

.app-teaser .download-appstore-container .content { left: 0; }

.app-teaser .download-appstore-container .content a { padding: 10px; }

body.categorypath-app-19-faqs .app-teaser, body.categorypath-app-faqs .app-teaser, body.categorypath-app-19-nutzungsbedingungen .app-teaser, body.categorypath-app-nutzungsbedingungen .app-teaser { display: block; }

@media screen and (max-width: 860px) { .app-teaser .teaser-image-container { width: 44%; }
  .app-teaser .download-google-play-container { width: 28%; }
  .app-teaser .download-appstore-container { width: 28%; } }

@media screen and (max-width: 768px) { .app-teaser .align-middle { padding-top: 25px; } }

@media screen and (max-width: 600px) { .app-teaser .align-middle { margin: 0 auto -11px 0; }
  .app-teaser .teaser-image-container { width: 100%; float: left; display: block; }
  .app-teaser .teaser-image-container img { display: inline-block; }
  .app-teaser .download-google-play-container { width: 50%; float: left; }
  .app-teaser .download-appstore-container { width: 50%; }
  .app-teaser .download-google-play-container, .app-teaser .download-appstore-container { position: relative; display: table-cell; vertical-align: middle; }
  .app-teaser .download-google-play-container .content, .app-teaser .download-appstore-container .content { padding-top: 0; } }

body.checkout-cart-index { /*    @media screen and (max-width: 599px) { .cart { .cart-table { .product-cart-price, .product-cart-actions, .product-cart-total, .product-cart-remove { padding-top: 0px; } .product-cart-info { .cart-links { display: none; } .btn-remove-icon { float: right; } } } } } */ }

body.checkout-cart-index .button { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

body.checkout-cart-index .button.btn-update { background-color: #a6aa7c; }

body.checkout-cart-index .button.btn-update:hover { background-color: #3c3c3b; }

body.checkout-cart-index .cart { width: 1010px; max-width: 100%; margin: 0 auto; margin-top: -75px; padding: 0 25px; position: relative; z-index: 10; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart #messages { background: #fff; }

body.checkout-cart-index .cart #messages ul.messages .success-msg, body.checkout-cart-index .cart #messages ul.messages .error-msg, body.checkout-cart-index .cart #messages ul.messages .notice-msg { padding-top: 15px !important; padding-bottom: 15px !important; padding-left: 15px !important; padding-right: 15px !important; }

body.checkout-cart-index .cart .cart-empty { padding: 25px; text-align: center; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 2px; margin-bottom: 20px; }

body.checkout-cart-index .cart > form { -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; margin-bottom: 20px; }

body.checkout-cart-index .cart th, body.checkout-cart-index .cart td { text-transform: none; }

body.checkout-cart-index .cart th a, body.checkout-cart-index .cart th span, body.checkout-cart-index .cart td a, body.checkout-cart-index .cart td span { text-transform: none; }

body.checkout-cart-index .cart .cart-table { width: 100%; float: unset; background-color: #fff; margin-bottom: 0; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table th, body.checkout-cart-index .cart .cart-table td { padding: 20px 5px; }

body.checkout-cart-index .cart .cart-table tr { border-bottom: none; }

body.checkout-cart-index .cart .cart-table th:first-child, body.checkout-cart-index .cart .cart-table td:first-child { padding-left: 30px; }

body.checkout-cart-index .cart .cart-table th:last-child, body.checkout-cart-index .cart .cart-table td:last-child { padding-right: 30px; }

body.checkout-cart-index .cart .cart-table thead th { border-bottom: 1px solid #e2e2e2; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table tbody td { padding: 30px 5px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table tfoot tr { border-top: 1px solid #e2e2e2; }

body.checkout-cart-index .cart .cart-table .product-cart-image a { border: none; }

body.checkout-cart-index .cart .cart-table .product-cart-image a img { max-width: 180px; width: 100%; }

body.checkout-cart-index .cart .cart-table .product-cart-image a:hover { border: none; }

body.checkout-cart-index .cart .cart-table .product-cart-price label, body.checkout-cart-index .cart .cart-table .product-cart-actions label, body.checkout-cart-index .cart .cart-table .product-cart-total label { display: none; }

body.checkout-cart-index .cart .cart-table .item-options { margin-left: 0; padding-left: 0; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table .item-options dd { padding-left: 0; }

body.checkout-cart-index .cart .cart-table .item-options dt { font-weight: 400; font-style: normal; }

body.checkout-cart-index .cart .cart-table .item-options dt::after { padding-left: 5px; content: '-'; }

body.checkout-cart-index .cart .cart-table .cart-links { margin-top: 10px; }

body.checkout-cart-index .cart .cart-table .cart-links a { color: #3c3c3b; }

body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-remove { padding-top: 59px; }

body.checkout-cart-index .cart .cart-table .product-cart-price .price, body.checkout-cart-index .cart .cart-table .product-cart-total .price { color: #a6aa7c; font-weight: 700; }

body.checkout-cart-index .cart .cart-table .product-cart-actions .qty { margin-bottom: 0; }

body.checkout-cart-index .cart .cart-table .btn-remove-icon { font-size: 18px; color: #949494; }

body.checkout-cart-index .cart .cart-table .cart-footer-actions span { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; color: #3c3c3b; }

body.checkout-cart-index .cart .cart-bottom-wrapper .yby-coupon-notify { display: inline-block; width: 40%; font-size: 14px; color: #a6aa7c; padding-top: 15px; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper { width: 50%; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals { background-color: #fff; border: none; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals td { font-size: 14px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals tfoot { border: none; color: #a6aa7c; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals tfoot td strong { font-weight: 700; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons { float: right; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons .btn-continue, body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons .checkout-types { float: left; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons .checkout-types { margin-left: 15px; margin-bottom: 10px; }

body.checkout-onepage-index, body.customer-account, body.customer-account-login body.customer-account-forgotpassword, body.customer-account-create { /* nur übergangsweise benutzt; für Bundesländer Rechnungsaddresse!*/ }

body.checkout-onepage-index *:not(.fa), body.customer-account *:not(.fa), body.customer-account-login body.customer-account-forgotpassword *:not(.fa), body.customer-account-create *:not(.fa) { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-onepage-index .display-none, body.customer-account .display-none, body.customer-account-login body.customer-account-forgotpassword .display-none, body.customer-account-create .display-none { display: none; }

body.checkout-onepage-index .col-main, body.customer-account .col-main, body.customer-account-login body.customer-account-forgotpassword .col-main, body.customer-account-create .col-main { float: none; width: 100%; padding-right: 0; }

body.checkout-onepage-index .col-main > .container-full:not(.top-container), body.customer-account .col-main > .container-full:not(.top-container), body.customer-account-login body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container) { padding: 0 25px; }

body.checkout-onepage-index .col2-set .wide, body.customer-account .col2-set .wide, body.customer-account-login body.customer-account-forgotpassword .col2-set .wide, body.customer-account-create .col2-set .wide { width: 100%; }

body.checkout-onepage-index .col2-set .col-1, body.checkout-onepage-index .col2-set .col-2, body.customer-account .col2-set .col-1, body.customer-account .col2-set .col-2, body.customer-account-login body.customer-account-forgotpassword .col2-set .col-1, body.customer-account-login body.customer-account-forgotpassword .col2-set .col-2, body.customer-account-create .col2-set .col-1, body.customer-account-create .col2-set .col-2 { padding-bottom: 0; }

body.checkout-onepage-index .input-box, body.checkout-onepage-index .input-text, body.customer-account .input-box, body.customer-account .input-text, body.customer-account-login body.customer-account-forgotpassword .input-box, body.customer-account-login body.customer-account-forgotpassword .input-text, body.customer-account-create .input-box, body.customer-account-create .input-text { padding-top: 0px; width: 100%; height: 40px; }

body.checkout-onepage-index .input-box.customer-dob, body.checkout-onepage-index .input-text.customer-dob, body.customer-account .input-box.customer-dob, body.customer-account .input-text.customer-dob, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob, body.customer-account-create .input-box.customer-dob, body.customer-account-create .input-text.customer-dob { height: 95px; }

body.checkout-onepage-index .input-box.customer-dob label, body.checkout-onepage-index .input-text.customer-dob label, body.customer-account .input-box.customer-dob label, body.customer-account .input-text.customer-dob label, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob label, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob label, body.customer-account-create .input-box.customer-dob label, body.customer-account-create .input-text.customer-dob label { width: 100%; float: left; }

body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day { width: 74px; margin-right: 10px; }

body.checkout-onepage-index .input-box.customer-dob .dob-month input, body.checkout-onepage-index .input-box.customer-dob .dob-day input, body.checkout-onepage-index .input-text.customer-dob .dob-month input, body.checkout-onepage-index .input-text.customer-dob .dob-day input, body.customer-account .input-box.customer-dob .dob-month input, body.customer-account .input-box.customer-dob .dob-day input, body.customer-account .input-text.customer-dob .dob-month input, body.customer-account .input-text.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input, body.customer-account-create .input-box.customer-dob .dob-month input, body.customer-account-create .input-box.customer-dob .dob-day input, body.customer-account-create .input-text.customer-dob .dob-month input, body.customer-account-create .input-text.customer-dob .dob-day input { text-align: center; }

body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-year { width: 84px; }

body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-year { float: left; }

body.checkout-onepage-index .input-box.customer-dob .dob-month input::placeholder, body.checkout-onepage-index .input-box.customer-dob .dob-day input::placeholder, body.checkout-onepage-index .input-box.customer-dob .dob-year input::placeholder, body.checkout-onepage-index .input-text.customer-dob .dob-month input::placeholder, body.checkout-onepage-index .input-text.customer-dob .dob-day input::placeholder, body.checkout-onepage-index .input-text.customer-dob .dob-year input::placeholder, body.customer-account .input-box.customer-dob .dob-month input::placeholder, body.customer-account .input-box.customer-dob .dob-day input::placeholder, body.customer-account .input-box.customer-dob .dob-year input::placeholder, body.customer-account .input-text.customer-dob .dob-month input::placeholder, body.customer-account .input-text.customer-dob .dob-day input::placeholder, body.customer-account .input-text.customer-dob .dob-year input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year input::placeholder, body.customer-account-create .input-box.customer-dob .dob-month input::placeholder, body.customer-account-create .input-box.customer-dob .dob-day input::placeholder, body.customer-account-create .input-box.customer-dob .dob-year input::placeholder, body.customer-account-create .input-text.customer-dob .dob-month input::placeholder, body.customer-account-create .input-text.customer-dob .dob-day input::placeholder, body.customer-account-create .input-text.customer-dob .dob-year input::placeholder { text-align: center; }

@media screen and (max-width: 600px) { body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day { width: 26%; }
  body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-year { width: 37%; }
  body.checkout-onepage-index .input-box.customer-dob .dob-month input, body.checkout-onepage-index .input-box.customer-dob .dob-day input, body.checkout-onepage-index .input-box.customer-dob .dob-year input, body.checkout-onepage-index .input-text.customer-dob .dob-month input, body.checkout-onepage-index .input-text.customer-dob .dob-day input, body.checkout-onepage-index .input-text.customer-dob .dob-year input, body.customer-account .input-box.customer-dob .dob-month input, body.customer-account .input-box.customer-dob .dob-day input, body.customer-account .input-box.customer-dob .dob-year input, body.customer-account .input-text.customer-dob .dob-month input, body.customer-account .input-text.customer-dob .dob-day input, body.customer-account .input-text.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year input, body.customer-account-create .input-box.customer-dob .dob-month input, body.customer-account-create .input-box.customer-dob .dob-day input, body.customer-account-create .input-box.customer-dob .dob-year input, body.customer-account-create .input-text.customer-dob .dob-month input, body.customer-account-create .input-text.customer-dob .dob-day input, body.customer-account-create .input-text.customer-dob .dob-year input { padding: 0 14px; } }

@media screen and (max-width: 479px) { body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day { width: 74px; }
  body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-year { width: 84px; }
  body.checkout-onepage-index .input-box.customer-dob .dob-month input, body.checkout-onepage-index .input-box.customer-dob .dob-day input, body.checkout-onepage-index .input-box.customer-dob .dob-year input, body.checkout-onepage-index .input-text.customer-dob .dob-month input, body.checkout-onepage-index .input-text.customer-dob .dob-day input, body.checkout-onepage-index .input-text.customer-dob .dob-year input, body.customer-account .input-box.customer-dob .dob-month input, body.customer-account .input-box.customer-dob .dob-day input, body.customer-account .input-box.customer-dob .dob-year input, body.customer-account .input-text.customer-dob .dob-month input, body.customer-account .input-text.customer-dob .dob-day input, body.customer-account .input-text.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year input, body.customer-account-create .input-box.customer-dob .dob-month input, body.customer-account-create .input-box.customer-dob .dob-day input, body.customer-account-create .input-box.customer-dob .dob-year input, body.customer-account-create .input-text.customer-dob .dob-month input, body.customer-account-create .input-text.customer-dob .dob-day input, body.customer-account-create .input-text.customer-dob .dob-year input { padding: 0 25px; } }

body.checkout-onepage-index.customer-account .customer-dob, body.customer-account.customer-account .customer-dob, body.customer-account-login body.customer-account-forgotpassword.customer-account .customer-dob, body.customer-account-create.customer-account .customer-dob { margin-top: 15px; }

body.checkout-onepage-index.customer-account .customer-dob .month, body.customer-account.customer-account .customer-dob .month, body.customer-account-login body.customer-account-forgotpassword.customer-account .customer-dob .month, body.customer-account-create.customer-account .customer-dob .month { margin-bottom: 5px; }

body.checkout-onepage-index .h3, body.customer-account .h3, body.customer-account-login body.customer-account-forgotpassword .h3, body.customer-account-create .h3 { font-size: 14px; text-transform: none; color: #a6aa7c; font-weight: 700; }

body.checkout-onepage-index label, body.customer-account label, body.customer-account-login body.customer-account-forgotpassword label, body.customer-account-create label { font-weight: 400; font-size: 14px; margin-bottom: 15px; }

body.checkout-onepage-index select.validate-select, body.checkout-onepage-index select.address-select, body.customer-account select.validate-select, body.customer-account select.address-select, body.customer-account-login body.customer-account-forgotpassword select.validate-select, body.customer-account-login body.customer-account-forgotpassword select.address-select, body.customer-account-create select.validate-select, body.customer-account-create select.address-select { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; }

body.checkout-onepage-index input[type="text"], body.checkout-onepage-index input[type="email"], body.checkout-onepage-index input[type="password"], body.checkout-onepage-index input[type="tel"], body.customer-account input[type="text"], body.customer-account input[type="email"], body.customer-account input[type="password"], body.customer-account input[type="tel"], body.customer-account-login body.customer-account-forgotpassword input[type="text"], body.customer-account-login body.customer-account-forgotpassword input[type="email"], body.customer-account-login body.customer-account-forgotpassword input[type="password"], body.customer-account-login body.customer-account-forgotpassword input[type="tel"], body.customer-account-create input[type="text"], body.customer-account-create input[type="email"], body.customer-account-create input[type="password"], body.customer-account-create input[type="tel"] { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; }

body.checkout-onepage-index input[type="text"].validation-failed, body.checkout-onepage-index input[type="email"].validation-failed, body.checkout-onepage-index input[type="password"].validation-failed, body.checkout-onepage-index input[type="tel"].validation-failed, body.customer-account input[type="text"].validation-failed, body.customer-account input[type="email"].validation-failed, body.customer-account input[type="password"].validation-failed, body.customer-account input[type="tel"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed, body.customer-account-create input[type="text"].validation-failed, body.customer-account-create input[type="email"].validation-failed, body.customer-account-create input[type="password"].validation-failed, body.customer-account-create input[type="tel"].validation-failed { border-color: #df280a; background-color: rgba(223, 40, 10, 0.06); }

body.checkout-onepage-index input[type="text"].validation-failed::-webkit-input-placeholder, body.checkout-onepage-index input[type="email"].validation-failed::-webkit-input-placeholder, body.checkout-onepage-index input[type="password"].validation-failed::-webkit-input-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="text"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="email"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="password"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="tel"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="text"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="email"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="password"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="tel"].validation-failed::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #df280a; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed:-moz-placeholder, body.checkout-onepage-index input[type="email"].validation-failed:-moz-placeholder, body.checkout-onepage-index input[type="password"].validation-failed:-moz-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed:-moz-placeholder, body.customer-account input[type="text"].validation-failed:-moz-placeholder, body.customer-account input[type="email"].validation-failed:-moz-placeholder, body.customer-account input[type="password"].validation-failed:-moz-placeholder, body.customer-account input[type="tel"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed:-moz-placeholder, body.customer-account-create input[type="text"].validation-failed:-moz-placeholder, body.customer-account-create input[type="email"].validation-failed:-moz-placeholder, body.customer-account-create input[type="password"].validation-failed:-moz-placeholder, body.customer-account-create input[type="tel"].validation-failed:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #df280a; opacity: 1; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed::-moz-placeholder, body.checkout-onepage-index input[type="email"].validation-failed::-moz-placeholder, body.checkout-onepage-index input[type="password"].validation-failed::-moz-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed::-moz-placeholder, body.customer-account input[type="text"].validation-failed::-moz-placeholder, body.customer-account input[type="email"].validation-failed::-moz-placeholder, body.customer-account input[type="password"].validation-failed::-moz-placeholder, body.customer-account input[type="tel"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed::-moz-placeholder, body.customer-account-create input[type="text"].validation-failed::-moz-placeholder, body.customer-account-create input[type="email"].validation-failed::-moz-placeholder, body.customer-account-create input[type="password"].validation-failed::-moz-placeholder, body.customer-account-create input[type="tel"].validation-failed::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #df280a; opacity: 1; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed:-ms-input-placeholder, body.checkout-onepage-index input[type="email"].validation-failed:-ms-input-placeholder, body.checkout-onepage-index input[type="password"].validation-failed:-ms-input-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed:-ms-input-placeholder, body.customer-account input[type="text"].validation-failed:-ms-input-placeholder, body.customer-account input[type="email"].validation-failed:-ms-input-placeholder, body.customer-account input[type="password"].validation-failed:-ms-input-placeholder, body.customer-account input[type="tel"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="text"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="email"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="password"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="tel"].validation-failed:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #df280a; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed::-ms-input-placeholder, body.checkout-onepage-index input[type="email"].validation-failed::-ms-input-placeholder, body.checkout-onepage-index input[type="password"].validation-failed::-ms-input-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed::-ms-input-placeholder, body.customer-account input[type="text"].validation-failed::-ms-input-placeholder, body.customer-account input[type="email"].validation-failed::-ms-input-placeholder, body.customer-account input[type="password"].validation-failed::-ms-input-placeholder, body.customer-account input[type="tel"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="text"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="email"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="password"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="tel"].validation-failed::-ms-input-placeholder { /* Microsoft Edge */ color: #df280a; font-weight: 700; }

body.checkout-onepage-index input[type="text"]:focus, body.checkout-onepage-index input[type="email"]:focus, body.checkout-onepage-index input[type="password"]:focus, body.checkout-onepage-index input[type="tel"]:focus, body.customer-account input[type="text"]:focus, body.customer-account input[type="email"]:focus, body.customer-account input[type="password"]:focus, body.customer-account input[type="tel"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="text"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="email"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="password"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="tel"]:focus, body.customer-account-create input[type="text"]:focus, body.customer-account-create input[type="email"]:focus, body.customer-account-create input[type="password"]:focus, body.customer-account-create input[type="tel"]:focus { border: 1px solid #a6aa7c; }

body.checkout-onepage-index .data-table th, body.customer-account .data-table th, body.customer-account-login body.customer-account-forgotpassword .data-table th, body.customer-account-create .data-table th { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-onepage-index .form-list label, body.customer-account .form-list label, body.customer-account-login body.customer-account-forgotpassword .form-list label, body.customer-account-create .form-list label { background-color: unset; }

body.checkout-onepage-index .form-list .control label:hover, body.customer-account .form-list .control label:hover, body.customer-account-login body.customer-account-forgotpassword .form-list .control label:hover, body.customer-account-create .form-list .control label:hover { background-color: transparent; }

body.checkout-onepage-index p.required, body.customer-account p.required, body.customer-account-login body.customer-account-forgotpassword p.required, body.customer-account-create p.required { color: #949494; float: right; }

body.checkout-onepage-index .validation-advice, body.customer-account .validation-advice, body.customer-account-login body.customer-account-forgotpassword .validation-advice, body.customer-account-create .validation-advice { font-size: 11px; margin: 0; }

body.checkout-onepage-index a, body.customer-account a, body.customer-account-login body.customer-account-forgotpassword a, body.customer-account-create a { color: #949494; }

body.checkout-onepage-index .opc-steps-wrapper, body.customer-account .opc-steps-wrapper, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper, body.customer-account-create .opc-steps-wrapper { width: 1010px; max-width: 100%; margin: 0 auto; margin-top: -75px; margin-bottom: 20px; padding: 0 25px; float: none; background-color: #fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; position: relative; z-index: 10; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-create .opc-steps-wrapper #opc-steps-header, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile { margin-top: 20px; margin-bottom: 50px; padding: 20px 0; display: flex; flex-direction: row; flex-wrap: nowrap; flex-shrink: 1; justify-content: space-between; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account .opc-steps-wrapper #opc-steps-header .section, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section { width: 10.78571%; text-align: center; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section .number { color: #3c3c3b; height: 50px; width: 50px; padding-top: 15px; display: block; margin: 15px auto; background-color: #e2e2e2; border-radius: 100%; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section.allow, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account .opc-steps-wrapper #opc-steps-header .section.allow, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section.allow, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section.allow, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section.allow { cursor: pointer; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number { background-color: #a6aa7c; color: #fff; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil, body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil, body.customer-account-create .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil { display: none; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-create .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .step-divider { border-bottom: 1px solid #e2e2e2; width: 65px; height: 40px; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider.last, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last, body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider.last, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider.last, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last, body.customer-account-create .opc-steps-wrapper #opc-steps-header .step-divider.last, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last { display: none; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile { display: none; }

body.checkout-onepage-index .opc select, body.customer-account .opc select, body.customer-account-login body.customer-account-forgotpassword .opc select, body.customer-account-create .opc select { max-width: 100%; height: 40px; margin-top: 0; }

body.checkout-onepage-index .opc .input-select, body.customer-account .opc .input-select, body.customer-account-login body.customer-account-forgotpassword .opc .input-select, body.customer-account-create .opc .input-select { position: relative; height: 45px; }

body.checkout-onepage-index .opc .input-select::before, body.checkout-onepage-index .opc .input-select::after, body.customer-account .opc .input-select::before, body.customer-account .opc .input-select::after, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::before, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::after, body.customer-account-create .opc .input-select::before, body.customer-account-create .opc .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

body.checkout-onepage-index .opc .input-select::before, body.customer-account .opc .input-select::before, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::before, body.customer-account-create .opc .input-select::before { content: '\f0d8'; margin-top: -14px; }

body.checkout-onepage-index .opc .input-select::after, body.customer-account .opc .input-select::after, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::after, body.customer-account-create .opc .input-select::after { content: '\f0d7'; margin-top: -6px; }

body.checkout-onepage-index .opc .input-select select, body.customer-account .opc .input-select select, body.customer-account-login body.customer-account-forgotpassword .opc .input-select select, body.customer-account-create .opc .input-select select { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

body.checkout-onepage-index .opc .section .step, body.customer-account .opc .section .step, body.customer-account-login body.customer-account-forgotpassword .opc .section .step, body.customer-account-create .opc .section .step { padding: 0; padding-bottom: 20px; }

body.checkout-onepage-index .opc .col-1 .buttons-set .button, body.customer-account .opc .col-1 .buttons-set .button, body.customer-account-login body.customer-account-forgotpassword .opc .col-1 .buttons-set .button, body.customer-account-create .opc .col-1 .buttons-set .button { float: left; margin-left: 0px; }

body.checkout-onepage-index .opc .buttons-set, body.customer-account .opc .buttons-set, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set, body.customer-account-create .opc .buttons-set { text-align: right; justify-content: flex-end; border-top: none; }

body.checkout-onepage-index .opc .buttons-set .button, body.customer-account .opc .buttons-set .button, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set .button, body.customer-account-create .opc .buttons-set .button { float: right; margin-right: 0; margin-left: 10px; }

body.checkout-onepage-index .opc .buttons-set .back-link, body.customer-account .opc .buttons-set .back-link, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set .back-link, body.customer-account-create .opc .buttons-set .back-link { float: left; }

body.checkout-onepage-index .opc .buttons-set a, body.customer-account .opc .buttons-set a, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set a, body.customer-account-create .opc .buttons-set a { display: block; }

body.checkout-onepage-index .opc #opc-login .h3, body.customer-account .opc #opc-login .h3, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .h3, body.customer-account-create .opc #opc-login .h3 { font-size: 18px; color: #a6aa7c; }

body.checkout-onepage-index .opc #opc-login .description, body.customer-account .opc #opc-login .description, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .description, body.customer-account-create .opc #opc-login .description { line-height: 2em; }

body.checkout-onepage-index .opc #opc-login p:not(.required), body.customer-account .opc #opc-login p:not(.required), body.customer-account-login body.customer-account-forgotpassword .opc #opc-login p:not(.required), body.customer-account-create .opc #opc-login p:not(.required) { font-style: inherit; font-family: inherit; font-size: 14px; color: #949494; }

body.checkout-onepage-index .opc #opc-login p:not(.required) span, body.customer-account .opc #opc-login p:not(.required) span, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login p:not(.required) span, body.customer-account-create .opc #opc-login p:not(.required) span { color: #a6aa7c; }

body.checkout-onepage-index .opc #opc-login .form-list > li, body.customer-account .opc #opc-login .form-list > li, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .form-list > li, body.customer-account-create .opc #opc-login .form-list > li { min-height: 60px; }

body.checkout-onepage-index .opc #opc-login .form-list > li.control, body.customer-account .opc #opc-login .form-list > li.control, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .form-list > li.control, body.customer-account-create .opc #opc-login .form-list > li.control { min-height: unset; }

body.checkout-onepage-index .opc #opc-login .col2-set, body.customer-account .opc #opc-login .col2-set, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col2-set, body.customer-account-create .opc #opc-login .col2-set { display: flex; margin-bottom: 25px; }

body.checkout-onepage-index .opc #opc-login .col-1, body.checkout-onepage-index .opc #opc-login .col-2, body.customer-account .opc #opc-login .col-1, body.customer-account .opc #opc-login .col-2, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col-1, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col-2, body.customer-account-create .opc #opc-login .col-1, body.customer-account-create .opc #opc-login .col-2 { border: 1px solid #e2e2e2; padding: 20px; justify-content: space-between; flex-direction: column; display: flex; }

body.checkout-onepage-index .opc #opc-login .col-1, body.customer-account .opc #opc-login .col-1, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col-1, body.customer-account-create .opc #opc-login .col-1 { margin-right: 20px; }

body.checkout-onepage-index .opc #opc-billing .field, body.checkout-onepage-index .opc #opc-billing .wide, body.checkout-onepage-index .opc #opc-shipping .field, body.checkout-onepage-index .opc #opc-shipping .wide, body.checkout-onepage-index .opc.opc-account .field, body.checkout-onepage-index .opc.opc-account .wide, body.customer-account .opc #opc-billing .field, body.customer-account .opc #opc-billing .wide, body.customer-account .opc #opc-shipping .field, body.customer-account .opc #opc-shipping .wide, body.customer-account .opc.opc-account .field, body.customer-account .opc.opc-account .wide, body.customer-account-login body.customer-account-forgotpassword .opc #opc-billing .field, body.customer-account-login body.customer-account-forgotpassword .opc #opc-billing .wide, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping .field, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping .wide, body.customer-account-login body.customer-account-forgotpassword .opc.opc-account .field, body.customer-account-login body.customer-account-forgotpassword .opc.opc-account .wide, body.customer-account-create .opc #opc-billing .field, body.customer-account-create .opc #opc-billing .wide, body.customer-account-create .opc #opc-shipping .field, body.customer-account-create .opc #opc-shipping .wide, body.customer-account-create .opc.opc-account .field, body.customer-account-create .opc.opc-account .wide { min-height: 60px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul, body.customer-account .opc #opc-shipping_method .sp-methods ul, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul, body.customer-account-create .opc #opc-shipping_method .sp-methods ul { height: 70px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li, body.customer-account .opc #opc-shipping_method .sp-methods ul li, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li { height: 50px; /* margin-left: 30px; */ }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li label, body.customer-account .opc #opc-shipping_method .sp-methods ul li label, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li label, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li label { width: calc(100% - 38px); max-width: calc(100% - 38px); height: 50px; vertical-align: middle; border: 1px solid #e2e2e2; border-radius: 2px; margin-left: 20px; padding: 14px 0 0 10px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li label .description, body.customer-account .opc #opc-shipping_method .sp-methods ul li label .description, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li label .description, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li label .description { float: left; width: 200px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li label .price, body.customer-account .opc #opc-shipping_method .sp-methods ul li label .price, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li label .price, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li label .price { color: #a6aa7c; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods .no-display + label, body.customer-account .opc #opc-shipping_method .sp-methods .no-display + label, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods .no-display + label, body.customer-account-create .opc #opc-shipping_method .sp-methods .no-display + label { width: 100%; max-width: 100%; margin: 0; }

body.checkout-onepage-index #opc-discountcode .discount, body.customer-account #opc-discountcode .discount, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .discount, body.customer-account-create #opc-discountcode .discount { margin-bottom: 30px; }

body.checkout-onepage-index #opc-discountcode #checkout-coupon-form, body.customer-account #opc-discountcode #checkout-coupon-form, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode #checkout-coupon-form, body.customer-account-create #opc-discountcode #checkout-coupon-form { float: left; width: 100%; margin-bottom: 15px; }

body.checkout-onepage-index #opc-discountcode .input-container, body.customer-account #opc-discountcode .input-container, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .input-container, body.customer-account-create #opc-discountcode .input-container { display: flex; }

body.checkout-onepage-index #opc-discountcode .input-container #coupon_code, body.customer-account #opc-discountcode .input-container #coupon_code, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .input-container #coupon_code, body.customer-account-create #opc-discountcode .input-container #coupon_code { padding: 0 25px; border-radius: 3px 0 0 3px; border-right: none; }

body.checkout-onepage-index #opc-discountcode .input-container button, body.customer-account #opc-discountcode .input-container button, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .input-container button, body.customer-account-create #opc-discountcode .input-container button { width: 230px; min-height: 40px !important; height: 40px; line-height: 40px !important; border-radius: 0px 3px 3px 0px; }

body.checkout-onepage-index #opc-discountcode .applied-codes-headline, body.customer-account #opc-discountcode .applied-codes-headline, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .applied-codes-headline, body.customer-account-create #opc-discountcode .applied-codes-headline { font-size: 18px; color: #a6aa7c; padding-top: 20px; }

body.checkout-onepage-index #opc-discountcode #applied-codes #discount, body.customer-account #opc-discountcode #applied-codes #discount, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode #applied-codes #discount, body.customer-account-create #opc-discountcode #applied-codes #discount { color: #a6aa7c; font-weight: bold; }

body.checkout-onepage-index #opc-payment .sp-methods, body.customer-account #opc-payment .sp-methods, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-methods, body.customer-account-create #opc-payment .sp-methods { width: 100%; /* min-height: 250px; */ margin-bottom: 50px; }

body.checkout-onepage-index #opc-payment .sp-methods .form-list, body.customer-account #opc-payment .sp-methods .form-list, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-methods .form-list, body.customer-account-create #opc-payment .sp-methods .form-list { padding-left: 10px; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input + label::after, body.customer-account #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input + label::after { content: ""; width: 200px; height: 70px; position: absolute; top: -30px; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after { background: url("../images/logos_payment/icon_payment_postfinance_card@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after { background: url("../images/logos_payment/icon_paypment_credit_card@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after { background: url("../images/logos_payment/icon_paypment_postfinance_pay@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after { background: url("../images/logos_payment/icon_paypment_paypal@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after { background: url("../images/logos_payment/icon_paypment_twint@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after { background: url("../images/logos_payment/icon_paypment_visa@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after { background: url("../images/logos_payment/icon_paypment_mastercard@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after { background: url("../images/logos_payment/icon_paypment_ae@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after { background: url("../images/logos_payment/icon_paypment_sofort@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after { background: url("../images/logos_payment/icon_paypment_postfinance@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_boku + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_boku + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_boku + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_boku + label::after { background: url("../images/logos_payment/icon_paypment_boku@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after { background: url("../images/logos_payment/icon_paypment_vorkasse@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after { background: url("../images/logos_payment/icon_paypment_pfef@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment .sp-method, body.customer-account #opc-payment .sp-method, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method, body.customer-account-create #opc-payment .sp-method { width: calc(100% / 4); height: 100px; float: left; }

body.checkout-onepage-index #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-create #opc-payment .sp-method .checkout-agreements .agreement-content { border: none; background: #fff; }

body.checkout-onepage-index #opc-payment .sp-method dt, body.customer-account #opc-payment .sp-method dt, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dt, body.customer-account-create #opc-payment .sp-method dt { height: 40px; }

body.checkout-onepage-index #opc-payment .sp-method dt label, body.customer-account #opc-payment .sp-method dt label, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dt label, body.customer-account-create #opc-payment .sp-method dt label { background: unset; font-size: 1px; color: #fff; position: relative; }

body.checkout-onepage-index #opc-payment .sp-method dt label[for="p_method_free"], body.customer-account #opc-payment .sp-method dt label[for="p_method_free"], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dt label[for="p_method_free"], body.customer-account-create #opc-payment .sp-method dt label[for="p_method_free"] { font-size: 14px; color: #3c3c3b; }

body.checkout-onepage-index #opc-payment .sp-method dd > a, body.customer-account #opc-payment .sp-method dd > a, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd > a, body.customer-account-create #opc-payment .sp-method dd > a { display: none; }

body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul, body.customer-account #opc-payment .sp-method dd ul.form-list, body.customer-account #opc-payment .sp-method dd .form-list > ul, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul, body.customer-account-create #opc-payment .sp-method dd ul.form-list, body.customer-account-create #opc-payment .sp-method dd .form-list > ul { position: relative; z-index: 1; border: 1px solid #e2e2e2; background: #fff; margin: 0; padding: 10px; max-height: 110px; overflow: auto; }

body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br, body.customer-account #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.customer-account #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.customer-account #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.customer-account #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br, body.customer-account-create #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.customer-account-create #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.customer-account-create #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.customer-account-create #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br { display: none; }

body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list[style], body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul[style], body.customer-account #opc-payment .sp-method dd ul.form-list[style], body.customer-account #opc-payment .sp-method dd .form-list > ul[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul[style], body.customer-account-create #opc-payment .sp-method dd ul.form-list[style], body.customer-account-create #opc-payment .sp-method dd .form-list > ul[style] { display: none !important; }

body.checkout-onepage-index #opc-payment .sp-method dd .form-list.checkout-agreements, body.customer-account #opc-payment .sp-method dd .form-list.checkout-agreements, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list.checkout-agreements, body.customer-account-create #opc-payment .sp-method dd .form-list.checkout-agreements { padding: 0; }

body.checkout-onepage-index #opc-review .order-review th, body.checkout-onepage-index #opc-review .order-review td, body.customer-account #opc-review .order-review th, body.customer-account #opc-review .order-review td, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review th, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review td, body.customer-account-create #opc-review .order-review th, body.customer-account-create #opc-review .order-review td { text-transform: none; }

body.checkout-onepage-index #opc-review .order-review th a, body.checkout-onepage-index #opc-review .order-review th span, body.checkout-onepage-index #opc-review .order-review td a, body.checkout-onepage-index #opc-review .order-review td span, body.customer-account #opc-review .order-review th a, body.customer-account #opc-review .order-review th span, body.customer-account #opc-review .order-review td a, body.customer-account #opc-review .order-review td span, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review th a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review th span, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review td a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review td span, body.customer-account-create #opc-review .order-review th a, body.customer-account-create #opc-review .order-review th span, body.customer-account-create #opc-review .order-review td a, body.customer-account-create #opc-review .order-review td span { text-transform: none; }

body.checkout-onepage-index #opc-review .order-review .data-table, body.customer-account #opc-review .order-review .data-table, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table, body.customer-account-create #opc-review .order-review .data-table { border: 1px solid #e2e2e2; margin-bottom: 20px; }

body.checkout-onepage-index #opc-review .order-review .data-table th, body.checkout-onepage-index #opc-review .order-review .data-table td, body.customer-account #opc-review .order-review .data-table th, body.customer-account #opc-review .order-review .data-table td, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table th, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table td, body.customer-account-create #opc-review .order-review .data-table th, body.customer-account-create #opc-review .order-review .data-table td { padding: 20px 5px; background: unset; }

body.checkout-onepage-index #opc-review .order-review .data-table tr, body.customer-account #opc-review .order-review .data-table tr, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tr, body.customer-account-create #opc-review .order-review .data-table tr { border-bottom: none; }

body.checkout-onepage-index #opc-review .order-review .data-table th:first-child, body.checkout-onepage-index #opc-review .order-review .data-table td:first-child, body.customer-account #opc-review .order-review .data-table th:first-child, body.customer-account #opc-review .order-review .data-table td:first-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table th:first-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table td:first-child, body.customer-account-create #opc-review .order-review .data-table th:first-child, body.customer-account-create #opc-review .order-review .data-table td:first-child { padding-left: 30px; }

body.checkout-onepage-index #opc-review .order-review .data-table th:last-child, body.checkout-onepage-index #opc-review .order-review .data-table td:last-child, body.customer-account #opc-review .order-review .data-table th:last-child, body.customer-account #opc-review .order-review .data-table td:last-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table th:last-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table td:last-child, body.customer-account-create #opc-review .order-review .data-table th:last-child, body.customer-account-create #opc-review .order-review .data-table td:last-child { padding-right: 30px; }

body.checkout-onepage-index #opc-review .order-review .data-table thead th, body.customer-account #opc-review .order-review .data-table thead th, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table thead th, body.customer-account-create #opc-review .order-review .data-table thead th { border-bottom: 1px solid #e2e2e2; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td, body.customer-account #opc-review .order-review .data-table tbody td, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td, body.customer-account-create #opc-review .order-review .data-table tbody td { padding: 30px 5px; border-bottom: none; text-align: center; font-family: inherit; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options, body.customer-account #opc-review .order-review .data-table tbody td .item-options, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options { margin-left: 0; padding-left: 0; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options dt, body.customer-account #opc-review .order-review .data-table tbody td .item-options dt, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options dt, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options dt { font-weight: 400; font-style: normal; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options dt::after, body.customer-account #opc-review .order-review .data-table tbody td .item-options dt::after, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options dt::after, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options dt::after { padding-left: 5px; content: '-'; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options dd, body.customer-account #opc-review .order-review .data-table tbody td .item-options dd, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options dd, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options dd { padding-left: 0; }

body.checkout-onepage-index #opc-review .order-review .data-table tfoot tr, body.customer-account #opc-review .order-review .data-table tfoot tr, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tfoot tr, body.customer-account-create #opc-review .order-review .data-table tfoot tr { background: unset; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info, body.customer-account #opc-review .order-review .data-table .product-cart-info, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-info, body.customer-account-create #opc-review .order-review .data-table .product-cart-info { text-align: left; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info h3, body.customer-account #opc-review .order-review .data-table .product-cart-info h3, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-info h3, body.customer-account-create #opc-review .order-review .data-table .product-cart-info h3 { color: inherit; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a, body.customer-account #opc-review .order-review .data-table .product-cart-image a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-image a, body.customer-account-create #opc-review .order-review .data-table .product-cart-image a { border: none; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a img, body.customer-account #opc-review .order-review .data-table .product-cart-image a img, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-image a img, body.customer-account-create #opc-review .order-review .data-table .product-cart-image a img { max-width: 180px; width: 100%; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a:hover, body.customer-account #opc-review .order-review .data-table .product-cart-image a:hover, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-image a:hover, body.customer-account-create #opc-review .order-review .data-table .product-cart-image a:hover { border: none; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price .price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total .price, body.customer-account #opc-review .order-review .data-table .product-cart-price .price, body.customer-account #opc-review .order-review .data-table .product-cart-total .price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-price .price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-total .price, body.customer-account-create #opc-review .order-review .data-table .product-cart-price .price, body.customer-account-create #opc-review .order-review .data-table .product-cart-total .price { color: #a6aa7c; font-weight: 700; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.customer-account #opc-review .order-review .data-table .product-cart-price, body.customer-account #opc-review .order-review .data-table .product-cart-qty, body.customer-account #opc-review .order-review .data-table .product-cart-total, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-qty, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-total, body.customer-account-create #opc-review .order-review .data-table .product-cart-price, body.customer-account-create #opc-review .order-review .data-table .product-cart-qty, body.customer-account-create #opc-review .order-review .data-table .product-cart-total { padding-top: 59px; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total label, body.customer-account #opc-review .order-review .data-table .product-cart-price label, body.customer-account #opc-review .order-review .data-table .product-cart-qty label, body.customer-account #opc-review .order-review .data-table .product-cart-total label, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-price label, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-qty label, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-total label, body.customer-account-create #opc-review .order-review .data-table .product-cart-price label, body.customer-account-create #opc-review .order-review .data-table .product-cart-qty label, body.customer-account-create #opc-review .order-review .data-table .product-cart-total label { display: none; }

body.checkout-onepage-index #opc-review .order-review .mailchimp-multisubscribe, body.customer-account #opc-review .order-review .mailchimp-multisubscribe, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .mailchimp-multisubscribe, body.customer-account-create #opc-review .order-review .mailchimp-multisubscribe { text-align: left; }

body.checkout-onepage-index #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger, body.customer-account #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger, body.customer-account-create #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger { margin-right: 5px; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom, body.customer-account #opc-review .order-review .checkout-review-bottom, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom, body.customer-account-create #opc-review .order-review .checkout-review-bottom { min-height: 110px; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-agreements { float: left; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements { width: 50%; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-totals { float: right; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals .price, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals .price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals .price, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-totals .price { padding-left: 20px; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-totals strong { color: #a6aa7c; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .a-right, body.customer-account #opc-review .order-review .checkout-review-bottom .a-right, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .a-right, body.customer-account-create #opc-review .order-review .checkout-review-bottom .a-right { padding-bottom: 7px; }

body.checkout-onepage-index #opc-review .order-review #checkout-review-submit .f-left, body.customer-account #opc-review .order-review #checkout-review-submit .f-left, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit .f-left, body.customer-account-create #opc-review .order-review #checkout-review-submit .f-left { float: unset; margin-bottom: 40px; font-size: 12px; }

body.checkout-onepage-index #opc-review .order-review #checkout-review-submit .f-left a, body.customer-account #opc-review .order-review #checkout-review-submit .f-left a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit .f-left a, body.customer-account-create #opc-review .order-review #checkout-review-submit .f-left a { display: inline-block; color: #949494; }

body.checkout-onepage-index #opc-review .order-review #checkout-review-submit .please-wait, body.customer-account #opc-review .order-review #checkout-review-submit .please-wait, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit .please-wait, body.customer-account-create #opc-review .order-review #checkout-review-submit .please-wait { float: unset; }

body.checkout-onepage-index #opc-review .checkout-agreements li, body.customer-account #opc-review .checkout-agreements li, body.customer-account-login body.customer-account-forgotpassword #opc-review .checkout-agreements li, body.customer-account-create #opc-review .checkout-agreements li { margin-bottom: 15px; }

body.checkout-onepage-index #opc-review .checkout-agreements li label[for="subscribe_newsletter"], body.customer-account #opc-review .checkout-agreements li label[for="subscribe_newsletter"], body.customer-account-login body.customer-account-forgotpassword #opc-review .checkout-agreements li label[for="subscribe_newsletter"], body.customer-account-create #opc-review .checkout-agreements li label[for="subscribe_newsletter"] { margin-bottom: 0; }

body.checkout-onepage-success .col-main, body.checkout-onepage-failure .col-main { float: none; width: 100%; padding-right: 0; }

body.checkout-onepage-success .col-main > .container-full:not(.top-container), body.checkout-onepage-failure .col-main > .container-full:not(.top-container) { padding: 0 25px; }

body.checkout-onepage-success .col-main .top-container .banner-content .banner-content-wrapper, body.checkout-onepage-failure .col-main .top-container .banner-content .banner-content-wrapper { text-align: left; }

body.checkout-onepage-success .checkout-success-wrapper, body.checkout-onepage-failure .checkout-success-wrapper { width: 1010px; max-width: 100%; margin: 0 auto; margin-top: -75px; margin-bottom: 20px; padding: 0 25px; float: none; background-color: #fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; position: relative; z-index: 10; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header { font-size: 14px; margin-top: 20px; margin-bottom: 50px; display: flex; flex-direction: row; flex-wrap: nowrap; flex-shrink: 1; justify-content: space-between; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section { width: 10.78571%; text-align: center; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .number { color: #3c3c3b; height: 50px; width: 50px; padding-top: 15px; display: block; margin: 15px auto; background-color: #e2e2e2; border-radius: 100%; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .step-divider-mobil, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .step-divider-mobil { display: none; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .step-divider { border-bottom: 1px solid #e2e2e2; width: 65px; height: 40px; }

body.checkout-onepage-success .checkout-success-wrapper h2.sub-title, body.checkout-onepage-failure .checkout-success-wrapper h2.sub-title { font-size: 18px; text-transform: none; color: #a6aa7c; font-weight: 700; }

body.checkout-onepage-success .checkout-success-wrapper a, body.checkout-onepage-failure .checkout-success-wrapper a { color: #a6aa7c; }

body.checkout-onepage-success .checkout-success-wrapper p, body.checkout-onepage-failure .checkout-success-wrapper p { line-height: 1.5em; }

body.checkout-onepage-success .checkout-success-wrapper .profity, body.checkout-onepage-success .checkout-success-wrapper .purchase-complete-wrapper, body.checkout-onepage-failure .checkout-success-wrapper .profity, body.checkout-onepage-failure .checkout-success-wrapper .purchase-complete-wrapper { margin-top: 30px; margin-bottom: 70px; }

body.checkout-onepage-success .checkout-success-wrapper .profity i, body.checkout-onepage-failure .checkout-success-wrapper .profity i { font-size: 5em; color: #a6aa7c; padding-bottom: 15px; }

body.checkout-onepage-success .checkout-success-wrapper .profity .profity-order-ghost-image, body.checkout-onepage-failure .checkout-success-wrapper .profity .profity-order-ghost-image { opacity: 0; }

body.checkout-onepage-success .checkout-success-wrapper .purchase-complete-wrapper a, body.checkout-onepage-failure .checkout-success-wrapper .purchase-complete-wrapper a { font-weight: 700; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper { padding-bottom: 30px; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper span, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper span { padding-left: 20px; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper span a, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper span a { color: inherit; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper i, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper i { font-size: 1.5em; color: #a6aa7c; padding-right: 10px; }

body.checkout-onepage-index #co-shipping-method-form .button, body.checkout-onepage-index .buttons-set .button, body.checkout-cart-index #co-shipping-method-form .button, body.checkout-cart-index .buttons-set .button, body.checkout-onepage-success #co-shipping-method-form .button, body.checkout-onepage-success .buttons-set .button, body.customer-account-index.customer-account #co-shipping-method-form .button, body.customer-account-index.customer-account .buttons-set .button, body.customer-address-form.customer-account #co-shipping-method-form .button, body.customer-address-form.customer-account .buttons-set .button, body.newsletter-manage-index.customer-account #co-shipping-method-form .button, body.newsletter-manage-index.customer-account .buttons-set .button, body.customer-account-edit.customer-account #co-shipping-method-form .button, body.customer-account-edit.customer-account .buttons-set .button, body.sales-order-view.customer-account #co-shipping-method-form .button, body.sales-order-view.customer-account .buttons-set .button, body.sales-order-history.customer-account #co-shipping-method-form .button, body.sales-order-history.customer-account .buttons-set .button, body.newsletter-manage-index.customer-account #co-shipping-method-form .button, body.newsletter-manage-index.customer-account .buttons-set .button, body.customer-address-index.customer-account #co-shipping-method-form .button, body.customer-address-index.customer-account .buttons-set .button, body.customer-account-login #co-shipping-method-form .button, body.customer-account-login .buttons-set .button, body.customer-account-forgotpassword #co-shipping-method-form .button, body.customer-account-forgotpassword .buttons-set .button, body.customer-account-create #co-shipping-method-form .button, body.customer-account-create .buttons-set .button, body.customer-account-changeforgotten #co-shipping-method-form .button, body.customer-account-changeforgotten .buttons-set .button { display: inline-block; text-decoration: none; background-color: #a6aa7c; color: #3c3c3b; padding: 0 50px; line-height: 50px; min-height: 50px; border-radius: 3px; font-size: 14px; text-transform: uppercase; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

body.checkout-onepage-index #co-shipping-method-form .button:hover, body.checkout-onepage-index .buttons-set .button:hover, body.checkout-cart-index #co-shipping-method-form .button:hover, body.checkout-cart-index .buttons-set .button:hover, body.checkout-onepage-success #co-shipping-method-form .button:hover, body.checkout-onepage-success .buttons-set .button:hover, body.customer-account-index.customer-account #co-shipping-method-form .button:hover, body.customer-account-index.customer-account .buttons-set .button:hover, body.customer-address-form.customer-account #co-shipping-method-form .button:hover, body.customer-address-form.customer-account .buttons-set .button:hover, body.newsletter-manage-index.customer-account #co-shipping-method-form .button:hover, body.newsletter-manage-index.customer-account .buttons-set .button:hover, body.customer-account-edit.customer-account #co-shipping-method-form .button:hover, body.customer-account-edit.customer-account .buttons-set .button:hover, body.sales-order-view.customer-account #co-shipping-method-form .button:hover, body.sales-order-view.customer-account .buttons-set .button:hover, body.sales-order-history.customer-account #co-shipping-method-form .button:hover, body.sales-order-history.customer-account .buttons-set .button:hover, body.newsletter-manage-index.customer-account #co-shipping-method-form .button:hover, body.newsletter-manage-index.customer-account .buttons-set .button:hover, body.customer-address-index.customer-account #co-shipping-method-form .button:hover, body.customer-address-index.customer-account .buttons-set .button:hover, body.customer-account-login #co-shipping-method-form .button:hover, body.customer-account-login .buttons-set .button:hover, body.customer-account-forgotpassword #co-shipping-method-form .button:hover, body.customer-account-forgotpassword .buttons-set .button:hover, body.customer-account-create #co-shipping-method-form .button:hover, body.customer-account-create .buttons-set .button:hover, body.customer-account-changeforgotten #co-shipping-method-form .button:hover, body.customer-account-changeforgotten .buttons-set .button:hover { /* keine Vorlage */ background: #a6aa7c; }

body.checkout-onepage-index .main-container, body.checkout-cart-index .main-container, body.checkout-onepage-success .main-container, body.customer-account-index.customer-account .main-container, body.customer-address-form.customer-account .main-container, body.newsletter-manage-index.customer-account .main-container, body.customer-account-edit.customer-account .main-container, body.sales-order-view.customer-account .main-container, body.sales-order-history.customer-account .main-container, body.newsletter-manage-index.customer-account .main-container, body.customer-address-index.customer-account .main-container, body.customer-account-login .main-container, body.customer-account-forgotpassword .main-container, body.customer-account-create .main-container, body.customer-account-changeforgotten .main-container { max-width: unset; padding: unset; }

body.checkout-onepage-index .page-title > h1, body.checkout-onepage-index .page-title > h2, body.checkout-cart-index .page-title > h1, body.checkout-cart-index .page-title > h2, body.checkout-onepage-success .page-title > h1, body.checkout-onepage-success .page-title > h2, body.customer-account-index.customer-account .page-title > h1, body.customer-account-index.customer-account .page-title > h2, body.customer-address-form.customer-account .page-title > h1, body.customer-address-form.customer-account .page-title > h2, body.newsletter-manage-index.customer-account .page-title > h1, body.newsletter-manage-index.customer-account .page-title > h2, body.customer-account-edit.customer-account .page-title > h1, body.customer-account-edit.customer-account .page-title > h2, body.sales-order-view.customer-account .page-title > h1, body.sales-order-view.customer-account .page-title > h2, body.sales-order-history.customer-account .page-title > h1, body.sales-order-history.customer-account .page-title > h2, body.newsletter-manage-index.customer-account .page-title > h1, body.newsletter-manage-index.customer-account .page-title > h2, body.customer-address-index.customer-account .page-title > h1, body.customer-address-index.customer-account .page-title > h2, body.customer-account-login .page-title > h1, body.customer-account-login .page-title > h2, body.customer-account-forgotpassword .page-title > h1, body.customer-account-forgotpassword .page-title > h2, body.customer-account-create .page-title > h1, body.customer-account-create .page-title > h2, body.customer-account-changeforgotten .page-title > h1, body.customer-account-changeforgotten .page-title > h2 { width: 100%; max-width: 1010px; margin: 0 auto; border: none; text-transform: none; }

body.checkout-onepage-index .page-title > h1:not(.page-headline-mobile), body.checkout-onepage-index .page-title > h2:not(.page-headline-mobile), body.checkout-cart-index .page-title > h1:not(.page-headline-mobile), body.checkout-cart-index .page-title > h2:not(.page-headline-mobile), body.checkout-onepage-success .page-title > h1:not(.page-headline-mobile), body.checkout-onepage-success .page-title > h2:not(.page-headline-mobile), body.customer-account-index.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-account-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-address-form.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-address-form.customer-account .page-title > h2:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h1:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-account-edit.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-account-edit.customer-account .page-title > h2:not(.page-headline-mobile), body.sales-order-view.customer-account .page-title > h1:not(.page-headline-mobile), body.sales-order-view.customer-account .page-title > h2:not(.page-headline-mobile), body.sales-order-history.customer-account .page-title > h1:not(.page-headline-mobile), body.sales-order-history.customer-account .page-title > h2:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h1:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-address-index.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-address-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-account-login .page-title > h1:not(.page-headline-mobile), body.customer-account-login .page-title > h2:not(.page-headline-mobile), body.customer-account-forgotpassword .page-title > h1:not(.page-headline-mobile), body.customer-account-forgotpassword .page-title > h2:not(.page-headline-mobile), body.customer-account-create .page-title > h1:not(.page-headline-mobile), body.customer-account-create .page-title > h2:not(.page-headline-mobile), body.customer-account-changeforgotten .page-title > h1:not(.page-headline-mobile), body.customer-account-changeforgotten .page-title > h2:not(.page-headline-mobile) { color: #fff; font-size: 44px; font-weight: 400; padding: 0 25px; }

body.checkout-onepage-index .page-title > h1.page-headline-mobile, body.checkout-onepage-index .page-title > h2.page-headline-mobile, body.checkout-cart-index .page-title > h1.page-headline-mobile, body.checkout-cart-index .page-title > h2.page-headline-mobile, body.checkout-onepage-success .page-title > h1.page-headline-mobile, body.checkout-onepage-success .page-title > h2.page-headline-mobile, body.customer-account-index.customer-account .page-title > h1.page-headline-mobile, body.customer-account-index.customer-account .page-title > h2.page-headline-mobile, body.customer-address-form.customer-account .page-title > h1.page-headline-mobile, body.customer-address-form.customer-account .page-title > h2.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h1.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h2.page-headline-mobile, body.customer-account-edit.customer-account .page-title > h1.page-headline-mobile, body.customer-account-edit.customer-account .page-title > h2.page-headline-mobile, body.sales-order-view.customer-account .page-title > h1.page-headline-mobile, body.sales-order-view.customer-account .page-title > h2.page-headline-mobile, body.sales-order-history.customer-account .page-title > h1.page-headline-mobile, body.sales-order-history.customer-account .page-title > h2.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h1.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h2.page-headline-mobile, body.customer-address-index.customer-account .page-title > h1.page-headline-mobile, body.customer-address-index.customer-account .page-title > h2.page-headline-mobile, body.customer-account-login .page-title > h1.page-headline-mobile, body.customer-account-login .page-title > h2.page-headline-mobile, body.customer-account-forgotpassword .page-title > h1.page-headline-mobile, body.customer-account-forgotpassword .page-title > h2.page-headline-mobile, body.customer-account-create .page-title > h1.page-headline-mobile, body.customer-account-create .page-title > h2.page-headline-mobile, body.customer-account-changeforgotten .page-title > h1.page-headline-mobile, body.customer-account-changeforgotten .page-title > h2.page-headline-mobile { font-weight: 300; }

body.checkout-onepage-index .page-title.bg-img, body.checkout-cart-index .page-title.bg-img, body.checkout-onepage-success .page-title.bg-img, body.customer-account-index.customer-account .page-title.bg-img, body.customer-address-form.customer-account .page-title.bg-img, body.newsletter-manage-index.customer-account .page-title.bg-img, body.customer-account-edit.customer-account .page-title.bg-img, body.sales-order-view.customer-account .page-title.bg-img, body.sales-order-history.customer-account .page-title.bg-img, body.newsletter-manage-index.customer-account .page-title.bg-img, body.customer-address-index.customer-account .page-title.bg-img, body.customer-account-login .page-title.bg-img, body.customer-account-forgotpassword .page-title.bg-img, body.customer-account-create .page-title.bg-img, body.customer-account-changeforgotten .page-title.bg-img { background-image: url(https://fakeimg.pl/1920x600/70ddbb/?retina=1); background-repeat: no-repeat; background-size: cover; background-position: center center; padding-bottom: 47%; }

body .fancybox-inner .fancybox-button--fullscreen { display: none !important; }

#czgdpr-notice-wrp { color: #fff; background: #3c3c3b !important; }

#czgdpr-notice-wrp h2 { text-align: left; font-weight: bold; color: #fff; font-size: 20px; }

#czgdpr-notice-wrp #czgdpr-CookieDisp { padding: 5px 0; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie .data-table a::after { display: none; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie-info { color: #fff; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie-info:hover { background: transparent; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie-info i { border-color: #fff; }

#czgdpr-notice-wrp .data-table thead th { color: #fff; border: 1px solid #fff; background-color: transparent !important; }

#czgdpr-notice-wrp .data-table tbody td { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#czgdpr-notice-wrp .data-table .odd, #czgdpr-notice-wrp .data-table .even { color: #fff; }

#czgdpr-notice-wrp .data-table .even { color: #fff; background-color: #565654 !important; }

#czgdpr-notice-wrp .button-container .button { margin-bottom: 7px; }

#czgdpr-notice-wrp .button-container .button + .button { margin-left: 0; }

#czgdpr-notice-wrp .button-container .button:last-child { margin-bottom: 0; }

#czgdpr-notice-wrp button.button span span { font-weight: normal !important; }

.enable-superchat-bubble, body.checkout-cart-index .enable-superchat-bubble { bottom: 60px; right: 20px; z-index: 1000; position: fixed; }

.enable-superchat-bubble__content-wrapper, body.checkout-cart-index .enable-superchat-bubble__content-wrapper { width: 100%; max-width: 205px; display: flex; flex-direction: column; align-items: flex-end; }

.enable-superchat-bubble__content-wrapper .notice, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .notice { padding: 9px; display: flex; flex-direction: column; align-items: flex-end; margin-bottom: 7px; opacity: 0; max-height: 0px; overflow: hidden; transition: all .15s ease-out; }

.enable-superchat-bubble__content-wrapper .notice .message, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .notice .message { filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 2px 5px); background: #fff; color: #3c3c3b; font-weight: normal; padding: 15px; border-radius: 1em; }

.enable-superchat-bubble__content-wrapper .notice .message-aarow, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .notice .message-aarow { z-index: 1; margin-top: -5px; margin-right: 15px; }

.enable-superchat-bubble__content-wrapper .button, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .button { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; padding: .75rem; margin-right: 12px; border-radius: 1rem; color: white; background: #3c3c3b; }

.enable-superchat-bubble__content-wrapper .button .icon, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .button .icon { width: 28px; height: 28px; margin-left: -4px; }

.enable-superchat-bubble__content-wrapper .button:hover, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .button:hover { color: white; background: #3c3c3b; transform: scale(1.1); transition: all .2s ease-in-out; }

.enable-superchat-bubble:hover, body.checkout-cart-index .enable-superchat-bubble:hover { text-decoration: none; }

.enable-superchat-bubble:hover .enable-superchat-bubble__content-wrapper .notice, body.checkout-cart-index .enable-superchat-bubble:hover .enable-superchat-bubble__content-wrapper .notice { opacity: 1; max-height: 155px; }

.enable-map-container { width: 100%; height: 500px; position: relative; }

@media screen and (max-width: 800px) { .enable-map-container { height: 400px; } }

.enable-map-container > img { width: 100%; height: 100%; object-fit: cover; }

.enable-map-container .enable-map-message { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0, 0, 0, 0.7); z-index: 10; position: absolute; }

.enable-map-container .enable-map-message .notice { padding: 10px; max-width: 400px; text-align: center; color: #fff; }

.enable-map-container .copyright { position: absolute; right: 6px; bottom: 3px; color: #e2e2e2; z-index: 10; font-size: 10px; }

body.customer-account, body.customer-account-login, body.customer-account-create, body.customer-account-forgotpassword, body.customer-account-changeforgotten, body.customer-account-confirmation { color: #3c3c3b; }

body.customer-account *:not(.fa), body.customer-account-login *:not(.fa), body.customer-account-create *:not(.fa), body.customer-account-forgotpassword *:not(.fa), body.customer-account-changeforgotten *:not(.fa), body.customer-account-confirmation *:not(.fa) { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.customer-account .col-main > .container-full:not(.top-container), body.customer-account .col-main .my-account > .container-full:not(.top-container), body.customer-account-login .col-main > .container-full:not(.top-container), body.customer-account-login .col-main .my-account > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container), body.customer-account-create .col-main .my-account > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main .my-account > .container-full:not(.top-container), body.customer-account-changeforgotten .col-main > .container-full:not(.top-container), body.customer-account-changeforgotten .col-main .my-account > .container-full:not(.top-container), body.customer-account-confirmation .col-main > .container-full:not(.top-container), body.customer-account-confirmation .col-main .my-account > .container-full:not(.top-container) { padding: 0 25px; }

body.customer-account.customer-account .dashboard, body.customer-account-login.customer-account .dashboard, body.customer-account-create.customer-account .dashboard, body.customer-account-forgotpassword.customer-account .dashboard, body.customer-account-changeforgotten.customer-account .dashboard, body.customer-account-confirmation.customer-account .dashboard { display: flex; flex-wrap: wrap; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper { width: 25%; padding-right: 20px; box-sizing: border-box; /* #account-invitations-link, [alt="Freunde einladen"] { display: none; } */ }

body.customer-account.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper h4 { font-size: 18px; color: #a6aa7c; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; border-bottom: 0; text-transform: none; font-weight: 700; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper h4 { font-size: 16px; display: block; margin: 15px 0 0 0; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper a { color: #949494; text-transform: none; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -ms-transition: color 0.3s linear; -o-transition: color 0.3s linear; transition: color 0.3s linear; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper a:focus { color: #a6aa7c; text-decoration: none; }

body.customer-account.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-changeforgotten.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-confirmation.customer-account .dashboard .dashboard-content-wrapper { width: 75%; }

body.customer-account.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-changeforgotten.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-confirmation.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: wrap; }

body.customer-account.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-changeforgotten.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-changeforgotten.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-confirmation.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-confirmation.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { width: 100%; padding: 0; }

body.customer-account .invivations-theme-account.clearfix, body.customer-account-login .invivations-theme-account.clearfix, body.customer-account-create .invivations-theme-account.clearfix, body.customer-account-forgotpassword .invivations-theme-account.clearfix, body.customer-account-changeforgotten .invivations-theme-account.clearfix, body.customer-account-confirmation .invivations-theme-account.clearfix { width: 100%; }

body.customer-account .invivations-theme-account #messages-holder .messages, body.customer-account-login .invivations-theme-account #messages-holder .messages, body.customer-account-create .invivations-theme-account #messages-holder .messages, body.customer-account-forgotpassword .invivations-theme-account #messages-holder .messages, body.customer-account-changeforgotten .invivations-theme-account #messages-holder .messages, body.customer-account-confirmation .invivations-theme-account #messages-holder .messages { margin: 20px 0 0 0; }

body.customer-account .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-login .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-create .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-forgotpassword .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-changeforgotten .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-confirmation .invivations-theme-account #messages-holder .messages li:last-child { margin-bottom: 0; }

body.customer-account .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-login .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-create .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-forgotpassword .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-changeforgotten .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-confirmation .invivations-theme-account #messages-holder .messages .success-msg li { color: #1ba74f; border-color: #1ba74f; }

body.customer-account .invivations-theme-account #messages, body.customer-account-login .invivations-theme-account #messages, body.customer-account-create .invivations-theme-account #messages, body.customer-account-forgotpassword .invivations-theme-account #messages, body.customer-account-changeforgotten .invivations-theme-account #messages, body.customer-account-confirmation .invivations-theme-account #messages { margin-top: 15px; }

body.customer-account .invivations-theme-account #invite-friends-text h3, body.customer-account-login .invivations-theme-account #invite-friends-text h3, body.customer-account-create .invivations-theme-account #invite-friends-text h3, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-text h3, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-text h3, body.customer-account-confirmation .invivations-theme-account #invite-friends-text h3 { font-size: 15px; margin-top: 20px; margin-bottom: 0; color: #a6aa7c; font-weight: 700; }

body.customer-account .invivations-theme-account #invite-friends-text ol, body.customer-account-login .invivations-theme-account #invite-friends-text ol, body.customer-account-create .invivations-theme-account #invite-friends-text ol, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-text ol, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-text ol, body.customer-account-confirmation .invivations-theme-account #invite-friends-text ol { padding-left: 12px; list-style: decimal; margin-bottom: 20px; }

body.customer-account .invivations-theme-account .form-headline, body.customer-account-login .invivations-theme-account .form-headline, body.customer-account-create .invivations-theme-account .form-headline, body.customer-account-forgotpassword .invivations-theme-account .form-headline, body.customer-account-changeforgotten .invivations-theme-account .form-headline, body.customer-account-confirmation .invivations-theme-account .form-headline { margin-top: 45px; }

body.customer-account .invivations-theme-account #invite-friends-form, body.customer-account-login .invivations-theme-account #invite-friends-form, body.customer-account-create .invivations-theme-account #invite-friends-form, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form, body.customer-account-confirmation .invivations-theme-account #invite-friends-form { margin-top: 20px; }

body.customer-account .invivations-theme-account #invite-friends-form .td_1, body.customer-account-login .invivations-theme-account #invite-friends-form .td_1, body.customer-account-create .invivations-theme-account #invite-friends-form .td_1, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .td_1, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .td_1, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .td_1 { display: none; }

body.customer-account .invivations-theme-account #invite-friends-form .tag, body.customer-account-login .invivations-theme-account #invite-friends-form .tag, body.customer-account-create .invivations-theme-account #invite-friends-form .tag, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag { background: none; border: 1px solid #a6aa7c; border-radius: 3px; padding: 5px 12px 6px 12px; }

body.customer-account .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-login .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-create .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag .lineheight { color: #a6aa7c; }

body.customer-account .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-login .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-create .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag .tag-ico { display: none; }

body.customer-account .invivations-theme-account #invite-friends-form .tag a, body.customer-account-login .invivations-theme-account #invite-friends-form .tag a, body.customer-account-create .invivations-theme-account #invite-friends-form .tag a, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag a, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag a, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag a { color: #3c3c3b; font-size: 16px; font-weight: normal; line-height: 18px; }

body.customer-account .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-login .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-create .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-confirmation .invivations-theme-account #invite-friends-form #contact-list_addTag { width: 100%; }

body.customer-account .invivations-theme-account .inv-example, body.customer-account-login .invivations-theme-account .inv-example, body.customer-account-create .invivations-theme-account .inv-example, body.customer-account-forgotpassword .invivations-theme-account .inv-example, body.customer-account-changeforgotten .invivations-theme-account .inv-example, body.customer-account-confirmation .invivations-theme-account .inv-example { margin-bottom: 20px; }

body.customer-account .invivations-theme-account .social-media-buttons, body.customer-account-login .invivations-theme-account .social-media-buttons, body.customer-account-create .invivations-theme-account .social-media-buttons, body.customer-account-forgotpassword .invivations-theme-account .social-media-buttons, body.customer-account-changeforgotten .invivations-theme-account .social-media-buttons, body.customer-account-confirmation .invivations-theme-account .social-media-buttons { margin: 15px 0 !important; }

body.customer-account .invivations-theme-account .button span, body.customer-account-login .invivations-theme-account .button span, body.customer-account-create .invivations-theme-account .button span, body.customer-account-forgotpassword .invivations-theme-account .button span, body.customer-account-changeforgotten .invivations-theme-account .button span, body.customer-account-confirmation .invivations-theme-account .button span { color: #3c3c3b; }

body.customer-account .invivations-theme-account .button span span, body.customer-account-login .invivations-theme-account .button span span, body.customer-account-create .invivations-theme-account .button span span, body.customer-account-forgotpassword .invivations-theme-account .button span span, body.customer-account-changeforgotten .invivations-theme-account .button span span, body.customer-account-confirmation .invivations-theme-account .button span span { color: #3c3c3b; }

body.customer-account .invivations-theme-account #contact-list_tagsinput, body.customer-account .invivations-theme-account textarea, body.customer-account-login .invivations-theme-account #contact-list_tagsinput, body.customer-account-login .invivations-theme-account textarea, body.customer-account-create .invivations-theme-account #contact-list_tagsinput, body.customer-account-create .invivations-theme-account textarea, body.customer-account-forgotpassword .invivations-theme-account #contact-list_tagsinput, body.customer-account-forgotpassword .invivations-theme-account textarea, body.customer-account-changeforgotten .invivations-theme-account #contact-list_tagsinput, body.customer-account-changeforgotten .invivations-theme-account textarea, body.customer-account-confirmation .invivations-theme-account #contact-list_tagsinput, body.customer-account-confirmation .invivations-theme-account textarea { width: 100%; min-width: 100%; height: auto; float: left; border: 1px solid #e2e2e2; }

body.customer-account .invivations-theme-account .invitations-lists-button-holder, body.customer-account-login .invivations-theme-account .invitations-lists-button-holder, body.customer-account-create .invivations-theme-account .invitations-lists-button-holder, body.customer-account-forgotpassword .invivations-theme-account .invitations-lists-button-holder, body.customer-account-changeforgotten .invivations-theme-account .invitations-lists-button-holder, body.customer-account-confirmation .invivations-theme-account .invitations-lists-button-holder { border-bottom: 1px solid #e2e2e2; }

body.customer-account .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-login .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-create .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-forgotpassword .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-changeforgotten .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-confirmation .invivations-theme-account .invitations-lists-button-holder .h20 { display: none; }

body.customer-account .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-login .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-create .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-forgotpassword .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-changeforgotten .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-confirmation .invivations-theme-account .invitations-lists-button-holder .button { margin-bottom: -1px; border-radius: 3px 3px 0 0; }

body.customer-account .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-login .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-create .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-forgotpassword .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-changeforgotten .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-confirmation .invivations-theme-account #plumrocket-ajax-load-area .pager .amount { display: none; }

body.customer-account .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-login .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-create .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-forgotpassword .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-changeforgotten .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-confirmation .invivations-theme-account #plumrocket-ajax-load-area .td_3 { text-align: right !important; }

body.customer-account .invivations-theme-account #open-invitations-table .td_4, body.customer-account-login .invivations-theme-account #open-invitations-table .td_4, body.customer-account-create .invivations-theme-account #open-invitations-table .td_4, body.customer-account-forgotpassword .invivations-theme-account #open-invitations-table .td_4, body.customer-account-changeforgotten .invivations-theme-account #open-invitations-table .td_4, body.customer-account-confirmation .invivations-theme-account #open-invitations-table .td_4 { display: none; }

body.customer-account #rewards_page .reward-list, body.customer-account-login #rewards_page .reward-list, body.customer-account-create #rewards_page .reward-list, body.customer-account-forgotpassword #rewards_page .reward-list, body.customer-account-changeforgotten #rewards_page .reward-list, body.customer-account-confirmation #rewards_page .reward-list { margin-bottom: 20px; }

body.customer-account .box-rewardpoints-summary, body.customer-account-login .box-rewardpoints-summary, body.customer-account-create .box-rewardpoints-summary, body.customer-account-forgotpassword .box-rewardpoints-summary, body.customer-account-changeforgotten .box-rewardpoints-summary, body.customer-account-confirmation .box-rewardpoints-summary { padding: 20px 30px; }

body.customer-account .box-rewardpoints-summary .box-head, body.customer-account-login .box-rewardpoints-summary .box-head, body.customer-account-create .box-rewardpoints-summary .box-head, body.customer-account-forgotpassword .box-rewardpoints-summary .box-head, body.customer-account-changeforgotten .box-rewardpoints-summary .box-head, body.customer-account-confirmation .box-rewardpoints-summary .box-head { margin-top: 0; padding-bottom: 0; border-bottom: none; }

body.customer-account .box-rewardpoints-summary .box-head h2, body.customer-account-login .box-rewardpoints-summary .box-head h2, body.customer-account-create .box-rewardpoints-summary .box-head h2, body.customer-account-forgotpassword .box-rewardpoints-summary .box-head h2, body.customer-account-changeforgotten .box-rewardpoints-summary .box-head h2, body.customer-account-confirmation .box-rewardpoints-summary .box-head h2 { font-size: 18px; font-weight: 600; background: none; position: relative; }

body.customer-account .box-rewardpoints-summary .box-head h2::before, body.customer-account-login .box-rewardpoints-summary .box-head h2::before, body.customer-account-create .box-rewardpoints-summary .box-head h2::before, body.customer-account-forgotpassword .box-rewardpoints-summary .box-head h2::before, body.customer-account-changeforgotten .box-rewardpoints-summary .box-head h2::before, body.customer-account-confirmation .box-rewardpoints-summary .box-head h2::before { content: '\f091'; font-family: "FontAwesome"; font-size: 17px; font-weight: 300; left: 0; top: 5px; position: absolute; }

body.customer-account .box-rewardpoints-summary .info-summary, body.customer-account-login .box-rewardpoints-summary .info-summary, body.customer-account-create .box-rewardpoints-summary .info-summary, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary, body.customer-account-confirmation .box-rewardpoints-summary .info-summary { font-size: 14px; }

body.customer-account .box-rewardpoints-summary .info-summary p, body.customer-account-login .box-rewardpoints-summary .info-summary p, body.customer-account-create .box-rewardpoints-summary .info-summary p, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary p, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary p, body.customer-account-confirmation .box-rewardpoints-summary .info-summary p { font-style: normal; }

body.customer-account .box-rewardpoints-summary .info-summary strong, body.customer-account-login .box-rewardpoints-summary .info-summary strong, body.customer-account-create .box-rewardpoints-summary .info-summary strong, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary strong, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary strong, body.customer-account-confirmation .box-rewardpoints-summary .info-summary strong { font-weight: 400; }

body.customer-account .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-login .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-create .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-confirmation .box-rewardpoints-summary .info-summary strong.rewardpoints-title { text-transform: none; color: #3c3c3b; font-size: 16px; margin: 3px 0 5px 0; display: inline-block; }

body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money { font-size: 16px; color: #a6aa7c; }

body.customer-account .dashboard .box-account.box-rewardpoints-history, body.customer-account-login .dashboard .box-account.box-rewardpoints-history, body.customer-account-create .dashboard .box-account.box-rewardpoints-history, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history { border: none; }

body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head { border-bottom: none; }

body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head h2 { padding: 0; background: none; font-weight: 600; }

body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a { float: right; font-size: 12px; text-transform: none; padding: 0 10px; }

body.customer-account .dashboard .invite-friends-box, body.customer-account-login .dashboard .invite-friends-box, body.customer-account-create .dashboard .invite-friends-box, body.customer-account-forgotpassword .dashboard .invite-friends-box, body.customer-account-changeforgotten .dashboard .invite-friends-box, body.customer-account-confirmation .dashboard .invite-friends-box { padding: 20px 0; }

body.customer-account.rewardpoints-index-index .page-title, body.customer-account.rewardpointsreferfriends-index-index .page-title, body.customer-account-login.rewardpoints-index-index .page-title, body.customer-account-login.rewardpointsreferfriends-index-index .page-title, body.customer-account-create.rewardpoints-index-index .page-title, body.customer-account-create.rewardpointsreferfriends-index-index .page-title, body.customer-account-forgotpassword.rewardpoints-index-index .page-title, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .page-title, body.customer-account-changeforgotten.rewardpoints-index-index .page-title, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .page-title, body.customer-account-confirmation.rewardpoints-index-index .page-title, body.customer-account-confirmation.rewardpointsreferfriends-index-index .page-title { display: none; }

body.customer-account.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-login.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-confirmation.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary { border: none; padding: 0; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul { list-style: none; margin-top: 15px; margin-bottom: 15px; margin-left: 10px; list-style: none !important; margin: 7px 0 7px 0 !important; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li { margin-bottom: 15px; padding-left: 30px; position: relative; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before { content: '\f101\00a0'; position: absolute; left: 0; font-family: "FontAwesome"; color: #a6aa7c; font-size: 11px; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li { margin-bottom: 0; }

body.customer-account.rewardpoints-index-index .refer-sharing-box-content, body.customer-account.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-login.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-login.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-create.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-create.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-forgotpassword.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-changeforgotten.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-confirmation.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-confirmation.rewardpointsreferfriends-index-index .refer-sharing-box-content { padding: 0 !important; margin-top: 15px !important; }

body.customer-account.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-login.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-login.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-create.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-create.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-forgotpassword.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-changeforgotten.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-confirmation.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-confirmation.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content { padding: 0; margin: 0; background: none; }

body.customer-account.rewardpoints-index-index .opc .section, body.customer-account.rewardpointsreferfriends-index-index .opc .section, body.customer-account-login.rewardpoints-index-index .opc .section, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section, body.customer-account-create.rewardpoints-index-index .opc .section, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section, body.customer-account-confirmation.rewardpoints-index-index .opc .section, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section { border: none; }

body.customer-account.rewardpoints-index-index .opc .section .step-title, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-login.rewardpoints-index-index .opc .section .step-title, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-create.rewardpoints-index-index .opc .section .step-title, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title { padding: 4px 8px 6px 0; border: none; cursor: auto; }

body.customer-account.rewardpoints-index-index .opc .section .step-title h2, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-login.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-create.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title h2 { margin: 0 4px 0 0; color: #a6aa7c; font-size: 17px; }

body.customer-account.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-login.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-create.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa { margin-right: 7px; }

body.customer-account.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-login.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-create.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title:hover { background: transparent; }

body.customer-account.rewardpoints-index-index .opc .section.active, body.customer-account.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-login.rewardpoints-index-index .opc .section.active, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-create.rewardpoints-index-index .opc .section.active, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section.active, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section.active, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-confirmation.rewardpoints-index-index .opc .section.active, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section.active { border-bottom: none; }

body.customer-account.rewardpoints-index-index .opc form ul li, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-login.rewardpoints-index-index .opc form ul li, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-create.rewardpoints-index-index .opc form ul li, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li { padding-bottom: 15px; }

body.customer-account.rewardpoints-index-index .opc form ul li label, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-login.rewardpoints-index-index .opc form ul li label, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-create.rewardpoints-index-index .opc form ul li label, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li label, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li label, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li label, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li label { margin-bottom: 3px; }

body.customer-account.rewardpoints-index-index .opc form ul li .input-box, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-login.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-create.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li .input-box { height: auto; }

body.customer-account.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-login.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-create.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea { width: 100%; min-width: 100%; height: auto; float: left; border: 1px solid #e2e2e2; }

body.customer-account.rewardpoints-index-index .opc form .buttons-set, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set { padding-bottom: 0; }

body.customer-account.rewardpoints-index-index ul.message, body.customer-account.rewardpointsreferfriends-index-index ul.message, body.customer-account-login.rewardpoints-index-index ul.message, body.customer-account-login.rewardpointsreferfriends-index-index ul.message, body.customer-account-create.rewardpoints-index-index ul.message, body.customer-account-create.rewardpointsreferfriends-index-index ul.message, body.customer-account-forgotpassword.rewardpoints-index-index ul.message, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message, body.customer-account-changeforgotten.rewardpoints-index-index ul.message, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message, body.customer-account-confirmation.rewardpoints-index-index ul.message, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message { float: left; width: 100%; padding: 0; margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body.customer-account.rewardpoints-index-index ul.message .success-msg, body.customer-account.rewardpoints-index-index ul.message .error-msg, body.customer-account.rewardpoints-index-index ul.message .notice-msg, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-login.rewardpoints-index-index ul.message .success-msg, body.customer-account-login.rewardpoints-index-index ul.message .error-msg, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-create.rewardpoints-index-index ul.message .success-msg, body.customer-account-create.rewardpoints-index-index ul.message .error-msg, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg { padding-left: 0 !important; margin-left: 0 !important; }

body.customer-account.rewardpoints-index-index ul.message .success-msg::after, body.customer-account.rewardpoints-index-index ul.message .success-msg::before, body.customer-account.rewardpoints-index-index ul.message .error-msg::after, body.customer-account.rewardpoints-index-index ul.message .error-msg::before, body.customer-account.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-login.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-login.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-login.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-login.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-create.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-create.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-create.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-create.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg::before { display: none; }

body.customer-account.rewardpoints-index-index ul.message .success-msg ul, body.customer-account.rewardpoints-index-index ul.message .error-msg ul, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul { margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body.customer-account.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul li { border-radius: 2px; padding: 10px; margin-bottom: 10px; }

body.customer-account.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before { display: none; }

body.customer-account.rewardpoints-index-index ul.message .success-msg li, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-login.rewardpoints-index-index ul.message .success-msg li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-create.rewardpoints-index-index ul.message .success-msg li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg li { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; }

body.customer-account.rewardpoints-index-index ul.message .error-msg li, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-login.rewardpoints-index-index ul.message .error-msg li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-create.rewardpoints-index-index ul.message .error-msg li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg li { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; }

body.customer-account.rewardpoints-index-index ul.message .notice-msg li, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg li { color: #d4c276; background-color: #f6f3ed; border: 1px solid #d4c276; }

body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpoints-index-settings .button { margin-top: 10px; }

body.customer-account.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-login.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-create.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-forgotpassword.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-changeforgotten.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-confirmation.rewardpointscoupon-index-index #rewardpoints_coupon_code { width: 100% !important; }

body.customer-account.rewardpoints-index-settings .page-title, body.customer-account-login.rewardpoints-index-settings .page-title, body.customer-account-create.rewardpoints-index-settings .page-title, body.customer-account-forgotpassword.rewardpoints-index-settings .page-title, body.customer-account-changeforgotten.rewardpoints-index-settings .page-title, body.customer-account-confirmation.rewardpoints-index-settings .page-title { display: none; }

body.customer-account.rewardpoints-index-settings .fieldset, body.customer-account-login.rewardpoints-index-settings .fieldset, body.customer-account-create.rewardpoints-index-settings .fieldset, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset, body.customer-account-confirmation.rewardpoints-index-settings .fieldset { margin: 0; }

body.customer-account.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-login.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-create.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-confirmation.rewardpoints-index-settings .fieldset .form-list .control { margin: 0; }

body.customer-account.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-login.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-create.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-confirmation.rewardpoints-index-settings .fieldset .form-list .control .checkbox { margin-left: 0; }

body.customer-account.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-login.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-create.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-confirmation.rewardpoints-index-settings .fieldset .form-list .control label { margin: 0; padding: 6px 10px 6px 25px; }

body.customer-account #recent-transactions-history tbody, body.customer-account #recent-transactions-history thead, body.customer-account-login #recent-transactions-history tbody, body.customer-account-login #recent-transactions-history thead, body.customer-account-create #recent-transactions-history tbody, body.customer-account-create #recent-transactions-history thead, body.customer-account-forgotpassword #recent-transactions-history tbody, body.customer-account-forgotpassword #recent-transactions-history thead, body.customer-account-changeforgotten #recent-transactions-history tbody, body.customer-account-changeforgotten #recent-transactions-history thead, body.customer-account-confirmation #recent-transactions-history tbody, body.customer-account-confirmation #recent-transactions-history thead { border: 1px solid #e2e2e2; }

body.customer-account #recent-transactions-history td.a-right, body.customer-account-login #recent-transactions-history td.a-right, body.customer-account-create #recent-transactions-history td.a-right, body.customer-account-forgotpassword #recent-transactions-history td.a-right, body.customer-account-changeforgotten #recent-transactions-history td.a-right, body.customer-account-confirmation #recent-transactions-history td.a-right { text-align: left; }

body.customer-account #recent-transactions-history td.first, body.customer-account-login #recent-transactions-history td.first, body.customer-account-create #recent-transactions-history td.first, body.customer-account-forgotpassword #recent-transactions-history td.first, body.customer-account-changeforgotten #recent-transactions-history td.first, body.customer-account-confirmation #recent-transactions-history td.first { width: 6%; }

body.customer-account #recent-transactions-history td h2, body.customer-account-login #recent-transactions-history td h2, body.customer-account-create #recent-transactions-history td h2, body.customer-account-forgotpassword #recent-transactions-history td h2, body.customer-account-changeforgotten #recent-transactions-history td h2, body.customer-account-confirmation #recent-transactions-history td h2 { color: #3c3c3b; font-weight: 400; }

body.customer-account p, body.customer-account-login p, body.customer-account-create p, body.customer-account-forgotpassword p, body.customer-account-changeforgotten p, body.customer-account-confirmation p { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; }

body.customer-account p.required, body.customer-account-login p.required, body.customer-account-create p.required, body.customer-account-forgotpassword p.required, body.customer-account-changeforgotten p.required, body.customer-account-confirmation p.required { color: #949494; float: right; }

body.customer-account .page-title .welcome-msg, body.customer-account-login .page-title .welcome-msg, body.customer-account-create .page-title .welcome-msg, body.customer-account-forgotpassword .page-title .welcome-msg, body.customer-account-changeforgotten .page-title .welcome-msg, body.customer-account-confirmation .page-title .welcome-msg { max-width: 1010px; margin: 0 auto; padding: 25px 0; border: none; color: #fff; font-size: 18px; }

body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2, body.customer-account-confirmation.customer-account-login .col2-set .col-1, body.customer-account-confirmation.customer-account-login .col2-set .col-2 { margin-top: 0; padding-top: 20px; flex-wrap: wrap; }

body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .box { min-height: 265px; }

body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .buttons-set { width: 100%; }

body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .buttons-set { padding-bottom: 0 !important; text-align: right; }

body.customer-account.customer-account-login .col2-set .col-1 .form-list, body.customer-account.customer-account-login .col2-set .col-2 .form-list, body.customer-account-login.customer-account-login .col2-set .col-1 .form-list, body.customer-account-login.customer-account-login .col2-set .col-2 .form-list, body.customer-account-create.customer-account-login .col2-set .col-1 .form-list, body.customer-account-create.customer-account-login .col2-set .col-2 .form-list, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .form-list, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .form-list, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .form-list, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .form-list, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .form-list, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .form-list { padding-left: 0; list-style: none; }

body.customer-account.customer-account-login .col2-set:first-of-type .col-1, body.customer-account.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-changeforgotten.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-changeforgotten.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-confirmation.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-confirmation.customer-account-login .col2-set:first-of-type .col-2 { padding-top: 0; }

body.customer-account.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1, body.customer-account-confirmation.customer-account-login .col2-set .col-1 { padding-right: 20px !important; }

body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .buttons-set { padding: 10px 0 45px; }

body.customer-account.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2, body.customer-account-confirmation.customer-account-login .col2-set .col-2 { padding-left: 20px; }

body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .buttons-set { text-align: right; }

body.customer-account.customer-account-create .dashboard, body.customer-account.customer-account-forgotpassword .dashboard, body.customer-account.customer-account-changeforgotten .dashboard, body.customer-account.customer-account-confirmation .dashboard, body.customer-account-login.customer-account-create .dashboard, body.customer-account-login.customer-account-forgotpassword .dashboard, body.customer-account-login.customer-account-changeforgotten .dashboard, body.customer-account-login.customer-account-confirmation .dashboard, body.customer-account-create.customer-account-create .dashboard, body.customer-account-create.customer-account-forgotpassword .dashboard, body.customer-account-create.customer-account-changeforgotten .dashboard, body.customer-account-create.customer-account-confirmation .dashboard, body.customer-account-forgotpassword.customer-account-create .dashboard, body.customer-account-forgotpassword.customer-account-forgotpassword .dashboard, body.customer-account-forgotpassword.customer-account-changeforgotten .dashboard, body.customer-account-forgotpassword.customer-account-confirmation .dashboard, body.customer-account-changeforgotten.customer-account-create .dashboard, body.customer-account-changeforgotten.customer-account-forgotpassword .dashboard, body.customer-account-changeforgotten.customer-account-changeforgotten .dashboard, body.customer-account-changeforgotten.customer-account-confirmation .dashboard, body.customer-account-confirmation.customer-account-create .dashboard, body.customer-account-confirmation.customer-account-forgotpassword .dashboard, body.customer-account-confirmation.customer-account-changeforgotten .dashboard, body.customer-account-confirmation.customer-account-confirmation .dashboard { margin-bottom: 15px; }

body.customer-account.customer-account-create .back-link-container, body.customer-account.customer-account-forgotpassword .back-link-container, body.customer-account.customer-account-changeforgotten .back-link-container, body.customer-account.customer-account-confirmation .back-link-container, body.customer-account-login.customer-account-create .back-link-container, body.customer-account-login.customer-account-forgotpassword .back-link-container, body.customer-account-login.customer-account-changeforgotten .back-link-container, body.customer-account-login.customer-account-confirmation .back-link-container, body.customer-account-create.customer-account-create .back-link-container, body.customer-account-create.customer-account-forgotpassword .back-link-container, body.customer-account-create.customer-account-changeforgotten .back-link-container, body.customer-account-create.customer-account-confirmation .back-link-container, body.customer-account-forgotpassword.customer-account-create .back-link-container, body.customer-account-forgotpassword.customer-account-forgotpassword .back-link-container, body.customer-account-forgotpassword.customer-account-changeforgotten .back-link-container, body.customer-account-forgotpassword.customer-account-confirmation .back-link-container, body.customer-account-changeforgotten.customer-account-create .back-link-container, body.customer-account-changeforgotten.customer-account-forgotpassword .back-link-container, body.customer-account-changeforgotten.customer-account-changeforgotten .back-link-container, body.customer-account-changeforgotten.customer-account-confirmation .back-link-container, body.customer-account-confirmation.customer-account-create .back-link-container, body.customer-account-confirmation.customer-account-forgotpassword .back-link-container, body.customer-account-confirmation.customer-account-changeforgotten .back-link-container, body.customer-account-confirmation.customer-account-confirmation .back-link-container { margin-bottom: 50px; }

body.customer-account.customer-account-forgotpassword .fieldset, body.customer-account.customer-account-confirmation .fieldset, body.customer-account-login.customer-account-forgotpassword .fieldset, body.customer-account-login.customer-account-confirmation .fieldset, body.customer-account-create.customer-account-forgotpassword .fieldset, body.customer-account-create.customer-account-confirmation .fieldset, body.customer-account-forgotpassword.customer-account-forgotpassword .fieldset, body.customer-account-forgotpassword.customer-account-confirmation .fieldset, body.customer-account-changeforgotten.customer-account-forgotpassword .fieldset, body.customer-account-changeforgotten.customer-account-confirmation .fieldset, body.customer-account-confirmation.customer-account-forgotpassword .fieldset, body.customer-account-confirmation.customer-account-confirmation .fieldset { margin-left: 0; max-width: 100%; }

body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager, body.customer-account-changeforgotten .pager, body.customer-account-confirmation .pager { margin: 10px 0; overflow: visible; font-size: 12px; }

body.customer-account .pager .amount strong, body.customer-account-login .pager .amount strong, body.customer-account-create .pager .amount strong, body.customer-account-forgotpassword .pager .amount strong, body.customer-account-changeforgotten .pager .amount strong, body.customer-account-confirmation .pager .amount strong { font-weight: 400; }

body.customer-account .pager .limiter, body.customer-account-login .pager .limiter, body.customer-account-create .pager .limiter, body.customer-account-forgotpassword .pager .limiter, body.customer-account-changeforgotten .pager .limiter, body.customer-account-confirmation .pager .limiter { height: auto; }

body.customer-account .pager .limiter label, body.customer-account .pager .limiter select, body.customer-account-login .pager .limiter label, body.customer-account-login .pager .limiter select, body.customer-account-create .pager .limiter label, body.customer-account-create .pager .limiter select, body.customer-account-forgotpassword .pager .limiter label, body.customer-account-forgotpassword .pager .limiter select, body.customer-account-changeforgotten .pager .limiter label, body.customer-account-changeforgotten .pager .limiter select, body.customer-account-confirmation .pager .limiter label, body.customer-account-confirmation .pager .limiter select { float: left; font-size: 12px; }

body.customer-account .pager .limiter select, body.customer-account-login .pager .limiter select, body.customer-account-create .pager .limiter select, body.customer-account-forgotpassword .pager .limiter select, body.customer-account-changeforgotten .pager .limiter select, body.customer-account-confirmation .pager .limiter select { height: 30px; width: 60px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 10px; border-radius: 3px; margin-right: 5px; }

body.customer-account .pager::after, body.customer-account-login .pager::after, body.customer-account-create .pager::after, body.customer-account-forgotpassword .pager::after, body.customer-account-changeforgotten .pager::after, body.customer-account-confirmation .pager::after { clear: both; content: ''; display: block; }

body.customer-account .buttons-set, body.customer-account-login .buttons-set, body.customer-account-create .buttons-set, body.customer-account-forgotpassword .buttons-set, body.customer-account-changeforgotten .buttons-set, body.customer-account-confirmation .buttons-set { width: 100%; max-width: 1010px; margin: 0 auto; padding: 10px 0 45px 0; float: none; }

body.customer-account.newsletter-manage-index .buttons-set, body.customer-account-login.newsletter-manage-index .buttons-set, body.customer-account-create.newsletter-manage-index .buttons-set, body.customer-account-forgotpassword.newsletter-manage-index .buttons-set, body.customer-account-changeforgotten.newsletter-manage-index .buttons-set, body.customer-account-confirmation.newsletter-manage-index .buttons-set { padding: 25px 0 45px 0; }

body.customer-account.sales-order-view .dashboard .box-account p, body.customer-account.sales-order-history .dashboard .box-account p, body.customer-account-login.sales-order-view .dashboard .box-account p, body.customer-account-login.sales-order-history .dashboard .box-account p, body.customer-account-create.sales-order-view .dashboard .box-account p, body.customer-account-create.sales-order-history .dashboard .box-account p, body.customer-account-forgotpassword.sales-order-view .dashboard .box-account p, body.customer-account-forgotpassword.sales-order-history .dashboard .box-account p, body.customer-account-changeforgotten.sales-order-view .dashboard .box-account p, body.customer-account-changeforgotten.sales-order-history .dashboard .box-account p, body.customer-account-confirmation.sales-order-view .dashboard .box-account p, body.customer-account-confirmation.sales-order-history .dashboard .box-account p { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; }

body.customer-account.sales-order-view .payment-type table, body.customer-account.sales-order-history .payment-type table, body.customer-account-login.sales-order-view .payment-type table, body.customer-account-login.sales-order-history .payment-type table, body.customer-account-create.sales-order-view .payment-type table, body.customer-account-create.sales-order-history .payment-type table, body.customer-account-forgotpassword.sales-order-view .payment-type table, body.customer-account-forgotpassword.sales-order-history .payment-type table, body.customer-account-changeforgotten.sales-order-view .payment-type table, body.customer-account-changeforgotten.sales-order-history .payment-type table, body.customer-account-confirmation.sales-order-view .payment-type table, body.customer-account-confirmation.sales-order-history .payment-type table { display: none; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account.sales-order-history .data-table:not(.order-totals) thead, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody { border: 1px solid #e2e2e2; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type { width: 30%; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name { margin-bottom: 0; text-transform: none; font-size: 16px; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options { margin-top: 0; font-size: 14px; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr em { font-style: normal; }

body.customer-account.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-login.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-login.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-login.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-login.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-login.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-login.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-login.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-login.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-create.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-create.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-create.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-create.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-create.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-create.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-create.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-create.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr.grand_total td { color: #a6aa7c; font-size: 18px; }

body.customer-account.sales-order-view .data-table tfoot tr.first td, body.customer-account.sales-order-view .data-table.order-totals tr.first td, body.customer-account.sales-order-view .order-totals tfoot tr.first td, body.customer-account.sales-order-view .order-totals.order-totals tr.first td, body.customer-account.sales-order-history .data-table tfoot tr.first td, body.customer-account.sales-order-history .data-table.order-totals tr.first td, body.customer-account.sales-order-history .order-totals tfoot tr.first td, body.customer-account.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-login.sales-order-view .data-table tfoot tr.first td, body.customer-account-login.sales-order-view .data-table.order-totals tr.first td, body.customer-account-login.sales-order-view .order-totals tfoot tr.first td, body.customer-account-login.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-login.sales-order-history .data-table tfoot tr.first td, body.customer-account-login.sales-order-history .data-table.order-totals tr.first td, body.customer-account-login.sales-order-history .order-totals tfoot tr.first td, body.customer-account-login.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-create.sales-order-view .data-table tfoot tr.first td, body.customer-account-create.sales-order-view .data-table.order-totals tr.first td, body.customer-account-create.sales-order-view .order-totals tfoot tr.first td, body.customer-account-create.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-create.sales-order-history .data-table tfoot tr.first td, body.customer-account-create.sales-order-history .data-table.order-totals tr.first td, body.customer-account-create.sales-order-history .order-totals tfoot tr.first td, body.customer-account-create.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr.first td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr.first td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr.first td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr.first td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr.first td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr.first td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr.first td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr.first td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-confirmation.sales-order-view .data-table tfoot tr.first td, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr.first td, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr.first td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-confirmation.sales-order-history .data-table tfoot tr.first td, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr.first td, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr.first td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr.first td { padding-top: 25px; }

body.customer-account.sales-order-view .data-table tfoot tr td, body.customer-account.sales-order-view .data-table.order-totals tr td, body.customer-account.sales-order-view .order-totals tfoot tr td, body.customer-account.sales-order-view .order-totals.order-totals tr td, body.customer-account.sales-order-history .data-table tfoot tr td, body.customer-account.sales-order-history .data-table.order-totals tr td, body.customer-account.sales-order-history .order-totals tfoot tr td, body.customer-account.sales-order-history .order-totals.order-totals tr td, body.customer-account-login.sales-order-view .data-table tfoot tr td, body.customer-account-login.sales-order-view .data-table.order-totals tr td, body.customer-account-login.sales-order-view .order-totals tfoot tr td, body.customer-account-login.sales-order-view .order-totals.order-totals tr td, body.customer-account-login.sales-order-history .data-table tfoot tr td, body.customer-account-login.sales-order-history .data-table.order-totals tr td, body.customer-account-login.sales-order-history .order-totals tfoot tr td, body.customer-account-login.sales-order-history .order-totals.order-totals tr td, body.customer-account-create.sales-order-view .data-table tfoot tr td, body.customer-account-create.sales-order-view .data-table.order-totals tr td, body.customer-account-create.sales-order-view .order-totals tfoot tr td, body.customer-account-create.sales-order-view .order-totals.order-totals tr td, body.customer-account-create.sales-order-history .data-table tfoot tr td, body.customer-account-create.sales-order-history .data-table.order-totals tr td, body.customer-account-create.sales-order-history .order-totals tfoot tr td, body.customer-account-create.sales-order-history .order-totals.order-totals tr td, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr td, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr td, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr td, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr td, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr td, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr td, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr td, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr td, body.customer-account-confirmation.sales-order-view .data-table tfoot tr td, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr td, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr td, body.customer-account-confirmation.sales-order-history .data-table tfoot tr td, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr td, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr td { padding: 1px 5px; font-size: 16px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.customer-account.sales-order-view .data-table tfoot tr td.last, body.customer-account.sales-order-view .data-table.order-totals tr td.last, body.customer-account.sales-order-view .order-totals tfoot tr td.last, body.customer-account.sales-order-view .order-totals.order-totals tr td.last, body.customer-account.sales-order-history .data-table tfoot tr td.last, body.customer-account.sales-order-history .data-table.order-totals tr td.last, body.customer-account.sales-order-history .order-totals tfoot tr td.last, body.customer-account.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-login.sales-order-view .data-table tfoot tr td.last, body.customer-account-login.sales-order-view .data-table.order-totals tr td.last, body.customer-account-login.sales-order-view .order-totals tfoot tr td.last, body.customer-account-login.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-login.sales-order-history .data-table tfoot tr td.last, body.customer-account-login.sales-order-history .data-table.order-totals tr td.last, body.customer-account-login.sales-order-history .order-totals tfoot tr td.last, body.customer-account-login.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-create.sales-order-view .data-table tfoot tr td.last, body.customer-account-create.sales-order-view .data-table.order-totals tr td.last, body.customer-account-create.sales-order-view .order-totals tfoot tr td.last, body.customer-account-create.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-create.sales-order-history .data-table tfoot tr td.last, body.customer-account-create.sales-order-history .data-table.order-totals tr td.last, body.customer-account-create.sales-order-history .order-totals tfoot tr td.last, body.customer-account-create.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr td.last, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr td.last, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr td.last, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr td.last, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr td.last, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr td.last, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr td.last, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr td.last, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-confirmation.sales-order-view .data-table tfoot tr td.last, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr td.last, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr td.last, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-confirmation.sales-order-history .data-table tfoot tr td.last, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr td.last, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr td.last, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr td.last { padding-right: 30px; }

body.customer-account.sales-order-view .data-table.order-totals, body.customer-account.sales-order-view .order-totals.order-totals, body.customer-account.sales-order-history .data-table.order-totals, body.customer-account.sales-order-history .order-totals.order-totals, body.customer-account-login.sales-order-view .data-table.order-totals, body.customer-account-login.sales-order-view .order-totals.order-totals, body.customer-account-login.sales-order-history .data-table.order-totals, body.customer-account-login.sales-order-history .order-totals.order-totals, body.customer-account-create.sales-order-view .data-table.order-totals, body.customer-account-create.sales-order-view .order-totals.order-totals, body.customer-account-create.sales-order-history .data-table.order-totals, body.customer-account-create.sales-order-history .order-totals.order-totals, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals, body.customer-account-confirmation.sales-order-view .data-table.order-totals, body.customer-account-confirmation.sales-order-view .order-totals.order-totals, body.customer-account-confirmation.sales-order-history .data-table.order-totals, body.customer-account-confirmation.sales-order-history .order-totals.order-totals { width: 100%; }

body.customer-account.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-login.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-login.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-login.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-login.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-create.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-create.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-create.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-create.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-history .order-totals.order-totals > tbody > tr > th { display: none; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price, body.customer-account.sales-order-view .order-totals.order-totals table.table-price, body.customer-account.sales-order-history .data-table.order-totals table.table-price, body.customer-account.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price { width: 100%; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price tr td { text-align: right !important; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price tr td:first-child { display: block; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price tr td.last { width: 125px; padding-right: 5px; }

body.customer-account.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type { width: 17%; }

body.customer-account.sales-order-view.sales-order-history .buttons-set, body.customer-account.sales-order-history.sales-order-history .buttons-set, body.customer-account-login.sales-order-view.sales-order-history .buttons-set, body.customer-account-login.sales-order-history.sales-order-history .buttons-set, body.customer-account-create.sales-order-view.sales-order-history .buttons-set, body.customer-account-create.sales-order-history.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-view.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-history.sales-order-history .buttons-set, body.customer-account-changeforgotten.sales-order-view.sales-order-history .buttons-set, body.customer-account-changeforgotten.sales-order-history.sales-order-history .buttons-set, body.customer-account-confirmation.sales-order-view.sales-order-history .buttons-set, body.customer-account-confirmation.sales-order-history.sales-order-history .buttons-set { width: 1060px; padding: 10px 25px 45px 25px; }

body.customer-account .dashboard, body.customer-account-login .dashboard, body.customer-account-create .dashboard, body.customer-account-forgotpassword .dashboard, body.customer-account-changeforgotten .dashboard, body.customer-account-confirmation .dashboard { width: 100%; max-width: 1010px; margin: 0 auto; margin: -75px auto 50px auto; padding: 20px; float: none; z-index: 100; position: relative; border-radius: 2px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); background: #fff; }

body.customer-account .dashboard.no-margin-top, body.customer-account-login .dashboard.no-margin-top, body.customer-account-create .dashboard.no-margin-top, body.customer-account-forgotpassword .dashboard.no-margin-top, body.customer-account-changeforgotten .dashboard.no-margin-top, body.customer-account-confirmation .dashboard.no-margin-top { margin-top: 0; }

body.customer-account .dashboard.no-margin-bottom, body.customer-account-login .dashboard.no-margin-bottom, body.customer-account-create .dashboard.no-margin-bottom, body.customer-account-forgotpassword .dashboard.no-margin-bottom, body.customer-account-changeforgotten .dashboard.no-margin-bottom, body.customer-account-confirmation .dashboard.no-margin-bottom { margin-bottom: 0; }

body.customer-account .dashboard h1, body.customer-account .dashboard h2, body.customer-account-login .dashboard h1, body.customer-account-login .dashboard h2, body.customer-account-create .dashboard h1, body.customer-account-create .dashboard h2, body.customer-account-forgotpassword .dashboard h1, body.customer-account-forgotpassword .dashboard h2, body.customer-account-changeforgotten .dashboard h1, body.customer-account-changeforgotten .dashboard h2, body.customer-account-confirmation .dashboard h1, body.customer-account-confirmation .dashboard h2 { font-size: 18px; color: #a6aa7c; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; border-bottom: 0; text-transform: none; font-weight: 700; }

body.customer-account .dashboard h1, body.customer-account-login .dashboard h1, body.customer-account-create .dashboard h1, body.customer-account-forgotpassword .dashboard h1, body.customer-account-changeforgotten .dashboard h1, body.customer-account-confirmation .dashboard h1 { margin-bottom: 20px; }

body.customer-account .dashboard .form-list, body.customer-account-login .dashboard .form-list, body.customer-account-create .dashboard .form-list, body.customer-account-forgotpassword .dashboard .form-list, body.customer-account-changeforgotten .dashboard .form-list, body.customer-account-confirmation .dashboard .form-list { border-top: none; padding-top: 0; }

body.customer-account .dashboard .box-account, body.customer-account-login .dashboard .box-account, body.customer-account-create .dashboard .box-account, body.customer-account-forgotpassword .dashboard .box-account, body.customer-account-changeforgotten .dashboard .box-account, body.customer-account-confirmation .dashboard .box-account { background-color: #fff; border: 1px solid #e2e2e2; margin-bottom: 20px; }

body.customer-account .dashboard .box-account.padding, body.customer-account-login .dashboard .box-account.padding, body.customer-account-create .dashboard .box-account.padding, body.customer-account-forgotpassword .dashboard .box-account.padding, body.customer-account-changeforgotten .dashboard .box-account.padding, body.customer-account-confirmation .dashboard .box-account.padding { padding: 20px; }

body.customer-account .dashboard .box-account address, body.customer-account .dashboard .box-account .box-content p, body.customer-account-login .dashboard .box-account address, body.customer-account-login .dashboard .box-account .box-content p, body.customer-account-create .dashboard .box-account address, body.customer-account-create .dashboard .box-account .box-content p, body.customer-account-forgotpassword .dashboard .box-account address, body.customer-account-forgotpassword .dashboard .box-account .box-content p, body.customer-account-changeforgotten .dashboard .box-account address, body.customer-account-changeforgotten .dashboard .box-account .box-content p, body.customer-account-confirmation .dashboard .box-account address, body.customer-account-confirmation .dashboard .box-account .box-content p { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; font-size: 16px; color: #606063; }

body.customer-account .dashboard .box-account a, body.customer-account-login .dashboard .box-account a, body.customer-account-create .dashboard .box-account a, body.customer-account-forgotpassword .dashboard .box-account a, body.customer-account-changeforgotten .dashboard .box-account a, body.customer-account-confirmation .dashboard .box-account a { font-size: 14px; }

body.customer-account .dashboard .box-account .box, body.customer-account-login .dashboard .box-account .box, body.customer-account-create .dashboard .box-account .box, body.customer-account-forgotpassword .dashboard .box-account .box, body.customer-account-changeforgotten .dashboard .box-account .box, body.customer-account-confirmation .dashboard .box-account .box { padding: 0 30px; }

body.customer-account .dashboard .box-account .col-2, body.customer-account-login .dashboard .box-account .col-2, body.customer-account-create .dashboard .box-account .col-2, body.customer-account-forgotpassword .dashboard .box-account .col-2, body.customer-account-changeforgotten .dashboard .box-account .col-2, body.customer-account-confirmation .dashboard .box-account .col-2 { padding-left: 0; }

body.customer-account .dashboard .box-account.margin-bottom-sm, body.customer-account-login .dashboard .box-account.margin-bottom-sm, body.customer-account-create .dashboard .box-account.margin-bottom-sm, body.customer-account-forgotpassword .dashboard .box-account.margin-bottom-sm, body.customer-account-changeforgotten .dashboard .box-account.margin-bottom-sm, body.customer-account-confirmation .dashboard .box-account.margin-bottom-sm { margin-bottom: 10px; }

body.customer-account .dashboard .col2-set, body.customer-account-login .dashboard .col2-set, body.customer-account-create .dashboard .col2-set, body.customer-account-forgotpassword .dashboard .col2-set, body.customer-account-changeforgotten .dashboard .col2-set, body.customer-account-confirmation .dashboard .col2-set { display: flex; }

body.customer-account .dashboard .col2-set.col-set-parent .col-1, body.customer-account-login .dashboard .col2-set.col-set-parent .col-1, body.customer-account-create .dashboard .col2-set.col-set-parent .col-1, body.customer-account-forgotpassword .dashboard .col2-set.col-set-parent .col-1, body.customer-account-changeforgotten .dashboard .col2-set.col-set-parent .col-1, body.customer-account-confirmation .dashboard .col2-set.col-set-parent .col-1 { padding-right: 10px; }

body.customer-account .dashboard .col2-set.col-set-parent .col-2, body.customer-account-login .dashboard .col2-set.col-set-parent .col-2, body.customer-account-create .dashboard .col2-set.col-set-parent .col-2, body.customer-account-forgotpassword .dashboard .col2-set.col-set-parent .col-2, body.customer-account-changeforgotten .dashboard .col2-set.col-set-parent .col-2, body.customer-account-confirmation .dashboard .col2-set.col-set-parent .col-2 { padding-left: 10px; }

body.customer-account .dashboard .col2-set .col-1, body.customer-account .dashboard .col2-set .col-2, body.customer-account-login .dashboard .col2-set .col-1, body.customer-account-login .dashboard .col2-set .col-2, body.customer-account-create .dashboard .col2-set .col-1, body.customer-account-create .dashboard .col2-set .col-2, body.customer-account-forgotpassword .dashboard .col2-set .col-1, body.customer-account-forgotpassword .dashboard .col2-set .col-2, body.customer-account-changeforgotten .dashboard .col2-set .col-1, body.customer-account-changeforgotten .dashboard .col2-set .col-2, body.customer-account-confirmation .dashboard .col2-set .col-1, body.customer-account-confirmation .dashboard .col2-set .col-2 { display: flex; padding-right: 0; }

body.customer-account .dashboard .col2-set .col-1 .box, body.customer-account .dashboard .col2-set .col-1 .box-account, body.customer-account .dashboard .col2-set .col-2 .box, body.customer-account .dashboard .col2-set .col-2 .box-account, body.customer-account-login .dashboard .col2-set .col-1 .box, body.customer-account-login .dashboard .col2-set .col-1 .box-account, body.customer-account-login .dashboard .col2-set .col-2 .box, body.customer-account-login .dashboard .col2-set .col-2 .box-account, body.customer-account-create .dashboard .col2-set .col-1 .box, body.customer-account-create .dashboard .col2-set .col-1 .box-account, body.customer-account-create .dashboard .col2-set .col-2 .box, body.customer-account-create .dashboard .col2-set .col-2 .box-account, body.customer-account-forgotpassword .dashboard .col2-set .col-1 .box, body.customer-account-forgotpassword .dashboard .col2-set .col-1 .box-account, body.customer-account-forgotpassword .dashboard .col2-set .col-2 .box, body.customer-account-forgotpassword .dashboard .col2-set .col-2 .box-account, body.customer-account-changeforgotten .dashboard .col2-set .col-1 .box, body.customer-account-changeforgotten .dashboard .col2-set .col-1 .box-account, body.customer-account-changeforgotten .dashboard .col2-set .col-2 .box, body.customer-account-changeforgotten .dashboard .col2-set .col-2 .box-account, body.customer-account-confirmation .dashboard .col2-set .col-1 .box, body.customer-account-confirmation .dashboard .col2-set .col-1 .box-account, body.customer-account-confirmation .dashboard .col2-set .col-2 .box, body.customer-account-confirmation .dashboard .col2-set .col-2 .box-account { width: 100%; }

body.customer-account .dashboard .col2-set .col-1 .box-title h3, body.customer-account .dashboard .col2-set .col-2 .box-title h3, body.customer-account-login .dashboard .col2-set .col-1 .box-title h3, body.customer-account-login .dashboard .col2-set .col-2 .box-title h3, body.customer-account-create .dashboard .col2-set .col-1 .box-title h3, body.customer-account-create .dashboard .col2-set .col-2 .box-title h3, body.customer-account-forgotpassword .dashboard .col2-set .col-1 .box-title h3, body.customer-account-forgotpassword .dashboard .col2-set .col-2 .box-title h3, body.customer-account-changeforgotten .dashboard .col2-set .col-1 .box-title h3, body.customer-account-changeforgotten .dashboard .col2-set .col-2 .box-title h3, body.customer-account-confirmation .dashboard .col2-set .col-1 .box-title h3, body.customer-account-confirmation .dashboard .col2-set .col-2 .box-title h3 { color: #a6aa7c; font-size: 18px; }

body.customer-account .data-table, body.customer-account-login .data-table, body.customer-account-create .data-table, body.customer-account-forgotpassword .data-table, body.customer-account-changeforgotten .data-table, body.customer-account-confirmation .data-table { margin-bottom: 20px; margin-top: 0; }

body.customer-account .data-table th, body.customer-account .data-table td, body.customer-account-login .data-table th, body.customer-account-login .data-table td, body.customer-account-create .data-table th, body.customer-account-create .data-table td, body.customer-account-forgotpassword .data-table th, body.customer-account-forgotpassword .data-table td, body.customer-account-changeforgotten .data-table th, body.customer-account-changeforgotten .data-table td, body.customer-account-confirmation .data-table th, body.customer-account-confirmation .data-table td { padding: 20px 5px; background: unset; }

body.customer-account .data-table tr, body.customer-account-login .data-table tr, body.customer-account-create .data-table tr, body.customer-account-forgotpassword .data-table tr, body.customer-account-changeforgotten .data-table tr, body.customer-account-confirmation .data-table tr { border-bottom: none; }

body.customer-account .data-table th:first-child, body.customer-account .data-table td:first-child, body.customer-account-login .data-table th:first-child, body.customer-account-login .data-table td:first-child, body.customer-account-create .data-table th:first-child, body.customer-account-create .data-table td:first-child, body.customer-account-forgotpassword .data-table th:first-child, body.customer-account-forgotpassword .data-table td:first-child, body.customer-account-changeforgotten .data-table th:first-child, body.customer-account-changeforgotten .data-table td:first-child, body.customer-account-confirmation .data-table th:first-child, body.customer-account-confirmation .data-table td:first-child { padding-left: 20px; }

body.customer-account .data-table th:last-child, body.customer-account .data-table td:last-child, body.customer-account-login .data-table th:last-child, body.customer-account-login .data-table td:last-child, body.customer-account-create .data-table th:last-child, body.customer-account-create .data-table td:last-child, body.customer-account-forgotpassword .data-table th:last-child, body.customer-account-forgotpassword .data-table td:last-child, body.customer-account-changeforgotten .data-table th:last-child, body.customer-account-changeforgotten .data-table td:last-child, body.customer-account-confirmation .data-table th:last-child, body.customer-account-confirmation .data-table td:last-child { padding-right: 20px; }

body.customer-account .data-table thead th, body.customer-account-login .data-table thead th, body.customer-account-create .data-table thead th, body.customer-account-forgotpassword .data-table thead th, body.customer-account-changeforgotten .data-table thead th, body.customer-account-confirmation .data-table thead th { border-bottom: 1px solid #e2e2e2; text-transform: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; color: #606063; }

body.customer-account .data-table tbody td, body.customer-account-login .data-table tbody td, body.customer-account-create .data-table tbody td, body.customer-account-forgotpassword .data-table tbody td, body.customer-account-changeforgotten .data-table tbody td, body.customer-account-confirmation .data-table tbody td { padding: 30px 5px; border-bottom: none; font-family: inherit; font-size: 14px; width: 15%; }

body.customer-account .data-table tbody td.number, body.customer-account-login .data-table tbody td.number, body.customer-account-create .data-table tbody td.number, body.customer-account-forgotpassword .data-table tbody td.number, body.customer-account-changeforgotten .data-table tbody td.number, body.customer-account-confirmation .data-table tbody td.number { font-weight: 700; }

body.customer-account .data-table tbody td.status em, body.customer-account-login .data-table tbody td.status em, body.customer-account-create .data-table tbody td.status em, body.customer-account-forgotpassword .data-table tbody td.status em, body.customer-account-changeforgotten .data-table tbody td.status em, body.customer-account-confirmation .data-table tbody td.status em { font-style: normal; }

body.customer-account .data-table tbody td a, body.customer-account-login .data-table tbody td a, body.customer-account-create .data-table tbody td a, body.customer-account-forgotpassword .data-table tbody td a, body.customer-account-changeforgotten .data-table tbody td a, body.customer-account-confirmation .data-table tbody td a { text-transform: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.customer-account .data-table tbody td .item-options, body.customer-account-login .data-table tbody td .item-options, body.customer-account-create .data-table tbody td .item-options, body.customer-account-forgotpassword .data-table tbody td .item-options, body.customer-account-changeforgotten .data-table tbody td .item-options, body.customer-account-confirmation .data-table tbody td .item-options { margin-left: 0; padding-left: 0; }

body.customer-account .data-table tbody td .item-options dd, body.customer-account-login .data-table tbody td .item-options dd, body.customer-account-create .data-table tbody td .item-options dd, body.customer-account-forgotpassword .data-table tbody td .item-options dd, body.customer-account-changeforgotten .data-table tbody td .item-options dd, body.customer-account-confirmation .data-table tbody td .item-options dd { padding-left: 0; }

body.customer-account .data-table tfoot tr, body.customer-account-login .data-table tfoot tr, body.customer-account-create .data-table tfoot tr, body.customer-account-forgotpassword .data-table tfoot tr, body.customer-account-changeforgotten .data-table tfoot tr, body.customer-account-confirmation .data-table tfoot tr { background: unset; }

body.customer-account .data-table .product-cart-info, body.customer-account-login .data-table .product-cart-info, body.customer-account-create .data-table .product-cart-info, body.customer-account-forgotpassword .data-table .product-cart-info, body.customer-account-changeforgotten .data-table .product-cart-info, body.customer-account-confirmation .data-table .product-cart-info { text-align: left; }

body.customer-account .data-table .product-cart-info h3, body.customer-account-login .data-table .product-cart-info h3, body.customer-account-create .data-table .product-cart-info h3, body.customer-account-forgotpassword .data-table .product-cart-info h3, body.customer-account-changeforgotten .data-table .product-cart-info h3, body.customer-account-confirmation .data-table .product-cart-info h3 { color: inherit; }

body.customer-account .data-table .product-cart-image, body.customer-account-login .data-table .product-cart-image, body.customer-account-create .data-table .product-cart-image, body.customer-account-forgotpassword .data-table .product-cart-image, body.customer-account-changeforgotten .data-table .product-cart-image, body.customer-account-confirmation .data-table .product-cart-image { max-width: 130px; }

body.customer-account .data-table .product-cart-image a, body.customer-account-login .data-table .product-cart-image a, body.customer-account-create .data-table .product-cart-image a, body.customer-account-forgotpassword .data-table .product-cart-image a, body.customer-account-changeforgotten .data-table .product-cart-image a, body.customer-account-confirmation .data-table .product-cart-image a { border: none; }

body.customer-account .data-table .product-cart-image a img, body.customer-account-login .data-table .product-cart-image a img, body.customer-account-create .data-table .product-cart-image a img, body.customer-account-forgotpassword .data-table .product-cart-image a img, body.customer-account-changeforgotten .data-table .product-cart-image a img, body.customer-account-confirmation .data-table .product-cart-image a img { width: 180px; }

body.customer-account .data-table .product-cart-image a:hover, body.customer-account-login .data-table .product-cart-image a:hover, body.customer-account-create .data-table .product-cart-image a:hover, body.customer-account-forgotpassword .data-table .product-cart-image a:hover, body.customer-account-changeforgotten .data-table .product-cart-image a:hover, body.customer-account-confirmation .data-table .product-cart-image a:hover { border: none; }

body.customer-account .data-table .product-cart-price .price, body.customer-account .data-table .product-cart-total .price, body.customer-account-login .data-table .product-cart-price .price, body.customer-account-login .data-table .product-cart-total .price, body.customer-account-create .data-table .product-cart-price .price, body.customer-account-create .data-table .product-cart-total .price, body.customer-account-forgotpassword .data-table .product-cart-price .price, body.customer-account-forgotpassword .data-table .product-cart-total .price, body.customer-account-changeforgotten .data-table .product-cart-price .price, body.customer-account-changeforgotten .data-table .product-cart-total .price, body.customer-account-confirmation .data-table .product-cart-price .price, body.customer-account-confirmation .data-table .product-cart-total .price { color: #a6aa7c; font-weight: 700; }

body.customer-account .data-table .product-cart-price, body.customer-account .data-table .product-cart-qty, body.customer-account .data-table .product-cart-total, body.customer-account-login .data-table .product-cart-price, body.customer-account-login .data-table .product-cart-qty, body.customer-account-login .data-table .product-cart-total, body.customer-account-create .data-table .product-cart-price, body.customer-account-create .data-table .product-cart-qty, body.customer-account-create .data-table .product-cart-total, body.customer-account-forgotpassword .data-table .product-cart-price, body.customer-account-forgotpassword .data-table .product-cart-qty, body.customer-account-forgotpassword .data-table .product-cart-total, body.customer-account-changeforgotten .data-table .product-cart-price, body.customer-account-changeforgotten .data-table .product-cart-qty, body.customer-account-changeforgotten .data-table .product-cart-total, body.customer-account-confirmation .data-table .product-cart-price, body.customer-account-confirmation .data-table .product-cart-qty, body.customer-account-confirmation .data-table .product-cart-total { padding-top: 59px; }

body.customer-account.customer-address-index .dashboard, body.customer-account-login.customer-address-index .dashboard, body.customer-account-create.customer-address-index .dashboard, body.customer-account-forgotpassword.customer-address-index .dashboard, body.customer-account-changeforgotten.customer-address-index .dashboard, body.customer-account-confirmation.customer-address-index .dashboard { margin: -75px auto 10px auto; }

body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-changeforgotten.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-confirmation.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: nowrap; }

body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-changeforgotten.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-confirmation.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { padding-left: 20px; }

body.customer-account .checkout-review-bottom, body.customer-account-login .checkout-review-bottom, body.customer-account-create .checkout-review-bottom, body.customer-account-forgotpassword .checkout-review-bottom, body.customer-account-changeforgotten .checkout-review-bottom, body.customer-account-confirmation .checkout-review-bottom { min-height: 110px; }

body.customer-account .checkout-review-bottom .checkout-agreements, body.customer-account-login .checkout-review-bottom .checkout-agreements, body.customer-account-create .checkout-review-bottom .checkout-agreements, body.customer-account-forgotpassword .checkout-review-bottom .checkout-agreements, body.customer-account-changeforgotten .checkout-review-bottom .checkout-agreements, body.customer-account-confirmation .checkout-review-bottom .checkout-agreements { float: left; }

body.customer-account .checkout-review-bottom .checkout-totals, body.customer-account-login .checkout-review-bottom .checkout-totals, body.customer-account-create .checkout-review-bottom .checkout-totals, body.customer-account-forgotpassword .checkout-review-bottom .checkout-totals, body.customer-account-changeforgotten .checkout-review-bottom .checkout-totals, body.customer-account-confirmation .checkout-review-bottom .checkout-totals { float: right; }

body.customer-account .checkout-review-bottom .checkout-totals .price, body.customer-account-login .checkout-review-bottom .checkout-totals .price, body.customer-account-create .checkout-review-bottom .checkout-totals .price, body.customer-account-forgotpassword .checkout-review-bottom .checkout-totals .price, body.customer-account-changeforgotten .checkout-review-bottom .checkout-totals .price, body.customer-account-confirmation .checkout-review-bottom .checkout-totals .price { padding-left: 20px; }

body.customer-account .checkout-review-bottom .checkout-totals strong, body.customer-account-login .checkout-review-bottom .checkout-totals strong, body.customer-account-create .checkout-review-bottom .checkout-totals strong, body.customer-account-forgotpassword .checkout-review-bottom .checkout-totals strong, body.customer-account-changeforgotten .checkout-review-bottom .checkout-totals strong, body.customer-account-confirmation .checkout-review-bottom .checkout-totals strong { color: #a6aa7c; }

body.customer-account .checkout-review-bottom .a-right, body.customer-account-login .checkout-review-bottom .a-right, body.customer-account-create .checkout-review-bottom .a-right, body.customer-account-forgotpassword .checkout-review-bottom .a-right, body.customer-account-changeforgotten .checkout-review-bottom .a-right, body.customer-account-confirmation .checkout-review-bottom .a-right { padding-bottom: 7px; }

body.customer-account #checkout-review-submit .f-left, body.customer-account-login #checkout-review-submit .f-left, body.customer-account-create #checkout-review-submit .f-left, body.customer-account-forgotpassword #checkout-review-submit .f-left, body.customer-account-changeforgotten #checkout-review-submit .f-left, body.customer-account-confirmation #checkout-review-submit .f-left { float: unset; margin-bottom: 40px; font-size: 12px; }

body.customer-account #checkout-review-submit .f-left a, body.customer-account-login #checkout-review-submit .f-left a, body.customer-account-create #checkout-review-submit .f-left a, body.customer-account-forgotpassword #checkout-review-submit .f-left a, body.customer-account-changeforgotten #checkout-review-submit .f-left a, body.customer-account-confirmation #checkout-review-submit .f-left a { display: inline-block; color: #949494; }

body.customer-account #checkout-review-submit .please-wait, body.customer-account-login #checkout-review-submit .please-wait, body.customer-account-create #checkout-review-submit .please-wait, body.customer-account-forgotpassword #checkout-review-submit .please-wait, body.customer-account-changeforgotten #checkout-review-submit .please-wait, body.customer-account-confirmation #checkout-review-submit .please-wait { float: unset; }

/* source-sans-3-300 - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 300; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-300italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 300; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-regular - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 400; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 400; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-600 - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 600; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-600italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 600; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-700 - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: normal; font-weight: 700; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* source-sans-3-700italic - latin */
@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Source Sans 3'; font-style: italic; font-weight: 700; src: url("/skin/frontend/prozentbuch/default/fonts/sourcesanspro/source-sans-3-v9-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/*! Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("/skin/frontend/prozentbuch/default/fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"); font-weight: normal; font-style: normal; font-display: swap; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571429em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center; }

.fa-li.fa-lg { left: -1.85714286em; }

.fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

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

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

.fa-glass:before { content: "\f000"; }

.fa-music:before { content: "\f001"; }

.fa-search:before { content: "\f002"; }

.fa-envelope-o:before { content: "\f003"; }

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

.fa-star-o:before { content: "\f006"; }

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

.fa-th-large:before { content: "\f009"; }

.fa-th:before { content: "\f00a"; }

.fa-th-list:before { content: "\f00b"; }

.fa-check:before { content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-search-minus:before { content: "\f010"; }

.fa-power-off:before { content: "\f011"; }

.fa-signal:before { content: "\f012"; }

.fa-gear:before, .fa-cog:before { content: "\f013"; }

.fa-trash-o:before { content: "\f014"; }

.fa-home:before { content: "\f015"; }

.fa-file-o:before { content: "\f016"; }

.fa-clock-o:before { content: "\f017"; }

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

.fa-arrow-circle-o-down:before { content: "\f01a"; }

.fa-arrow-circle-o-up:before { content: "\f01b"; }

.fa-inbox:before { content: "\f01c"; }

.fa-play-circle-o:before { content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

.fa-refresh:before { content: "\f021"; }

.fa-list-alt:before { content: "\f022"; }

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-up:before { content: "\f028"; }

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-right:before { content: "\f038"; }

.fa-align-justify:before { content: "\f039"; }

.fa-list:before { content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

.fa-indent:before { content: "\f03c"; }

.fa-video-camera:before { content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }

.fa-pencil:before { content: "\f040"; }

.fa-map-marker:before { content: "\f041"; }

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

.fa-share-square-o:before { content: "\f045"; }

.fa-check-square-o:before { content: "\f046"; }

.fa-arrows:before { content: "\f047"; }

.fa-step-backward:before { content: "\f048"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-step-forward:before { content: "\f051"; }

.fa-eject:before { content: "\f052"; }

.fa-chevron-left:before { content: "\f053"; }

.fa-chevron-right:before { content: "\f054"; }

.fa-plus-circle:before { content: "\f055"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-times-circle:before { content: "\f057"; }

.fa-check-circle:before { content: "\f058"; }

.fa-question-circle:before { content: "\f059"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-times-circle-o:before { content: "\f05c"; }

.fa-check-circle-o:before { content: "\f05d"; }

.fa-ban:before { content: "\f05e"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-mail-forward:before, .fa-share:before { content: "\f064"; }

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-retweet:before { content: "\f079"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-key:before { content: "\f084"; }

.fa-gears:before, .fa-cogs:before { content: "\f085"; }

.fa-comments:before { content: "\f086"; }

.fa-thumbs-o-up:before { content: "\f087"; }

.fa-thumbs-o-down:before { content: "\f088"; }

.fa-star-half:before { content: "\f089"; }

.fa-heart-o:before { content: "\f08a"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-linkedin-square:before { content: "\f08c"; }

.fa-thumb-tack:before { content: "\f08d"; }

.fa-external-link:before { content: "\f08e"; }

.fa-sign-in:before { content: "\f090"; }

.fa-trophy:before { content: "\f091"; }

.fa-github-square:before { content: "\f092"; }

.fa-upload:before { content: "\f093"; }

.fa-lemon-o:before { content: "\f094"; }

.fa-phone:before { content: "\f095"; }

.fa-square-o:before { content: "\f096"; }

.fa-bookmark-o:before { content: "\f097"; }

.fa-phone-square:before { content: "\f098"; }

.fa-twitter:before { content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-feed:before, .fa-rss:before { content: "\f09e"; }

.fa-hdd-o:before { content: "\f0a0"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-hand-o-right:before { content: "\f0a4"; }

.fa-hand-o-left:before { content: "\f0a5"; }

.fa-hand-o-up:before { content: "\f0a6"; }

.fa-hand-o-down:before { content: "\f0a7"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-group:before, .fa-users:before { content: "\f0c0"; }

.fa-chain:before, .fa-link:before { content: "\f0c1"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

.fa-square:before { content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-plus:before { content: "\f0d5"; }

.fa-money:before { content: "\f0d6"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-columns:before { content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

.fa-comment-o:before { content: "\f0e5"; }

.fa-comments-o:before { content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

.fa-lightbulb-o:before { content: "\f0eb"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-bell-o:before { content: "\f0a2"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

.fa-file-text-o:before { content: "\f0f6"; }

.fa-building-o:before { content: "\f0f7"; }

.fa-hospital-o:before { content: "\f0f8"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-beer:before { content: "\f0fc"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angle-down:before { content: "\f107"; }

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

.fa-circle-o:before { content: "\f10c"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

.fa-github-alt:before { content: "\f113"; }

.fa-folder-o:before { content: "\f114"; }

.fa-folder-open-o:before { content: "\f115"; }

.fa-smile-o:before { content: "\f118"; }

.fa-frown-o:before { content: "\f119"; }

.fa-meh-o:before { content: "\f11a"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-keyboard-o:before { content: "\f11c"; }

.fa-flag-o:before { content: "\f11d"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-crop:before { content: "\f125"; }

.fa-code-fork:before { content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-shield:before { content: "\f132"; }

.fa-calendar-o:before { content: "\f133"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-bullseye:before { content: "\f140"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-rss-square:before { content: "\f143"; }

.fa-play-circle:before { content: "\f144"; }

.fa-ticket:before { content: "\f145"; }

.fa-minus-square:before { content: "\f146"; }

.fa-minus-square-o:before { content: "\f147"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-down:before { content: "\f149"; }

.fa-check-square:before { content: "\f14a"; }

.fa-pencil-square:before { content: "\f14b"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-share-square:before { content: "\f14d"; }

.fa-compass:before { content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

.fa-euro:before, .fa-eur:before { content: "\f153"; }

.fa-gbp:before { content: "\f154"; }

.fa-dollar:before, .fa-usd:before { content: "\f155"; }

.fa-rupee:before, .fa-inr:before { content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

.fa-won:before, .fa-krw:before { content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

.fa-file:before { content: "\f15b"; }

.fa-file-text:before { content: "\f15c"; }

.fa-sort-alpha-asc:before { content: "\f15d"; }

.fa-sort-alpha-desc:before { content: "\f15e"; }

.fa-sort-amount-asc:before { content: "\f160"; }

.fa-sort-amount-desc:before { content: "\f161"; }

.fa-sort-numeric-asc:before { content: "\f162"; }

.fa-sort-numeric-desc:before { content: "\f163"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-youtube-square:before { content: "\f166"; }

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-youtube-play:before { content: "\f16a"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitbucket-square:before { content: "\f172"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before { content: "\f184"; }

.fa-sun-o:before { content: "\f185"; }

.fa-moon-o:before { content: "\f186"; }

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-arrow-circle-o-right:before { content: "\f18e"; }

.fa-arrow-circle-o-left:before { content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

.fa-dot-circle-o:before { content: "\f192"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

.fa-plus-square-o:before { content: "\f196"; }

.fa-space-shuttle:before { content: "\f197"; }

.fa-slack:before { content: "\f198"; }

.fa-envelope-square:before { content: "\f199"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-openid:before { content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-google:before { content: "\f1a0"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

.fa-pied-piper-pp:before { content: "\f1a7"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

.fa-fax:before { content: "\f1ac"; }

.fa-building:before { content: "\f1ad"; }

.fa-child:before { content: "\f1ae"; }

.fa-paw:before { content: "\f1b0"; }

.fa-spoon:before { content: "\f1b1"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-recycle:before { content: "\f1b8"; }

.fa-automobile:before, .fa-car:before { content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }

.fa-tree:before { content: "\f1bb"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-database:before { content: "\f1c0"; }

.fa-file-pdf-o:before { content: "\f1c1"; }

.fa-file-word-o:before { content: "\f1c2"; }

.fa-file-excel-o:before { content: "\f1c3"; }

.fa-file-powerpoint-o:before { content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }

.fa-file-code-o:before { content: "\f1c9"; }

.fa-vine:before { content: "\f1ca"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }

.fa-circle-o-notch:before { content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; }

.fa-ge:before, .fa-empire:before { content: "\f1d1"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-git:before { content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-qq:before { content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }

.fa-history:before { content: "\f1da"; }

.fa-circle-thin:before { content: "\f1db"; }

.fa-header:before { content: "\f1dc"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-sliders:before { content: "\f1de"; }

.fa-share-alt:before { content: "\f1e0"; }

.fa-share-alt-square:before { content: "\f1e1"; }

.fa-bomb:before { content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; }

.fa-tty:before { content: "\f1e4"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-plug:before { content: "\f1e6"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-yelp:before { content: "\f1e9"; }

.fa-newspaper-o:before { content: "\f1ea"; }

.fa-wifi:before { content: "\f1eb"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-paypal:before { content: "\f1ed"; }

.fa-google-wallet:before { content: "\f1ee"; }

.fa-cc-visa:before { content: "\f1f0"; }

.fa-cc-mastercard:before { content: "\f1f1"; }

.fa-cc-discover:before { content: "\f1f2"; }

.fa-cc-amex:before { content: "\f1f3"; }

.fa-cc-paypal:before { content: "\f1f4"; }

.fa-cc-stripe:before { content: "\f1f5"; }

.fa-bell-slash:before { content: "\f1f6"; }

.fa-bell-slash-o:before { content: "\f1f7"; }

.fa-trash:before { content: "\f1f8"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-at:before { content: "\f1fa"; }

.fa-eyedropper:before { content: "\f1fb"; }

.fa-paint-brush:before { content: "\f1fc"; }

.fa-birthday-cake:before { content: "\f1fd"; }

.fa-area-chart:before { content: "\f1fe"; }

.fa-pie-chart:before { content: "\f200"; }

.fa-line-chart:before { content: "\f201"; }

.fa-lastfm:before { content: "\f202"; }

.fa-lastfm-square:before { content: "\f203"; }

.fa-toggle-off:before { content: "\f204"; }

.fa-toggle-on:before { content: "\f205"; }

.fa-bicycle:before { content: "\f206"; }

.fa-bus:before { content: "\f207"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-angellist:before { content: "\f209"; }

.fa-cc:before { content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; }

.fa-meanpath:before { content: "\f20c"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-dashcube:before { content: "\f210"; }

.fa-forumbee:before { content: "\f211"; }

.fa-leanpub:before { content: "\f212"; }

.fa-sellsy:before { content: "\f213"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-skyatlas:before { content: "\f216"; }

.fa-cart-plus:before { content: "\f217"; }

.fa-cart-arrow-down:before { content: "\f218"; }

.fa-diamond:before { content: "\f219"; }

.fa-ship:before { content: "\f21a"; }

.fa-user-secret:before { content: "\f21b"; }

.fa-motorcycle:before { content: "\f21c"; }

.fa-street-view:before { content: "\f21d"; }

.fa-heartbeat:before { content: "\f21e"; }

.fa-venus:before { content: "\f221"; }

.fa-mars:before { content: "\f222"; }

.fa-mercury:before { content: "\f223"; }

.fa-intersex:before, .fa-transgender:before { content: "\f224"; }

.fa-transgender-alt:before { content: "\f225"; }

.fa-venus-double:before { content: "\f226"; }

.fa-mars-double:before { content: "\f227"; }

.fa-venus-mars:before { content: "\f228"; }

.fa-mars-stroke:before { content: "\f229"; }

.fa-mars-stroke-v:before { content: "\f22a"; }

.fa-mars-stroke-h:before { content: "\f22b"; }

.fa-neuter:before { content: "\f22c"; }

.fa-genderless:before { content: "\f22d"; }

.fa-facebook-official:before { content: "\f230"; }

.fa-pinterest-p:before { content: "\f231"; }

.fa-whatsapp:before { content: "\f232"; }

.fa-server:before { content: "\f233"; }

.fa-user-plus:before { content: "\f234"; }

.fa-user-times:before { content: "\f235"; }

.fa-hotel:before, .fa-bed:before { content: "\f236"; }

.fa-viacoin:before { content: "\f237"; }

.fa-train:before { content: "\f238"; }

.fa-subway:before { content: "\f239"; }

.fa-medium:before { content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before { content: "\f23b"; }

.fa-optin-monster:before { content: "\f23c"; }

.fa-opencart:before { content: "\f23d"; }

.fa-expeditedssl:before { content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before { content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; }

.fa-mouse-pointer:before { content: "\f245"; }

.fa-i-cursor:before { content: "\f246"; }

.fa-object-group:before { content: "\f247"; }

.fa-object-ungroup:before { content: "\f248"; }

.fa-sticky-note:before { content: "\f249"; }

.fa-sticky-note-o:before { content: "\f24a"; }

.fa-cc-jcb:before { content: "\f24b"; }

.fa-cc-diners-club:before { content: "\f24c"; }

.fa-clone:before { content: "\f24d"; }

.fa-balance-scale:before { content: "\f24e"; }

.fa-hourglass-o:before { content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; }

.fa-hourglass:before { content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; }

.fa-hand-scissors-o:before { content: "\f257"; }

.fa-hand-lizard-o:before { content: "\f258"; }

.fa-hand-spock-o:before { content: "\f259"; }

.fa-hand-pointer-o:before { content: "\f25a"; }

.fa-hand-peace-o:before { content: "\f25b"; }

.fa-trademark:before { content: "\f25c"; }

.fa-registered:before { content: "\f25d"; }

.fa-creative-commons:before { content: "\f25e"; }

.fa-gg:before { content: "\f260"; }

.fa-gg-circle:before { content: "\f261"; }

.fa-tripadvisor:before { content: "\f262"; }

.fa-odnoklassniki:before { content: "\f263"; }

.fa-odnoklassniki-square:before { content: "\f264"; }

.fa-get-pocket:before { content: "\f265"; }

.fa-wikipedia-w:before { content: "\f266"; }

.fa-safari:before { content: "\f267"; }

.fa-chrome:before { content: "\f268"; }

.fa-firefox:before { content: "\f269"; }

.fa-opera:before { content: "\f26a"; }

.fa-internet-explorer:before { content: "\f26b"; }

.fa-tv:before, .fa-television:before { content: "\f26c"; }

.fa-contao:before { content: "\f26d"; }

.fa-500px:before { content: "\f26e"; }

.fa-amazon:before { content: "\f270"; }

.fa-calendar-plus-o:before { content: "\f271"; }

.fa-calendar-minus-o:before { content: "\f272"; }

.fa-calendar-times-o:before { content: "\f273"; }

.fa-calendar-check-o:before { content: "\f274"; }

.fa-industry:before { content: "\f275"; }

.fa-map-pin:before { content: "\f276"; }

.fa-map-signs:before { content: "\f277"; }

.fa-map-o:before { content: "\f278"; }

.fa-map:before { content: "\f279"; }

.fa-commenting:before { content: "\f27a"; }

.fa-commenting-o:before { content: "\f27b"; }

.fa-houzz:before { content: "\f27c"; }

.fa-vimeo:before { content: "\f27d"; }

.fa-black-tie:before { content: "\f27e"; }

.fa-fonticons:before { content: "\f280"; }

.fa-reddit-alien:before { content: "\f281"; }

.fa-edge:before { content: "\f282"; }

.fa-credit-card-alt:before { content: "\f283"; }

.fa-codiepie:before { content: "\f284"; }

.fa-modx:before { content: "\f285"; }

.fa-fort-awesome:before { content: "\f286"; }

.fa-usb:before { content: "\f287"; }

.fa-product-hunt:before { content: "\f288"; }

.fa-mixcloud:before { content: "\f289"; }

.fa-scribd:before { content: "\f28a"; }

.fa-pause-circle:before { content: "\f28b"; }

.fa-pause-circle-o:before { content: "\f28c"; }

.fa-stop-circle:before { content: "\f28d"; }

.fa-stop-circle-o:before { content: "\f28e"; }

.fa-shopping-bag:before { content: "\f290"; }

.fa-shopping-basket:before { content: "\f291"; }

.fa-hashtag:before { content: "\f292"; }

.fa-bluetooth:before { content: "\f293"; }

.fa-bluetooth-b:before { content: "\f294"; }

.fa-percent:before { content: "\f295"; }

.fa-gitlab:before { content: "\f296"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpforms:before { content: "\f298"; }

.fa-envira:before { content: "\f299"; }

.fa-universal-access:before { content: "\f29a"; }

.fa-wheelchair-alt:before { content: "\f29b"; }

.fa-question-circle-o:before { content: "\f29c"; }

.fa-blind:before { content: "\f29d"; }

.fa-audio-description:before { content: "\f29e"; }

.fa-volume-control-phone:before { content: "\f2a0"; }

.fa-braille:before { content: "\f2a1"; }

.fa-assistive-listening-systems:before { content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; }

.fa-glide:before { content: "\f2a5"; }

.fa-glide-g:before { content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before { content: "\f2a7"; }

.fa-low-vision:before { content: "\f2a8"; }

.fa-viadeo:before { content: "\f2a9"; }

.fa-viadeo-square:before { content: "\f2aa"; }

.fa-snapchat:before { content: "\f2ab"; }

.fa-snapchat-ghost:before { content: "\f2ac"; }

.fa-snapchat-square:before { content: "\f2ad"; }

.fa-pied-piper:before { content: "\f2ae"; }

.fa-first-order:before { content: "\f2b0"; }

.fa-yoast:before { content: "\f2b1"; }

.fa-themeisle:before { content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; }

.fa-handshake-o:before { content: "\f2b5"; }

.fa-envelope-open:before { content: "\f2b6"; }

.fa-envelope-open-o:before { content: "\f2b7"; }

.fa-linode:before { content: "\f2b8"; }

.fa-address-book:before { content: "\f2b9"; }

.fa-address-book-o:before { content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before { content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; }

.fa-user-circle:before { content: "\f2bd"; }

.fa-user-circle-o:before { content: "\f2be"; }

.fa-user-o:before { content: "\f2c0"; }

.fa-id-badge:before { content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; }

.fa-quora:before { content: "\f2c4"; }

.fa-free-code-camp:before { content: "\f2c5"; }

.fa-telegram:before { content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; }

.fa-shower:before { content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; }

.fa-podcast:before { content: "\f2ce"; }

.fa-window-maximize:before { content: "\f2d0"; }

.fa-window-minimize:before { content: "\f2d1"; }

.fa-window-restore:before { content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; }

.fa-bandcamp:before { content: "\f2d5"; }

.fa-grav:before { content: "\f2d6"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-eercast:before { content: "\f2da"; }

.fa-microchip:before { content: "\f2db"; }

.fa-snowflake-o:before { content: "\f2dc"; }

.fa-superpowers:before { content: "\f2dd"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-meetup:before { content: "\f2e0"; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

/* ========================================================================== Font ========================================================================== */
/* ========================================================================== Color ========================================================================== */
/* ========================================================================== Sizes ========================================================================== */
/* === Nav === */
/* === Sub Nav === */
/* ========================================================================== Other ========================================================================== */
/* =============================================================================
App-Teaser Footer
========================================================================== */
.app-teaser { width: 100%; display: none; margin-top: -65px; float: left; text-align: center; }

.app-teaser .align-middle { display: inline-block; margin: 0px auto -6px auto; }

.app-teaser .teaser-image-container::after, .app-teaser .download-google-play-container::after, .app-teaser .download-appstore-container::after { content: ''; display: block; clear: both; }

.app-teaser .teaser-image-container { display: table-cell; }

.app-teaser .teaser-image-container img { max-width: 100%; }

.app-teaser .download-google-play-container, .app-teaser .download-appstore-container { position: relative; display: table-cell; vertical-align: middle; }

.app-teaser .download-google-play-container .content, .app-teaser .download-appstore-container .content { padding-top: 40%; }

.app-teaser .download-google-play-container .content p, .app-teaser .download-appstore-container .content p { font-size: 18px; padding: 0 10px 0 10px; }

.app-teaser .download-google-play-container .content p small, .app-teaser .download-appstore-container .content p small { font-size: 10px; display: block; margin-top: -8px; }

.app-teaser .download-google-play-container .content a, .app-teaser .download-appstore-container .content a { display: block; }

.app-teaser .download-google-play-container .content a img, .app-teaser .download-appstore-container .content a img { display: inline-block; }

.app-teaser .download-google-play-container { text-align: right; }

.app-teaser .download-google-play-container .content { right: 0; }

.app-teaser .download-appstore-container { text-align: left; }

.app-teaser .download-appstore-container .content { left: 0; }

.app-teaser .download-appstore-container .content a { padding: 10px; }

body.categorypath-app-19-faqs .app-teaser, body.categorypath-app-faqs .app-teaser, body.categorypath-app-19-nutzungsbedingungen .app-teaser, body.categorypath-app-nutzungsbedingungen .app-teaser { display: block; }

@media screen and (max-width: 860px) { .app-teaser .teaser-image-container { width: 44%; }
  .app-teaser .download-google-play-container { width: 28%; }
  .app-teaser .download-appstore-container { width: 28%; } }

@media screen and (max-width: 768px) { .app-teaser .align-middle { padding-top: 25px; } }

@media screen and (max-width: 600px) { .app-teaser .align-middle { margin: 0 auto -11px 0; }
  .app-teaser .teaser-image-container { width: 100%; float: left; display: block; }
  .app-teaser .teaser-image-container img { display: inline-block; }
  .app-teaser .download-google-play-container { width: 50%; float: left; }
  .app-teaser .download-appstore-container { width: 50%; }
  .app-teaser .download-google-play-container, .app-teaser .download-appstore-container { position: relative; display: table-cell; vertical-align: middle; }
  .app-teaser .download-google-play-container .content, .app-teaser .download-appstore-container .content { padding-top: 0; } }

#czgdpr-notice-wrp { color: #fff; background: #3c3c3b !important; }

#czgdpr-notice-wrp h2 { text-align: left; font-weight: bold; color: #fff; font-size: 20px; }

#czgdpr-notice-wrp #czgdpr-CookieDisp { padding: 5px 0; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie .data-table a::after { display: none; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie-info { color: #fff; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie-info:hover { background: transparent; }

#czgdpr-notice-wrp .czgdpr-groups-group-cookie-info i { border-color: #fff; }

#czgdpr-notice-wrp .data-table thead th { color: #fff; border: 1px solid #fff; background-color: transparent !important; }

#czgdpr-notice-wrp .data-table tbody td { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#czgdpr-notice-wrp .data-table .odd, #czgdpr-notice-wrp .data-table .even { color: #fff; }

#czgdpr-notice-wrp .data-table .even { color: #fff; background-color: #565654 !important; }

#czgdpr-notice-wrp .button-container .button { margin-bottom: 7px; }

#czgdpr-notice-wrp .button-container .button + .button { margin-left: 0; }

#czgdpr-notice-wrp .button-container .button:last-child { margin-bottom: 0; }

#czgdpr-notice-wrp button.button span span { font-weight: normal !important; }

.enable-superchat-bubble, body.checkout-cart-index .enable-superchat-bubble { bottom: 60px; right: 20px; z-index: 1000; position: fixed; }

.enable-superchat-bubble__content-wrapper, body.checkout-cart-index .enable-superchat-bubble__content-wrapper { width: 100%; max-width: 205px; display: flex; flex-direction: column; align-items: flex-end; }

.enable-superchat-bubble__content-wrapper .notice, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .notice { padding: 9px; display: flex; flex-direction: column; align-items: flex-end; margin-bottom: 7px; opacity: 0; max-height: 0px; overflow: hidden; transition: all .15s ease-out; }

.enable-superchat-bubble__content-wrapper .notice .message, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .notice .message { filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 2px 5px); background: #fff; color: #3c3c3b; font-weight: normal; padding: 15px; border-radius: 1em; }

.enable-superchat-bubble__content-wrapper .notice .message-aarow, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .notice .message-aarow { z-index: 1; margin-top: -5px; margin-right: 15px; }

.enable-superchat-bubble__content-wrapper .button, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .button { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; padding: .75rem; margin-right: 12px; border-radius: 1rem; color: white; background: #3c3c3b; }

.enable-superchat-bubble__content-wrapper .button .icon, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .button .icon { width: 28px; height: 28px; margin-left: -4px; }

.enable-superchat-bubble__content-wrapper .button:hover, body.checkout-cart-index .enable-superchat-bubble__content-wrapper .button:hover { color: white; background: #3c3c3b; transform: scale(1.1); transition: all .2s ease-in-out; }

.enable-superchat-bubble:hover, body.checkout-cart-index .enable-superchat-bubble:hover { text-decoration: none; }

.enable-superchat-bubble:hover .enable-superchat-bubble__content-wrapper .notice, body.checkout-cart-index .enable-superchat-bubble:hover .enable-superchat-bubble__content-wrapper .notice { opacity: 1; max-height: 155px; }

.enable-map-container { width: 100%; height: 500px; position: relative; }

@media screen and (max-width: 800px) { .enable-map-container { height: 400px; } }

.enable-map-container > img { width: 100%; height: 100%; object-fit: cover; }

.enable-map-container .enable-map-message { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0, 0, 0, 0.7); z-index: 10; position: absolute; }

.enable-map-container .enable-map-message .notice { padding: 10px; max-width: 400px; text-align: center; color: #fff; }

.enable-map-container .copyright { position: absolute; right: 6px; bottom: 3px; color: #e2e2e2; z-index: 10; font-size: 10px; }

body.checkout-cart-index { /*    @media screen and (max-width: 599px) { .cart { .cart-table { .product-cart-price, .product-cart-actions, .product-cart-total, .product-cart-remove { padding-top: 0px; } .product-cart-info { .cart-links { display: none; } .btn-remove-icon { float: right; } } } } } */ }

body.checkout-cart-index .button { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

body.checkout-cart-index .button.btn-update { background-color: #a6aa7c; }

body.checkout-cart-index .button.btn-update:hover { background-color: #3c3c3b; }

body.checkout-cart-index .cart { width: 1010px; max-width: 100%; margin: 0 auto; margin-top: -75px; padding: 0 25px; position: relative; z-index: 10; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart #messages { background: #fff; }

body.checkout-cart-index .cart #messages ul.messages .success-msg, body.checkout-cart-index .cart #messages ul.messages .error-msg, body.checkout-cart-index .cart #messages ul.messages .notice-msg { padding-top: 15px !important; padding-bottom: 15px !important; padding-left: 15px !important; padding-right: 15px !important; }

body.checkout-cart-index .cart .cart-empty { padding: 25px; text-align: center; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); background: #fff; border-radius: 2px; margin-bottom: 20px; }

body.checkout-cart-index .cart > form { -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; margin-bottom: 20px; }

body.checkout-cart-index .cart th, body.checkout-cart-index .cart td { text-transform: none; }

body.checkout-cart-index .cart th a, body.checkout-cart-index .cart th span, body.checkout-cart-index .cart td a, body.checkout-cart-index .cart td span { text-transform: none; }

body.checkout-cart-index .cart .cart-table { width: 100%; float: unset; background-color: #fff; margin-bottom: 0; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table th, body.checkout-cart-index .cart .cart-table td { padding: 20px 5px; }

body.checkout-cart-index .cart .cart-table tr { border-bottom: none; }

body.checkout-cart-index .cart .cart-table th:first-child, body.checkout-cart-index .cart .cart-table td:first-child { padding-left: 30px; }

body.checkout-cart-index .cart .cart-table th:last-child, body.checkout-cart-index .cart .cart-table td:last-child { padding-right: 30px; }

body.checkout-cart-index .cart .cart-table thead th { border-bottom: 1px solid #e2e2e2; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table tbody td { padding: 30px 5px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table tfoot tr { border-top: 1px solid #e2e2e2; }

body.checkout-cart-index .cart .cart-table .product-cart-image a { border: none; }

body.checkout-cart-index .cart .cart-table .product-cart-image a img { max-width: 180px; width: 100%; }

body.checkout-cart-index .cart .cart-table .product-cart-image a:hover { border: none; }

body.checkout-cart-index .cart .cart-table .product-cart-price label, body.checkout-cart-index .cart .cart-table .product-cart-actions label, body.checkout-cart-index .cart .cart-table .product-cart-total label { display: none; }

body.checkout-cart-index .cart .cart-table .item-options { margin-left: 0; padding-left: 0; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-table .item-options dd { padding-left: 0; }

body.checkout-cart-index .cart .cart-table .item-options dt { font-weight: 400; font-style: normal; }

body.checkout-cart-index .cart .cart-table .item-options dt::after { padding-left: 5px; content: '-'; }

body.checkout-cart-index .cart .cart-table .cart-links { margin-top: 10px; }

body.checkout-cart-index .cart .cart-table .cart-links a { color: #3c3c3b; }

body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-remove { padding-top: 59px; }

body.checkout-cart-index .cart .cart-table .product-cart-price .price, body.checkout-cart-index .cart .cart-table .product-cart-total .price { color: #a6aa7c; font-weight: 700; }

body.checkout-cart-index .cart .cart-table .product-cart-actions .qty { margin-bottom: 0; }

body.checkout-cart-index .cart .cart-table .btn-remove-icon { font-size: 18px; color: #949494; }

body.checkout-cart-index .cart .cart-table .cart-footer-actions span { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; color: #3c3c3b; }

body.checkout-cart-index .cart .cart-bottom-wrapper .yby-coupon-notify { display: inline-block; width: 40%; font-size: 14px; color: #a6aa7c; padding-top: 15px; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper { width: 50%; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals { background-color: #fff; border: none; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals td { font-size: 14px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals tfoot { border: none; color: #a6aa7c; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals tfoot td strong { font-weight: 700; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons { float: right; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons .btn-continue, body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons .checkout-types { float: left; }

body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .totals-buttons .checkout-types { margin-left: 15px; margin-bottom: 10px; }

body.checkout-onepage-index, body.customer-account, body.customer-account-login body.customer-account-forgotpassword, body.customer-account-create { /* nur übergangsweise benutzt; für Bundesländer Rechnungsaddresse!*/ }

body.checkout-onepage-index *:not(.fa), body.customer-account *:not(.fa), body.customer-account-login body.customer-account-forgotpassword *:not(.fa), body.customer-account-create *:not(.fa) { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-onepage-index .display-none, body.customer-account .display-none, body.customer-account-login body.customer-account-forgotpassword .display-none, body.customer-account-create .display-none { display: none; }

body.checkout-onepage-index .col-main, body.customer-account .col-main, body.customer-account-login body.customer-account-forgotpassword .col-main, body.customer-account-create .col-main { float: none; width: 100%; padding-right: 0; }

body.checkout-onepage-index .col-main > .container-full:not(.top-container), body.customer-account .col-main > .container-full:not(.top-container), body.customer-account-login body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container) { padding: 0 25px; }

body.checkout-onepage-index .col2-set .wide, body.customer-account .col2-set .wide, body.customer-account-login body.customer-account-forgotpassword .col2-set .wide, body.customer-account-create .col2-set .wide { width: 100%; }

body.checkout-onepage-index .col2-set .col-1, body.checkout-onepage-index .col2-set .col-2, body.customer-account .col2-set .col-1, body.customer-account .col2-set .col-2, body.customer-account-login body.customer-account-forgotpassword .col2-set .col-1, body.customer-account-login body.customer-account-forgotpassword .col2-set .col-2, body.customer-account-create .col2-set .col-1, body.customer-account-create .col2-set .col-2 { padding-bottom: 0; }

body.checkout-onepage-index .input-box, body.checkout-onepage-index .input-text, body.customer-account .input-box, body.customer-account .input-text, body.customer-account-login body.customer-account-forgotpassword .input-box, body.customer-account-login body.customer-account-forgotpassword .input-text, body.customer-account-create .input-box, body.customer-account-create .input-text { padding-top: 0px; width: 100%; height: 40px; }

body.checkout-onepage-index .input-box.customer-dob, body.checkout-onepage-index .input-text.customer-dob, body.customer-account .input-box.customer-dob, body.customer-account .input-text.customer-dob, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob, body.customer-account-create .input-box.customer-dob, body.customer-account-create .input-text.customer-dob { height: 95px; }

body.checkout-onepage-index .input-box.customer-dob label, body.checkout-onepage-index .input-text.customer-dob label, body.customer-account .input-box.customer-dob label, body.customer-account .input-text.customer-dob label, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob label, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob label, body.customer-account-create .input-box.customer-dob label, body.customer-account-create .input-text.customer-dob label { width: 100%; float: left; }

body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day { width: 74px; margin-right: 10px; }

body.checkout-onepage-index .input-box.customer-dob .dob-month input, body.checkout-onepage-index .input-box.customer-dob .dob-day input, body.checkout-onepage-index .input-text.customer-dob .dob-month input, body.checkout-onepage-index .input-text.customer-dob .dob-day input, body.customer-account .input-box.customer-dob .dob-month input, body.customer-account .input-box.customer-dob .dob-day input, body.customer-account .input-text.customer-dob .dob-month input, body.customer-account .input-text.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input, body.customer-account-create .input-box.customer-dob .dob-month input, body.customer-account-create .input-box.customer-dob .dob-day input, body.customer-account-create .input-text.customer-dob .dob-month input, body.customer-account-create .input-text.customer-dob .dob-day input { text-align: center; }

body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-year { width: 84px; }

body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-year { float: left; }

body.checkout-onepage-index .input-box.customer-dob .dob-month input::placeholder, body.checkout-onepage-index .input-box.customer-dob .dob-day input::placeholder, body.checkout-onepage-index .input-box.customer-dob .dob-year input::placeholder, body.checkout-onepage-index .input-text.customer-dob .dob-month input::placeholder, body.checkout-onepage-index .input-text.customer-dob .dob-day input::placeholder, body.checkout-onepage-index .input-text.customer-dob .dob-year input::placeholder, body.customer-account .input-box.customer-dob .dob-month input::placeholder, body.customer-account .input-box.customer-dob .dob-day input::placeholder, body.customer-account .input-box.customer-dob .dob-year input::placeholder, body.customer-account .input-text.customer-dob .dob-month input::placeholder, body.customer-account .input-text.customer-dob .dob-day input::placeholder, body.customer-account .input-text.customer-dob .dob-year input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input::placeholder, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year input::placeholder, body.customer-account-create .input-box.customer-dob .dob-month input::placeholder, body.customer-account-create .input-box.customer-dob .dob-day input::placeholder, body.customer-account-create .input-box.customer-dob .dob-year input::placeholder, body.customer-account-create .input-text.customer-dob .dob-month input::placeholder, body.customer-account-create .input-text.customer-dob .dob-day input::placeholder, body.customer-account-create .input-text.customer-dob .dob-year input::placeholder { text-align: center; }

@media screen and (max-width: 600px) { body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day { width: 26%; }
  body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-year { width: 37%; }
  body.checkout-onepage-index .input-box.customer-dob .dob-month input, body.checkout-onepage-index .input-box.customer-dob .dob-day input, body.checkout-onepage-index .input-box.customer-dob .dob-year input, body.checkout-onepage-index .input-text.customer-dob .dob-month input, body.checkout-onepage-index .input-text.customer-dob .dob-day input, body.checkout-onepage-index .input-text.customer-dob .dob-year input, body.customer-account .input-box.customer-dob .dob-month input, body.customer-account .input-box.customer-dob .dob-day input, body.customer-account .input-box.customer-dob .dob-year input, body.customer-account .input-text.customer-dob .dob-month input, body.customer-account .input-text.customer-dob .dob-day input, body.customer-account .input-text.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year input, body.customer-account-create .input-box.customer-dob .dob-month input, body.customer-account-create .input-box.customer-dob .dob-day input, body.customer-account-create .input-box.customer-dob .dob-year input, body.customer-account-create .input-text.customer-dob .dob-month input, body.customer-account-create .input-text.customer-dob .dob-day input, body.customer-account-create .input-text.customer-dob .dob-year input { padding: 0 14px; } }

@media screen and (max-width: 479px) { body.checkout-onepage-index .input-box.customer-dob .dob-month, body.checkout-onepage-index .input-box.customer-dob .dob-day, body.checkout-onepage-index .input-text.customer-dob .dob-month, body.checkout-onepage-index .input-text.customer-dob .dob-day, body.customer-account .input-box.customer-dob .dob-month, body.customer-account .input-box.customer-dob .dob-day, body.customer-account .input-text.customer-dob .dob-month, body.customer-account .input-text.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day, body.customer-account-create .input-box.customer-dob .dob-month, body.customer-account-create .input-box.customer-dob .dob-day, body.customer-account-create .input-text.customer-dob .dob-month, body.customer-account-create .input-text.customer-dob .dob-day { width: 74px; }
  body.checkout-onepage-index .input-box.customer-dob .dob-year, body.checkout-onepage-index .input-text.customer-dob .dob-year, body.customer-account .input-box.customer-dob .dob-year, body.customer-account .input-text.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year, body.customer-account-create .input-box.customer-dob .dob-year, body.customer-account-create .input-text.customer-dob .dob-year { width: 84px; }
  body.checkout-onepage-index .input-box.customer-dob .dob-month input, body.checkout-onepage-index .input-box.customer-dob .dob-day input, body.checkout-onepage-index .input-box.customer-dob .dob-year input, body.checkout-onepage-index .input-text.customer-dob .dob-month input, body.checkout-onepage-index .input-text.customer-dob .dob-day input, body.checkout-onepage-index .input-text.customer-dob .dob-year input, body.customer-account .input-box.customer-dob .dob-month input, body.customer-account .input-box.customer-dob .dob-day input, body.customer-account .input-box.customer-dob .dob-year input, body.customer-account .input-text.customer-dob .dob-month input, body.customer-account .input-text.customer-dob .dob-day input, body.customer-account .input-text.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-box.customer-dob .dob-year input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-month input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-day input, body.customer-account-login body.customer-account-forgotpassword .input-text.customer-dob .dob-year input, body.customer-account-create .input-box.customer-dob .dob-month input, body.customer-account-create .input-box.customer-dob .dob-day input, body.customer-account-create .input-box.customer-dob .dob-year input, body.customer-account-create .input-text.customer-dob .dob-month input, body.customer-account-create .input-text.customer-dob .dob-day input, body.customer-account-create .input-text.customer-dob .dob-year input { padding: 0 25px; } }

body.checkout-onepage-index.customer-account .customer-dob, body.customer-account.customer-account .customer-dob, body.customer-account-login body.customer-account-forgotpassword.customer-account .customer-dob, body.customer-account-create.customer-account .customer-dob { margin-top: 15px; }

body.checkout-onepage-index.customer-account .customer-dob .month, body.customer-account.customer-account .customer-dob .month, body.customer-account-login body.customer-account-forgotpassword.customer-account .customer-dob .month, body.customer-account-create.customer-account .customer-dob .month { margin-bottom: 5px; }

body.checkout-onepage-index .h3, body.customer-account .h3, body.customer-account-login body.customer-account-forgotpassword .h3, body.customer-account-create .h3 { font-size: 14px; text-transform: none; color: #a6aa7c; font-weight: 700; }

body.checkout-onepage-index label, body.customer-account label, body.customer-account-login body.customer-account-forgotpassword label, body.customer-account-create label { font-weight: 400; font-size: 14px; margin-bottom: 15px; }

body.checkout-onepage-index select.validate-select, body.checkout-onepage-index select.address-select, body.customer-account select.validate-select, body.customer-account select.address-select, body.customer-account-login body.customer-account-forgotpassword select.validate-select, body.customer-account-login body.customer-account-forgotpassword select.address-select, body.customer-account-create select.validate-select, body.customer-account-create select.address-select { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; }

body.checkout-onepage-index input[type="text"], body.checkout-onepage-index input[type="email"], body.checkout-onepage-index input[type="password"], body.checkout-onepage-index input[type="tel"], body.customer-account input[type="text"], body.customer-account input[type="email"], body.customer-account input[type="password"], body.customer-account input[type="tel"], body.customer-account-login body.customer-account-forgotpassword input[type="text"], body.customer-account-login body.customer-account-forgotpassword input[type="email"], body.customer-account-login body.customer-account-forgotpassword input[type="password"], body.customer-account-login body.customer-account-forgotpassword input[type="tel"], body.customer-account-create input[type="text"], body.customer-account-create input[type="email"], body.customer-account-create input[type="password"], body.customer-account-create input[type="tel"] { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; }

body.checkout-onepage-index input[type="text"].validation-failed, body.checkout-onepage-index input[type="email"].validation-failed, body.checkout-onepage-index input[type="password"].validation-failed, body.checkout-onepage-index input[type="tel"].validation-failed, body.customer-account input[type="text"].validation-failed, body.customer-account input[type="email"].validation-failed, body.customer-account input[type="password"].validation-failed, body.customer-account input[type="tel"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed, body.customer-account-create input[type="text"].validation-failed, body.customer-account-create input[type="email"].validation-failed, body.customer-account-create input[type="password"].validation-failed, body.customer-account-create input[type="tel"].validation-failed { border-color: #df280a; background-color: rgba(223, 40, 10, 0.06); }

body.checkout-onepage-index input[type="text"].validation-failed::-webkit-input-placeholder, body.checkout-onepage-index input[type="email"].validation-failed::-webkit-input-placeholder, body.checkout-onepage-index input[type="password"].validation-failed::-webkit-input-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="text"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="email"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="password"].validation-failed::-webkit-input-placeholder, body.customer-account input[type="tel"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed::-webkit-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="text"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="email"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="password"].validation-failed::-webkit-input-placeholder, body.customer-account-create input[type="tel"].validation-failed::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #df280a; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed:-moz-placeholder, body.checkout-onepage-index input[type="email"].validation-failed:-moz-placeholder, body.checkout-onepage-index input[type="password"].validation-failed:-moz-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed:-moz-placeholder, body.customer-account input[type="text"].validation-failed:-moz-placeholder, body.customer-account input[type="email"].validation-failed:-moz-placeholder, body.customer-account input[type="password"].validation-failed:-moz-placeholder, body.customer-account input[type="tel"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed:-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed:-moz-placeholder, body.customer-account-create input[type="text"].validation-failed:-moz-placeholder, body.customer-account-create input[type="email"].validation-failed:-moz-placeholder, body.customer-account-create input[type="password"].validation-failed:-moz-placeholder, body.customer-account-create input[type="tel"].validation-failed:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #df280a; opacity: 1; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed::-moz-placeholder, body.checkout-onepage-index input[type="email"].validation-failed::-moz-placeholder, body.checkout-onepage-index input[type="password"].validation-failed::-moz-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed::-moz-placeholder, body.customer-account input[type="text"].validation-failed::-moz-placeholder, body.customer-account input[type="email"].validation-failed::-moz-placeholder, body.customer-account input[type="password"].validation-failed::-moz-placeholder, body.customer-account input[type="tel"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed::-moz-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed::-moz-placeholder, body.customer-account-create input[type="text"].validation-failed::-moz-placeholder, body.customer-account-create input[type="email"].validation-failed::-moz-placeholder, body.customer-account-create input[type="password"].validation-failed::-moz-placeholder, body.customer-account-create input[type="tel"].validation-failed::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #df280a; opacity: 1; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed:-ms-input-placeholder, body.checkout-onepage-index input[type="email"].validation-failed:-ms-input-placeholder, body.checkout-onepage-index input[type="password"].validation-failed:-ms-input-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed:-ms-input-placeholder, body.customer-account input[type="text"].validation-failed:-ms-input-placeholder, body.customer-account input[type="email"].validation-failed:-ms-input-placeholder, body.customer-account input[type="password"].validation-failed:-ms-input-placeholder, body.customer-account input[type="tel"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed:-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="text"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="email"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="password"].validation-failed:-ms-input-placeholder, body.customer-account-create input[type="tel"].validation-failed:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #df280a; font-weight: 700; }

body.checkout-onepage-index input[type="text"].validation-failed::-ms-input-placeholder, body.checkout-onepage-index input[type="email"].validation-failed::-ms-input-placeholder, body.checkout-onepage-index input[type="password"].validation-failed::-ms-input-placeholder, body.checkout-onepage-index input[type="tel"].validation-failed::-ms-input-placeholder, body.customer-account input[type="text"].validation-failed::-ms-input-placeholder, body.customer-account input[type="email"].validation-failed::-ms-input-placeholder, body.customer-account input[type="password"].validation-failed::-ms-input-placeholder, body.customer-account input[type="tel"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="text"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="email"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="password"].validation-failed::-ms-input-placeholder, body.customer-account-login body.customer-account-forgotpassword input[type="tel"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="text"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="email"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="password"].validation-failed::-ms-input-placeholder, body.customer-account-create input[type="tel"].validation-failed::-ms-input-placeholder { /* Microsoft Edge */ color: #df280a; font-weight: 700; }

body.checkout-onepage-index input[type="text"]:focus, body.checkout-onepage-index input[type="email"]:focus, body.checkout-onepage-index input[type="password"]:focus, body.checkout-onepage-index input[type="tel"]:focus, body.customer-account input[type="text"]:focus, body.customer-account input[type="email"]:focus, body.customer-account input[type="password"]:focus, body.customer-account input[type="tel"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="text"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="email"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="password"]:focus, body.customer-account-login body.customer-account-forgotpassword input[type="tel"]:focus, body.customer-account-create input[type="text"]:focus, body.customer-account-create input[type="email"]:focus, body.customer-account-create input[type="password"]:focus, body.customer-account-create input[type="tel"]:focus { border: 1px solid #a6aa7c; }

body.checkout-onepage-index .data-table th, body.customer-account .data-table th, body.customer-account-login body.customer-account-forgotpassword .data-table th, body.customer-account-create .data-table th { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.checkout-onepage-index .form-list label, body.customer-account .form-list label, body.customer-account-login body.customer-account-forgotpassword .form-list label, body.customer-account-create .form-list label { background-color: unset; }

body.checkout-onepage-index .form-list .control label:hover, body.customer-account .form-list .control label:hover, body.customer-account-login body.customer-account-forgotpassword .form-list .control label:hover, body.customer-account-create .form-list .control label:hover { background-color: transparent; }

body.checkout-onepage-index p.required, body.customer-account p.required, body.customer-account-login body.customer-account-forgotpassword p.required, body.customer-account-create p.required { color: #949494; float: right; }

body.checkout-onepage-index .validation-advice, body.customer-account .validation-advice, body.customer-account-login body.customer-account-forgotpassword .validation-advice, body.customer-account-create .validation-advice { font-size: 11px; margin: 0; }

body.checkout-onepage-index a, body.customer-account a, body.customer-account-login body.customer-account-forgotpassword a, body.customer-account-create a { color: #949494; }

body.checkout-onepage-index .opc-steps-wrapper, body.customer-account .opc-steps-wrapper, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper, body.customer-account-create .opc-steps-wrapper { width: 1010px; max-width: 100%; margin: 0 auto; margin-top: -75px; margin-bottom: 20px; padding: 0 25px; float: none; background-color: #fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; position: relative; z-index: 10; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-create .opc-steps-wrapper #opc-steps-header, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile { margin-top: 20px; margin-bottom: 50px; padding: 20px 0; display: flex; flex-direction: row; flex-wrap: nowrap; flex-shrink: 1; justify-content: space-between; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account .opc-steps-wrapper #opc-steps-header .section, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section { width: 10.78571%; text-align: center; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section .number { color: #3c3c3b; height: 50px; width: 50px; padding-top: 15px; display: block; margin: 15px auto; background-color: #e2e2e2; border-radius: 100%; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section.allow, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account .opc-steps-wrapper #opc-steps-header .section.allow, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section.allow, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section.allow, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section.allow { cursor: pointer; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header .section.allow.active .number, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .section.allow.active .number { background-color: #a6aa7c; color: #fff; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil, body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil, body.customer-account-create .opc-steps-wrapper #opc-steps-header .step-divider-mobil, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .step-divider-mobil { display: none; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-create .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .step-divider { border-bottom: 1px solid #e2e2e2; width: 65px; height: 40px; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider.last, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last, body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider.last, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider.last, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last, body.customer-account-create .opc-steps-wrapper #opc-steps-header .step-divider.last, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile .step-divider.last { display: none; }

body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-create .opc-steps-wrapper #opc-steps-header-mobile { display: none; }

body.checkout-onepage-index .opc select, body.customer-account .opc select, body.customer-account-login body.customer-account-forgotpassword .opc select, body.customer-account-create .opc select { max-width: 100%; height: 40px; margin-top: 0; }

body.checkout-onepage-index .opc .input-select, body.customer-account .opc .input-select, body.customer-account-login body.customer-account-forgotpassword .opc .input-select, body.customer-account-create .opc .input-select { position: relative; height: 45px; }

body.checkout-onepage-index .opc .input-select::before, body.checkout-onepage-index .opc .input-select::after, body.customer-account .opc .input-select::before, body.customer-account .opc .input-select::after, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::before, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::after, body.customer-account-create .opc .input-select::before, body.customer-account-create .opc .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

body.checkout-onepage-index .opc .input-select::before, body.customer-account .opc .input-select::before, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::before, body.customer-account-create .opc .input-select::before { content: '\f0d8'; margin-top: -14px; }

body.checkout-onepage-index .opc .input-select::after, body.customer-account .opc .input-select::after, body.customer-account-login body.customer-account-forgotpassword .opc .input-select::after, body.customer-account-create .opc .input-select::after { content: '\f0d7'; margin-top: -6px; }

body.checkout-onepage-index .opc .input-select select, body.customer-account .opc .input-select select, body.customer-account-login body.customer-account-forgotpassword .opc .input-select select, body.customer-account-create .opc .input-select select { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

body.checkout-onepage-index .opc .section .step, body.customer-account .opc .section .step, body.customer-account-login body.customer-account-forgotpassword .opc .section .step, body.customer-account-create .opc .section .step { padding: 0; padding-bottom: 20px; }

body.checkout-onepage-index .opc .col-1 .buttons-set .button, body.customer-account .opc .col-1 .buttons-set .button, body.customer-account-login body.customer-account-forgotpassword .opc .col-1 .buttons-set .button, body.customer-account-create .opc .col-1 .buttons-set .button { float: left; margin-left: 0px; }

body.checkout-onepage-index .opc .buttons-set, body.customer-account .opc .buttons-set, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set, body.customer-account-create .opc .buttons-set { text-align: right; justify-content: flex-end; border-top: none; }

body.checkout-onepage-index .opc .buttons-set .button, body.customer-account .opc .buttons-set .button, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set .button, body.customer-account-create .opc .buttons-set .button { float: right; margin-right: 0; margin-left: 10px; }

body.checkout-onepage-index .opc .buttons-set .back-link, body.customer-account .opc .buttons-set .back-link, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set .back-link, body.customer-account-create .opc .buttons-set .back-link { float: left; }

body.checkout-onepage-index .opc .buttons-set a, body.customer-account .opc .buttons-set a, body.customer-account-login body.customer-account-forgotpassword .opc .buttons-set a, body.customer-account-create .opc .buttons-set a { display: block; }

body.checkout-onepage-index .opc #opc-login .h3, body.customer-account .opc #opc-login .h3, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .h3, body.customer-account-create .opc #opc-login .h3 { font-size: 18px; color: #a6aa7c; }

body.checkout-onepage-index .opc #opc-login .description, body.customer-account .opc #opc-login .description, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .description, body.customer-account-create .opc #opc-login .description { line-height: 2em; }

body.checkout-onepage-index .opc #opc-login p:not(.required), body.customer-account .opc #opc-login p:not(.required), body.customer-account-login body.customer-account-forgotpassword .opc #opc-login p:not(.required), body.customer-account-create .opc #opc-login p:not(.required) { font-style: inherit; font-family: inherit; font-size: 14px; color: #949494; }

body.checkout-onepage-index .opc #opc-login p:not(.required) span, body.customer-account .opc #opc-login p:not(.required) span, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login p:not(.required) span, body.customer-account-create .opc #opc-login p:not(.required) span { color: #a6aa7c; }

body.checkout-onepage-index .opc #opc-login .form-list > li, body.customer-account .opc #opc-login .form-list > li, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .form-list > li, body.customer-account-create .opc #opc-login .form-list > li { min-height: 60px; }

body.checkout-onepage-index .opc #opc-login .form-list > li.control, body.customer-account .opc #opc-login .form-list > li.control, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .form-list > li.control, body.customer-account-create .opc #opc-login .form-list > li.control { min-height: unset; }

body.checkout-onepage-index .opc #opc-login .col2-set, body.customer-account .opc #opc-login .col2-set, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col2-set, body.customer-account-create .opc #opc-login .col2-set { display: flex; margin-bottom: 25px; }

body.checkout-onepage-index .opc #opc-login .col-1, body.checkout-onepage-index .opc #opc-login .col-2, body.customer-account .opc #opc-login .col-1, body.customer-account .opc #opc-login .col-2, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col-1, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col-2, body.customer-account-create .opc #opc-login .col-1, body.customer-account-create .opc #opc-login .col-2 { border: 1px solid #e2e2e2; padding: 20px; justify-content: space-between; flex-direction: column; display: flex; }

body.checkout-onepage-index .opc #opc-login .col-1, body.customer-account .opc #opc-login .col-1, body.customer-account-login body.customer-account-forgotpassword .opc #opc-login .col-1, body.customer-account-create .opc #opc-login .col-1 { margin-right: 20px; }

body.checkout-onepage-index .opc #opc-billing .field, body.checkout-onepage-index .opc #opc-billing .wide, body.checkout-onepage-index .opc #opc-shipping .field, body.checkout-onepage-index .opc #opc-shipping .wide, body.checkout-onepage-index .opc.opc-account .field, body.checkout-onepage-index .opc.opc-account .wide, body.customer-account .opc #opc-billing .field, body.customer-account .opc #opc-billing .wide, body.customer-account .opc #opc-shipping .field, body.customer-account .opc #opc-shipping .wide, body.customer-account .opc.opc-account .field, body.customer-account .opc.opc-account .wide, body.customer-account-login body.customer-account-forgotpassword .opc #opc-billing .field, body.customer-account-login body.customer-account-forgotpassword .opc #opc-billing .wide, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping .field, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping .wide, body.customer-account-login body.customer-account-forgotpassword .opc.opc-account .field, body.customer-account-login body.customer-account-forgotpassword .opc.opc-account .wide, body.customer-account-create .opc #opc-billing .field, body.customer-account-create .opc #opc-billing .wide, body.customer-account-create .opc #opc-shipping .field, body.customer-account-create .opc #opc-shipping .wide, body.customer-account-create .opc.opc-account .field, body.customer-account-create .opc.opc-account .wide { min-height: 60px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul, body.customer-account .opc #opc-shipping_method .sp-methods ul, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul, body.customer-account-create .opc #opc-shipping_method .sp-methods ul { height: 70px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li, body.customer-account .opc #opc-shipping_method .sp-methods ul li, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li { height: 50px; /* margin-left: 30px; */ }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li label, body.customer-account .opc #opc-shipping_method .sp-methods ul li label, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li label, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li label { width: calc(100% - 38px); max-width: calc(100% - 38px); height: 50px; vertical-align: middle; border: 1px solid #e2e2e2; border-radius: 2px; margin-left: 20px; padding: 14px 0 0 10px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li label .description, body.customer-account .opc #opc-shipping_method .sp-methods ul li label .description, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li label .description, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li label .description { float: left; width: 200px; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods ul li label .price, body.customer-account .opc #opc-shipping_method .sp-methods ul li label .price, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods ul li label .price, body.customer-account-create .opc #opc-shipping_method .sp-methods ul li label .price { color: #a6aa7c; }

body.checkout-onepage-index .opc #opc-shipping_method .sp-methods .no-display + label, body.customer-account .opc #opc-shipping_method .sp-methods .no-display + label, body.customer-account-login body.customer-account-forgotpassword .opc #opc-shipping_method .sp-methods .no-display + label, body.customer-account-create .opc #opc-shipping_method .sp-methods .no-display + label { width: 100%; max-width: 100%; margin: 0; }

body.checkout-onepage-index #opc-discountcode .discount, body.customer-account #opc-discountcode .discount, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .discount, body.customer-account-create #opc-discountcode .discount { margin-bottom: 30px; }

body.checkout-onepage-index #opc-discountcode #checkout-coupon-form, body.customer-account #opc-discountcode #checkout-coupon-form, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode #checkout-coupon-form, body.customer-account-create #opc-discountcode #checkout-coupon-form { float: left; width: 100%; margin-bottom: 15px; }

body.checkout-onepage-index #opc-discountcode .input-container, body.customer-account #opc-discountcode .input-container, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .input-container, body.customer-account-create #opc-discountcode .input-container { display: flex; }

body.checkout-onepage-index #opc-discountcode .input-container #coupon_code, body.customer-account #opc-discountcode .input-container #coupon_code, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .input-container #coupon_code, body.customer-account-create #opc-discountcode .input-container #coupon_code { padding: 0 25px; border-radius: 3px 0 0 3px; border-right: none; }

body.checkout-onepage-index #opc-discountcode .input-container button, body.customer-account #opc-discountcode .input-container button, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .input-container button, body.customer-account-create #opc-discountcode .input-container button { width: 230px; min-height: 40px !important; height: 40px; line-height: 40px !important; border-radius: 0px 3px 3px 0px; }

body.checkout-onepage-index #opc-discountcode .applied-codes-headline, body.customer-account #opc-discountcode .applied-codes-headline, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode .applied-codes-headline, body.customer-account-create #opc-discountcode .applied-codes-headline { font-size: 18px; color: #a6aa7c; padding-top: 20px; }

body.checkout-onepage-index #opc-discountcode #applied-codes #discount, body.customer-account #opc-discountcode #applied-codes #discount, body.customer-account-login body.customer-account-forgotpassword #opc-discountcode #applied-codes #discount, body.customer-account-create #opc-discountcode #applied-codes #discount { color: #a6aa7c; font-weight: bold; }

body.checkout-onepage-index #opc-payment .sp-methods, body.customer-account #opc-payment .sp-methods, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-methods, body.customer-account-create #opc-payment .sp-methods { width: 100%; /* min-height: 250px; */ margin-bottom: 50px; }

body.checkout-onepage-index #opc-payment .sp-methods .form-list, body.customer-account #opc-payment .sp-methods .form-list, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-methods .form-list, body.customer-account-create #opc-payment .sp-methods .form-list { padding-left: 10px; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input + label::after, body.customer-account #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input + label::after { content: ""; width: 200px; height: 70px; position: absolute; top: -30px; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_1 + label::after { background: url("../images/logos_payment/icon_payment_postfinance_card@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_2 + label::after { background: url("../images/logos_payment/icon_paypment_credit_card@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecheckout_payment_3 + label::after { background: url("../images/logos_payment/icon_paypment_postfinance_pay@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_paypal_standard + label::after { background: url("../images/logos_payment/icon_paypment_paypal@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_twintcw_twint + label::after { background: url("../images/logos_payment/icon_paypment_twint@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_visa + label::after { background: url("../images/logos_payment/icon_paypment_visa@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_mastercard + label::after { background: url("../images/logos_payment/icon_paypment_mastercard@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_americanexpress + label::after { background: url("../images/logos_payment/icon_paypment_ae@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_paymentnetwork_pnsofortueberweisung + label::after { background: url("../images/logos_payment/icon_paypment_sofort@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinancecard + label::after { background: url("../images/logos_payment/icon_paypment_postfinance@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_boku + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_boku + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_boku + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_boku + label::after { background: url("../images/logos_payment/icon_paypment_boku@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_banktransfer + label::after { background: url("../images/logos_payment/icon_paypment_vorkasse@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after, body.customer-account #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after, body.customer-account-login body.customer-account-forgotpassword #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after, body.customer-account-create #opc-payment #checkout-payment-method-load input#p_method_postfinancecw_postfinanceefinance + label::after { background: url("../images/logos_payment/icon_paypment_pfef@2x.png") no-repeat left center; background-size: auto 100%; }

body.checkout-onepage-index #opc-payment .sp-method, body.customer-account #opc-payment .sp-method, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method, body.customer-account-create #opc-payment .sp-method { width: calc(100% / 4); height: 100px; float: left; }

body.checkout-onepage-index #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-create #opc-payment .sp-method .checkout-agreements .agreement-content { border: none; background: #fff; }

body.checkout-onepage-index #opc-payment .sp-method dt, body.customer-account #opc-payment .sp-method dt, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dt, body.customer-account-create #opc-payment .sp-method dt { height: 40px; }

body.checkout-onepage-index #opc-payment .sp-method dt label, body.customer-account #opc-payment .sp-method dt label, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dt label, body.customer-account-create #opc-payment .sp-method dt label { background: unset; font-size: 1px; color: #fff; position: relative; }

body.checkout-onepage-index #opc-payment .sp-method dt label[for="p_method_free"], body.customer-account #opc-payment .sp-method dt label[for="p_method_free"], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dt label[for="p_method_free"], body.customer-account-create #opc-payment .sp-method dt label[for="p_method_free"] { font-size: 14px; color: #3c3c3b; }

body.checkout-onepage-index #opc-payment .sp-method dd > a, body.customer-account #opc-payment .sp-method dd > a, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd > a, body.customer-account-create #opc-payment .sp-method dd > a { display: none; }

body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul, body.customer-account #opc-payment .sp-method dd ul.form-list, body.customer-account #opc-payment .sp-method dd .form-list > ul, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul, body.customer-account-create #opc-payment .sp-method dd ul.form-list, body.customer-account-create #opc-payment .sp-method dd .form-list > ul { position: relative; z-index: 1; border: 1px solid #e2e2e2; background: #fff; margin: 0; padding: 10px; max-height: 110px; overflow: auto; }

body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br, body.customer-account #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.customer-account #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.customer-account #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.customer-account #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br, body.customer-account-create #opc-payment .sp-method dd ul.form-list .cw_payment_description > img, body.customer-account-create #opc-payment .sp-method dd ul.form-list .cw_payment_description > img + br, body.customer-account-create #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img, body.customer-account-create #opc-payment .sp-method dd .form-list > ul .cw_payment_description > img + br { display: none; }

body.checkout-onepage-index #opc-payment .sp-method dd ul.form-list[style], body.checkout-onepage-index #opc-payment .sp-method dd .form-list > ul[style], body.customer-account #opc-payment .sp-method dd ul.form-list[style], body.customer-account #opc-payment .sp-method dd .form-list > ul[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd ul.form-list[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list > ul[style], body.customer-account-create #opc-payment .sp-method dd ul.form-list[style], body.customer-account-create #opc-payment .sp-method dd .form-list > ul[style] { display: none !important; }

body.checkout-onepage-index #opc-payment .sp-method dd .form-list.checkout-agreements, body.customer-account #opc-payment .sp-method dd .form-list.checkout-agreements, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method dd .form-list.checkout-agreements, body.customer-account-create #opc-payment .sp-method dd .form-list.checkout-agreements { padding: 0; }

body.checkout-onepage-index #opc-review .order-review th, body.checkout-onepage-index #opc-review .order-review td, body.customer-account #opc-review .order-review th, body.customer-account #opc-review .order-review td, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review th, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review td, body.customer-account-create #opc-review .order-review th, body.customer-account-create #opc-review .order-review td { text-transform: none; }

body.checkout-onepage-index #opc-review .order-review th a, body.checkout-onepage-index #opc-review .order-review th span, body.checkout-onepage-index #opc-review .order-review td a, body.checkout-onepage-index #opc-review .order-review td span, body.customer-account #opc-review .order-review th a, body.customer-account #opc-review .order-review th span, body.customer-account #opc-review .order-review td a, body.customer-account #opc-review .order-review td span, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review th a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review th span, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review td a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review td span, body.customer-account-create #opc-review .order-review th a, body.customer-account-create #opc-review .order-review th span, body.customer-account-create #opc-review .order-review td a, body.customer-account-create #opc-review .order-review td span { text-transform: none; }

body.checkout-onepage-index #opc-review .order-review .data-table, body.customer-account #opc-review .order-review .data-table, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table, body.customer-account-create #opc-review .order-review .data-table { border: 1px solid #e2e2e2; margin-bottom: 20px; }

body.checkout-onepage-index #opc-review .order-review .data-table th, body.checkout-onepage-index #opc-review .order-review .data-table td, body.customer-account #opc-review .order-review .data-table th, body.customer-account #opc-review .order-review .data-table td, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table th, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table td, body.customer-account-create #opc-review .order-review .data-table th, body.customer-account-create #opc-review .order-review .data-table td { padding: 20px 5px; background: unset; }

body.checkout-onepage-index #opc-review .order-review .data-table tr, body.customer-account #opc-review .order-review .data-table tr, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tr, body.customer-account-create #opc-review .order-review .data-table tr { border-bottom: none; }

body.checkout-onepage-index #opc-review .order-review .data-table th:first-child, body.checkout-onepage-index #opc-review .order-review .data-table td:first-child, body.customer-account #opc-review .order-review .data-table th:first-child, body.customer-account #opc-review .order-review .data-table td:first-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table th:first-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table td:first-child, body.customer-account-create #opc-review .order-review .data-table th:first-child, body.customer-account-create #opc-review .order-review .data-table td:first-child { padding-left: 30px; }

body.checkout-onepage-index #opc-review .order-review .data-table th:last-child, body.checkout-onepage-index #opc-review .order-review .data-table td:last-child, body.customer-account #opc-review .order-review .data-table th:last-child, body.customer-account #opc-review .order-review .data-table td:last-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table th:last-child, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table td:last-child, body.customer-account-create #opc-review .order-review .data-table th:last-child, body.customer-account-create #opc-review .order-review .data-table td:last-child { padding-right: 30px; }

body.checkout-onepage-index #opc-review .order-review .data-table thead th, body.customer-account #opc-review .order-review .data-table thead th, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table thead th, body.customer-account-create #opc-review .order-review .data-table thead th { border-bottom: 1px solid #e2e2e2; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td, body.customer-account #opc-review .order-review .data-table tbody td, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td, body.customer-account-create #opc-review .order-review .data-table tbody td { padding: 30px 5px; border-bottom: none; text-align: center; font-family: inherit; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options, body.customer-account #opc-review .order-review .data-table tbody td .item-options, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options { margin-left: 0; padding-left: 0; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options dt, body.customer-account #opc-review .order-review .data-table tbody td .item-options dt, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options dt, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options dt { font-weight: 400; font-style: normal; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options dt::after, body.customer-account #opc-review .order-review .data-table tbody td .item-options dt::after, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options dt::after, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options dt::after { padding-left: 5px; content: '-'; }

body.checkout-onepage-index #opc-review .order-review .data-table tbody td .item-options dd, body.customer-account #opc-review .order-review .data-table tbody td .item-options dd, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tbody td .item-options dd, body.customer-account-create #opc-review .order-review .data-table tbody td .item-options dd { padding-left: 0; }

body.checkout-onepage-index #opc-review .order-review .data-table tfoot tr, body.customer-account #opc-review .order-review .data-table tfoot tr, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table tfoot tr, body.customer-account-create #opc-review .order-review .data-table tfoot tr { background: unset; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info, body.customer-account #opc-review .order-review .data-table .product-cart-info, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-info, body.customer-account-create #opc-review .order-review .data-table .product-cart-info { text-align: left; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info h3, body.customer-account #opc-review .order-review .data-table .product-cart-info h3, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-info h3, body.customer-account-create #opc-review .order-review .data-table .product-cart-info h3 { color: inherit; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a, body.customer-account #opc-review .order-review .data-table .product-cart-image a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-image a, body.customer-account-create #opc-review .order-review .data-table .product-cart-image a { border: none; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a img, body.customer-account #opc-review .order-review .data-table .product-cart-image a img, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-image a img, body.customer-account-create #opc-review .order-review .data-table .product-cart-image a img { max-width: 180px; width: 100%; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a:hover, body.customer-account #opc-review .order-review .data-table .product-cart-image a:hover, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-image a:hover, body.customer-account-create #opc-review .order-review .data-table .product-cart-image a:hover { border: none; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price .price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total .price, body.customer-account #opc-review .order-review .data-table .product-cart-price .price, body.customer-account #opc-review .order-review .data-table .product-cart-total .price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-price .price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-total .price, body.customer-account-create #opc-review .order-review .data-table .product-cart-price .price, body.customer-account-create #opc-review .order-review .data-table .product-cart-total .price { color: #a6aa7c; font-weight: 700; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.customer-account #opc-review .order-review .data-table .product-cart-price, body.customer-account #opc-review .order-review .data-table .product-cart-qty, body.customer-account #opc-review .order-review .data-table .product-cart-total, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-qty, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-total, body.customer-account-create #opc-review .order-review .data-table .product-cart-price, body.customer-account-create #opc-review .order-review .data-table .product-cart-qty, body.customer-account-create #opc-review .order-review .data-table .product-cart-total { padding-top: 59px; }

body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total label, body.customer-account #opc-review .order-review .data-table .product-cart-price label, body.customer-account #opc-review .order-review .data-table .product-cart-qty label, body.customer-account #opc-review .order-review .data-table .product-cart-total label, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-price label, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-qty label, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .data-table .product-cart-total label, body.customer-account-create #opc-review .order-review .data-table .product-cart-price label, body.customer-account-create #opc-review .order-review .data-table .product-cart-qty label, body.customer-account-create #opc-review .order-review .data-table .product-cart-total label { display: none; }

body.checkout-onepage-index #opc-review .order-review .mailchimp-multisubscribe, body.customer-account #opc-review .order-review .mailchimp-multisubscribe, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .mailchimp-multisubscribe, body.customer-account-create #opc-review .order-review .mailchimp-multisubscribe { text-align: left; }

body.checkout-onepage-index #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger, body.customer-account #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger, body.customer-account-create #opc-review .order-review .mailchimp-multisubscribe #mailchimp-trigger { margin-right: 5px; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom, body.customer-account #opc-review .order-review .checkout-review-bottom, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom, body.customer-account-create #opc-review .order-review .checkout-review-bottom { min-height: 110px; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-agreements { float: left; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements { width: 50%; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-totals { float: right; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals .price, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals .price, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals .price, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-totals .price { padding-left: 20px; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-create #opc-review .order-review .checkout-review-bottom .checkout-totals strong { color: #a6aa7c; }

body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .a-right, body.customer-account #opc-review .order-review .checkout-review-bottom .a-right, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .a-right, body.customer-account-create #opc-review .order-review .checkout-review-bottom .a-right { padding-bottom: 7px; }

body.checkout-onepage-index #opc-review .order-review #checkout-review-submit .f-left, body.customer-account #opc-review .order-review #checkout-review-submit .f-left, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit .f-left, body.customer-account-create #opc-review .order-review #checkout-review-submit .f-left { float: unset; margin-bottom: 40px; font-size: 12px; }

body.checkout-onepage-index #opc-review .order-review #checkout-review-submit .f-left a, body.customer-account #opc-review .order-review #checkout-review-submit .f-left a, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit .f-left a, body.customer-account-create #opc-review .order-review #checkout-review-submit .f-left a { display: inline-block; color: #949494; }

body.checkout-onepage-index #opc-review .order-review #checkout-review-submit .please-wait, body.customer-account #opc-review .order-review #checkout-review-submit .please-wait, body.customer-account-login body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit .please-wait, body.customer-account-create #opc-review .order-review #checkout-review-submit .please-wait { float: unset; }

body.checkout-onepage-index #opc-review .checkout-agreements li, body.customer-account #opc-review .checkout-agreements li, body.customer-account-login body.customer-account-forgotpassword #opc-review .checkout-agreements li, body.customer-account-create #opc-review .checkout-agreements li { margin-bottom: 15px; }

body.checkout-onepage-index #opc-review .checkout-agreements li label[for="subscribe_newsletter"], body.customer-account #opc-review .checkout-agreements li label[for="subscribe_newsletter"], body.customer-account-login body.customer-account-forgotpassword #opc-review .checkout-agreements li label[for="subscribe_newsletter"], body.customer-account-create #opc-review .checkout-agreements li label[for="subscribe_newsletter"] { margin-bottom: 0; }

body.checkout-onepage-success .col-main, body.checkout-onepage-failure .col-main { float: none; width: 100%; padding-right: 0; }

body.checkout-onepage-success .col-main > .container-full:not(.top-container), body.checkout-onepage-failure .col-main > .container-full:not(.top-container) { padding: 0 25px; }

body.checkout-onepage-success .col-main .top-container .banner-content .banner-content-wrapper, body.checkout-onepage-failure .col-main .top-container .banner-content .banner-content-wrapper { text-align: left; }

body.checkout-onepage-success .checkout-success-wrapper, body.checkout-onepage-failure .checkout-success-wrapper { width: 1010px; max-width: 100%; margin: 0 auto; margin-top: -75px; margin-bottom: 20px; padding: 0 25px; float: none; background-color: #fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; position: relative; z-index: 10; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header { font-size: 14px; margin-top: 20px; margin-bottom: 50px; display: flex; flex-direction: row; flex-wrap: nowrap; flex-shrink: 1; justify-content: space-between; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section { width: 10.78571%; text-align: center; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .number { color: #3c3c3b; height: 50px; width: 50px; padding-top: 15px; display: block; margin: 15px auto; background-color: #e2e2e2; border-radius: 100%; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .step-divider-mobil, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .step-divider-mobil { display: none; }

body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .step-divider { border-bottom: 1px solid #e2e2e2; width: 65px; height: 40px; }

body.checkout-onepage-success .checkout-success-wrapper h2.sub-title, body.checkout-onepage-failure .checkout-success-wrapper h2.sub-title { font-size: 18px; text-transform: none; color: #a6aa7c; font-weight: 700; }

body.checkout-onepage-success .checkout-success-wrapper a, body.checkout-onepage-failure .checkout-success-wrapper a { color: #a6aa7c; }

body.checkout-onepage-success .checkout-success-wrapper p, body.checkout-onepage-failure .checkout-success-wrapper p { line-height: 1.5em; }

body.checkout-onepage-success .checkout-success-wrapper .profity, body.checkout-onepage-success .checkout-success-wrapper .purchase-complete-wrapper, body.checkout-onepage-failure .checkout-success-wrapper .profity, body.checkout-onepage-failure .checkout-success-wrapper .purchase-complete-wrapper { margin-top: 30px; margin-bottom: 70px; }

body.checkout-onepage-success .checkout-success-wrapper .profity i, body.checkout-onepage-failure .checkout-success-wrapper .profity i { font-size: 5em; color: #a6aa7c; padding-bottom: 15px; }

body.checkout-onepage-success .checkout-success-wrapper .profity .profity-order-ghost-image, body.checkout-onepage-failure .checkout-success-wrapper .profity .profity-order-ghost-image { opacity: 0; }

body.checkout-onepage-success .checkout-success-wrapper .purchase-complete-wrapper a, body.checkout-onepage-failure .checkout-success-wrapper .purchase-complete-wrapper a { font-weight: 700; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper { padding-bottom: 30px; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper span, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper span { padding-left: 20px; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper span a, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper span a { color: inherit; }

body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper i, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper i { font-size: 1.5em; color: #a6aa7c; padding-right: 10px; }

body.checkout-onepage-index #co-shipping-method-form .button, body.checkout-onepage-index .buttons-set .button, body.checkout-cart-index #co-shipping-method-form .button, body.checkout-cart-index .buttons-set .button, body.checkout-onepage-success #co-shipping-method-form .button, body.checkout-onepage-success .buttons-set .button, body.customer-account-index.customer-account #co-shipping-method-form .button, body.customer-account-index.customer-account .buttons-set .button, body.customer-address-form.customer-account #co-shipping-method-form .button, body.customer-address-form.customer-account .buttons-set .button, body.newsletter-manage-index.customer-account #co-shipping-method-form .button, body.newsletter-manage-index.customer-account .buttons-set .button, body.customer-account-edit.customer-account #co-shipping-method-form .button, body.customer-account-edit.customer-account .buttons-set .button, body.sales-order-view.customer-account #co-shipping-method-form .button, body.sales-order-view.customer-account .buttons-set .button, body.sales-order-history.customer-account #co-shipping-method-form .button, body.sales-order-history.customer-account .buttons-set .button, body.newsletter-manage-index.customer-account #co-shipping-method-form .button, body.newsletter-manage-index.customer-account .buttons-set .button, body.customer-address-index.customer-account #co-shipping-method-form .button, body.customer-address-index.customer-account .buttons-set .button, body.customer-account-login #co-shipping-method-form .button, body.customer-account-login .buttons-set .button, body.customer-account-forgotpassword #co-shipping-method-form .button, body.customer-account-forgotpassword .buttons-set .button, body.customer-account-create #co-shipping-method-form .button, body.customer-account-create .buttons-set .button, body.customer-account-changeforgotten #co-shipping-method-form .button, body.customer-account-changeforgotten .buttons-set .button { display: inline-block; text-decoration: none; background-color: #a6aa7c; color: #3c3c3b; padding: 0 50px; line-height: 50px; min-height: 50px; border-radius: 3px; font-size: 14px; text-transform: uppercase; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

body.checkout-onepage-index #co-shipping-method-form .button:hover, body.checkout-onepage-index .buttons-set .button:hover, body.checkout-cart-index #co-shipping-method-form .button:hover, body.checkout-cart-index .buttons-set .button:hover, body.checkout-onepage-success #co-shipping-method-form .button:hover, body.checkout-onepage-success .buttons-set .button:hover, body.customer-account-index.customer-account #co-shipping-method-form .button:hover, body.customer-account-index.customer-account .buttons-set .button:hover, body.customer-address-form.customer-account #co-shipping-method-form .button:hover, body.customer-address-form.customer-account .buttons-set .button:hover, body.newsletter-manage-index.customer-account #co-shipping-method-form .button:hover, body.newsletter-manage-index.customer-account .buttons-set .button:hover, body.customer-account-edit.customer-account #co-shipping-method-form .button:hover, body.customer-account-edit.customer-account .buttons-set .button:hover, body.sales-order-view.customer-account #co-shipping-method-form .button:hover, body.sales-order-view.customer-account .buttons-set .button:hover, body.sales-order-history.customer-account #co-shipping-method-form .button:hover, body.sales-order-history.customer-account .buttons-set .button:hover, body.newsletter-manage-index.customer-account #co-shipping-method-form .button:hover, body.newsletter-manage-index.customer-account .buttons-set .button:hover, body.customer-address-index.customer-account #co-shipping-method-form .button:hover, body.customer-address-index.customer-account .buttons-set .button:hover, body.customer-account-login #co-shipping-method-form .button:hover, body.customer-account-login .buttons-set .button:hover, body.customer-account-forgotpassword #co-shipping-method-form .button:hover, body.customer-account-forgotpassword .buttons-set .button:hover, body.customer-account-create #co-shipping-method-form .button:hover, body.customer-account-create .buttons-set .button:hover, body.customer-account-changeforgotten #co-shipping-method-form .button:hover, body.customer-account-changeforgotten .buttons-set .button:hover { /* keine Vorlage */ background: #a6aa7c; }

body.checkout-onepage-index .main-container, body.checkout-cart-index .main-container, body.checkout-onepage-success .main-container, body.customer-account-index.customer-account .main-container, body.customer-address-form.customer-account .main-container, body.newsletter-manage-index.customer-account .main-container, body.customer-account-edit.customer-account .main-container, body.sales-order-view.customer-account .main-container, body.sales-order-history.customer-account .main-container, body.newsletter-manage-index.customer-account .main-container, body.customer-address-index.customer-account .main-container, body.customer-account-login .main-container, body.customer-account-forgotpassword .main-container, body.customer-account-create .main-container, body.customer-account-changeforgotten .main-container { max-width: unset; padding: unset; }

body.checkout-onepage-index .page-title > h1, body.checkout-onepage-index .page-title > h2, body.checkout-cart-index .page-title > h1, body.checkout-cart-index .page-title > h2, body.checkout-onepage-success .page-title > h1, body.checkout-onepage-success .page-title > h2, body.customer-account-index.customer-account .page-title > h1, body.customer-account-index.customer-account .page-title > h2, body.customer-address-form.customer-account .page-title > h1, body.customer-address-form.customer-account .page-title > h2, body.newsletter-manage-index.customer-account .page-title > h1, body.newsletter-manage-index.customer-account .page-title > h2, body.customer-account-edit.customer-account .page-title > h1, body.customer-account-edit.customer-account .page-title > h2, body.sales-order-view.customer-account .page-title > h1, body.sales-order-view.customer-account .page-title > h2, body.sales-order-history.customer-account .page-title > h1, body.sales-order-history.customer-account .page-title > h2, body.newsletter-manage-index.customer-account .page-title > h1, body.newsletter-manage-index.customer-account .page-title > h2, body.customer-address-index.customer-account .page-title > h1, body.customer-address-index.customer-account .page-title > h2, body.customer-account-login .page-title > h1, body.customer-account-login .page-title > h2, body.customer-account-forgotpassword .page-title > h1, body.customer-account-forgotpassword .page-title > h2, body.customer-account-create .page-title > h1, body.customer-account-create .page-title > h2, body.customer-account-changeforgotten .page-title > h1, body.customer-account-changeforgotten .page-title > h2 { width: 100%; max-width: 1010px; margin: 0 auto; border: none; text-transform: none; }

body.checkout-onepage-index .page-title > h1:not(.page-headline-mobile), body.checkout-onepage-index .page-title > h2:not(.page-headline-mobile), body.checkout-cart-index .page-title > h1:not(.page-headline-mobile), body.checkout-cart-index .page-title > h2:not(.page-headline-mobile), body.checkout-onepage-success .page-title > h1:not(.page-headline-mobile), body.checkout-onepage-success .page-title > h2:not(.page-headline-mobile), body.customer-account-index.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-account-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-address-form.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-address-form.customer-account .page-title > h2:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h1:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-account-edit.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-account-edit.customer-account .page-title > h2:not(.page-headline-mobile), body.sales-order-view.customer-account .page-title > h1:not(.page-headline-mobile), body.sales-order-view.customer-account .page-title > h2:not(.page-headline-mobile), body.sales-order-history.customer-account .page-title > h1:not(.page-headline-mobile), body.sales-order-history.customer-account .page-title > h2:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h1:not(.page-headline-mobile), body.newsletter-manage-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-address-index.customer-account .page-title > h1:not(.page-headline-mobile), body.customer-address-index.customer-account .page-title > h2:not(.page-headline-mobile), body.customer-account-login .page-title > h1:not(.page-headline-mobile), body.customer-account-login .page-title > h2:not(.page-headline-mobile), body.customer-account-forgotpassword .page-title > h1:not(.page-headline-mobile), body.customer-account-forgotpassword .page-title > h2:not(.page-headline-mobile), body.customer-account-create .page-title > h1:not(.page-headline-mobile), body.customer-account-create .page-title > h2:not(.page-headline-mobile), body.customer-account-changeforgotten .page-title > h1:not(.page-headline-mobile), body.customer-account-changeforgotten .page-title > h2:not(.page-headline-mobile) { color: #fff; font-size: 44px; font-weight: 400; padding: 0 25px; }

body.checkout-onepage-index .page-title > h1.page-headline-mobile, body.checkout-onepage-index .page-title > h2.page-headline-mobile, body.checkout-cart-index .page-title > h1.page-headline-mobile, body.checkout-cart-index .page-title > h2.page-headline-mobile, body.checkout-onepage-success .page-title > h1.page-headline-mobile, body.checkout-onepage-success .page-title > h2.page-headline-mobile, body.customer-account-index.customer-account .page-title > h1.page-headline-mobile, body.customer-account-index.customer-account .page-title > h2.page-headline-mobile, body.customer-address-form.customer-account .page-title > h1.page-headline-mobile, body.customer-address-form.customer-account .page-title > h2.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h1.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h2.page-headline-mobile, body.customer-account-edit.customer-account .page-title > h1.page-headline-mobile, body.customer-account-edit.customer-account .page-title > h2.page-headline-mobile, body.sales-order-view.customer-account .page-title > h1.page-headline-mobile, body.sales-order-view.customer-account .page-title > h2.page-headline-mobile, body.sales-order-history.customer-account .page-title > h1.page-headline-mobile, body.sales-order-history.customer-account .page-title > h2.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h1.page-headline-mobile, body.newsletter-manage-index.customer-account .page-title > h2.page-headline-mobile, body.customer-address-index.customer-account .page-title > h1.page-headline-mobile, body.customer-address-index.customer-account .page-title > h2.page-headline-mobile, body.customer-account-login .page-title > h1.page-headline-mobile, body.customer-account-login .page-title > h2.page-headline-mobile, body.customer-account-forgotpassword .page-title > h1.page-headline-mobile, body.customer-account-forgotpassword .page-title > h2.page-headline-mobile, body.customer-account-create .page-title > h1.page-headline-mobile, body.customer-account-create .page-title > h2.page-headline-mobile, body.customer-account-changeforgotten .page-title > h1.page-headline-mobile, body.customer-account-changeforgotten .page-title > h2.page-headline-mobile { font-weight: 300; }

body.checkout-onepage-index .page-title.bg-img, body.checkout-cart-index .page-title.bg-img, body.checkout-onepage-success .page-title.bg-img, body.customer-account-index.customer-account .page-title.bg-img, body.customer-address-form.customer-account .page-title.bg-img, body.newsletter-manage-index.customer-account .page-title.bg-img, body.customer-account-edit.customer-account .page-title.bg-img, body.sales-order-view.customer-account .page-title.bg-img, body.sales-order-history.customer-account .page-title.bg-img, body.newsletter-manage-index.customer-account .page-title.bg-img, body.customer-address-index.customer-account .page-title.bg-img, body.customer-account-login .page-title.bg-img, body.customer-account-forgotpassword .page-title.bg-img, body.customer-account-create .page-title.bg-img, body.customer-account-changeforgotten .page-title.bg-img { background-image: url(https://fakeimg.pl/1920x600/70ddbb/?retina=1); background-repeat: no-repeat; background-size: cover; background-position: center center; padding-bottom: 47%; }

body .fancybox-inner .fancybox-button--fullscreen { display: none !important; }

body.customer-account, body.customer-account-login, body.customer-account-create, body.customer-account-forgotpassword, body.customer-account-changeforgotten, body.customer-account-confirmation { color: #3c3c3b; }

body.customer-account *:not(.fa), body.customer-account-login *:not(.fa), body.customer-account-create *:not(.fa), body.customer-account-forgotpassword *:not(.fa), body.customer-account-changeforgotten *:not(.fa), body.customer-account-confirmation *:not(.fa) { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.customer-account .col-main > .container-full:not(.top-container), body.customer-account .col-main .my-account > .container-full:not(.top-container), body.customer-account-login .col-main > .container-full:not(.top-container), body.customer-account-login .col-main .my-account > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container), body.customer-account-create .col-main .my-account > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main .my-account > .container-full:not(.top-container), body.customer-account-changeforgotten .col-main > .container-full:not(.top-container), body.customer-account-changeforgotten .col-main .my-account > .container-full:not(.top-container), body.customer-account-confirmation .col-main > .container-full:not(.top-container), body.customer-account-confirmation .col-main .my-account > .container-full:not(.top-container) { padding: 0 25px; }

body.customer-account.customer-account .dashboard, body.customer-account-login.customer-account .dashboard, body.customer-account-create.customer-account .dashboard, body.customer-account-forgotpassword.customer-account .dashboard, body.customer-account-changeforgotten.customer-account .dashboard, body.customer-account-confirmation.customer-account .dashboard { display: flex; flex-wrap: wrap; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper { width: 25%; padding-right: 20px; box-sizing: border-box; /* #account-invitations-link, [alt="Freunde einladen"] { display: none; } */ }

body.customer-account.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper h3, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper h4 { font-size: 18px; color: #a6aa7c; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; border-bottom: 0; text-transform: none; font-weight: 700; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper h4, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper h4 { font-size: 16px; display: block; margin: 15px 0 0 0; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper a, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper a { color: #949494; text-transform: none; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -ms-transition: color 0.3s linear; -o-transition: color 0.3s linear; transition: color 0.3s linear; }

body.customer-account.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-changeforgotten.customer-account .dashboard .account-navigation-wrapper a:focus, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper a:hover, body.customer-account-confirmation.customer-account .dashboard .account-navigation-wrapper a:focus { color: #a6aa7c; text-decoration: none; }

body.customer-account.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-changeforgotten.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-confirmation.customer-account .dashboard .dashboard-content-wrapper { width: 75%; }

body.customer-account.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-changeforgotten.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-confirmation.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: wrap; }

body.customer-account.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-changeforgotten.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-changeforgotten.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-confirmation.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-confirmation.customer-account:not(.customer-address-form):not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { width: 100%; padding: 0; }

body.customer-account .invivations-theme-account.clearfix, body.customer-account-login .invivations-theme-account.clearfix, body.customer-account-create .invivations-theme-account.clearfix, body.customer-account-forgotpassword .invivations-theme-account.clearfix, body.customer-account-changeforgotten .invivations-theme-account.clearfix, body.customer-account-confirmation .invivations-theme-account.clearfix { width: 100%; }

body.customer-account .invivations-theme-account #messages-holder .messages, body.customer-account-login .invivations-theme-account #messages-holder .messages, body.customer-account-create .invivations-theme-account #messages-holder .messages, body.customer-account-forgotpassword .invivations-theme-account #messages-holder .messages, body.customer-account-changeforgotten .invivations-theme-account #messages-holder .messages, body.customer-account-confirmation .invivations-theme-account #messages-holder .messages { margin: 20px 0 0 0; }

body.customer-account .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-login .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-create .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-forgotpassword .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-changeforgotten .invivations-theme-account #messages-holder .messages li:last-child, body.customer-account-confirmation .invivations-theme-account #messages-holder .messages li:last-child { margin-bottom: 0; }

body.customer-account .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-login .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-create .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-forgotpassword .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-changeforgotten .invivations-theme-account #messages-holder .messages .success-msg li, body.customer-account-confirmation .invivations-theme-account #messages-holder .messages .success-msg li { color: #1ba74f; border-color: #1ba74f; }

body.customer-account .invivations-theme-account #messages, body.customer-account-login .invivations-theme-account #messages, body.customer-account-create .invivations-theme-account #messages, body.customer-account-forgotpassword .invivations-theme-account #messages, body.customer-account-changeforgotten .invivations-theme-account #messages, body.customer-account-confirmation .invivations-theme-account #messages { margin-top: 15px; }

body.customer-account .invivations-theme-account #invite-friends-text h3, body.customer-account-login .invivations-theme-account #invite-friends-text h3, body.customer-account-create .invivations-theme-account #invite-friends-text h3, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-text h3, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-text h3, body.customer-account-confirmation .invivations-theme-account #invite-friends-text h3 { font-size: 15px; margin-top: 20px; margin-bottom: 0; color: #a6aa7c; font-weight: 700; }

body.customer-account .invivations-theme-account #invite-friends-text ol, body.customer-account-login .invivations-theme-account #invite-friends-text ol, body.customer-account-create .invivations-theme-account #invite-friends-text ol, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-text ol, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-text ol, body.customer-account-confirmation .invivations-theme-account #invite-friends-text ol { padding-left: 12px; list-style: decimal; margin-bottom: 20px; }

body.customer-account .invivations-theme-account .form-headline, body.customer-account-login .invivations-theme-account .form-headline, body.customer-account-create .invivations-theme-account .form-headline, body.customer-account-forgotpassword .invivations-theme-account .form-headline, body.customer-account-changeforgotten .invivations-theme-account .form-headline, body.customer-account-confirmation .invivations-theme-account .form-headline { margin-top: 45px; }

body.customer-account .invivations-theme-account #invite-friends-form, body.customer-account-login .invivations-theme-account #invite-friends-form, body.customer-account-create .invivations-theme-account #invite-friends-form, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form, body.customer-account-confirmation .invivations-theme-account #invite-friends-form { margin-top: 20px; }

body.customer-account .invivations-theme-account #invite-friends-form .td_1, body.customer-account-login .invivations-theme-account #invite-friends-form .td_1, body.customer-account-create .invivations-theme-account #invite-friends-form .td_1, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .td_1, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .td_1, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .td_1 { display: none; }

body.customer-account .invivations-theme-account #invite-friends-form .tag, body.customer-account-login .invivations-theme-account #invite-friends-form .tag, body.customer-account-create .invivations-theme-account #invite-friends-form .tag, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag { background: none; border: 1px solid #a6aa7c; border-radius: 3px; padding: 5px 12px 6px 12px; }

body.customer-account .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-login .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-create .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag .lineheight, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag .lineheight { color: #a6aa7c; }

body.customer-account .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-login .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-create .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag .tag-ico, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag .tag-ico { display: none; }

body.customer-account .invivations-theme-account #invite-friends-form .tag a, body.customer-account-login .invivations-theme-account #invite-friends-form .tag a, body.customer-account-create .invivations-theme-account #invite-friends-form .tag a, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form .tag a, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form .tag a, body.customer-account-confirmation .invivations-theme-account #invite-friends-form .tag a { color: #3c3c3b; font-size: 16px; font-weight: normal; line-height: 18px; }

body.customer-account .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-login .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-create .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-forgotpassword .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-changeforgotten .invivations-theme-account #invite-friends-form #contact-list_addTag, body.customer-account-confirmation .invivations-theme-account #invite-friends-form #contact-list_addTag { width: 100%; }

body.customer-account .invivations-theme-account .inv-example, body.customer-account-login .invivations-theme-account .inv-example, body.customer-account-create .invivations-theme-account .inv-example, body.customer-account-forgotpassword .invivations-theme-account .inv-example, body.customer-account-changeforgotten .invivations-theme-account .inv-example, body.customer-account-confirmation .invivations-theme-account .inv-example { margin-bottom: 20px; }

body.customer-account .invivations-theme-account .social-media-buttons, body.customer-account-login .invivations-theme-account .social-media-buttons, body.customer-account-create .invivations-theme-account .social-media-buttons, body.customer-account-forgotpassword .invivations-theme-account .social-media-buttons, body.customer-account-changeforgotten .invivations-theme-account .social-media-buttons, body.customer-account-confirmation .invivations-theme-account .social-media-buttons { margin: 15px 0 !important; }

body.customer-account .invivations-theme-account .button span, body.customer-account-login .invivations-theme-account .button span, body.customer-account-create .invivations-theme-account .button span, body.customer-account-forgotpassword .invivations-theme-account .button span, body.customer-account-changeforgotten .invivations-theme-account .button span, body.customer-account-confirmation .invivations-theme-account .button span { color: #3c3c3b; }

body.customer-account .invivations-theme-account .button span span, body.customer-account-login .invivations-theme-account .button span span, body.customer-account-create .invivations-theme-account .button span span, body.customer-account-forgotpassword .invivations-theme-account .button span span, body.customer-account-changeforgotten .invivations-theme-account .button span span, body.customer-account-confirmation .invivations-theme-account .button span span { color: #3c3c3b; }

body.customer-account .invivations-theme-account #contact-list_tagsinput, body.customer-account .invivations-theme-account textarea, body.customer-account-login .invivations-theme-account #contact-list_tagsinput, body.customer-account-login .invivations-theme-account textarea, body.customer-account-create .invivations-theme-account #contact-list_tagsinput, body.customer-account-create .invivations-theme-account textarea, body.customer-account-forgotpassword .invivations-theme-account #contact-list_tagsinput, body.customer-account-forgotpassword .invivations-theme-account textarea, body.customer-account-changeforgotten .invivations-theme-account #contact-list_tagsinput, body.customer-account-changeforgotten .invivations-theme-account textarea, body.customer-account-confirmation .invivations-theme-account #contact-list_tagsinput, body.customer-account-confirmation .invivations-theme-account textarea { width: 100%; min-width: 100%; height: auto; float: left; border: 1px solid #e2e2e2; }

body.customer-account .invivations-theme-account .invitations-lists-button-holder, body.customer-account-login .invivations-theme-account .invitations-lists-button-holder, body.customer-account-create .invivations-theme-account .invitations-lists-button-holder, body.customer-account-forgotpassword .invivations-theme-account .invitations-lists-button-holder, body.customer-account-changeforgotten .invivations-theme-account .invitations-lists-button-holder, body.customer-account-confirmation .invivations-theme-account .invitations-lists-button-holder { border-bottom: 1px solid #e2e2e2; }

body.customer-account .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-login .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-create .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-forgotpassword .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-changeforgotten .invivations-theme-account .invitations-lists-button-holder .h20, body.customer-account-confirmation .invivations-theme-account .invitations-lists-button-holder .h20 { display: none; }

body.customer-account .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-login .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-create .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-forgotpassword .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-changeforgotten .invivations-theme-account .invitations-lists-button-holder .button, body.customer-account-confirmation .invivations-theme-account .invitations-lists-button-holder .button { margin-bottom: -1px; border-radius: 3px 3px 0 0; }

body.customer-account .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-login .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-create .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-forgotpassword .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-changeforgotten .invivations-theme-account #plumrocket-ajax-load-area .pager .amount, body.customer-account-confirmation .invivations-theme-account #plumrocket-ajax-load-area .pager .amount { display: none; }

body.customer-account .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-login .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-create .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-forgotpassword .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-changeforgotten .invivations-theme-account #plumrocket-ajax-load-area .td_3, body.customer-account-confirmation .invivations-theme-account #plumrocket-ajax-load-area .td_3 { text-align: right !important; }

body.customer-account .invivations-theme-account #open-invitations-table .td_4, body.customer-account-login .invivations-theme-account #open-invitations-table .td_4, body.customer-account-create .invivations-theme-account #open-invitations-table .td_4, body.customer-account-forgotpassword .invivations-theme-account #open-invitations-table .td_4, body.customer-account-changeforgotten .invivations-theme-account #open-invitations-table .td_4, body.customer-account-confirmation .invivations-theme-account #open-invitations-table .td_4 { display: none; }

body.customer-account #rewards_page .reward-list, body.customer-account-login #rewards_page .reward-list, body.customer-account-create #rewards_page .reward-list, body.customer-account-forgotpassword #rewards_page .reward-list, body.customer-account-changeforgotten #rewards_page .reward-list, body.customer-account-confirmation #rewards_page .reward-list { margin-bottom: 20px; }

body.customer-account .box-rewardpoints-summary, body.customer-account-login .box-rewardpoints-summary, body.customer-account-create .box-rewardpoints-summary, body.customer-account-forgotpassword .box-rewardpoints-summary, body.customer-account-changeforgotten .box-rewardpoints-summary, body.customer-account-confirmation .box-rewardpoints-summary { padding: 20px 30px; }

body.customer-account .box-rewardpoints-summary .box-head, body.customer-account-login .box-rewardpoints-summary .box-head, body.customer-account-create .box-rewardpoints-summary .box-head, body.customer-account-forgotpassword .box-rewardpoints-summary .box-head, body.customer-account-changeforgotten .box-rewardpoints-summary .box-head, body.customer-account-confirmation .box-rewardpoints-summary .box-head { margin-top: 0; padding-bottom: 0; border-bottom: none; }

body.customer-account .box-rewardpoints-summary .box-head h2, body.customer-account-login .box-rewardpoints-summary .box-head h2, body.customer-account-create .box-rewardpoints-summary .box-head h2, body.customer-account-forgotpassword .box-rewardpoints-summary .box-head h2, body.customer-account-changeforgotten .box-rewardpoints-summary .box-head h2, body.customer-account-confirmation .box-rewardpoints-summary .box-head h2 { font-size: 18px; font-weight: 600; background: none; position: relative; }

body.customer-account .box-rewardpoints-summary .box-head h2::before, body.customer-account-login .box-rewardpoints-summary .box-head h2::before, body.customer-account-create .box-rewardpoints-summary .box-head h2::before, body.customer-account-forgotpassword .box-rewardpoints-summary .box-head h2::before, body.customer-account-changeforgotten .box-rewardpoints-summary .box-head h2::before, body.customer-account-confirmation .box-rewardpoints-summary .box-head h2::before { content: '\f091'; font-family: "FontAwesome"; font-size: 17px; font-weight: 300; left: 0; top: 5px; position: absolute; }

body.customer-account .box-rewardpoints-summary .info-summary, body.customer-account-login .box-rewardpoints-summary .info-summary, body.customer-account-create .box-rewardpoints-summary .info-summary, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary, body.customer-account-confirmation .box-rewardpoints-summary .info-summary { font-size: 14px; }

body.customer-account .box-rewardpoints-summary .info-summary p, body.customer-account-login .box-rewardpoints-summary .info-summary p, body.customer-account-create .box-rewardpoints-summary .info-summary p, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary p, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary p, body.customer-account-confirmation .box-rewardpoints-summary .info-summary p { font-style: normal; }

body.customer-account .box-rewardpoints-summary .info-summary strong, body.customer-account-login .box-rewardpoints-summary .info-summary strong, body.customer-account-create .box-rewardpoints-summary .info-summary strong, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary strong, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary strong, body.customer-account-confirmation .box-rewardpoints-summary .info-summary strong { font-weight: 400; }

body.customer-account .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-login .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-create .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary strong.rewardpoints-title, body.customer-account-confirmation .box-rewardpoints-summary .info-summary strong.rewardpoints-title { text-transform: none; color: #3c3c3b; font-size: 16px; margin: 3px 0 5px 0; display: inline-block; }

body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money { font-size: 16px; color: #a6aa7c; }

body.customer-account .dashboard .box-account.box-rewardpoints-history, body.customer-account-login .dashboard .box-account.box-rewardpoints-history, body.customer-account-create .dashboard .box-account.box-rewardpoints-history, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history { border: none; }

body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head { border-bottom: none; }

body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head h2, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head h2 { padding: 0; background: none; font-weight: 600; }

body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a { float: right; font-size: 12px; text-transform: none; padding: 0 10px; }

body.customer-account .dashboard .invite-friends-box, body.customer-account-login .dashboard .invite-friends-box, body.customer-account-create .dashboard .invite-friends-box, body.customer-account-forgotpassword .dashboard .invite-friends-box, body.customer-account-changeforgotten .dashboard .invite-friends-box, body.customer-account-confirmation .dashboard .invite-friends-box { padding: 20px 0; }

body.customer-account.rewardpoints-index-index .page-title, body.customer-account.rewardpointsreferfriends-index-index .page-title, body.customer-account-login.rewardpoints-index-index .page-title, body.customer-account-login.rewardpointsreferfriends-index-index .page-title, body.customer-account-create.rewardpoints-index-index .page-title, body.customer-account-create.rewardpointsreferfriends-index-index .page-title, body.customer-account-forgotpassword.rewardpoints-index-index .page-title, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .page-title, body.customer-account-changeforgotten.rewardpoints-index-index .page-title, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .page-title, body.customer-account-confirmation.rewardpoints-index-index .page-title, body.customer-account-confirmation.rewardpointsreferfriends-index-index .page-title { display: none; }

body.customer-account.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-login.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary, body.customer-account-confirmation.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .box-rewardpoints-summary { border: none; padding: 0; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul { list-style: none; margin-top: 15px; margin-bottom: 15px; margin-left: 10px; list-style: none !important; margin: 7px 0 7px 0 !important; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li { margin-bottom: 15px; padding-left: 30px; position: relative; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li::before { content: '\f101\00a0'; position: absolute; left: 0; font-family: "FontAwesome"; color: #a6aa7c; font-size: 11px; }

body.customer-account.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-login.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-create.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpoints-index-index .dashboard .rewardpoints-dashboard-ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index .dashboard .rewardpoints-dashboard-ul li { margin-bottom: 0; }

body.customer-account.rewardpoints-index-index .refer-sharing-box-content, body.customer-account.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-login.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-login.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-create.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-create.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-forgotpassword.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-changeforgotten.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .refer-sharing-box-content, body.customer-account-confirmation.rewardpoints-index-index .refer-sharing-box-content, body.customer-account-confirmation.rewardpointsreferfriends-index-index .refer-sharing-box-content { padding: 0 !important; margin-top: 15px !important; }

body.customer-account.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-login.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-login.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-create.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-create.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-forgotpassword.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-changeforgotten.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content, body.customer-account-confirmation.rewardpoints-index-index .refer-sharing-box-content .refer-content, body.customer-account-confirmation.rewardpointsreferfriends-index-index .refer-sharing-box-content .refer-content { padding: 0; margin: 0; background: none; }

body.customer-account.rewardpoints-index-index .opc .section, body.customer-account.rewardpointsreferfriends-index-index .opc .section, body.customer-account-login.rewardpoints-index-index .opc .section, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section, body.customer-account-create.rewardpoints-index-index .opc .section, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section, body.customer-account-confirmation.rewardpoints-index-index .opc .section, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section { border: none; }

body.customer-account.rewardpoints-index-index .opc .section .step-title, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-login.rewardpoints-index-index .opc .section .step-title, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-create.rewardpoints-index-index .opc .section .step-title, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title { padding: 4px 8px 6px 0; border: none; cursor: auto; }

body.customer-account.rewardpoints-index-index .opc .section .step-title h2, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-login.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-create.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title h2, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title h2, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title h2 { margin: 0 4px 0 0; color: #a6aa7c; font-size: 17px; }

body.customer-account.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-login.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-create.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title h2 > .fa, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title h2 > .fa { margin-right: 7px; }

body.customer-account.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-login.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-create.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section .step-title:hover, body.customer-account-confirmation.rewardpoints-index-index .opc .section .step-title:hover, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section .step-title:hover { background: transparent; }

body.customer-account.rewardpoints-index-index .opc .section.active, body.customer-account.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-login.rewardpoints-index-index .opc .section.active, body.customer-account-login.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-create.rewardpoints-index-index .opc .section.active, body.customer-account-create.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-forgotpassword.rewardpoints-index-index .opc .section.active, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-changeforgotten.rewardpoints-index-index .opc .section.active, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc .section.active, body.customer-account-confirmation.rewardpoints-index-index .opc .section.active, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc .section.active { border-bottom: none; }

body.customer-account.rewardpoints-index-index .opc form ul li, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-login.rewardpoints-index-index .opc form ul li, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-create.rewardpoints-index-index .opc form ul li, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li { padding-bottom: 15px; }

body.customer-account.rewardpoints-index-index .opc form ul li label, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-login.rewardpoints-index-index .opc form ul li label, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-create.rewardpoints-index-index .opc form ul li label, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li label, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li label, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li label, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li label, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li label { margin-bottom: 3px; }

body.customer-account.rewardpoints-index-index .opc form ul li .input-box, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-login.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-create.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li .input-box, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li .input-box, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li .input-box { height: auto; }

body.customer-account.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-login.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-login.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-create.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-create.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-forgotpassword.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-changeforgotten.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea, body.customer-account-confirmation.rewardpoints-index-index .opc form ul li .input-box textarea, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form ul li .input-box textarea { width: 100%; min-width: 100%; height: auto; float: left; border: 1px solid #e2e2e2; }

body.customer-account.rewardpoints-index-index .opc form .buttons-set, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set { padding-bottom: 0; }

body.customer-account.rewardpoints-index-index ul.message, body.customer-account.rewardpointsreferfriends-index-index ul.message, body.customer-account-login.rewardpoints-index-index ul.message, body.customer-account-login.rewardpointsreferfriends-index-index ul.message, body.customer-account-create.rewardpoints-index-index ul.message, body.customer-account-create.rewardpointsreferfriends-index-index ul.message, body.customer-account-forgotpassword.rewardpoints-index-index ul.message, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message, body.customer-account-changeforgotten.rewardpoints-index-index ul.message, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message, body.customer-account-confirmation.rewardpoints-index-index ul.message, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message { float: left; width: 100%; padding: 0; margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body.customer-account.rewardpoints-index-index ul.message .success-msg, body.customer-account.rewardpoints-index-index ul.message .error-msg, body.customer-account.rewardpoints-index-index ul.message .notice-msg, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-login.rewardpoints-index-index ul.message .success-msg, body.customer-account-login.rewardpoints-index-index ul.message .error-msg, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-create.rewardpoints-index-index ul.message .success-msg, body.customer-account-create.rewardpoints-index-index ul.message .error-msg, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg { padding-left: 0 !important; margin-left: 0 !important; }

body.customer-account.rewardpoints-index-index ul.message .success-msg::after, body.customer-account.rewardpoints-index-index ul.message .success-msg::before, body.customer-account.rewardpoints-index-index ul.message .error-msg::after, body.customer-account.rewardpoints-index-index ul.message .error-msg::before, body.customer-account.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-login.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-login.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-login.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-login.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-create.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-create.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-create.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-create.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg::before { display: none; }

body.customer-account.rewardpoints-index-index ul.message .success-msg ul, body.customer-account.rewardpoints-index-index ul.message .error-msg ul, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul { margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body.customer-account.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul li, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul li, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul li, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul li { border-radius: 2px; padding: 10px; margin-bottom: 10px; }

body.customer-account.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-login.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-login.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-create.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-create.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul li::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg ul li::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul li::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg ul li::before, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul li::after, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul li::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul li::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg ul li::before, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::after, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg ul li::before { display: none; }

body.customer-account.rewardpoints-index-index ul.message .success-msg li, body.customer-account.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-login.rewardpoints-index-index ul.message .success-msg li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-create.rewardpoints-index-index ul.message .success-msg li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .success-msg li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .success-msg li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .success-msg li, body.customer-account-confirmation.rewardpoints-index-index ul.message .success-msg li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .success-msg li { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; }

body.customer-account.rewardpoints-index-index ul.message .error-msg li, body.customer-account.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-login.rewardpoints-index-index ul.message .error-msg li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-create.rewardpoints-index-index ul.message .error-msg li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .error-msg li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .error-msg li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .error-msg li, body.customer-account-confirmation.rewardpoints-index-index ul.message .error-msg li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .error-msg li { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; }

body.customer-account.rewardpoints-index-index ul.message .notice-msg li, body.customer-account.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-login.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-login.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-create.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-create.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-forgotpassword.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-changeforgotten.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index ul.message .notice-msg li, body.customer-account-confirmation.rewardpoints-index-index ul.message .notice-msg li, body.customer-account-confirmation.rewardpointsreferfriends-index-index ul.message .notice-msg li { color: #d4c276; background-color: #f6f3ed; border: 1px solid #d4c276; }

body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpoints-index-settings .button { margin-top: 10px; }

body.customer-account.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-login.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-create.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-forgotpassword.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-changeforgotten.rewardpointscoupon-index-index #rewardpoints_coupon_code, body.customer-account-confirmation.rewardpointscoupon-index-index #rewardpoints_coupon_code { width: 100% !important; }

body.customer-account.rewardpoints-index-settings .page-title, body.customer-account-login.rewardpoints-index-settings .page-title, body.customer-account-create.rewardpoints-index-settings .page-title, body.customer-account-forgotpassword.rewardpoints-index-settings .page-title, body.customer-account-changeforgotten.rewardpoints-index-settings .page-title, body.customer-account-confirmation.rewardpoints-index-settings .page-title { display: none; }

body.customer-account.rewardpoints-index-settings .fieldset, body.customer-account-login.rewardpoints-index-settings .fieldset, body.customer-account-create.rewardpoints-index-settings .fieldset, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset, body.customer-account-confirmation.rewardpoints-index-settings .fieldset { margin: 0; }

body.customer-account.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-login.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-create.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset .form-list .control, body.customer-account-confirmation.rewardpoints-index-settings .fieldset .form-list .control { margin: 0; }

body.customer-account.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-login.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-create.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset .form-list .control .checkbox, body.customer-account-confirmation.rewardpoints-index-settings .fieldset .form-list .control .checkbox { margin-left: 0; }

body.customer-account.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-login.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-create.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-forgotpassword.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-changeforgotten.rewardpoints-index-settings .fieldset .form-list .control label, body.customer-account-confirmation.rewardpoints-index-settings .fieldset .form-list .control label { margin: 0; padding: 6px 10px 6px 25px; }

body.customer-account #recent-transactions-history tbody, body.customer-account #recent-transactions-history thead, body.customer-account-login #recent-transactions-history tbody, body.customer-account-login #recent-transactions-history thead, body.customer-account-create #recent-transactions-history tbody, body.customer-account-create #recent-transactions-history thead, body.customer-account-forgotpassword #recent-transactions-history tbody, body.customer-account-forgotpassword #recent-transactions-history thead, body.customer-account-changeforgotten #recent-transactions-history tbody, body.customer-account-changeforgotten #recent-transactions-history thead, body.customer-account-confirmation #recent-transactions-history tbody, body.customer-account-confirmation #recent-transactions-history thead { border: 1px solid #e2e2e2; }

body.customer-account #recent-transactions-history td.a-right, body.customer-account-login #recent-transactions-history td.a-right, body.customer-account-create #recent-transactions-history td.a-right, body.customer-account-forgotpassword #recent-transactions-history td.a-right, body.customer-account-changeforgotten #recent-transactions-history td.a-right, body.customer-account-confirmation #recent-transactions-history td.a-right { text-align: left; }

body.customer-account #recent-transactions-history td.first, body.customer-account-login #recent-transactions-history td.first, body.customer-account-create #recent-transactions-history td.first, body.customer-account-forgotpassword #recent-transactions-history td.first, body.customer-account-changeforgotten #recent-transactions-history td.first, body.customer-account-confirmation #recent-transactions-history td.first { width: 6%; }

body.customer-account #recent-transactions-history td h2, body.customer-account-login #recent-transactions-history td h2, body.customer-account-create #recent-transactions-history td h2, body.customer-account-forgotpassword #recent-transactions-history td h2, body.customer-account-changeforgotten #recent-transactions-history td h2, body.customer-account-confirmation #recent-transactions-history td h2 { color: #3c3c3b; font-weight: 400; }

body.customer-account p, body.customer-account-login p, body.customer-account-create p, body.customer-account-forgotpassword p, body.customer-account-changeforgotten p, body.customer-account-confirmation p { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; }

body.customer-account p.required, body.customer-account-login p.required, body.customer-account-create p.required, body.customer-account-forgotpassword p.required, body.customer-account-changeforgotten p.required, body.customer-account-confirmation p.required { color: #949494; float: right; }

body.customer-account .page-title .welcome-msg, body.customer-account-login .page-title .welcome-msg, body.customer-account-create .page-title .welcome-msg, body.customer-account-forgotpassword .page-title .welcome-msg, body.customer-account-changeforgotten .page-title .welcome-msg, body.customer-account-confirmation .page-title .welcome-msg { max-width: 1010px; margin: 0 auto; padding: 25px 0; border: none; color: #fff; font-size: 18px; }

body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2, body.customer-account-confirmation.customer-account-login .col2-set .col-1, body.customer-account-confirmation.customer-account-login .col2-set .col-2 { margin-top: 0; padding-top: 20px; flex-wrap: wrap; }

body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .box { min-height: 265px; }

body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .box, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .box, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .buttons-set { width: 100%; }

body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .buttons-set { padding-bottom: 0 !important; text-align: right; }

body.customer-account.customer-account-login .col2-set .col-1 .form-list, body.customer-account.customer-account-login .col2-set .col-2 .form-list, body.customer-account-login.customer-account-login .col2-set .col-1 .form-list, body.customer-account-login.customer-account-login .col2-set .col-2 .form-list, body.customer-account-create.customer-account-login .col2-set .col-1 .form-list, body.customer-account-create.customer-account-login .col2-set .col-2 .form-list, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .form-list, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .form-list, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .form-list, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .form-list, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .form-list, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .form-list { padding-left: 0; list-style: none; }

body.customer-account.customer-account-login .col2-set:first-of-type .col-1, body.customer-account.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-changeforgotten.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-changeforgotten.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-confirmation.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-confirmation.customer-account-login .col2-set:first-of-type .col-2 { padding-top: 0; }

body.customer-account.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1, body.customer-account-confirmation.customer-account-login .col2-set .col-1 { padding-right: 20px !important; }

body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-1 .buttons-set { padding: 10px 0 45px; }

body.customer-account.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2, body.customer-account-confirmation.customer-account-login .col2-set .col-2 { padding-left: 20px; }

body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-changeforgotten.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-confirmation.customer-account-login .col2-set .col-2 .buttons-set { text-align: right; }

body.customer-account.customer-account-create .dashboard, body.customer-account.customer-account-forgotpassword .dashboard, body.customer-account.customer-account-changeforgotten .dashboard, body.customer-account.customer-account-confirmation .dashboard, body.customer-account-login.customer-account-create .dashboard, body.customer-account-login.customer-account-forgotpassword .dashboard, body.customer-account-login.customer-account-changeforgotten .dashboard, body.customer-account-login.customer-account-confirmation .dashboard, body.customer-account-create.customer-account-create .dashboard, body.customer-account-create.customer-account-forgotpassword .dashboard, body.customer-account-create.customer-account-changeforgotten .dashboard, body.customer-account-create.customer-account-confirmation .dashboard, body.customer-account-forgotpassword.customer-account-create .dashboard, body.customer-account-forgotpassword.customer-account-forgotpassword .dashboard, body.customer-account-forgotpassword.customer-account-changeforgotten .dashboard, body.customer-account-forgotpassword.customer-account-confirmation .dashboard, body.customer-account-changeforgotten.customer-account-create .dashboard, body.customer-account-changeforgotten.customer-account-forgotpassword .dashboard, body.customer-account-changeforgotten.customer-account-changeforgotten .dashboard, body.customer-account-changeforgotten.customer-account-confirmation .dashboard, body.customer-account-confirmation.customer-account-create .dashboard, body.customer-account-confirmation.customer-account-forgotpassword .dashboard, body.customer-account-confirmation.customer-account-changeforgotten .dashboard, body.customer-account-confirmation.customer-account-confirmation .dashboard { margin-bottom: 15px; }

body.customer-account.customer-account-create .back-link-container, body.customer-account.customer-account-forgotpassword .back-link-container, body.customer-account.customer-account-changeforgotten .back-link-container, body.customer-account.customer-account-confirmation .back-link-container, body.customer-account-login.customer-account-create .back-link-container, body.customer-account-login.customer-account-forgotpassword .back-link-container, body.customer-account-login.customer-account-changeforgotten .back-link-container, body.customer-account-login.customer-account-confirmation .back-link-container, body.customer-account-create.customer-account-create .back-link-container, body.customer-account-create.customer-account-forgotpassword .back-link-container, body.customer-account-create.customer-account-changeforgotten .back-link-container, body.customer-account-create.customer-account-confirmation .back-link-container, body.customer-account-forgotpassword.customer-account-create .back-link-container, body.customer-account-forgotpassword.customer-account-forgotpassword .back-link-container, body.customer-account-forgotpassword.customer-account-changeforgotten .back-link-container, body.customer-account-forgotpassword.customer-account-confirmation .back-link-container, body.customer-account-changeforgotten.customer-account-create .back-link-container, body.customer-account-changeforgotten.customer-account-forgotpassword .back-link-container, body.customer-account-changeforgotten.customer-account-changeforgotten .back-link-container, body.customer-account-changeforgotten.customer-account-confirmation .back-link-container, body.customer-account-confirmation.customer-account-create .back-link-container, body.customer-account-confirmation.customer-account-forgotpassword .back-link-container, body.customer-account-confirmation.customer-account-changeforgotten .back-link-container, body.customer-account-confirmation.customer-account-confirmation .back-link-container { margin-bottom: 50px; }

body.customer-account.customer-account-forgotpassword .fieldset, body.customer-account.customer-account-confirmation .fieldset, body.customer-account-login.customer-account-forgotpassword .fieldset, body.customer-account-login.customer-account-confirmation .fieldset, body.customer-account-create.customer-account-forgotpassword .fieldset, body.customer-account-create.customer-account-confirmation .fieldset, body.customer-account-forgotpassword.customer-account-forgotpassword .fieldset, body.customer-account-forgotpassword.customer-account-confirmation .fieldset, body.customer-account-changeforgotten.customer-account-forgotpassword .fieldset, body.customer-account-changeforgotten.customer-account-confirmation .fieldset, body.customer-account-confirmation.customer-account-forgotpassword .fieldset, body.customer-account-confirmation.customer-account-confirmation .fieldset { margin-left: 0; max-width: 100%; }

body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager, body.customer-account-changeforgotten .pager, body.customer-account-confirmation .pager { margin: 10px 0; overflow: visible; font-size: 12px; }

body.customer-account .pager .amount strong, body.customer-account-login .pager .amount strong, body.customer-account-create .pager .amount strong, body.customer-account-forgotpassword .pager .amount strong, body.customer-account-changeforgotten .pager .amount strong, body.customer-account-confirmation .pager .amount strong { font-weight: 400; }

body.customer-account .pager .limiter, body.customer-account-login .pager .limiter, body.customer-account-create .pager .limiter, body.customer-account-forgotpassword .pager .limiter, body.customer-account-changeforgotten .pager .limiter, body.customer-account-confirmation .pager .limiter { height: auto; }

body.customer-account .pager .limiter label, body.customer-account .pager .limiter select, body.customer-account-login .pager .limiter label, body.customer-account-login .pager .limiter select, body.customer-account-create .pager .limiter label, body.customer-account-create .pager .limiter select, body.customer-account-forgotpassword .pager .limiter label, body.customer-account-forgotpassword .pager .limiter select, body.customer-account-changeforgotten .pager .limiter label, body.customer-account-changeforgotten .pager .limiter select, body.customer-account-confirmation .pager .limiter label, body.customer-account-confirmation .pager .limiter select { float: left; font-size: 12px; }

body.customer-account .pager .limiter select, body.customer-account-login .pager .limiter select, body.customer-account-create .pager .limiter select, body.customer-account-forgotpassword .pager .limiter select, body.customer-account-changeforgotten .pager .limiter select, body.customer-account-confirmation .pager .limiter select { height: 30px; width: 60px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 10px; border-radius: 3px; margin-right: 5px; }

body.customer-account .pager::after, body.customer-account-login .pager::after, body.customer-account-create .pager::after, body.customer-account-forgotpassword .pager::after, body.customer-account-changeforgotten .pager::after, body.customer-account-confirmation .pager::after { clear: both; content: ''; display: block; }

body.customer-account .buttons-set, body.customer-account-login .buttons-set, body.customer-account-create .buttons-set, body.customer-account-forgotpassword .buttons-set, body.customer-account-changeforgotten .buttons-set, body.customer-account-confirmation .buttons-set { width: 100%; max-width: 1010px; margin: 0 auto; padding: 10px 0 45px 0; float: none; }

body.customer-account.newsletter-manage-index .buttons-set, body.customer-account-login.newsletter-manage-index .buttons-set, body.customer-account-create.newsletter-manage-index .buttons-set, body.customer-account-forgotpassword.newsletter-manage-index .buttons-set, body.customer-account-changeforgotten.newsletter-manage-index .buttons-set, body.customer-account-confirmation.newsletter-manage-index .buttons-set { padding: 25px 0 45px 0; }

body.customer-account.sales-order-view .dashboard .box-account p, body.customer-account.sales-order-history .dashboard .box-account p, body.customer-account-login.sales-order-view .dashboard .box-account p, body.customer-account-login.sales-order-history .dashboard .box-account p, body.customer-account-create.sales-order-view .dashboard .box-account p, body.customer-account-create.sales-order-history .dashboard .box-account p, body.customer-account-forgotpassword.sales-order-view .dashboard .box-account p, body.customer-account-forgotpassword.sales-order-history .dashboard .box-account p, body.customer-account-changeforgotten.sales-order-view .dashboard .box-account p, body.customer-account-changeforgotten.sales-order-history .dashboard .box-account p, body.customer-account-confirmation.sales-order-view .dashboard .box-account p, body.customer-account-confirmation.sales-order-history .dashboard .box-account p { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; }

body.customer-account.sales-order-view .payment-type table, body.customer-account.sales-order-history .payment-type table, body.customer-account-login.sales-order-view .payment-type table, body.customer-account-login.sales-order-history .payment-type table, body.customer-account-create.sales-order-view .payment-type table, body.customer-account-create.sales-order-history .payment-type table, body.customer-account-forgotpassword.sales-order-view .payment-type table, body.customer-account-forgotpassword.sales-order-history .payment-type table, body.customer-account-changeforgotten.sales-order-view .payment-type table, body.customer-account-changeforgotten.sales-order-history .payment-type table, body.customer-account-confirmation.sales-order-view .payment-type table, body.customer-account-confirmation.sales-order-history .payment-type table { display: none; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account.sales-order-history .data-table:not(.order-totals) thead, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody { border: 1px solid #e2e2e2; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr td:first-of-type { width: 30%; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr .product-name, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr .product-name, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr .product-name { margin-bottom: 0; text-transform: none; font-size: 16px; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr .item-options, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr .item-options, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr .item-options { margin-top: 0; font-size: 14px; }

body.customer-account.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-login.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-login.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-login.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-login.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-create.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-create.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-create.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-create.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-forgotpassword.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-changeforgotten.sales-order-history .order-totals:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-view .data-table:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-view .order-totals:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-history .data-table:not(.order-totals) tbody tr em, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) thead tr em, body.customer-account-confirmation.sales-order-history .order-totals:not(.order-totals) tbody tr em { font-style: normal; }

body.customer-account.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-login.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-login.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-login.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-login.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-login.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-login.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-login.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-login.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-create.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-create.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-create.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-create.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-create.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-create.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-create.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-create.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-view .data-table tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-history .data-table tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr.grand_total td, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr.grand_total td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr.grand_total td { color: #a6aa7c; font-size: 18px; }

body.customer-account.sales-order-view .data-table tfoot tr.first td, body.customer-account.sales-order-view .data-table.order-totals tr.first td, body.customer-account.sales-order-view .order-totals tfoot tr.first td, body.customer-account.sales-order-view .order-totals.order-totals tr.first td, body.customer-account.sales-order-history .data-table tfoot tr.first td, body.customer-account.sales-order-history .data-table.order-totals tr.first td, body.customer-account.sales-order-history .order-totals tfoot tr.first td, body.customer-account.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-login.sales-order-view .data-table tfoot tr.first td, body.customer-account-login.sales-order-view .data-table.order-totals tr.first td, body.customer-account-login.sales-order-view .order-totals tfoot tr.first td, body.customer-account-login.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-login.sales-order-history .data-table tfoot tr.first td, body.customer-account-login.sales-order-history .data-table.order-totals tr.first td, body.customer-account-login.sales-order-history .order-totals tfoot tr.first td, body.customer-account-login.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-create.sales-order-view .data-table tfoot tr.first td, body.customer-account-create.sales-order-view .data-table.order-totals tr.first td, body.customer-account-create.sales-order-view .order-totals tfoot tr.first td, body.customer-account-create.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-create.sales-order-history .data-table tfoot tr.first td, body.customer-account-create.sales-order-history .data-table.order-totals tr.first td, body.customer-account-create.sales-order-history .order-totals tfoot tr.first td, body.customer-account-create.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr.first td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr.first td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr.first td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr.first td, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr.first td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr.first td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr.first td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr.first td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr.first td, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr.first td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr.first td, body.customer-account-confirmation.sales-order-view .data-table tfoot tr.first td, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr.first td, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr.first td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr.first td, body.customer-account-confirmation.sales-order-history .data-table tfoot tr.first td, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr.first td, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr.first td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr.first td { padding-top: 25px; }

body.customer-account.sales-order-view .data-table tfoot tr td, body.customer-account.sales-order-view .data-table.order-totals tr td, body.customer-account.sales-order-view .order-totals tfoot tr td, body.customer-account.sales-order-view .order-totals.order-totals tr td, body.customer-account.sales-order-history .data-table tfoot tr td, body.customer-account.sales-order-history .data-table.order-totals tr td, body.customer-account.sales-order-history .order-totals tfoot tr td, body.customer-account.sales-order-history .order-totals.order-totals tr td, body.customer-account-login.sales-order-view .data-table tfoot tr td, body.customer-account-login.sales-order-view .data-table.order-totals tr td, body.customer-account-login.sales-order-view .order-totals tfoot tr td, body.customer-account-login.sales-order-view .order-totals.order-totals tr td, body.customer-account-login.sales-order-history .data-table tfoot tr td, body.customer-account-login.sales-order-history .data-table.order-totals tr td, body.customer-account-login.sales-order-history .order-totals tfoot tr td, body.customer-account-login.sales-order-history .order-totals.order-totals tr td, body.customer-account-create.sales-order-view .data-table tfoot tr td, body.customer-account-create.sales-order-view .data-table.order-totals tr td, body.customer-account-create.sales-order-view .order-totals tfoot tr td, body.customer-account-create.sales-order-view .order-totals.order-totals tr td, body.customer-account-create.sales-order-history .data-table tfoot tr td, body.customer-account-create.sales-order-history .data-table.order-totals tr td, body.customer-account-create.sales-order-history .order-totals tfoot tr td, body.customer-account-create.sales-order-history .order-totals.order-totals tr td, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr td, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr td, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr td, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr td, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr td, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr td, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr td, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr td, body.customer-account-confirmation.sales-order-view .data-table tfoot tr td, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr td, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr td, body.customer-account-confirmation.sales-order-history .data-table tfoot tr td, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr td, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr td { padding: 1px 5px; font-size: 16px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.customer-account.sales-order-view .data-table tfoot tr td.last, body.customer-account.sales-order-view .data-table.order-totals tr td.last, body.customer-account.sales-order-view .order-totals tfoot tr td.last, body.customer-account.sales-order-view .order-totals.order-totals tr td.last, body.customer-account.sales-order-history .data-table tfoot tr td.last, body.customer-account.sales-order-history .data-table.order-totals tr td.last, body.customer-account.sales-order-history .order-totals tfoot tr td.last, body.customer-account.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-login.sales-order-view .data-table tfoot tr td.last, body.customer-account-login.sales-order-view .data-table.order-totals tr td.last, body.customer-account-login.sales-order-view .order-totals tfoot tr td.last, body.customer-account-login.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-login.sales-order-history .data-table tfoot tr td.last, body.customer-account-login.sales-order-history .data-table.order-totals tr td.last, body.customer-account-login.sales-order-history .order-totals tfoot tr td.last, body.customer-account-login.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-create.sales-order-view .data-table tfoot tr td.last, body.customer-account-create.sales-order-view .data-table.order-totals tr td.last, body.customer-account-create.sales-order-view .order-totals tfoot tr td.last, body.customer-account-create.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-create.sales-order-history .data-table tfoot tr td.last, body.customer-account-create.sales-order-history .data-table.order-totals tr td.last, body.customer-account-create.sales-order-history .order-totals tfoot tr td.last, body.customer-account-create.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-view .data-table tfoot tr td.last, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-view .order-totals tfoot tr td.last, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-history .data-table tfoot tr td.last, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals tr td.last, body.customer-account-forgotpassword.sales-order-history .order-totals tfoot tr td.last, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-view .data-table tfoot tr td.last, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-view .order-totals tfoot tr td.last, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-history .data-table tfoot tr td.last, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals tr td.last, body.customer-account-changeforgotten.sales-order-history .order-totals tfoot tr td.last, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals tr td.last, body.customer-account-confirmation.sales-order-view .data-table tfoot tr td.last, body.customer-account-confirmation.sales-order-view .data-table.order-totals tr td.last, body.customer-account-confirmation.sales-order-view .order-totals tfoot tr td.last, body.customer-account-confirmation.sales-order-view .order-totals.order-totals tr td.last, body.customer-account-confirmation.sales-order-history .data-table tfoot tr td.last, body.customer-account-confirmation.sales-order-history .data-table.order-totals tr td.last, body.customer-account-confirmation.sales-order-history .order-totals tfoot tr td.last, body.customer-account-confirmation.sales-order-history .order-totals.order-totals tr td.last { padding-right: 30px; }

body.customer-account.sales-order-view .data-table.order-totals, body.customer-account.sales-order-view .order-totals.order-totals, body.customer-account.sales-order-history .data-table.order-totals, body.customer-account.sales-order-history .order-totals.order-totals, body.customer-account-login.sales-order-view .data-table.order-totals, body.customer-account-login.sales-order-view .order-totals.order-totals, body.customer-account-login.sales-order-history .data-table.order-totals, body.customer-account-login.sales-order-history .order-totals.order-totals, body.customer-account-create.sales-order-view .data-table.order-totals, body.customer-account-create.sales-order-view .order-totals.order-totals, body.customer-account-create.sales-order-history .data-table.order-totals, body.customer-account-create.sales-order-history .order-totals.order-totals, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals, body.customer-account-confirmation.sales-order-view .data-table.order-totals, body.customer-account-confirmation.sales-order-view .order-totals.order-totals, body.customer-account-confirmation.sales-order-history .data-table.order-totals, body.customer-account-confirmation.sales-order-history .order-totals.order-totals { width: 100%; }

body.customer-account.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-login.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-login.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-login.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-login.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-create.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-create.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-create.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-create.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-view .data-table.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-view .order-totals.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-history .data-table.order-totals > tbody > tr > th, body.customer-account-confirmation.sales-order-history .order-totals.order-totals > tbody > tr > th { display: none; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price, body.customer-account.sales-order-view .order-totals.order-totals table.table-price, body.customer-account.sales-order-history .data-table.order-totals table.table-price, body.customer-account.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price { width: 100%; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price tr td, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price tr td { text-align: right !important; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price tr td:first-child, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price tr td:first-child { display: block; }

body.customer-account.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-changeforgotten.sales-order-history .order-totals.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-view .data-table.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-view .order-totals.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-history .data-table.order-totals table.table-price tr td.last, body.customer-account-confirmation.sales-order-history .order-totals.order-totals table.table-price tr td.last { width: 125px; padding-right: 5px; }

body.customer-account.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-login.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-login.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-create.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-create.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-forgotpassword.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-changeforgotten.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-view.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-view.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type, body.customer-account-confirmation.sales-order-history.sales-order-history .data-table:not(.order-totals) thead tr td:first-of-type, body.customer-account-confirmation.sales-order-history.sales-order-history .data-table:not(.order-totals) tbody tr td:first-of-type { width: 17%; }

body.customer-account.sales-order-view.sales-order-history .buttons-set, body.customer-account.sales-order-history.sales-order-history .buttons-set, body.customer-account-login.sales-order-view.sales-order-history .buttons-set, body.customer-account-login.sales-order-history.sales-order-history .buttons-set, body.customer-account-create.sales-order-view.sales-order-history .buttons-set, body.customer-account-create.sales-order-history.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-view.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-history.sales-order-history .buttons-set, body.customer-account-changeforgotten.sales-order-view.sales-order-history .buttons-set, body.customer-account-changeforgotten.sales-order-history.sales-order-history .buttons-set, body.customer-account-confirmation.sales-order-view.sales-order-history .buttons-set, body.customer-account-confirmation.sales-order-history.sales-order-history .buttons-set { width: 1060px; padding: 10px 25px 45px 25px; }

body.customer-account .dashboard, body.customer-account-login .dashboard, body.customer-account-create .dashboard, body.customer-account-forgotpassword .dashboard, body.customer-account-changeforgotten .dashboard, body.customer-account-confirmation .dashboard { width: 100%; max-width: 1010px; margin: 0 auto; margin: -75px auto 50px auto; padding: 20px; float: none; z-index: 100; position: relative; border-radius: 2px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); background: #fff; }

body.customer-account .dashboard.no-margin-top, body.customer-account-login .dashboard.no-margin-top, body.customer-account-create .dashboard.no-margin-top, body.customer-account-forgotpassword .dashboard.no-margin-top, body.customer-account-changeforgotten .dashboard.no-margin-top, body.customer-account-confirmation .dashboard.no-margin-top { margin-top: 0; }

body.customer-account .dashboard.no-margin-bottom, body.customer-account-login .dashboard.no-margin-bottom, body.customer-account-create .dashboard.no-margin-bottom, body.customer-account-forgotpassword .dashboard.no-margin-bottom, body.customer-account-changeforgotten .dashboard.no-margin-bottom, body.customer-account-confirmation .dashboard.no-margin-bottom { margin-bottom: 0; }

body.customer-account .dashboard h1, body.customer-account .dashboard h2, body.customer-account-login .dashboard h1, body.customer-account-login .dashboard h2, body.customer-account-create .dashboard h1, body.customer-account-create .dashboard h2, body.customer-account-forgotpassword .dashboard h1, body.customer-account-forgotpassword .dashboard h2, body.customer-account-changeforgotten .dashboard h1, body.customer-account-changeforgotten .dashboard h2, body.customer-account-confirmation .dashboard h1, body.customer-account-confirmation .dashboard h2 { font-size: 18px; color: #a6aa7c; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; border-bottom: 0; text-transform: none; font-weight: 700; }

body.customer-account .dashboard h1, body.customer-account-login .dashboard h1, body.customer-account-create .dashboard h1, body.customer-account-forgotpassword .dashboard h1, body.customer-account-changeforgotten .dashboard h1, body.customer-account-confirmation .dashboard h1 { margin-bottom: 20px; }

body.customer-account .dashboard .form-list, body.customer-account-login .dashboard .form-list, body.customer-account-create .dashboard .form-list, body.customer-account-forgotpassword .dashboard .form-list, body.customer-account-changeforgotten .dashboard .form-list, body.customer-account-confirmation .dashboard .form-list { border-top: none; padding-top: 0; }

body.customer-account .dashboard .box-account, body.customer-account-login .dashboard .box-account, body.customer-account-create .dashboard .box-account, body.customer-account-forgotpassword .dashboard .box-account, body.customer-account-changeforgotten .dashboard .box-account, body.customer-account-confirmation .dashboard .box-account { background-color: #fff; border: 1px solid #e2e2e2; margin-bottom: 20px; }

body.customer-account .dashboard .box-account.padding, body.customer-account-login .dashboard .box-account.padding, body.customer-account-create .dashboard .box-account.padding, body.customer-account-forgotpassword .dashboard .box-account.padding, body.customer-account-changeforgotten .dashboard .box-account.padding, body.customer-account-confirmation .dashboard .box-account.padding { padding: 20px; }

body.customer-account .dashboard .box-account address, body.customer-account .dashboard .box-account .box-content p, body.customer-account-login .dashboard .box-account address, body.customer-account-login .dashboard .box-account .box-content p, body.customer-account-create .dashboard .box-account address, body.customer-account-create .dashboard .box-account .box-content p, body.customer-account-forgotpassword .dashboard .box-account address, body.customer-account-forgotpassword .dashboard .box-account .box-content p, body.customer-account-changeforgotten .dashboard .box-account address, body.customer-account-changeforgotten .dashboard .box-account .box-content p, body.customer-account-confirmation .dashboard .box-account address, body.customer-account-confirmation .dashboard .box-account .box-content p { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; font-size: 16px; color: #606063; }

body.customer-account .dashboard .box-account a, body.customer-account-login .dashboard .box-account a, body.customer-account-create .dashboard .box-account a, body.customer-account-forgotpassword .dashboard .box-account a, body.customer-account-changeforgotten .dashboard .box-account a, body.customer-account-confirmation .dashboard .box-account a { font-size: 14px; }

body.customer-account .dashboard .box-account .box, body.customer-account-login .dashboard .box-account .box, body.customer-account-create .dashboard .box-account .box, body.customer-account-forgotpassword .dashboard .box-account .box, body.customer-account-changeforgotten .dashboard .box-account .box, body.customer-account-confirmation .dashboard .box-account .box { padding: 0 30px; }

body.customer-account .dashboard .box-account .col-2, body.customer-account-login .dashboard .box-account .col-2, body.customer-account-create .dashboard .box-account .col-2, body.customer-account-forgotpassword .dashboard .box-account .col-2, body.customer-account-changeforgotten .dashboard .box-account .col-2, body.customer-account-confirmation .dashboard .box-account .col-2 { padding-left: 0; }

body.customer-account .dashboard .box-account.margin-bottom-sm, body.customer-account-login .dashboard .box-account.margin-bottom-sm, body.customer-account-create .dashboard .box-account.margin-bottom-sm, body.customer-account-forgotpassword .dashboard .box-account.margin-bottom-sm, body.customer-account-changeforgotten .dashboard .box-account.margin-bottom-sm, body.customer-account-confirmation .dashboard .box-account.margin-bottom-sm { margin-bottom: 10px; }

body.customer-account .dashboard .col2-set, body.customer-account-login .dashboard .col2-set, body.customer-account-create .dashboard .col2-set, body.customer-account-forgotpassword .dashboard .col2-set, body.customer-account-changeforgotten .dashboard .col2-set, body.customer-account-confirmation .dashboard .col2-set { display: flex; }

body.customer-account .dashboard .col2-set.col-set-parent .col-1, body.customer-account-login .dashboard .col2-set.col-set-parent .col-1, body.customer-account-create .dashboard .col2-set.col-set-parent .col-1, body.customer-account-forgotpassword .dashboard .col2-set.col-set-parent .col-1, body.customer-account-changeforgotten .dashboard .col2-set.col-set-parent .col-1, body.customer-account-confirmation .dashboard .col2-set.col-set-parent .col-1 { padding-right: 10px; }

body.customer-account .dashboard .col2-set.col-set-parent .col-2, body.customer-account-login .dashboard .col2-set.col-set-parent .col-2, body.customer-account-create .dashboard .col2-set.col-set-parent .col-2, body.customer-account-forgotpassword .dashboard .col2-set.col-set-parent .col-2, body.customer-account-changeforgotten .dashboard .col2-set.col-set-parent .col-2, body.customer-account-confirmation .dashboard .col2-set.col-set-parent .col-2 { padding-left: 10px; }

body.customer-account .dashboard .col2-set .col-1, body.customer-account .dashboard .col2-set .col-2, body.customer-account-login .dashboard .col2-set .col-1, body.customer-account-login .dashboard .col2-set .col-2, body.customer-account-create .dashboard .col2-set .col-1, body.customer-account-create .dashboard .col2-set .col-2, body.customer-account-forgotpassword .dashboard .col2-set .col-1, body.customer-account-forgotpassword .dashboard .col2-set .col-2, body.customer-account-changeforgotten .dashboard .col2-set .col-1, body.customer-account-changeforgotten .dashboard .col2-set .col-2, body.customer-account-confirmation .dashboard .col2-set .col-1, body.customer-account-confirmation .dashboard .col2-set .col-2 { display: flex; padding-right: 0; }

body.customer-account .dashboard .col2-set .col-1 .box, body.customer-account .dashboard .col2-set .col-1 .box-account, body.customer-account .dashboard .col2-set .col-2 .box, body.customer-account .dashboard .col2-set .col-2 .box-account, body.customer-account-login .dashboard .col2-set .col-1 .box, body.customer-account-login .dashboard .col2-set .col-1 .box-account, body.customer-account-login .dashboard .col2-set .col-2 .box, body.customer-account-login .dashboard .col2-set .col-2 .box-account, body.customer-account-create .dashboard .col2-set .col-1 .box, body.customer-account-create .dashboard .col2-set .col-1 .box-account, body.customer-account-create .dashboard .col2-set .col-2 .box, body.customer-account-create .dashboard .col2-set .col-2 .box-account, body.customer-account-forgotpassword .dashboard .col2-set .col-1 .box, body.customer-account-forgotpassword .dashboard .col2-set .col-1 .box-account, body.customer-account-forgotpassword .dashboard .col2-set .col-2 .box, body.customer-account-forgotpassword .dashboard .col2-set .col-2 .box-account, body.customer-account-changeforgotten .dashboard .col2-set .col-1 .box, body.customer-account-changeforgotten .dashboard .col2-set .col-1 .box-account, body.customer-account-changeforgotten .dashboard .col2-set .col-2 .box, body.customer-account-changeforgotten .dashboard .col2-set .col-2 .box-account, body.customer-account-confirmation .dashboard .col2-set .col-1 .box, body.customer-account-confirmation .dashboard .col2-set .col-1 .box-account, body.customer-account-confirmation .dashboard .col2-set .col-2 .box, body.customer-account-confirmation .dashboard .col2-set .col-2 .box-account { width: 100%; }

body.customer-account .dashboard .col2-set .col-1 .box-title h3, body.customer-account .dashboard .col2-set .col-2 .box-title h3, body.customer-account-login .dashboard .col2-set .col-1 .box-title h3, body.customer-account-login .dashboard .col2-set .col-2 .box-title h3, body.customer-account-create .dashboard .col2-set .col-1 .box-title h3, body.customer-account-create .dashboard .col2-set .col-2 .box-title h3, body.customer-account-forgotpassword .dashboard .col2-set .col-1 .box-title h3, body.customer-account-forgotpassword .dashboard .col2-set .col-2 .box-title h3, body.customer-account-changeforgotten .dashboard .col2-set .col-1 .box-title h3, body.customer-account-changeforgotten .dashboard .col2-set .col-2 .box-title h3, body.customer-account-confirmation .dashboard .col2-set .col-1 .box-title h3, body.customer-account-confirmation .dashboard .col2-set .col-2 .box-title h3 { color: #a6aa7c; font-size: 18px; }

body.customer-account .data-table, body.customer-account-login .data-table, body.customer-account-create .data-table, body.customer-account-forgotpassword .data-table, body.customer-account-changeforgotten .data-table, body.customer-account-confirmation .data-table { margin-bottom: 20px; margin-top: 0; }

body.customer-account .data-table th, body.customer-account .data-table td, body.customer-account-login .data-table th, body.customer-account-login .data-table td, body.customer-account-create .data-table th, body.customer-account-create .data-table td, body.customer-account-forgotpassword .data-table th, body.customer-account-forgotpassword .data-table td, body.customer-account-changeforgotten .data-table th, body.customer-account-changeforgotten .data-table td, body.customer-account-confirmation .data-table th, body.customer-account-confirmation .data-table td { padding: 20px 5px; background: unset; }

body.customer-account .data-table tr, body.customer-account-login .data-table tr, body.customer-account-create .data-table tr, body.customer-account-forgotpassword .data-table tr, body.customer-account-changeforgotten .data-table tr, body.customer-account-confirmation .data-table tr { border-bottom: none; }

body.customer-account .data-table th:first-child, body.customer-account .data-table td:first-child, body.customer-account-login .data-table th:first-child, body.customer-account-login .data-table td:first-child, body.customer-account-create .data-table th:first-child, body.customer-account-create .data-table td:first-child, body.customer-account-forgotpassword .data-table th:first-child, body.customer-account-forgotpassword .data-table td:first-child, body.customer-account-changeforgotten .data-table th:first-child, body.customer-account-changeforgotten .data-table td:first-child, body.customer-account-confirmation .data-table th:first-child, body.customer-account-confirmation .data-table td:first-child { padding-left: 20px; }

body.customer-account .data-table th:last-child, body.customer-account .data-table td:last-child, body.customer-account-login .data-table th:last-child, body.customer-account-login .data-table td:last-child, body.customer-account-create .data-table th:last-child, body.customer-account-create .data-table td:last-child, body.customer-account-forgotpassword .data-table th:last-child, body.customer-account-forgotpassword .data-table td:last-child, body.customer-account-changeforgotten .data-table th:last-child, body.customer-account-changeforgotten .data-table td:last-child, body.customer-account-confirmation .data-table th:last-child, body.customer-account-confirmation .data-table td:last-child { padding-right: 20px; }

body.customer-account .data-table thead th, body.customer-account-login .data-table thead th, body.customer-account-create .data-table thead th, body.customer-account-forgotpassword .data-table thead th, body.customer-account-changeforgotten .data-table thead th, body.customer-account-confirmation .data-table thead th { border-bottom: 1px solid #e2e2e2; text-transform: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; color: #606063; }

body.customer-account .data-table tbody td, body.customer-account-login .data-table tbody td, body.customer-account-create .data-table tbody td, body.customer-account-forgotpassword .data-table tbody td, body.customer-account-changeforgotten .data-table tbody td, body.customer-account-confirmation .data-table tbody td { padding: 30px 5px; border-bottom: none; font-family: inherit; font-size: 14px; width: 15%; }

body.customer-account .data-table tbody td.number, body.customer-account-login .data-table tbody td.number, body.customer-account-create .data-table tbody td.number, body.customer-account-forgotpassword .data-table tbody td.number, body.customer-account-changeforgotten .data-table tbody td.number, body.customer-account-confirmation .data-table tbody td.number { font-weight: 700; }

body.customer-account .data-table tbody td.status em, body.customer-account-login .data-table tbody td.status em, body.customer-account-create .data-table tbody td.status em, body.customer-account-forgotpassword .data-table tbody td.status em, body.customer-account-changeforgotten .data-table tbody td.status em, body.customer-account-confirmation .data-table tbody td.status em { font-style: normal; }

body.customer-account .data-table tbody td a, body.customer-account-login .data-table tbody td a, body.customer-account-create .data-table tbody td a, body.customer-account-forgotpassword .data-table tbody td a, body.customer-account-changeforgotten .data-table tbody td a, body.customer-account-confirmation .data-table tbody td a { text-transform: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

body.customer-account .data-table tbody td .item-options, body.customer-account-login .data-table tbody td .item-options, body.customer-account-create .data-table tbody td .item-options, body.customer-account-forgotpassword .data-table tbody td .item-options, body.customer-account-changeforgotten .data-table tbody td .item-options, body.customer-account-confirmation .data-table tbody td .item-options { margin-left: 0; padding-left: 0; }

body.customer-account .data-table tbody td .item-options dd, body.customer-account-login .data-table tbody td .item-options dd, body.customer-account-create .data-table tbody td .item-options dd, body.customer-account-forgotpassword .data-table tbody td .item-options dd, body.customer-account-changeforgotten .data-table tbody td .item-options dd, body.customer-account-confirmation .data-table tbody td .item-options dd { padding-left: 0; }

body.customer-account .data-table tfoot tr, body.customer-account-login .data-table tfoot tr, body.customer-account-create .data-table tfoot tr, body.customer-account-forgotpassword .data-table tfoot tr, body.customer-account-changeforgotten .data-table tfoot tr, body.customer-account-confirmation .data-table tfoot tr { background: unset; }

body.customer-account .data-table .product-cart-info, body.customer-account-login .data-table .product-cart-info, body.customer-account-create .data-table .product-cart-info, body.customer-account-forgotpassword .data-table .product-cart-info, body.customer-account-changeforgotten .data-table .product-cart-info, body.customer-account-confirmation .data-table .product-cart-info { text-align: left; }

body.customer-account .data-table .product-cart-info h3, body.customer-account-login .data-table .product-cart-info h3, body.customer-account-create .data-table .product-cart-info h3, body.customer-account-forgotpassword .data-table .product-cart-info h3, body.customer-account-changeforgotten .data-table .product-cart-info h3, body.customer-account-confirmation .data-table .product-cart-info h3 { color: inherit; }

body.customer-account .data-table .product-cart-image, body.customer-account-login .data-table .product-cart-image, body.customer-account-create .data-table .product-cart-image, body.customer-account-forgotpassword .data-table .product-cart-image, body.customer-account-changeforgotten .data-table .product-cart-image, body.customer-account-confirmation .data-table .product-cart-image { max-width: 130px; }

body.customer-account .data-table .product-cart-image a, body.customer-account-login .data-table .product-cart-image a, body.customer-account-create .data-table .product-cart-image a, body.customer-account-forgotpassword .data-table .product-cart-image a, body.customer-account-changeforgotten .data-table .product-cart-image a, body.customer-account-confirmation .data-table .product-cart-image a { border: none; }

body.customer-account .data-table .product-cart-image a img, body.customer-account-login .data-table .product-cart-image a img, body.customer-account-create .data-table .product-cart-image a img, body.customer-account-forgotpassword .data-table .product-cart-image a img, body.customer-account-changeforgotten .data-table .product-cart-image a img, body.customer-account-confirmation .data-table .product-cart-image a img { width: 180px; }

body.customer-account .data-table .product-cart-image a:hover, body.customer-account-login .data-table .product-cart-image a:hover, body.customer-account-create .data-table .product-cart-image a:hover, body.customer-account-forgotpassword .data-table .product-cart-image a:hover, body.customer-account-changeforgotten .data-table .product-cart-image a:hover, body.customer-account-confirmation .data-table .product-cart-image a:hover { border: none; }

body.customer-account .data-table .product-cart-price .price, body.customer-account .data-table .product-cart-total .price, body.customer-account-login .data-table .product-cart-price .price, body.customer-account-login .data-table .product-cart-total .price, body.customer-account-create .data-table .product-cart-price .price, body.customer-account-create .data-table .product-cart-total .price, body.customer-account-forgotpassword .data-table .product-cart-price .price, body.customer-account-forgotpassword .data-table .product-cart-total .price, body.customer-account-changeforgotten .data-table .product-cart-price .price, body.customer-account-changeforgotten .data-table .product-cart-total .price, body.customer-account-confirmation .data-table .product-cart-price .price, body.customer-account-confirmation .data-table .product-cart-total .price { color: #a6aa7c; font-weight: 700; }

body.customer-account .data-table .product-cart-price, body.customer-account .data-table .product-cart-qty, body.customer-account .data-table .product-cart-total, body.customer-account-login .data-table .product-cart-price, body.customer-account-login .data-table .product-cart-qty, body.customer-account-login .data-table .product-cart-total, body.customer-account-create .data-table .product-cart-price, body.customer-account-create .data-table .product-cart-qty, body.customer-account-create .data-table .product-cart-total, body.customer-account-forgotpassword .data-table .product-cart-price, body.customer-account-forgotpassword .data-table .product-cart-qty, body.customer-account-forgotpassword .data-table .product-cart-total, body.customer-account-changeforgotten .data-table .product-cart-price, body.customer-account-changeforgotten .data-table .product-cart-qty, body.customer-account-changeforgotten .data-table .product-cart-total, body.customer-account-confirmation .data-table .product-cart-price, body.customer-account-confirmation .data-table .product-cart-qty, body.customer-account-confirmation .data-table .product-cart-total { padding-top: 59px; }

body.customer-account.customer-address-index .dashboard, body.customer-account-login.customer-address-index .dashboard, body.customer-account-create.customer-address-index .dashboard, body.customer-account-forgotpassword.customer-address-index .dashboard, body.customer-account-changeforgotten.customer-address-index .dashboard, body.customer-account-confirmation.customer-address-index .dashboard { margin: -75px auto 10px auto; }

body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-changeforgotten.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-confirmation.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: nowrap; }

body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-changeforgotten.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-confirmation.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { padding-left: 20px; }

body.customer-account .checkout-review-bottom, body.customer-account-login .checkout-review-bottom, body.customer-account-create .checkout-review-bottom, body.customer-account-forgotpassword .checkout-review-bottom, body.customer-account-changeforgotten .checkout-review-bottom, body.customer-account-confirmation .checkout-review-bottom { min-height: 110px; }

body.customer-account .checkout-review-bottom .checkout-agreements, body.customer-account-login .checkout-review-bottom .checkout-agreements, body.customer-account-create .checkout-review-bottom .checkout-agreements, body.customer-account-forgotpassword .checkout-review-bottom .checkout-agreements, body.customer-account-changeforgotten .checkout-review-bottom .checkout-agreements, body.customer-account-confirmation .checkout-review-bottom .checkout-agreements { float: left; }

body.customer-account .checkout-review-bottom .checkout-totals, body.customer-account-login .checkout-review-bottom .checkout-totals, body.customer-account-create .checkout-review-bottom .checkout-totals, body.customer-account-forgotpassword .checkout-review-bottom .checkout-totals, body.customer-account-changeforgotten .checkout-review-bottom .checkout-totals, body.customer-account-confirmation .checkout-review-bottom .checkout-totals { float: right; }

body.customer-account .checkout-review-bottom .checkout-totals .price, body.customer-account-login .checkout-review-bottom .checkout-totals .price, body.customer-account-create .checkout-review-bottom .checkout-totals .price, body.customer-account-forgotpassword .checkout-review-bottom .checkout-totals .price, body.customer-account-changeforgotten .checkout-review-bottom .checkout-totals .price, body.customer-account-confirmation .checkout-review-bottom .checkout-totals .price { padding-left: 20px; }

body.customer-account .checkout-review-bottom .checkout-totals strong, body.customer-account-login .checkout-review-bottom .checkout-totals strong, body.customer-account-create .checkout-review-bottom .checkout-totals strong, body.customer-account-forgotpassword .checkout-review-bottom .checkout-totals strong, body.customer-account-changeforgotten .checkout-review-bottom .checkout-totals strong, body.customer-account-confirmation .checkout-review-bottom .checkout-totals strong { color: #a6aa7c; }

body.customer-account .checkout-review-bottom .a-right, body.customer-account-login .checkout-review-bottom .a-right, body.customer-account-create .checkout-review-bottom .a-right, body.customer-account-forgotpassword .checkout-review-bottom .a-right, body.customer-account-changeforgotten .checkout-review-bottom .a-right, body.customer-account-confirmation .checkout-review-bottom .a-right { padding-bottom: 7px; }

body.customer-account #checkout-review-submit .f-left, body.customer-account-login #checkout-review-submit .f-left, body.customer-account-create #checkout-review-submit .f-left, body.customer-account-forgotpassword #checkout-review-submit .f-left, body.customer-account-changeforgotten #checkout-review-submit .f-left, body.customer-account-confirmation #checkout-review-submit .f-left { float: unset; margin-bottom: 40px; font-size: 12px; }

body.customer-account #checkout-review-submit .f-left a, body.customer-account-login #checkout-review-submit .f-left a, body.customer-account-create #checkout-review-submit .f-left a, body.customer-account-forgotpassword #checkout-review-submit .f-left a, body.customer-account-changeforgotten #checkout-review-submit .f-left a, body.customer-account-confirmation #checkout-review-submit .f-left a { display: inline-block; color: #949494; }

body.customer-account #checkout-review-submit .please-wait, body.customer-account-login #checkout-review-submit .please-wait, body.customer-account-create #checkout-review-submit .please-wait, body.customer-account-forgotpassword #checkout-review-submit .please-wait, body.customer-account-changeforgotten #checkout-review-submit .please-wait, body.customer-account-confirmation #checkout-review-submit .please-wait { float: unset; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich { background-color: #f7f7f7; padding: 75px 0 0 0; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper { width: 100%; max-width: 600px; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .page-title { display: none; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .content { padding: 20px; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .content, .cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .std p, .cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .std a { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; line-height: 1.5em; color: #3c3c3b; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .std h1 { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; color: #a6aa7c; }

.blog-index-list, .blog-post-view { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; color: #3c3c3b; }

.blog-index-list .postWrapper, .blog-post-view .postWrapper { padding-bottom: 45px; }

.blog-index-list .postWrapper .postTitle, .blog-post-view .postWrapper .postTitle { border-bottom: none; }

.blog-index-list .postWrapper .postTitle h1, .blog-index-list .postWrapper .postTitle h2, .blog-post-view .postWrapper .postTitle h1, .blog-post-view .postWrapper .postTitle h2 { font-size: 28px; color: #3c3c3b; font-weight: 300; margin-bottom: 20px; }

.blog-index-list .postWrapper .postTitle h1 a, .blog-index-list .postWrapper .postTitle h2 a, .blog-post-view .postWrapper .postTitle h1 a, .blog-post-view .postWrapper .postTitle h2 a { color: #3c3c3b; }

.blog-index-list .postWrapper .postTitle h3, .blog-post-view .postWrapper .postTitle h3 { font-size: 18px; color: #3c3c3b; font-weight: 400; }

.blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .aw-blog-read-more { color: #949494; margin-left: 10px; }

.blog-index-list .postWrapper .postContent .aw-blog-read-more::before, .blog-post-view .postWrapper .postContent .aw-blog-read-more::before { font-size: 12px; }

.blog-index-list .toolbar, .blog-post-view .toolbar { background: transparent; border-top: none; border-bottom: none; padding: 0; margin-top: 0; margin-bottom: 0; }

.blog-index-list .toolbar .sorter, .blog-post-view .toolbar .sorter { display: none; }

.blog-index-list .toolbar .pager, .blog-post-view .toolbar .pager { margin: 10px 0; overflow: visible; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; color: #3c3c3b; font-size: 12px; }

.blog-index-list .toolbar .pager .amount, .blog-post-view .toolbar .pager .amount { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.blog-index-list .toolbar .pager .amount strong, .blog-post-view .toolbar .pager .amount strong { font-weight: 400; }

.blog-index-list .toolbar .pager .limiter, .blog-post-view .toolbar .pager .limiter { height: auto; }

.blog-index-list .toolbar .pager .limiter label, .blog-index-list .toolbar .pager .limiter select, .blog-post-view .toolbar .pager .limiter label, .blog-post-view .toolbar .pager .limiter select { float: left; font-size: 12px; text-transform: none; }

.blog-index-list .toolbar .pager .limiter select, .blog-post-view .toolbar .pager .limiter select { height: 30px; width: 60px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 10px; border-radius: 3px; margin-right: 5px; }

.blog-index-list .toolbar .pager .pages .next > img, .blog-post-view .toolbar .pager .pages .next > img { display: none; }

.blog-index-list .toolbar .pager::after, .blog-post-view .toolbar .pager::after { clear: both; content: ''; display: block; }

.blog-post-view .banner-content-wrapper { display: none; }

.blog-post-view .postWrapper { padding-bottom: 0; }

.blog-post-view .postWrapper .back-link { color: #949494; display: block; margin-bottom: 25px; }

.contact-page.one-column-cms-content .main-container { width: 1060px; padding: 0 25px; background-color: transparent; -webkit-box-shadow: 0 0 0 0 white; -moz-box-shadow: 0 0 0 0 white; box-shadow: 0 0 0 0 white; }

.contact-page.one-column-cms-content .main-container .main { background-color: #fff; }

.contact-page.one-column-cms-content .main-container .main .contact-form-message-wrapper { padding: 25px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

.contact-page.one-column-cms-content .main-container .main .contact-form-message-wrapper p { display: block; color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; border-radius: 2px; padding: 10px; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content { padding: 25px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper { padding: 45px 0; display: flex; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box { width: 100%; padding: 0 0 0 70px; position: relative; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box h5 { font-weight: 400; margin: 0; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box p { font-weight: 700; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box::before { color: #a6aa7c; font-family: "FontAwesome"; font-size: 22px; position: absolute; left: 25px; top: 6px; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box.contact-phone::before { content: "\f095"; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box.contact-message::before { content: "\f086"; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box.contact-mail::before { content: "\f0e0"; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .partner-logo { width: 100%; max-width: 150px; }

.contact-page.one-column-cms-content .main-container .main form { padding-top: 25px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul { margin-left: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li { margin-left: 0; float: left; width: 100%; list-style: none; padding-left: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li label { display: none; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="text"], .contact-page.one-column-cms-content .main-container .main form .fieldset ul li select, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li textarea { width: 100%; height: 45px; line-height: 43px; border: 1px solid #e2e2e2; padding: 0 25px; border-radius: 3px; margin-top: 0; font-style: normal; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box { position: relative; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::before, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::before { content: '\f0d8'; margin-top: -14px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::after { content: '\f0d7'; margin-top: -6px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="checkbox"], .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="radio"] { margin-left: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="checkbox"] + label, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="checkbox"] + label, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="radio"] + label, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="radio"] + label { display: block; background: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; padding: 5px 10px 5px 25px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields { margin-bottom: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field { width: 50%; float: left; margin-bottom: 15px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n+1) { padding-right: 10px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n) { padding-left: 10px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.wide { float: left; width: 100%; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.wide .type-textarea { width: 100%; float: left; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.wide .type-textarea textarea { width: 100%; min-width: 100%; height: auto; float: left; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul.list-select { margin-top: 0; margin-bottom: 20px; float: left; width: 100%; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul.list-select li { margin-bottom: 0; }

.contact-page.one-column-cms-content .main-container .main form .buttons-set { width: 100%; max-width: 100%; margin-left: 0; padding-top: 0; }

.contact-page.one-column-cms-content .main-container .main form .buttons-set p.required { font-size: 13px; color: #949494; margin-bottom: 5px; width: 100%; float: right; }

.gm-style-iw { padding: 15px 10px; }

/* ==========================================================================
Partner Filter
========================================================================== */
.top-container #banner-partner-map-desktop, .top-container #banner-partner-map { height: 550px; width: 100%; }

.filter-col-container { border-radius: 3px; border: 1px solid #e2e2e2; }

.filter-col-container .filter-col-header { font-weight: 300; background-color: #e2e2e2; font-size: 20px; text-align: center; padding: 20px 25px; }

.filter-col-container .filter-col-header strong { font-weight: 400; }

/* ==========================================================================
Partner Übersicht
========================================================================== */
.list-toggle-container { display: none; }

.container-coupons { height: auto; overflow: hidden; }

.container-coupons:not(.active) { display: none; }

.container-coupons:not(.active) .partner { background-image: none !important; }

.container-coupons .container-category { height: auto; overflow: hidden; }

.container-coupons .container-category:not(.active) { display: none; }

.container-coupons .container-category .partner { float: left; width: 23%; padding-bottom: 23%; margin-left: 2.666%; margin-bottom: 2.666%; background-size: cover; position: relative; }

.container-coupons .container-category .partner:nth-child(4n+1) { margin-left: 0; }

.container-coupons .container-category .partner .details { position: absolute; height: 100%; width: 100%; opacity: 0; padding: 0 10%; text-align: center; text-decoration: none; color: #fff; z-index: 100; display: flex; align-items: center; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

.container-coupons .container-category .partner .details span { width: 100%; }

.container-coupons .container-category .partner .title { color: #3c3c3b; position: absolute; bottom: 0; width: 100%; padding: 10px 15px; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; background: #fff; /* The Fallback */ background: rgba(255, 255, 255, 0.8); }

.container-coupons .container-category .partner .title .name { display: block; font-size: 18px; min-height: 42px; }

.container-coupons .container-category .partner .title .address { display: none; }

.container-coupons .container-category .partner:hover .title { opacity: 0; }

.container-coupons .container-category .partner:hover .details { opacity: 1; }

.container-coupons .container-category.container-category-gastronomie .partner .title { border-bottom: 3px solid #d30955; }

.container-coupons .container-category.container-category-gastronomie .partner .details { background: #d30955; /* The Fallback */ background: rgba(211, 9, 85, 0.95); }

.container-coupons .container-category.container-category-nachtleben .partner .title { border-bottom: 3px solid #0082bf; }

.container-coupons .container-category.container-category-nachtleben .partner .details { background: #0082bf; /* The Fallback */ background: rgba(0, 130, 191, 0.95); }

.container-coupons .container-category.container-category-freizeit .partner .title { border-bottom: 3px solid #1ba74f; }

.container-coupons .container-category.container-category-freizeit .partner .details { background: #1ba74f; /* The Fallback */ background: rgba(27, 167, 79, 0.95); }

.partner-discount { color: #a6aa7c; font-size: 22px; font-weight: 600; display: block; margin-top: 30px; margin-bottom: 10px; line-height: 30px; }

.discount-restriction { color: #a6aa7c; }

.partner-description .banner-teaser a, .partner-discount a, .discount-restriction a { color: #3c3c3b; text-decoration: underline; }

/* ==========================================================================
Google Map
========================================================================== */
.google-map h3 { font-size: 20px; }

/* ==========================================================================
Partner Detailansicht
========================================================================== */
.partner-details .top-container .partner-description .banner-content, .partner-details .top-container .app-description .banner-content, .app-details .top-container .partner-description .banner-content, .app-details .top-container .app-description .banner-content { text-shadow: none; display: flex; }

.partner-details .top-container .partner-description .banner-content .col-50, .partner-details .top-container .app-description .banner-content .col-50, .app-details .top-container .partner-description .banner-content .col-50, .app-details .top-container .app-description .banner-content .col-50 { z-index: 100; color: #3c3c3b; display: flex; flex-wrap: wrap; box-sizing: border-box; align-self: flex-start; }

.partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser { width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser h2, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser h2, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser h2, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser h2 { color: #a6aa7c; font-size: 18px; }

.partner-details .top-container .partner-description .banner-content .col-50 .book-teaser .book-link, .partner-details .top-container .app-description .banner-content .col-50 .book-teaser .book-link, .app-details .top-container .partner-description .banner-content .col-50 .book-teaser .book-link, .app-details .top-container .app-description .banner-content .col-50 .book-teaser .book-link { display: block; }

@media only screen and (max-width: 800px) { .partner-details .top-container .partner-description .banner-content .col-50 .book-teaser .hidden-xs, .partner-details .top-container .app-description .banner-content .col-50 .book-teaser .hidden-xs, .app-details .top-container .partner-description .banner-content .col-50 .book-teaser .hidden-xs, .app-details .top-container .app-description .banner-content .col-50 .book-teaser .hidden-xs { display: none; } }

.partner-details .top-container .partner-description .banner-content .col-50 .partner-logo, .partner-details .top-container .app-description .banner-content .col-50 .partner-logo, .app-details .top-container .partner-description .banner-content .col-50 .partner-logo, .app-details .top-container .app-description .banner-content .col-50 .partner-logo { width: 100%; max-width: 285px; margin-top: 0; margin-bottom: 45px; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper { width: 100%; max-width: 210px; text-align: center; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .app-logo, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .app-logo, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .app-logo, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .app-logo { width: 100%; max-width: 115px; margin-top: 0; margin-bottom: 15px; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.45); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.45); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.45); border-radius: 24px; display: inline-block; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper { width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a { width: 50%; float: left; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img { max-width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge { padding: 6px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos, .partner-details .top-container .app-description .banner-content .col-50.short-infos, .app-details .top-container .partner-description .banner-content .col-50.short-infos, .app-details .top-container .app-description .banner-content .col-50.short-infos { padding: 50px 50px 25px 50px; /* .traffic { a, &::before { color: $color-saison; } &::before { content: '\f239'; } } */ }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .multiple-locations, .partner-details .top-container .app-description .banner-content .col-50.short-infos .multiple-locations, .app-details .top-container .partner-description .banner-content .col-50.short-infos .multiple-locations, .app-details .top-container .app-description .banner-content .col-50.short-infos .multiple-locations { max-width: 215px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon { position: relative; padding-left: 20px; padding-bottom: 10px; width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a { color: #3c3c3b; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a.grey-link, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a.grey-link, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a.grey-link, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a.grey-link { color: #949494; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon::before { left: 0; margin-left: 0; padding-right: 0; position: absolute; font-family: "FontAwesome"; transform: translate(-50%); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .opening-hours::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .opening-hours::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .opening-hours::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .opening-hours::before { content: '\f017'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .phone::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .phone::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .phone::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .phone::before { content: '\f095'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .facebook::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .facebook::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .facebook::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .facebook::before { content: '\f09a'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .link::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .link::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .link::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .link::before { content: '\f0ac'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .location::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .location::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .location::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .location::before { content: '\f041'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo { display: block; background-size: 100%; margin-top: 10px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel { width: 40px; height: 40px; background-image: url("../images/public_transport/bvb.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern { width: 100px; height: 12px; background-image: url("../images/public_transport/bernmobil.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern { width: 140px; height: 20px; background-image: url("../images/public_transport/vbl.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich { width: 80px; height: 37px; background-image: url("../images/public_transport/zvv.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos select, .partner-details .top-container .app-description .banner-content .col-50.short-infos select, .app-details .top-container .partner-description .banner-content .col-50.short-infos select, .app-details .top-container .app-description .banner-content .col-50.short-infos select { max-width: 100%; height: 40px; margin-top: 0; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select { position: relative; margin-bottom: 10px; max-width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before { content: '\f0d8'; margin-top: -13px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after { content: '\f0d7'; margin-top: -6px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select select, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select select { height: 35px; width: 100%; background-color: #fff; color: #a6aa7c; border: 1px solid #a6aa7c; line-height: 35px; padding: 0 25px 0 12px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select option, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select select option, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select option, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select select option { color: #3c3c3b; }

.partner-details .top-container .partner-description .banner-content .col-50 .features, .partner-details .top-container .app-description .banner-content .col-50 .features, .app-details .top-container .partner-description .banner-content .col-50 .features, .app-details .top-container .app-description .banner-content .col-50 .features { margin: 0 -20px 0 -17px; }

.partner-details .top-container .partner-description .banner-content .col-50 .features li, .partner-details .top-container .app-description .banner-content .col-50 .features li, .app-details .top-container .partner-description .banner-content .col-50 .features li, .app-details .top-container .app-description .banner-content .col-50 .features li { position: relative; display: inline-block; }

.partner-details .top-container .partner-description .banner-content .col-50 .features li:hover label, .partner-details .top-container .app-description .banner-content .col-50 .features li:hover label, .app-details .top-container .partner-description .banner-content .col-50 .features li:hover label, .app-details .top-container .app-description .banner-content .col-50 .features li:hover label { display: block; }

.partner-details .top-container .partner-description .banner-content .col-50 .features li label, .partner-details .top-container .app-description .banner-content .col-50 .features li label, .app-details .top-container .partner-description .banner-content .col-50 .features li label, .app-details .top-container .app-description .banner-content .col-50 .features li label { margin: 0; z-index: 100; display: none; font-weight: 500; background: #fff; padding: 5px 10px; max-height: 110px; position: absolute; white-space: nowrap; border: 1px solid #e2e2e2; }

@media screen and (max-width: 500px) { .partner-details .top-container .partner-description .banner-content .col-50 .features li label, .partner-details .top-container .app-description .banner-content .col-50 .features li label, .app-details .top-container .partner-description .banner-content .col-50 .features li label, .app-details .top-container .app-description .banner-content .col-50 .features li label { white-space: normal; } }

.partner-details .top-container .partner-description .banner-content .col-50 .features li img, .partner-details .top-container .app-description .banner-content .col-50 .features li img, .app-details .top-container .partner-description .banner-content .col-50 .features li img, .app-details .top-container .app-description .banner-content .col-50 .features li img { height: 48px; padding: 16px 9px; }

.partner-details .top-container .partner-description #partnerinfo, .partner-details .top-container .app-description #partnerinfo, .app-details .top-container .partner-description #partnerinfo, .app-details .top-container .app-description #partnerinfo { margin-top: -110px; }

.partner-details .top-container .app-description .banner-content, .app-details .top-container .app-description .banner-content { text-shadow: none; display: flex; }

.partner-details .top-container .app-description .banner-content .col-50.short-infos, .app-details .top-container .app-description .banner-content .col-50.short-infos { padding: 13px 50px 25px 50px; }

.partner-details .top-container .app-description-long, .app-details .top-container .app-description-long { padding: 10px 25px 50px 25px; }

.partner-details .top-container .app-description-long h3, .app-details .top-container .app-description-long h3 { color: #a6aa7c; font-size: 16px; margin-top: 25px; }

.partner-details .top-container .app-description-long ul, .app-details .top-container .app-description-long ul { margin: 15px 0; }

.partner-details .top-container .app-description-long ul li, .app-details .top-container .app-description-long ul li { padding-bottom: 3px; padding-left: 21px; margin-left: 10px; }

.partner-details .top-container .app-description-long ul li:before, .app-details .top-container .app-description-long ul li:before { content: "\00BB"; color: #a6aa7c; font-size: 15px; padding-right: 24px; margin-left: -30px; }

.partner-details .top-container .app-description-long h1 + ul, .partner-details .top-container .app-description-long h2 + ul, .partner-details .top-container .app-description-long h3 + ul, .app-details .top-container .app-description-long h1 + ul, .app-details .top-container .app-description-long h2 + ul, .app-details .top-container .app-description-long h3 + ul { margin: 0 0 15px 0; }

.partner-details #partner-image-slider, .partner-details #app-image-slider, .app-details #partner-image-slider, .app-details #app-image-slider { margin-top: 60px; position: relative; }

.partner-details #partner-image-slider .swiper-container .swiper-slide, .partner-details #app-image-slider .swiper-container .swiper-slide, .app-details #partner-image-slider .swiper-container .swiper-slide, .app-details #app-image-slider .swiper-container .swiper-slide { min-height: auto; display: block; }

.partner-details #partner-image-slider .swiper-container .swiper-slide img, .partner-details #app-image-slider .swiper-container .swiper-slide img, .app-details #partner-image-slider .swiper-container .swiper-slide img, .app-details #app-image-slider .swiper-container .swiper-slide img { width: 100%; height: auto; }

.partner-details #partner-image-slider .swiper-button-prev, .partner-details #partner-image-slider .swiper-button-next, .partner-details #app-image-slider .swiper-button-prev, .partner-details #app-image-slider .swiper-button-next, .app-details #partner-image-slider .swiper-button-prev, .app-details #partner-image-slider .swiper-button-next, .app-details #app-image-slider .swiper-button-prev, .app-details #app-image-slider .swiper-button-next { border-radius: 100%; width: 35px; height: 35px; margin-top: -11px; text-align: center; color: #3c3c3b; font-size: 18px; padding: 7px 15px; background-color: rgba(166, 170, 124, 0.43); -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.partner-details #partner-image-slider .swiper-button-prev.swiper-button-disabled, .partner-details #partner-image-slider .swiper-button-next.swiper-button-disabled, .partner-details #app-image-slider .swiper-button-prev.swiper-button-disabled, .partner-details #app-image-slider .swiper-button-next.swiper-button-disabled, .app-details #partner-image-slider .swiper-button-prev.swiper-button-disabled, .app-details #partner-image-slider .swiper-button-next.swiper-button-disabled, .app-details #app-image-slider .swiper-button-prev.swiper-button-disabled, .app-details #app-image-slider .swiper-button-next.swiper-button-disabled { opacity: 0; }

.partner-details #partner-image-slider .swiper-button-prev:hover, .partner-details #partner-image-slider .swiper-button-next:hover, .partner-details #app-image-slider .swiper-button-prev:hover, .partner-details #app-image-slider .swiper-button-next:hover, .app-details #partner-image-slider .swiper-button-prev:hover, .app-details #partner-image-slider .swiper-button-next:hover, .app-details #app-image-slider .swiper-button-prev:hover, .app-details #app-image-slider .swiper-button-next:hover { background-color: #a6aa7c; }

.partner-details #partner-image-slider .swiper-button-prev, .partner-details #app-image-slider .swiper-button-prev, .app-details #partner-image-slider .swiper-button-prev, .app-details #app-image-slider .swiper-button-prev { left: 30px; padding: 7px 12px; }

.partner-details #partner-image-slider .swiper-button-next, .partner-details #app-image-slider .swiper-button-next, .app-details #partner-image-slider .swiper-button-next, .app-details #app-image-slider .swiper-button-next { right: 30px; padding: 7px 16px; }

.partner-details #app-image-slider, .app-details #app-image-slider { margin-top: 0; margin-bottom: 25px; position: relative; }

.partner-details #app-image-slider .swiper-container .swiper-slide, .app-details #app-image-slider .swiper-container .swiper-slide { background-position: top center; }

.partner-details #app-image-slider .swiper-container .swiper-slide a, .app-details #app-image-slider .swiper-container .swiper-slide a { width: 100%; padding-bottom: 100%; display: block; }

.partner-details #partner-map, .partner-details .google-map.enable-map-container, .app-details #partner-map, .app-details .google-map.enable-map-container { width: 100%; height: 290px; margin-top: 30px; margin-bottom: 30px; }

.partner-details #partner-map.enable-map-container, .partner-details .google-map.enable-map-container.enable-map-container, .app-details #partner-map.enable-map-container, .app-details .google-map.enable-map-container.enable-map-container { position: relative; }

.partner-details .video-container, .app-details .video-container { padding: 0 25px 15px 25px; }

.partner-details .video-container .video-wrapper, .app-details .video-container .video-wrapper { position: relative; padding-top: 0px; height: 0; padding-bottom: 56.25%; overflow: hidden; }

.partner-details .video-container .video-wrapper iframe, .app-details .video-container .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.partner-details .store-buttons-wrapper-footer, .app-details .store-buttons-wrapper-footer { text-align: center; padding-bottom: 25px; }

.partner-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner, .app-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner { display: inline-block; }

.partner-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a, .app-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a { float: left; }

.partner-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a img.appstore-badge, .app-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a img.appstore-badge { padding: 10px; }

/* ==========================================================================
Verkausstellen
========================================================================== */
#user-location { display: flex; flex-wrap: wrap; padding: 25px; }

#user-location #address { width: 260px; display: inline-block; margin: 0 auto 10px auto; border: 1px solid #a6aa7c; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }

#user-location .form-container { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; }

#user-location .form-container .button-wrapper { width: 100%; }

#user-location .form-container .button-wrapper .button-container { display: inline-block; margin: 0 auto; }

#user-location .form-container .button-wrapper .button-container button { height: 45px; }

#user-location .form-container .button-wrapper .button-container .button + .button { margin-left: 10px; }

#user-location label { width: 100%; font-weight: 400; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; text-align: center; padding-bottom: 20px; }

#location-list { width: 100%; margin-bottom: 50px; }

#location-list #list { width: 100%; display: flex; }

#location-list #list li { width: 33.333%; padding: 0 50px; margin: 50px 0 25px 0; box-sizing: border-box; cursor: pointer; }

#location-list #list li:nth-of-type(2n) { border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }

#location-list #list li .list-label { background: url("../images/map_pointer/markerBG.png"); background-repeat: no-repeat; text-align: center; padding-top: 1px; font-weight: 700; color: #a6aa7c; height: 100%; min-height: 37px; width: 24px; float: left; box-sizing: border-box; }

#location-list #list li .list-details { padding: 0 0 0 45px; }

#location-list #list li .list-details .loc-name { font-size: 16px; color: #a6aa7c; padding-bottom: 5px; }

#location-list #list li .list-details .loc-dist, #location-list #list li .list-details .loc-directions { float: left; }

#location-list #list li .list-details .loc-web { padding-bottom: 5px; }

#location-list #list li .list-details .loc-directions { padding-bottom: 5px; margin-left: 7px; }

#location-list #list li .list-details .loc-directions > a { display: block; }

.gm-style-iw { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.5em; }

.gm-style-iw .loc-logo { display: none; }

.gm-style-iw .loc-name { font-size: 18px; color: #a6aa7c; margin-bottom: 5px; }

.gm-style-iw .section { width: 100%; margin-top: 7px; }

.gm-style-iw a { color: #3c3c3b; }

body, html { width: 100%; min-width: 320px; height: auto; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.5em; color: #3c3c3b; padding: 0; margin: 0; }

body::before { content: ''; background-color: rgba(0, 0, 0, 0); -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; }

body.overflow-hidden { overflow: hidden; /* &::before { content: ''; position: fixed; top: 55px; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .3); z-index: 149; } */ }

.cms-page-view .std li { font-style: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.header-language-container, .page-header { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

* { box-sizing: border-box; }

input { outline: 0 none; }

button { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; -webkit-appearance: none; outline: 0; border: 0; }

ul, ol { list-style: none; padding: 0; margin: 0; }

ul.numbers, ol.numbers { list-style: decimal; padding: 14px; }

ul.numbers li, ol.numbers li { padding-left: 10px; }

ul.numbers li::before, ul.numbers li::marker, ol.numbers li::before, ol.numbers li::marker { color: #a6aa7c; }

a { color: #a6aa7c; text-decoration: none; cursor: pointer; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; -ms-transition: color 0.1s linear; -o-transition: color 0.1s linear; transition: color 0.1s linear; }

a:hover { color: #535637; }

a.link-with-arrow::before, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a::before, .blog-index-list .postWrapper .postContent a.aw-blog-read-more::before, .blog-post-view .postWrapper .postContent a.aw-blog-read-more::before, #location-list #list li .list-details .loc-directions > a::before { content: '\f101\00a0'; font-family: "FontAwesome"; font-size: 12px; }

a.grey-link { color: #949494; }

a.invisible-link { color: #3c3c3b; }

a.invisible-link:hover { color: #3c3c3b; text-decoration: none; }

a.anchor { display: block; padding-top: 110px; margin-top: -110px; z-index: -1; position: relative; cursor: default; }

.skip-link:not(.skip-active):hover { opacity: 1; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; text-transform: none; }

h2, .h2 { font-size: 44px; font-weight: 300; color: #3c3c3b; }

h3, .h3 { font-size: 28px; font-weight: 300; color: #3c3c3b; }

h4, .h4 { font-size: 28px; font-weight: 400; color: #3c3c3b; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] { height: 45px; width: 100%; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus { border: 1px solid #a6aa7c; }

.gb-layer-380.gb-layer-shown { height: 0; bottom: auto !important; margin: 0 auto !important; }

body #messages { width: 100%; float: left; }

body #messages ul.messages { float: left; width: 100%; padding: 20px 0 0 0; margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body #messages ul.messages .success-msg, body #messages ul.messages .error-msg, body #messages ul.messages .notice-msg { padding-left: 0 !important; margin-left: 0 !important; }

body #messages ul.messages .success-msg::after, body #messages ul.messages .success-msg::before, body #messages ul.messages .error-msg::after, body #messages ul.messages .error-msg::before, body #messages ul.messages .notice-msg::after, body #messages ul.messages .notice-msg::before { display: none; }

body #messages ul.messages .success-msg ul, body #messages ul.messages .error-msg ul, body #messages ul.messages .notice-msg ul { margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body #messages ul.messages .success-msg ul li, body #messages ul.messages .error-msg ul li, body #messages ul.messages .notice-msg ul li { border-radius: 2px; margin-bottom: 10px; }

body #messages ul.messages .success-msg ul li::after, body #messages ul.messages .success-msg ul li::before, body #messages ul.messages .error-msg ul li::after, body #messages ul.messages .error-msg ul li::before, body #messages ul.messages .notice-msg ul li::after, body #messages ul.messages .notice-msg ul li::before { display: none; }

body #messages ul.messages .success-msg li { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; }

body #messages ul.messages .error-msg li { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; }

body #messages ul.messages .notice-msg li { color: #d4c276; background-color: #f6f3ed; border: 1px solid #d4c276; }

body .col-main #messages ul.messages, body .dashboard #messages ul.messages { padding-top: 0; }

body .col-main #messages ul.messages .success-msg ul li, body .col-main #messages ul.messages .error-msg ul li, body .col-main #messages ul.messages .notice-msg ul li, body .dashboard #messages ul.messages .success-msg ul li, body .dashboard #messages ul.messages .error-msg ul li, body .dashboard #messages ul.messages .notice-msg ul li { margin-bottom: 20px; }

body.catalog-product-view .col-main #messages ul.messages { padding-top: 20px; }

regular { font-weight: 400; }

.clear { clear: both; }

/* cols */
.col-100 { width: 100%; }

.col-90 { width: 90%; }

.col-80 { width: 80%; }

.col-75 { width: 75%; }

.col-66 { width: 66.666%; }

.col-50 { width: 50%; }

.col-33 { width: 33.333%; }

.col-25 { width: 25%; }

.col-20 { width: 20%; }

.col-10 { width: 10%; }

/* Margin */
.mb-xs { margin-bottom: 15px; }

.mb-sm { margin-bottom: 30px; }

.mb-lg { margin-bottom: 50px; }

.mb-xl { margin-bottom: 100px; }

.mt-xs { margin-top: 15px; }

.mt-sm { margin-top: 30px; }

.mt-lg { margin-top: 50px; }

.mt-xl { margin-top: 100px; }

/* ========================================================================== Elements ========================================================================== */
.btn-default, body.checkout-cart-index .button, body.customer-account .invivations-theme-account .button, body.customer-account-login .invivations-theme-account .button, body.customer-account-create .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account .button, body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpoints-index-settings .button { display: inline-block; text-decoration: none !important; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px !important; background-color: #606063; color: #fff; padding: 0 25px !important; line-height: 45px !important; min-height: 45px !important; border-radius: 3px; text-transform: uppercase; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.btn-default:hover, body.checkout-cart-index .button:hover, body.customer-account .invivations-theme-account .button:hover, body.customer-account-login .invivations-theme-account .button:hover, body.customer-account-create .invivations-theme-account .button:hover, body.customer-account-forgotpassword .invivations-theme-account .button:hover, body.customer-account-changeforgotten .invivations-theme-account .button:hover, body.customer-account-confirmation .invivations-theme-account .button:hover, body.customer-account.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointscoupon-index-index .button:hover, body.customer-account.rewardpoints-index-settings .button:hover, body.customer-account-login.rewardpointscoupon-index-index .button:hover, body.customer-account-login.rewardpoints-index-settings .button:hover, body.customer-account-create.rewardpointscoupon-index-index .button:hover, body.customer-account-create.rewardpoints-index-settings .button:hover, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button:hover, body.customer-account-forgotpassword.rewardpoints-index-settings .button:hover, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button:hover, body.customer-account-changeforgotten.rewardpoints-index-settings .button:hover, body.customer-account-confirmation.rewardpointscoupon-index-index .button:hover, body.customer-account-confirmation.rewardpoints-index-settings .button:hover { color: #fff; background-color: #79797d; }

.btn-sm { font-size: 13px !important; padding: 0 15px !important; line-height: normal !important; min-height: 38px !important; }

.btn-saison, body.checkout-cart-index .button, body.customer-account .invivations-theme-account .button, body.customer-account-login .invivations-theme-account .button, body.customer-account-create .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account .button, body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpoints-index-settings .button { color: #3c3c3b; background-color: #a6aa7c; }

.btn-saison:hover, body.checkout-cart-index .button:hover, body.customer-account .invivations-theme-account .button:hover, body.customer-account-login .invivations-theme-account .button:hover, body.customer-account-create .invivations-theme-account .button:hover, body.customer-account-forgotpassword .invivations-theme-account .button:hover, body.customer-account-changeforgotten .invivations-theme-account .button:hover, body.customer-account-confirmation .invivations-theme-account .button:hover, body.customer-account.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointscoupon-index-index .button:hover, body.customer-account.rewardpoints-index-settings .button:hover, body.customer-account-login.rewardpointscoupon-index-index .button:hover, body.customer-account-login.rewardpoints-index-settings .button:hover, body.customer-account-create.rewardpointscoupon-index-index .button:hover, body.customer-account-create.rewardpoints-index-settings .button:hover, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button:hover, body.customer-account-forgotpassword.rewardpoints-index-settings .button:hover, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button:hover, body.customer-account-changeforgotten.rewardpoints-index-settings .button:hover, body.customer-account-confirmation.rewardpointscoupon-index-index .button:hover, body.customer-account-confirmation.rewardpoints-index-settings .button:hover { color: #3c3c3b; background-color: #9ba06d; }

.btn-gmap { padding: 10px 15px !important; float: left; margin-top: 15px; }

.swiper-button-next, .swiper-button-prev { background-image: none !important; font-size: 28px; color: #606063; }

.subheadline-thin { font-size: 1.4em; font-weight: 300; line-height: 1.2em; display: block; }

.radio-options-outline { font-weight: 300; font-size: 16px; line-height: 43px; color: #a6aa7c; text-decoration: none; text-transform: uppercase; display: inline-block; border: 1px solid #a6aa7c; padding: 0 25px; cursor: pointer; min-height: 45px; border-radius: 3px; opacity: .45; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }

.radio-options-outline:hover, .radio-options-outline.active { opacity: 1; color: #a6aa7c; text-decoration: none; }

input[type="radio"]:checked + label.radio-options-outline { opacity: 1; }

/* ========================================================================== Scroll Top Icon ========================================================================== */
#scroll-top { display: none; z-index: 1000; width: 45px; height: 45px; position: fixed; bottom: 50px; right: 100px; font-size: 24px; font-weight: 700; color: #3c3c3b; background-color: #a6aa7c; border-radius: 100%; box-sizing: border-box; padding: 0; line-height: 41px; text-align: center; cursor: pointer; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

/* ========================================================================== Container ========================================================================== */
.container-full { float: left; width: 100%; }

.main-container { padding: 0; max-width: none; }

.col-main { float: none; }

.container-content { padding: 0 25px; margin: 0 auto; width: 100%; max-width: 1010px; }

.content-wrapper { padding: 50px 40px; background-color: #fff; }

.content-padding-top { padding-top: 180px; }

.content-padding-top-sm { padding-top: 70px; }

.content-padding-bottom-xs { padding-bottom: 15px; }

/* ========================================================================== Cookie Notice ========================================================================== */
.notice-cookie { position: fixed; bottom: 0; z-index: 1000; width: 100%; background: #3c3c3b; }

.notice-cookie .notice-inner { font-size: 13px; line-height: 1.5em; color: #fff; padding: 15px 25px; }

.notice-cookie .actions { padding-bottom: 0; float: right; }

/* ========================================================================== Sub Nav ========================================================================== */
#header-sub-nav { background-color: #a6aa7c; text-align: left; height: 42px; }

#header-sub-nav ul.sub-nav > li { display: inline-block; font-size: 0.9em; line-height: 42px; }

#header-sub-nav ul.sub-nav > li:first-child a { padding-left: 0; }

#header-sub-nav ul.sub-nav > li > a { color: #3c3c3b; padding: 0 13px; display: block; }

#header-sub-nav ul.sub-nav > li > a:hover { text-decoration: underline; }

#header-sub-nav ul.sub-nav > li.lines { padding: 0 13px; }

/* ========================================================================== Search ========================================================================== */
#header-search { position: relative; display: none; top: 0; width: 100%; height: 60px; }

#header-search.collapsed { display: block; }

#search_mini_form label, #search-mobile label { display: none; }

#search_mini_form #search, #search_mini_form #search-mobile-input, #search-mobile #search, #search-mobile #search-mobile-input { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; width: 100%; padding: 0 25px; font-size: 1.3em; line-height: 60px; height: 60px; border: 0 none; border-bottom: 1px solid #e2e2e2; }

#search_mini_form .search-button, #search-mobile .search-button { padding: 0; height: auto; width: auto; position: absolute; top: 0; right: 0; border: 0; background: none; width: 60px; height: 60px; color: #3c3c3b; font-size: 20px; text-indent: 0; }

#search_mini_form .search-button::before, #search-mobile .search-button::before { display: none; }

/* ========================================================================== Navi ========================================================================== */
.page-headline-mobile { display: none; }

#header { max-width: none; padding: 0; margin: 0; background-color: #fff; }

#header .page-header-container .logo { margin-left: -81px; padding: 10px; min-height: auto; max-width: none; width: auto; float: left; }

#header .page-header-container .logo img { height: 73px; padding: 0; }

#header .page-header-container .logo img.logo-mobile { display: none; }

#header #header-nav { float: left; border-bottom: none; }

#header #header-nav #nav { float: left; padding: 10px; padding-left: 25px; padding-right: 0; }

#header #header-nav #nav .nav-primary { margin-top: 0; }

#header #header-nav #nav .nav-primary a { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#header #header-nav #nav .nav-primary > li { float: left; /* === Warenkorb === */ }

#header #header-nav #nav .nav-primary > li > a, #header #header-nav #nav .nav-primary > li > span { line-height: 64px; padding-right: 26px; }

#header #header-nav #nav .nav-primary > li:first-child > a > span { text-transform: lowercase; }

#header #header-nav #nav .nav-primary > li.account-menu-mobile { display: none; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container { padding-left: 30px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon { cursor: pointer; display: none; float: right; height: 25px; margin: 5px 0; position: relative; width: 25px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span { background-color: #3c3c3b; border-radius: 4px; display: block; position: absolute; height: 2px; width: 100%; left: 0; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(1) { top: 0px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(2), #header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(3) { top: 9px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(4) { top: 18px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(1) { top: 10px; left: 50%; width: 0; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(4) { left: 50%; top: 10px; width: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart { float: left; padding-left: 0; position: relative; }

#header #header-nav #nav .nav-primary > li.header-minicart.open .cart-top-container { display: block; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link { color: #3c3c3b; background: transparent; text-decoration: none; display: block; position: relative; margin-top: 19px; height: auto; padding: 0; padding-right: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .icon { display: block; font-size: 24px; background: none; line-height: initial; width: auto; margin-right: 0; height: auto; text-indent: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .label { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .count { position: absolute; display: block; background: #3c3c3b; color: #fff; width: 22px; height: 22px; line-height: 22px; border-radius: 1em; text-align: center; font-size: 0.8em; bottom: -12px; right: -15px; top: auto; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .count:before, #header #header-nav #nav .nav-primary > li.header-minicart .skip-link .count:after { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link:hover .icon { color: #a6aa7c; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container { width: 330px; left: 15px; top: 40px; border: 1px solid #e2e2e2; border-radius: 3px; position: absolute; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details { float: left; width: 100%; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .a-center { text-align: center; padding: 15px 10px; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal { float: left; width: 100%; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list { padding: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item { border-bottom: 1px solid #e2e2e2; margin-bottom: 0; float: left; width: 100%; padding: 10px 10px 10px 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item:last-of-type { border-bottom: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-image { width: 30%; float: left; box-sizing: border-box; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-image img { margin: 0 auto; display: inherit; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details { width: 70%; float: left; margin-left: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc { width: 80%; float: left; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .product-name { font-weight: 700; margin: 3px 0 6px 0; line-height: 18px; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .product-name a { color: #3c3c3b; line-height: 18px; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -ms-transition: color 0.3s linear; -o-transition: color 0.3s linear; transition: color 0.3s linear; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .product-name a:hover { color: #a6aa7c; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .truncated { font-size: 11px; line-height: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions { width: 20%; float: left; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit { display: block; float: right; padding: 6px 4px; margin: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove::after, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit::after { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove:hover, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit:hover { color: transparent; background: transparent; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove span, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit span { font-size: 0px; padding: 0 5px; width: 13px; height: 13px; display: block; background-image: url("../images/icons_cart_sprite@2x.png"); background-repeat: no-repeat; background-size: 26px; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove span { background-position: right bottom; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit span { background-position: left bottom; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove span:hover { background-position: right top; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit span:hover { background-position: left top; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .text-recently { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal { padding: 10px 14px; text-align: left; background-color: transparent; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal .price, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal .label { font-size: 18px; font-weight: 600; line-height: normal; color: #a6aa7c; text-transform: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .button-wrapper { padding: 10px 13px 13px 13px; float: left; width: 100%; text-align: right; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .button-wrapper button { font-size: 12px !important; }

#header #header-nav #nav .nav-primary li { position: relative; }

#header #header-nav #nav .nav-primary li .headline, #header #header-nav #nav .nav-primary li .submenu-toggle { display: none; }

#header #header-nav #nav .nav-primary li > a, #header #header-nav #nav .nav-primary li > span { color: #3c3c3b; display: block; text-transform: none; font-weight: 700; text-decoration: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; -ms-transition: color 0.1s linear; -o-transition: color 0.1s linear; transition: color 0.1s linear; }

#header #header-nav #nav .nav-primary li > a:hover, #header #header-nav #nav .nav-primary li > span:hover { color: #a6aa7c; cursor: pointer; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar), #header #header-nav #nav .nav-primary li > ul { display: none; list-style: none; background: #fff; border: none 0; position: absolute; left: -30px; top: 73px; z-index: 10; min-width: 150px; padding: 15px 30px; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar).cart-top-container, #header #header-nav #nav .nav-primary li > ul.cart-top-container { padding: 0; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li, #header #header-nav #nav .nav-primary li > ul li { line-height: 30px; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li.parent, #header #header-nav #nav .nav-primary li > ul li.parent { position: relative; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li.parent > a::after, #header #header-nav #nav .nav-primary li > ul li.parent > a::after { content: '\203A'; color: #a6aa7c; position: absolute; width: 0; height: 0; display: block; border-top: none; border-bottom: none; border-left: none; border-right: none; right: 5px; top: 0; margin-top: 0; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li a, #header #header-nav #nav .nav-primary li > ul li a { border: none 0; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li ul, #header #header-nav #nav .nav-primary li > ul li ul { position: absolute; float: left; left: 100%; top: -13px; }

#header #header-nav #nav .nav-primary li:hover > ol, #header #header-nav #nav .nav-primary li:hover > ul { display: block; }

#header #header-nav #nav .nav-primary > li > ul { top: 55px; padding: 35px 30px 15px 30px; }

#header #header-nav #mobile-nav { display: none; }

body.fixed { padding-top: 135px; }

body.fixed #header-sub-nav { position: fixed; top: -42px; }

body.fixed #header { width: 100%; top: 0; position: fixed; z-index: 200; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

/* ========================================================================== Banner Top ========================================================================== */
.top-container, #header-slider { width: 100%; max-width: 100%; padding: 0; }

.top-container .banner-header, .top-container .swiper-container:not(.news-header) .swiper-slide, #header-slider .banner-header, #header-slider .swiper-container:not(.news-header) .swiper-slide { min-height: 500px; background-size: cover; justify-content: flex-end; background-position: center; display: flex; }

.top-container .banner-header img.header-image-mobile, .top-container .swiper-container:not(.news-header) .swiper-slide img.header-image-mobile, #header-slider .banner-header img.header-image-mobile, #header-slider .swiper-container:not(.news-header) .swiper-slide img.header-image-mobile { display: none; }

.top-container .banner-header .image-credit, .top-container .swiper-container:not(.news-header) .swiper-slide .image-credit, #header-slider .banner-header .image-credit, #header-slider .swiper-container:not(.news-header) .swiper-slide .image-credit { position: absolute; right: 5px; bottom: 4px; color: #fff; font-size: 12px; }

.top-container .banner-content, #header-slider .banner-content { display: flex; position: relative; }

.top-container .banner-content .banner-content-wrapper h2, #header-slider .banner-content .banner-content-wrapper h2 { text-transform: none; text-decoration: none; border-bottom: none; }

.top-container .banner-content .banner-content-wrapper h2 strong, #header-slider .banner-content .banner-content-wrapper h2 strong { font-weight: 400; }

.top-container .banner-content .banner-content-wrapper p, #header-slider .banner-content .banner-content-wrapper p { font-size: 18px; }

.top-container .banner-content .banner-teaser, #header-slider .banner-content .banner-teaser { width: 60%; max-width: 550px; top: 100%; left: 25px; color: #3c3c3b; background-color: #fff; padding: 40px 35px; margin-top: -60px; text-shadow: none; z-index: 100; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

.catalog-product-view #header-slider .banner-content { display: none !important; }

.top-container .banner-header { justify-content: flex-end; background-position: center; }

.top-container .banner-header.header-startpage { min-height: 600px; height: calc(100vh - 135px); }

.top-container .banner-header .banner-content { background-color: #a6aa7c; height: 100%; width: 38%; max-width: 740px; margin: 0; align-items: center; color: #3c3c3b; text-shadow: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35); }

.top-container .banner-header .banner-content p { font-size: 16px; }

.top-container .banner-header .banner-content h2 { color: #3c3c3b; font-size: 35px; font-weight: 600; font-weight: bold; }

.top-container .banner-header .banner-content a.btn { border-radius: 3px; padding: 10px 15px; color: #3c3c3b; text-transform: uppercase; background-color: #fff; transition: all .25s ease-in-out; margin-top: 30px; line-height: normal; display: block; width: auto; float: left; }

.top-container .banner-header .banner-content a.btn:hover { color: #fff; text-decoration: none; background-color: #3c3c3b; }

.top-container .banner-header .banner-content .banner-content-wrapper { width: 100%; padding-bottom: 0; }

.top-container .banner-header .banner-content .notice-flag { width: calc(50% + 60px); min-width: 280px; padding: 20px 20px 20px 90px; margin-left: -60px; margin-bottom: 70px; background-repeat: no-repeat; background-size: auto 65%; background-position: 30px 50%; background-image: url("../images/phone.svg"); box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); color: #fff; background-color: #3c3c3b; position: relative; }

.top-container .banner-header .banner-content .notice-flag::before { content: ''; width: 0; height: 0; left: 0; top: -16px; position: absolute; border-right: 6px solid #797979; border-bottom: 6px solid #797979; border-top: 10px solid transparent; border-left: 4px solid transparent; }

@media screen and (max-width: 900px) { .top-container .banner-header .banner-content { width: 50%; } }

@media screen and (max-width: 800px) { .top-container .banner-header { display: block; background-position: left top; }
  .top-container .banner-header .banner-content { width: 100%; height: auto; max-width: 100%; padding: 25px; }
  .top-container .banner-header .banner-content .banner-content-wrapper { background-color: #a6aa7c; }
  .top-container .banner-header .banner-content .banner-content-wrapper p, .top-container .banner-header .banner-content .banner-content-wrapper h2 { color: #3c3c3b; text-align: left; }
  .top-container .banner-header .banner-content a.btn { margin-bottom: 20px; }
  .top-container .banner-header .banner-content .notice-flag { width: 50%; margin-left: 0; margin-top: -36px; margin-bottom: 15px; }
  .top-container .banner-header .banner-content .notice-flag p { color: #fff; }
  .top-container .banner-header .banner-content .notice-flag::before { top: 0; left: auto; right: -10px; border-left: 6px solid #797979; border-bottom: 6px solid #797979; border-top: 10px solid transparent; border-right: 4px solid transparent; } }

@media screen and (max-width: 370px) { .top-container .banner-header .banner-content .container-content { padding: 0; } }

/* ========================================================================== News Slider ========================================================================== */
#container-news-header { background: rgba(255, 255, 255, 0.7); margin-top: -110px; padding: 0 25px; position: relative; }

#container-news-header.static { margin-top: 0; padding: 10px 25px; text-align: center; background-color: #fff; }

#container-news-header.static a { color: #3c3c3b; text-decoration: underline; }

#container-news-header .news-header .swiper-wrapper { height: 110px; }

#container-news-header .news-header .swiper-wrapper .swiper-slide { padding: 10px 20px; width: 25%; height: 100%; font-size: 0.9em; position: relative; }

#container-news-header .news-header .swiper-wrapper .swiper-slide h3 { font-size: 14px; font-weight: 400; margin: 2px 0; }

#container-news-header .news-header .swiper-wrapper .swiper-slide a { color: #3c3c3b; }

#container-news-header .news-header .swiper-wrapper .swiper-slide a:hover { text-decoration: underline; }

#container-news-header .news-header .swiper-wrapper .swiper-slide a.link-with-arrow::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-index-list .postWrapper .postContent a.aw-blog-read-more::before, .blog-index-list .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-post-view .postWrapper .postContent a.aw-blog-read-more::before, .blog-post-view .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide #location-list #list li .list-details .loc-directions > a::before, #location-list #list li .list-details #container-news-header .news-header .swiper-wrapper .swiper-slide .loc-directions > a::before { font-size: 11px; }

#container-news-header .news-header .swiper-wrapper .swiper-slide:before { content: ''; display: block; position: absolute; top: 10%; left: 0; height: 80%; border-left: 1px solid #3c3c3b; }

#container-news-header .news-header .swiper-wrapper .swiper-slide.swiper-slide-active:before { border-color: transparent; }

#container-news-header .swiper-button-next, #container-news-header .swiper-button-prev { line-height: 110px; position: absolute; top: 0; margin: 0; bottom: 0; }

#container-news-header .swiper-button-prev { text-align: left; }

#container-news-header .swiper-button-next { text-align: right; }

/* ==========================================================================
Teaser Text Homepage
========================================================================== */
#teaser-text-homepage { padding-top: 50px; }

#teaser-text-homepage .container-content #messages { margin-bottom: 20px; }

#teaser-text-homepage-mobile { display: none; }

/* ========================================================================== Select City ========================================================================== */
#select-city { padding-bottom: 30%; background-size: 100%; background-position: bottom center; background-repeat: no-repeat; background-image: url("../images/city_images/basel.jpg"); -webkit-transition: background-image 0.3s linear; -moz-transition: background-image 0.3s linear; -ms-transition: background-image 0.3s linear; -o-transition: background-image 0.3s linear; transition: background-image 0.3s linear; }

#select-city::after { width: 0; height: 0; z-index: -1; overflow: hidden; position: absolute; content: url("../images/city_images/zuerich.jpg") url("../images/city_images/luzern.jpg") url("../images/city_images/bern.jpg") url("../images/city_images/basel.jpg"); }

#select-city.basel { background-image: url("../images/city_images/basel.jpg"); }

#select-city.bern { background-image: url("../images/city_images/bern.jpg"); }

#select-city.luzern { background-image: url("../images/city_images/luzern.jpg"); }

#select-city.zuerich { background-image: url("../images/city_images/zuerich.jpg"); }

#select-city h2 { padding: 50px 40px 0 40px; margin: 0; z-index: 10; }

#select-city .content-wrapper { padding: 0 40px 50px 40px; }

#select-city .swiper-wrapper { display: block; float: left; background-color: #fff; }

#select-city .swiper-slide { width: 50%; float: left; padding-top: 70px; background-color: #fff; }

#select-city .swiper-slide > img { float: left; max-width: 50%; }

#select-city .swiper-slide .slide-city-description { width: 100%; text-align: left; float: left; padding: 0 25px 25px 25px; }

#select-city .swiper-slide .slide-city-description img { width: 100%; margin: 0 auto; max-width: 350px; }

#select-city .swiper-slide .slide-city-description .product-teaser-row img { max-width: 78px; margin-left: 0; margin-right: 15px; }

#select-city .swiper-slide .slide-city-description h4 { margin-top: 15px; }

#select-city .swiper-slide .slide-city-description > span { display: block; }

#select-city .swiper-slide .slide-city-description .btn-default, #select-city .swiper-slide .slide-city-description body.checkout-cart-index .button, body.checkout-cart-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account .invivations-theme-account .button, body.customer-account .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-login .invivations-theme-account .button, body.customer-account-login .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-create .invivations-theme-account .button, body.customer-account-create .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-settings .button, body.customer-account.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-login.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button { margin-top: 45px; }

#select-city .swiper-slide::after { content: ""; opacity: 0.05; top: -30px; right: 0; position: absolute; z-index: -1; width: 250px; height: 250px; background-repeat: no-repeat; background-size: 100% 100%; }

#select-city .swiper-slide.slide-basel::after { background-image: url("../images/city_icon_basel.png"); }

#select-city .swiper-slide.slide-bern::after { background-image: url("../images/city_icon_bern.png"); }

#select-city .swiper-slide.slide-luzern::after { background-image: url("../images/city_icon_luzern.png"); }

#select-city .swiper-slide.slide-zuerich::after { background-image: url("../images/city_icon_zuerich.png"); }

.filter-col-content { background-color: #fff; height: auto; overflow: hidden; text-align: center; }

.filter-col-content > div { display: inline-block; width: 25%; height: 130px; cursor: not-allowed; position: relative; opacity: 0.3; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -ms-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }

.filter-col-content > div.enabled { cursor: pointer; }

.filter-col-content > div > i { background-repeat: no-repeat; background-position: top center; background-size: 70px 70px; display: inline-block; margin-top: 30px; width: 70px; height: 70px; }

.filter-col-content > div > span { position: absolute; text-align: center; text-transform: uppercase; width: 100%; bottom: 10px; left: 0; font-size: 14px; }

.filter-col-content > div.active { opacity: 1; }

.filter-col-content > div.active::after { content: ''; display: block; position: absolute; border-bottom: 4px solid #606063; bottom: 0; width: 116px; max-width: 100%; margin-left: auto; margin-right: auto; left: 0; right: 0; }

.filter-col-content > div.pagination-basel i { background-image: url("../images/city_icon_basel.png"); }

.filter-col-content > div.pagination-bern i { background-image: url("../images/city_icon_bern.png"); }

.filter-col-content > div.pagination-luzern i { background-image: url("../images/city_icon_luzern.png"); }

.filter-col-content > div.pagination-zuerich i { background-image: url("../images/city_icon_zuerich.png"); }

.filter-col-content > div.pagination-gastronomie i { background-image: url("../images/category_icon_gastro.png"); }

.filter-col-content > div.pagination-nachtleben i { background-image: url("../images/category_icon_night.png"); }

.filter-col-content > div.pagination-freizeit i { background-image: url("../images/category_icon_leisure.png"); }

.filter-col-content.teaser-products > div { width: 50%; height: 60px; font-size: 14px; }

.filter-col-content.multi-color > div > i { background-size: 70px 140px; }

.filter-col-content.multi-color > div.active > i { background-position: bottom center; }

.filter-col-content.multi-color > div.pagination-gastronomie.active > span { color: #d30955; }

.filter-col-content.multi-color > div.pagination-gastronomie::after { border-color: #d30955; }

.filter-col-content.multi-color > div.pagination-nachtleben.active > span { color: #0082bf; }

.filter-col-content.multi-color > div.pagination-nachtleben::after { border-color: #0082bf; }

.filter-col-content.multi-color > div.pagination-freizeit.active > span { color: #1ba74f; }

.filter-col-content.multi-color > div.pagination-freizeit::after { border-color: #1ba74f; }

/* ========================================================================== Teaser Categories ========================================================================== */
#teaser-categories .container-teaser { position: relative; float: left; width: 100%; padding-bottom: 60px; box-sizing: content-box; z-index: 0; }

#teaser-categories .container-teaser .teaser-text { width: 390px; padding: 40px; background-color: #fff; text-align: center; color: #949494; }

#teaser-categories .container-teaser .teaser-text .icon-category { height: 60px; display: block; margin: 0 auto 10px; }

#teaser-categories .container-teaser .teaser-text .link-with-arrow, #teaser-categories .container-teaser .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories .container-teaser .teaser-text .aw-blog-read-more, #teaser-categories .container-teaser .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories .container-teaser .teaser-text .aw-blog-read-more, #teaser-categories .container-teaser .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories .container-teaser .teaser-text .loc-directions > a { display: block; margin: 15px auto 0; }

#teaser-categories .container-teaser .teaser-slider { position: absolute; }

#teaser-categories .container-teaser .teaser-slider .teaser-container { width: 100%; height: 100%; }

#teaser-categories .container-teaser .teaser-slider .teaser-container .swiper-container { width: 100%; height: 100%; }

#teaser-categories .container-teaser .teaser-slider .teaser-container .swiper-container .swiper-slide { background-size: cover; }

#teaser-categories #teaser-gastronomie { min-height: 517px; }

#teaser-categories #teaser-gastronomie .teaser-text { margin-top: -25px; float: left; }

#teaser-categories #teaser-gastronomie .teaser-text .link-with-arrow, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories #teaser-gastronomie .teaser-text .aw-blog-read-more, #teaser-categories #teaser-gastronomie .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories #teaser-gastronomie .teaser-text .aw-blog-read-more, #teaser-categories #teaser-gastronomie .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories #teaser-gastronomie .teaser-text .loc-directions > a, #teaser-categories #teaser-gastronomie .teaser-text h3 { color: #d30955; }

#teaser-categories #teaser-gastronomie .teaser-slider.slider-1 { width: 772px; height: 317px; top: 200px; left: -30px; z-index: -2; }

#teaser-categories #teaser-gastronomie .teaser-slider.slider-2 { width: 271px; height: 287px; top: 120px; right: 0; z-index: -1; }

#teaser-categories #teaser-nachtleben { min-height: 427px; }

#teaser-categories #teaser-nachtleben .teaser-text { float: right; }

#teaser-categories #teaser-nachtleben .teaser-text .link-with-arrow, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories #teaser-nachtleben .teaser-text .aw-blog-read-more, #teaser-categories #teaser-nachtleben .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories #teaser-nachtleben .teaser-text .aw-blog-read-more, #teaser-categories #teaser-nachtleben .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories #teaser-nachtleben .teaser-text .loc-directions > a, #teaser-categories #teaser-nachtleben .teaser-text h3 { color: #0082bf; }

#teaser-categories #teaser-nachtleben .teaser-slider.slider-1 { width: 332px; height: 287px; top: 25px; left: -30px; z-index: -1; }

#teaser-categories #teaser-nachtleben .teaser-slider.slider-2 { width: 480px; height: 297px; top: 130px; left: 70px; z-index: -2; }

#teaser-categories #teaser-freizeit { min-height: 567px; }

#teaser-categories #teaser-freizeit .teaser-text { float: left; }

#teaser-categories #teaser-freizeit .teaser-text .link-with-arrow, #teaser-categories #teaser-freizeit .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories #teaser-freizeit .teaser-text .aw-blog-read-more, #teaser-categories #teaser-freizeit .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories #teaser-freizeit .teaser-text .aw-blog-read-more, #teaser-categories #teaser-freizeit .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories #teaser-freizeit .teaser-text .loc-directions > a, #teaser-categories #teaser-freizeit .teaser-text h3 { color: #1ba74f; }

#teaser-categories #teaser-freizeit .teaser-slider.slider-1 { width: 310px; height: 414px; top: -85px; right: 0; z-index: -2; }

#teaser-categories #teaser-freizeit .teaser-slider.slider-2 { width: 340px; height: 394px; top: 173px; right: 150px; z-index: -1; }

/* ========================================================================== Statistiken ========================================================================== */
#statistics { background-color: #f9f8f9; }

#statistics .container-content { display: flex; max-width: 800px; }

#statistics .container-content .statistic-elem { align-items: stretch; width: 25%; padding: 100px 5px 50px; text-align: center; position: relative; }

#statistics .container-content .statistic-elem strong { color: #606063; display: block; font-size: 1.3em; margin-bottom: 5px; }

#statistics .container-content .statistic-elem img { display: block; width: 80px; position: absolute; top: 25px; margin-left: auto; margin-right: auto; left: 0; right: 0; }

/* ========================================================================== Meinungen ========================================================================== */
#opinions { padding-top: 70px; padding-bottom: 130px; background: url("../images/bg_content_opinion.jpg") no-repeat bottom center; background-size: 100%; text-align: center; }

#opinions .swiper-container { background-color: #fff; margin-bottom: 50px; }

#opinions .swiper-container .swiper-slide { padding: 30px 150px 30px; }

#opinions .swiper-container .swiper-slide strong { display: block; margin-top: 35px; }

#opinions #container-newsletter { padding-left: 150px; padding-right: 150px; }

#opinions #container-newsletter #mc_embed_signup_scroll { padding-top: 50px; }

#opinions #container-newsletter .newsletter-input { display: flex; }

#opinions #container-newsletter .newsletter-input input { flex-grow: 1; }

#opinions #container-newsletter .newsletter-input a, #opinions #container-newsletter .newsletter-input button { width: 200px; margin-left: 20px; position: relative; }

#opinions #container-newsletter .newsletter-input a:disabled, #opinions #container-newsletter .newsletter-input a.loading, #opinions #container-newsletter .newsletter-input button:disabled, #opinions #container-newsletter .newsletter-input button.loading { color: #ccc; background-color: #eee; }

#opinions #container-newsletter .newsletter-input a.loading, #opinions #container-newsletter .newsletter-input button.loading { padding-left: 50px !important; }

#opinions #container-newsletter .newsletter-input a.loading .lds-ellipsis, #opinions #container-newsletter .newsletter-input button.loading .lds-ellipsis { display: inline-block; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis, #opinions #container-newsletter .newsletter-input button .lds-ellipsis { left: 18px; width: 25px; height: 45px; display: none; position: absolute; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span, #opinions #container-newsletter .newsletter-input button .lds-ellipsis span { position: absolute; top: 21px; width: 4px; height: 4px; border-radius: 50%; background: #ccc; animation-timing-function: cubic-bezier(0, 1, 1, 0); }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(1), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(1) { left: 0px; animation: lds-ellipsis1 0.6s infinite; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(2), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(2) { left: 0px; animation: lds-ellipsis2 0.6s infinite; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(3), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(3) { left: 8px; animation: lds-ellipsis2 0.6s infinite; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(4), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(4) { left: 16px; animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 { 0% { transform: scale(0); }
  100% { transform: scale(1); } }

@keyframes lds-ellipsis3 { 0% { transform: scale(1); }
  100% { transform: scale(0); } }

@keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); }
  100% { transform: translate(8px, 0); } }

#opinions #container-newsletter .input-select { position: relative; height: 45px; margin-left: 10px; }

#opinions #container-newsletter .input-select::before, #opinions #container-newsletter .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

#opinions #container-newsletter .input-select::before { content: '\f0d8'; margin-top: -14px; }

#opinions #container-newsletter .input-select::after { content: '\f0d7'; margin-top: -6px; }

#opinions #container-newsletter .input-select select { height: 45px; padding: 0 25px; background: #FFF; line-height: 43px; border-radius: 3px; border: 1px solid #e2e2e2; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

#opinions #container-newsletter #error-response, #opinions #container-newsletter .error-response { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; }

#opinions #container-newsletter #success-response { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; }

#opinions #container-newsletter #error-response, #opinions #container-newsletter .error-response, #opinions #container-newsletter #success-response { padding: 10px; margin-bottom: 15px; border-radius: 2px; }

#opinions #container-newsletter div.mce_inline_error { margin: 0; width: 100%; float: left; font-size: 11px; color: #c91414; padding: 0; text-align: left; background: transparent; }

#opinions #container-newsletter select.mce_inline_error, #opinions #container-newsletter input.mce_inline_error { padding: 0 25px; color: #df280a; background-color: rgba(223, 40, 10, 0.06); opacity: 1; font-weight: 700; border: 1px solid #a6aa7c; }

#opinions #container-newsletter .city-notice { text-align: left; padding: 10px 0; }

#opinions #container-newsletter .city-notice.city-notice-mobile { display: none; padding: 0 0 10px 0; }

#opinions #container-newsletter .content__gdprBlock { text-align: left; }

#opinions #container-newsletter .content__gdprBlock p, #opinions #container-newsletter .content__gdprBlock .content__gdprLegal { font-size: 11px; }

#opinions #container-newsletter .checkbox input { float: left; margin-right: -40px; margin-top: 10px; }

#opinions #container-newsletter .checkbox label { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-weight: 400; color: #3c3c3b; padding: 5px 10px; display: inline-block; width: auto; max-width: none; min-width: 250px; padding: 7px 10px 0 25px; }

/* ========================================================================== Engagement ========================================================================== */
#engagement-container { text-align: center; }

#engagement-container .swiper-engagements { padding: 25px 0 50px; width: 1010px; max-width: 90%; margin: 0 auto; }

#engagement-container .swiper-engagements .swiper-slide .logo-image { width: 100%; padding-bottom: 42%; display: inline-block; margin: 0 auto; background-size: 100%; background-position: top center; background-repeat: no-repeat; }

#engagement-container .swiper-engagements .swiper-slide .logo-image a { display: block; width: 100%; height: 100%; position: absolute; }

#engagement-container .swiper-engagements .swiper-slide .logo-image:hover { background-position: bottom center; }

#testimonials-container { text-align: center; }

#testimonials-container .content-wrapper { padding: 50px 40px 20px 40px; }

#testimonials-container .swiper-testimonials { width: 1010px; max-width: 90%; margin: 0 auto; padding: 0 0 20px; }

#testimonials-container .swiper-testimonials .swiper-slide .testimonial-logo { margin: 0 auto 15px auto; max-width: 280px; max-height: 150px; }

#testimonials-container .swiper-testimonials .swiper-slide .testimonial-person { color: #a6aa7c; }

/* ========================================================================== Footer ========================================================================== */
#footer { background-color: #f9f8f9; }

#footer .content-wrapper { background-color: transparent; padding: 80px 0; height: auto; overflow: hidden; display: flex; justify-content: space-between; }

#footer .content-wrapper .copyright-mobile { display: none; }

#footer .content-wrapper > div { width: 33%; display: flex; }

#footer .content-wrapper > div.footer-contact { justify-content: center; }

#footer .content-wrapper > div.footer-payment { justify-content: flex-end; }

#footer .content-wrapper > div ul li a i.fa-whatsapp { position: relative; height: 17px; }

#footer .content-wrapper > div ul li a i.fa-whatsapp::before { font-size: 1px; color: #a6aa7c; background: url("../images/icon_whatsapp.png"); background-repeat: no-repeat; background-size: 17px; height: 100%; width: 100%; display: block; top: 4px; position: absolute; }

#footer .content-wrapper > div.footer-payment ul { width: 260px; float: right; margin-top: -6px; }

#footer .content-wrapper > div.footer-payment ul li { display: block; float: left; width: 130px; height: 60px; background-size: 100%; background-repeat: no-repeat; }

#footer .content-wrapper > div.footer-payment ul li.mastercard { background-image: url("../images/logos_payment/icon_paypment_mastercard@2x.png"); background-position: -14px center; }

#footer .content-wrapper > div.footer-payment ul li.twint { background-image: url("../images/logos_payment/icon_paypment_twint@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.sofort { background-image: url("../images/logos_payment/icon_paypment_sofort@2x.png"); background-position: 1px center; }

#footer .content-wrapper > div.footer-payment ul li.boku { background-image: url("../images/logos_payment/icon_paypment_boku@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.american { background-image: url("../images/logos_payment/icon_paypment_ae@2x.png"); background-position: -21px center; }

#footer .content-wrapper > div.footer-payment ul li.paypal { background-image: url("../images/logos_payment/icon_paypment_paypal@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.visa { background-image: url("../images/logos_payment/icon_paypment_visa@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.postfinance { background-image: url("../images/logos_payment/icon_paypment_postfinance@2x.png"); background-position: -2px center; }

#footer .content-wrapper > div.footer-payment ul li.postfinance-e-finance { background-image: url("../images/logos_payment/icon_paypment_pfef@2x.png"); background-position: -11px center; }

#footer .content-wrapper > div > strong { display: block; }

#footer .content-wrapper > div > ul { margin-top: 25px; }

#footer .content-wrapper > div > ul li { display: block; line-height: 1.5em; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#footer .content-wrapper > div > ul li i { margin-right: 15px; width: 15px; }

#footer .content-wrapper > div > ul li a { color: #3c3c3b; }

/* ========================================================================== Footer-Navi ========================================================================== */
#footer-navi { background-color: #a6aa7c; }

#footer-navi .content-wrapper { background-color: transparent; padding: 23px 0; height: 60px; line-height: 14px; }

#footer-navi .content-wrapper > ul { float: right; }

#footer-navi .content-wrapper > ul li { display: inline; margin-left: 15px; }

#footer-navi .content-wrapper > ul li a { color: #3c3c3b; }

#footer-navi .content-wrapper > ul li a:hover { text-decoration: underline; }

/* ==========================================================================
Default CMS Page
========================================================================== */
.one-column-cms-content .main-container { width: 1010px; max-width: 100%; margin: -75px auto 50px auto; padding: 25px; float: none; background-color: #fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; z-index: 100; font-style: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.one-column-cms-content .main-container h1, .one-column-cms-content .main-container h2, .one-column-cms-content .main-container h3, .one-column-cms-content .main-container h4 { color: #a6aa7c; }

.one-column-cms-content .main-container h4 { font-size: 16px; }

.one-column-cms-content .main-container form li { margin-bottom: 0; padding-left: 0; position: static; }

.one-column-cms-content .main-container form li::before { display: none; }

.one-column-cms-content .main-container .std p { font-style: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.one-column-cms-content .main-container .std h1 { color: #a6aa7c; }

.one-column-cms-content:not(.catalogsearch-result-index) .main-container ul { list-style: none; margin-top: 15px; margin-bottom: 15px; margin-left: 10px; }

.one-column-cms-content:not(.catalogsearch-result-index) .main-container ul li { margin-bottom: 15px; padding-left: 30px; position: relative; }

.one-column-cms-content:not(.catalogsearch-result-index) .main-container ul li::before { content: '\f101\00a0'; position: absolute; left: 0; font-family: "FontAwesome"; color: #a6aa7c; font-size: 11px; }

/* ==========================================================================
Fancybox
========================================================================== */
.fancybox-toolbar { top: 8px; right: 8px; }

.fancybox-arrow i { width: 35px; height: 35px; font-size: 20px; font-weight: 700; color: #3c3c3b; background-color: #a6aa7c; border-radius: 100%; padding: 7px 15px; box-sizing: border-box; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.fancybox-arrow:hover i { background-color: #9ba06d; }

.fancybox-arrow::before, .fancybox-arrow::after { display: none; }

.fancybox-show-nav .fancybox-arrow { opacity: 1; }

.fancybox-button.fancybox-button--close { color: #3c3c3b; background: none; width: 35px; height: 35px; opacity: 1; border-radius: 100%; background-color: #a6aa7c; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.fancybox-button.fancybox-button--close::after, .fancybox-button.fancybox-button--close::before { height: 3px; width: 14px; top: 16px; left: 11px; opacity: 1; }

.fancybox-button.fancybox-button--close:hover:not([disabled]) { color: #3c3c3b; background-color: #9ba06d; }

/* ==========================================================================
Downloads
========================================================================== */
.downloadarchivItem img, .ce_downloadarchiv img { float: left; }

/* ==========================================================================
Reward Points
========================================================================== */
#rewardpoints-checkout-payment-method-load { display: none; }

.catalogsearch-result-index .container-content { padding: 0; }

.catalogsearch-result-index #shop-select-category { padding-top: 0; }

.catalogsearch-result-index #shop-select-category .products-grid .item { width: 25%; }

/* ==========================================================================
Shop
========================================================================== */
.catalog-category-view .page-title { display: none; }

.product-teaser-row { display: flex; margin: 15px 0; color: #3c3c3b; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15); border-radius: 5px; }

.product-teaser-row:hover { box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25); }

.product-teaser-row img { max-width: 78px; margin-left: 0; margin-right: 15px; }

.product-teaser-row .product-teaser-product-desc { display: flex; flex-direction: column; justify-content: center; padding: 5px 10px 5px 0; }

.product-teaser-row .product-teaser-product-desc .product-teaser-product-name { font-size: 18px; font-weight: 600; text-align: left; margin: 0; }

.product-teaser-row .product-teaser-product-desc .product-teaser-product-teaser-text { font-size: 14px; }

.product-teaser-row .product-teaser-product-desc .product-teaser-price { font-size: 16px; text-align: left; font-weight: bold; }

.product-teaser-row .product-teaser-product-desc .product-teaser-price .currency { font-size: 12px; font-weight: normal; }

#shop-select-category { width: 100%; float: left; /* ========================================================================== Products Grid ========================================================================== */ /* ========================================================================== Product info ========================================================================== */ }

#shop-select-category #city-filter-products { display: none; }

#shop-select-category .products-grid { text-align: left; display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 880px; }

#shop-select-category .products-grid .item { width: 50%; text-align: left; padding: 0 10px; margin: 0 0 20px -1px; float: none; display: inline-block; }

#shop-select-category .products-grid .item:first-of-type { margin-left: 0; }

#shop-select-category .products-grid .item > a.product-image, #shop-select-category .products-grid .item > div.product-image { margin: 0; color: #3c3c3b; background-color: #fff; height: 100%; position: relative; z-index: 1; transition: all .25s linear 0s; border: none; }

#shop-select-category .products-grid .item > a.product-image .img, #shop-select-category .products-grid .item > div.product-image .img { width: 100%; }

#shop-select-category .products-grid .item > a.product-image .img .product-image, #shop-select-category .products-grid .item > div.product-image .img .product-image { border: 0 none; }

#shop-select-category .products-grid .item > a.product-image .product-info, #shop-select-category .products-grid .item > div.product-image .product-info { padding: 0 10px 25px 10px; }

#shop-select-category .products-grid .item > a.product-image .product-info .short-description, #shop-select-category .products-grid .item > a.product-image .product-info .product-name, #shop-select-category .products-grid .item > a.product-image .product-info .details-link, #shop-select-category .products-grid .item > a.product-image .product-info .price, #shop-select-category .products-grid .item > div.product-image .product-info .short-description, #shop-select-category .products-grid .item > div.product-image .product-info .product-name, #shop-select-category .products-grid .item > div.product-image .product-info .details-link, #shop-select-category .products-grid .item > div.product-image .product-info .price { width: 100%; color: #3c3c3b; display: inline-block; margin: 0; box-sizing: border-box; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#shop-select-category .products-grid .item > a.product-image .product-info .sold-out-indicator, #shop-select-category .products-grid .item > div.product-image .product-info .sold-out-indicator { display: none; }

#shop-select-category .products-grid .item > a.product-image .product-info .product-name, #shop-select-category .products-grid .item > div.product-image .product-info .product-name { font-size: 28px; line-height: 1.4; text-transform: none; margin: 0 0 20px 0; }

#shop-select-category .products-grid .item > a.product-image .product-info .short-description, #shop-select-category .products-grid .item > div.product-image .product-info .short-description { font-size: 16px; font-weight: 300; }

#shop-select-category .products-grid .item > a.product-image .product-info .details-link, #shop-select-category .products-grid .item > div.product-image .product-info .details-link { font-size: 18px; color: #a6aa7c; margin-top: 25px; margin-bottom: 25px; }

#shop-select-category .products-grid .item > a.product-image .product-info .price, #shop-select-category .products-grid .item > div.product-image .product-info .price { font-size: 30px; font-weight: 700; }

#shop-select-category .products-grid .item > a.product-image .product-info .price .currency, #shop-select-category .products-grid .item > div.product-image .product-info .price .currency { font-size: 15px; font-weight: 400; }

#shop-select-category .products-grid .new-label > a.product-image::before { content: ''; width: 91px; height: 91px; left: -4px; top: -4px; display: block; position: absolute; background: url("../images/labels.png") 0 0 no-repeat; z-index: 10000; }

#shop-select-category .shop-produkt-infos { padding: 35px 25px; }

#shop-select-category .shop-produkt-infos .shop-produkt-infos { padding: 0; }

#shop-select-category .shop-produkt-infos .top-text, #shop-select-category .shop-produkt-infos .bottom-text { width: 510px; text-align: left; }

#shop-select-category .shop-produkt-infos .top-text .title, #shop-select-category .shop-produkt-infos .bottom-text .title { font-size: 15px; color: #291831; font-weight: 800; margin-bottom: 10px; }

#shop-select-category .shop-produkt-infos .bottom-text { margin-bottom: 60px; text-align: right; float: right; }

#shop-select-category .shop-produkt-infos .book-image { margin: -20px auto 0 auto; }

#shop-select-category .shop-produkt-infos .book-image > img { max-width: 100%; }

.testimonial-wrapper { gap: 35px; display: flex; }

.testimonial-wrapper:not(.headline) { margin-bottom: 50px; }

.testimonial-wrapper h4 { margin-bottom: 30px; }

.testimonial-wrapper .testimonial-image { flex-basis: 115px; flex-grow: 0; flex-shrink: 0; background-repeat: no-repeat; background-size: contain; background-position: top center; }

.testimonial-wrapper .testimonial-image .testimonial-image-inner { width: 100%; background-repeat: no-repeat; background-size: contain; background-position: top center; }

.catalog-product-view { /* ========================================================================== Banner Top ========================================================================== */ }

.catalog-product-view .top-container .banner-header, .catalog-product-view .top-container .swiper-container:not(.news-header) .swiper-slide, .catalog-product-view #header-slider .banner-header, .catalog-product-view #header-slider .swiper-container:not(.news-header) .swiper-slide { background-position: center top; }

.catalog-product-view select { max-width: 100%; height: 40px; margin-top: 0; }

.catalog-product-view .input-select { position: relative; height: 45px; }

.catalog-product-view .input-select::before, .catalog-product-view .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

.catalog-product-view .input-select::before { content: '\f0d8'; margin-top: -14px; }

.catalog-product-view .input-select::after { content: '\f0d7'; margin-top: -6px; }

.catalog-product-view .input-select select { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.product-view { float: left; width: 100%; /* ========================================================================== Product image ========================================================================== */ /* ========================================================================== Details ========================================================================== */ /* ========================================================================== Infos ========================================================================== */ }

.product-view .product-img-box { padding-right: 30px; }

.product-view .product-img-box .product-image { border: none; }

.product-view .product-img-box .more-views h2 { font-size: 14px; color: #949494; }

.product-view .product-img-box .more-views .product-image-thumbs .gallery-nav.active img { border-bottom: 3px solid #a6aa7c; }

.product-view .product-shop { padding-left: 30px; }

.product-view .product-shop.product-shop-mobile { display: none; }

.product-view .product-shop .product-name .h1 { font-size: 40px; color: #3c3c3b; text-transform: none; margin-bottom: 15px; }

.product-view .product-shop .short-description { font-size: 24px; line-height: 30px; }

.product-view .product-shop .child-product-description { color: #949494; }

.product-view .product-shop .subheadline-thin, .product-view .product-shop .link-partner { display: block; margin-bottom: 10px; }

.product-view .product-shop .price-info { float: none; text-align: left; padding: 30px 0 25px 0; }

.product-view .product-shop .price-info .regular-price { color: #3c3c3b; font-size: 44px; font-weight: 600; }

.product-view .product-shop .price-info .regular-price .currency { font-size: 25px; font-weight: 400; margin-right: 5px; }

.product-view .product-shop .product-options { border: 0 none; padding: 0; height: auto; overflow: hidden; }

.product-view .product-shop .product-options > .last, .product-view .product-shop .product-options > .required { display: none; }

.product-view .product-shop .product-options .required { display: none !important; }

.product-view .product-shop .product-options #bookOptions .radio-options-outline { float: left; margin: 0 15px 15px 0; }

.product-view .product-shop .product-options #bookOptions .radio-options-outline.out-of-stock { color: #838383; border-color: #838383; margin: 0 15px 18px 0; opacity: 1; cursor: default; position: relative; }

.product-view .product-shop .product-options #bookOptions .radio-options-outline.out-of-stock::after { content: 'Ausverkauft!'; position: absolute; font-size: 13px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; text-transform: none; font-weight: 400; color: #3c3c3b; height: 10px; top: 35px; left: 0; display: inline-block; }

.product-view .product-shop .product-options #bookOptions input[type=radio] { position: absolute; visibility: hidden; }

.product-view .product-shop .product-options-bottom, .product-view .product-shop .add-to-cart-wrapper { padding: 30px 0 0; border: 0; background-color: transparent; }

.product-view .product-shop .product-options-bottom .price-box, .product-view .product-shop .add-to-cart-wrapper .price-box { display: none; }

.product-view .product-shop .product-options-bottom .add-to-cart, .product-view .product-shop .add-to-cart-wrapper .add-to-cart { border: 0 none; padding: 0; margin: 0; }

.product-view .product-shop .product-options-bottom .add-to-cart .back-button-mobile, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .back-button-mobile { display: none; }

.product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper { margin-right: 16px; }

.product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper label, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper label { display: none; }

.product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper .qty, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper .qty { border-radius: 3px; line-height: 45px; height: 45px; padding: 0 15px; width: 80px; border-color: #e2e2e2; }

.product-view .product-shop .add-to-cart-wrapper { width: auto; float: left; clear: both; }

.product-view .product-collateral .toggle-tabs { display: none; }

.product-view .product-collateral #collateral-tabs > dt { display: none; }

.product-view .product-collateral #collateral-tabs > dd { border: 0 none; text-align: center; font-size: 14px !important; padding-top: 50px; display: block; }

.product-view .product-collateral #collateral-tabs > dd ul { text-align: left; }

.product-view .product-collateral #collateral-tabs > dd ul li { padding-bottom: 3px; padding-left: 21px; margin-left: 10px; }

.product-view .product-collateral #collateral-tabs > dd ul li:before { content: "\00BB"; color: #a6aa7c; font-size: 15px; padding-right: 24px; margin-left: -30px; }

.product-view .product-collateral #collateral-tabs > dd h2 { font-size: 18px; font-weight: 300; color: #a6aa7c; margin-bottom: 10px; display: block; }

.review-dialog-block { font: 14px "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

.review-dialog-block #review-form h3 { font-size: 16px; font-weight: 400; margin-top: 55px; margin-bottom: 0; float: left; width: 100%; }

.review-dialog-block #review-form .review-group { margin-top: 25px; display: flex; }

.review-dialog-block #review-form .review-group .left { display: flex; align-items: center; }

.review-dialog-block #review-form .review-group.overall-review .left, .review-dialog-block #review-form .review-group.your-review .left { align-items: normal; }

.review-dialog-block #review-form .review-group.overall-review .left .title, .review-dialog-block #review-form .review-group.your-review .left .title { margin-top: 0; }

.review-dialog-block #review-form .review-group.overall-review .left { padding-top: 25px; }

.review-dialog-block #review-form .review-group.your-review .left { padding-top: 20px; }

.review-dialog-block #review-form .left .desc, .review-dialog-block #review-form .left .title, .review-dialog-block #review-form .left label, .review-dialog-block #review-form .right .desc, .review-dialog-block #review-form .right .title, .review-dialog-block #review-form .right label { font: 14px "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

.review-dialog-block #review-form .left .desc h3, .review-dialog-block #review-form .left .title h3, .review-dialog-block #review-form .left label h3, .review-dialog-block #review-form .right .desc h3, .review-dialog-block #review-form .right .title h3, .review-dialog-block #review-form .right label h3 { margin-top: 0; }

.review-dialog-block #review-form .right, .review-dialog-block #review-form .right.review-text { padding-left: 31px; }

.review-dialog-block #review-form input[type="text"], .review-dialog-block #review-form input[type="email"], .review-dialog-block #review-form input[type="password"], .review-dialog-block #review-form input[type="tel"], .review-dialog-block #review-form textarea { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; padding: 0 25px !important; height: 45px !important; }

.review-dialog-block #review-form input[type="text"].validation-failed, .review-dialog-block #review-form input[type="email"].validation-failed, .review-dialog-block #review-form input[type="password"].validation-failed, .review-dialog-block #review-form input[type="tel"].validation-failed, .review-dialog-block #review-form textarea.validation-failed { border-color: #df280a; background-color: rgba(223, 40, 10, 0.06); }

.review-dialog-block #review-form input[type="text"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form textarea.validation-failed::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #df280a; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed:-moz-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed:-moz-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed:-moz-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed:-moz-placeholder, .review-dialog-block #review-form textarea.validation-failed:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #df280a; opacity: 1; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed::-moz-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed::-moz-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed::-moz-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed::-moz-placeholder, .review-dialog-block #review-form textarea.validation-failed::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #df280a; opacity: 1; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form textarea.validation-failed:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #df280a; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form textarea.validation-failed::-ms-input-placeholder { /* Microsoft Edge */ color: #df280a; font-weight: 700; }

.review-dialog-block #review-form input[type="text"]:focus, .review-dialog-block #review-form input[type="email"]:focus, .review-dialog-block #review-form input[type="password"]:focus, .review-dialog-block #review-form input[type="tel"]:focus, .review-dialog-block #review-form textarea:focus { border: 1px solid #a6aa7c; }

.review-dialog-block #review-form input[type="text"], .review-dialog-block #review-form input[type="email"], .review-dialog-block #review-form input[type="password"], .review-dialog-block #review-form input[type="tel"], .review-dialog-block #review-form textarea { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; font-style: normal !important; font-size: 14px !important; padding: 25px !important; border-radius: 3px; }

.review-dialog-block #review-form input[type="text"]:focus, .review-dialog-block #review-form input[type="email"]:focus, .review-dialog-block #review-form input[type="password"]:focus, .review-dialog-block #review-form input[type="tel"]:focus, .review-dialog-block #review-form textarea:focus { border: 1px solid #a6aa7c; }

.review-dialog-block #review-form textarea { height: 141px !important; }

.review-dialog-block #review-form textarea.validation-failed { border-color: #df280a !important; }

.review-dialog-block #review-form .buttons-set button.button { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; font-style: normal !important; font-size: 14px !important; color: #3c3c3b !important; float: none; margin-left: 0; min-width: auto; }

.review-dialog-block #review-form .input-box.with-border + .validation-advice { margin: -2px 0 5px 0; }

.review-dialog-block #review-form .horizontal-radios { width: 100%; display: flex; }

.review-dialog-block #review-form .horizontal-radios li { width: 20%; display: block; box-sizing: border-box; text-align: center; }

.review-dialog-block #review-form .horizontal-radios li label { width: 100%; padding-bottom: 10px; }

.review-dialog-block #review-form .horizontal-radios li .input-wrapper { width: 100%; display: block; margin-top: -2px; position: relative; }

.review-dialog-block #review-form .horizontal-radios li .input-wrapper::before { content: ''; position: absolute; width: 100%; height: 2px; top: 50%; display: block; background-color: #e2e2e2; }

.review-dialog-block #review-form .horizontal-radios li input { width: auto; box-shadow: 0 0 0 5px #fff; }

.review-dialog-block #review-form .horizontal-radios.radios-overall li { width: 25%; }

.review-dialog-block #review-form .horizontal-radios.normal-radios { padding-top: 26px; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li { width: auto; float: left; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li input, .review-dialog-block #review-form .horizontal-radios.normal-radios li label { text-align: left; width: auto; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li label { margin-right: 15px; padding-left: 5px; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li input { box-shadow: none; }

.review-dialog-block #review-form .custom-radio .left .title { padding-top: 17px; }

.review-dialog-block #review-form .ui-pnotify { position: relative; width: 100% !important; top: 0 !important; right: 0 !important; left: 0 !important; text-align: left; }

.review-dialog-block #review-form .ui-pnotify .ui-pnotify-icon, .review-dialog-block #review-form .ui-pnotify .ui-pnotify-closer, .review-dialog-block #review-form .ui-pnotify .ui-pnotify-sticker, .review-dialog-block #review-form .ui-pnotify .ui-pnotify-title { display: none; }

.review-dialog-block #review-form .ui-pnotify .ui-pnotify-shadow { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-notice, .review-dialog-block #review-form .ui-pnotify .brighttheme-success, .review-dialog-block #review-form .ui-pnotify .brighttheme-error { border-radius: 2px; margin-bottom: 10px; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-notice { color: #d4c276; background-color: #f6f3ed; border: 1px solid #d4c276; background-image: none; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-success { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; background-image: none; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-error { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; background-image: none; }

.traffic-info-btn img { margin-top: 10px; height: 13px; }

.traffic-info-btn.zuerich img { height: 21px; }

.traffic-info-btn.luzern img { height: 18px; }

#traffic-info { width: 600px; max-width: 80%; }

/* ToggleBox */
#traffic-container .collapsible { margin-top: 10px; margin-bottom: 10px; cursor: pointer; position: relative; display: flex; align-items: center; background: transparent; width: 100%; text-align: left; outline: none; font-size: 15px; padding: 10px 20px 10px 10px; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

#traffic-container .collapsible:after { content: '\02795'; /* Unicode character for "plus" sign (+) */ font-size: 13px; position: absolute; right: 20px; bottom: 35px; margin-left: 5px; }

#traffic-container .collapsible .left { float: left; border-right: 1px solid #434343; }

#traffic-container .collapsible .right { float: left; }

#traffic-container .collapsible .right .short-info { float: left; }

#traffic-container .collapsible .right .short-info:after { content: ' \203A'; padding-right: 10px; }

#traffic-container .collapsible .right .short-info:last-child:after { display: none; }

#traffic-container .active:after { content: "\2796"; }

#traffic-container .traffic-control-btn { float: left; }

#traffic-container .content { padding-left: 20px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }

#traffic-container table { border-spacing: 10px; border-collapse: separate; }

#traffic-container table td { font-weight: bold; }

#traffic-container .line { padding: 0.35714em 0.28571em 0.28571em; font-size: 0.77778em; display: inline-block; text-align: center; min-width: 2.42857em; margin-right: 5px; }

#traffic-container .line.vehicle-train, #traffic-container .line.vehicle-bus, #traffic-container .line.vehicle-tram, #traffic-container .line.vehicle-walk { height: 16px; width: 16px; min-width: auto; margin-bottom: -3px; padding: 0; background-size: 16px 16px; background-position: center; background-repeat: no-repeat; }

#traffic-container .segment { font-size: 15px; margin: 14px 0; }

#traffic-container .segment.gray { margin-bottom: 0; font-size: 12px; color: #949494; }

#traffic-container .segment.gray + .segment { margin-top: 0; }

#traffic-container .vehicle-train { background-image: url("../images/public_transport/train.png"); }

#traffic-container .vehicle-bus { background-image: url("../images/public_transport/bus.png"); }

#traffic-container .vehicle-tram { background-image: url("../images/public_transport/tram.png"); }

#traffic-container .vehicle-walk { background-image: url("../images/public_transport/walk.png"); }

#traffic-container .time { font-size: 20px; font-weight: bold; }

#traffic-container .time.top { margin-top: -3px; }

#traffic-container .time.bottom { position: absolute; bottom: 0; margin-bottom: 8px; }

#traffic-container .black-text { color: #3c3c3b; }

/* AUTOCOMPLETE */
#addressField { display: none; }

.autocomplete-suggestions { border: 1px solid #e2e2e2; background: #fff; overflow: auto; bottom: 15px; margin-top: -1px; }

.autocomplete-suggestions strong { font-weight: normal; color: #a6aa7c; }

.autocomplete-suggestion { padding: 8px 25px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.autocomplete-selected { background: #f9f8f9; }

.autocomplete-group { padding: 2px 5px; }

.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* Datetimepicker */
.xdsoft_datetimepicker { z-index: 999999 !important; border-bottom: 1px solid #e2e2e2 !important; border-left: 1px solid #e2e2e2 !important; border-right: 1px solid #e2e2e2 !important; border-top: 1px solid #e2e2e2 !important; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_timepicker td, .xdsoft_datetimepicker .xdsoft_timepicker th, .xdsoft_datetimepicker .xdsoft_label td, .xdsoft_datetimepicker .xdsoft_label th { border: 1px solid #e2e2e2 !important; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box > div > div, .xdsoft_datetimepicker .xdsoft_timepicker td, .xdsoft_datetimepicker .xdsoft_timepicker th, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div, .xdsoft_datetimepicker .xdsoft_label td, .xdsoft_datetimepicker .xdsoft_label th, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box > div > div { background: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar th:hover, .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box > div > div:hover, .xdsoft_datetimepicker .xdsoft_timepicker th:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover, .xdsoft_datetimepicker .xdsoft_label th:hover, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box > div > div:hover { background-color: #9ba06d !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_label td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { background: #a6aa7c !important; color: #3c3c3b !important; box-shadow: none !important; font-weight: 400 !important; }

.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box { border: 1px solid #e2e2e2 !important; }

/* TABLE */
td.details-control { background: url("../images/public_transport/plus.png") no-repeat center center; cursor: pointer; background-size: 16px 16px; }

tr.shown td.details-control { background: url("../images/public_transport/minus.png") no-repeat center center; cursor: pointer; background-size: 16px 16px; }

/* Allgemein */
.error-text { color: #a6aa7c; }

#traffic-container .segment-container, #traffic-container .segment-container-single { width: 100%; padding: 10px 0; position: relative; }

#traffic-container .segment-container-single:last-child { padding: 20px; }

#traffic-container .segment-container-single:last-child > div { display: none; }

#traffic-container .time-container { width: 65px; float: left; }

#traffic-container .time-container > div { position: absolute; }

#traffic-container .info-container-single, #traffic-container .info-container { padding-left: 20px; margin-left: 65px; height: auto; }

#traffic-container .info-container { border-left: 2px solid #434343; }

#traffic-container .info-container .time:first-child { margin-top: -18px; }

#traffic-container .info-container .time:last-child { margin-bottom: -17px; }

#traffic-container .info-container::before, #traffic-container .info-container::after { content: ''; height: 15px; width: 15px; background: #fff; display: block; border-radius: 100%; left: 0; margin-left: -28px; border: 2px solid #434343; }

#traffic-container .info-container::after { bottom: 0; }

#traffic-container .info-container-single { border-left: 3px dotted #434343; }

#traffic-container .info-container-single .segment { color: #3c3c3b; }

#address-form .submit-button { width: 100%; margin-top: 20px; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

#address-form .two-container { width: 100%; height: auto; margin: auto; }

#address-form .left { width: 80%; height: auto; float: left; }

#address-form .right { height: auto; float: left; width: 20%; padding: 0 0 0 10px; }

#address-form .label { width: 100%; display: block; margin-top: 10px; }

#address-form .select-container { position: relative; height: 45px; }

#address-form .select-container::before, #address-form .select-container::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

#address-form .select-container::before { content: '\f0d8'; margin-top: -14px; }

#address-form .select-container::after { content: '\f0d7'; margin-top: -6px; }

#address-form .select-container select { height: 45px; width: 100%; background: transparent; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

@media only screen and (max-width: 600px) { #traffic-info { max-width: 95%; }
  #traffic-container .content { padding-left: 20px; } }

@media only screen and (max-width: 500px) { #traffic-container .collapsible .left { border-right: none; }
  #traffic-container .collapsible .right { display: none; } }

@media only screen and (max-width: 480px) { #address-form .left { width: 65%; }
  #address-form .right { width: 35%; } }

@media only screen and (max-width: 350px) { .xdsoft_datetimepicker { left: 0 !important; right: 0 !important; } }

/* ========================================================================== Font ========================================================================== */
/* ========================================================================== Color ========================================================================== */
/* ========================================================================== Sizes ========================================================================== */
/* === Nav === */
/* === Sub Nav === */
/* ========================================================================== Other ========================================================================== */
.skip-content { display: block; }

@media only screen and (min-width: 771px) { .nav-primary { margin-top: 0; } }

/* ==========================================================================
Navi
========================================================================== */
@media only screen and (max-width: 1150px) { #header-sub-nav .sub-nav { padding-left: 79px; }
  #header .page-header-container .logo { margin-left: 0; }
  #header #header-nav #nav .nav-primary li ul, #header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) { left: auto; right: 0; }
  #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container { left: auto; right: -16px; top: 58px; }
  #scroll-top { right: 30px; }
  .top-container .banner-content .banner-content-wrapper h2, #header-slider .banner-content .banner-content-wrapper h2 { font-size: 36px; text-align: left; }
  #footer-navi .content-wrapper .copyright { display: block; width: 100%; text-align: center; }
  #footer-navi .content-wrapper > ul { width: 100%; text-align: center; padding: 20px 15px; } }

@media only screen and (max-width: 1000px) { /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .box-recent { margin-bottom: 20px; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: wrap; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { width: 100%; padding: 0; margin-right: 0; margin-left: 0; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account { width: 100%; margin-bottom: 20px; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account { margin-bottom: 0px; }
  body.customer-account.sales-order-view .order-detail, body.customer-account.sales-order-history .order-detail, body.customer-account-login.sales-order-view .order-detail, body.customer-account-login.sales-order-history .order-detail, body.customer-account-create.sales-order-view .order-detail, body.customer-account-create.sales-order-history .order-detail, body.customer-account-forgotpassword.sales-order-view .order-detail, body.customer-account-forgotpassword.sales-order-history .order-detail, body.customer-account-create.sales-order-view .order-detail, body.customer-account-create.sales-order-history .order-detail { margin-top: 25px; } }

@media only screen and (max-width: 960px) { .review-dialog-block #review-form .left { width: 35% !important; }
  .review-dialog-block #review-form .right { width: 65% !important; } }

@media only screen and (max-width: 890px) { body.customer-account .data-table#recent-transactions-history { display: table; }
  body.customer-account .data-table#recent-transactions-history thead, body.customer-account .data-table#recent-transactions-history tbody, body.customer-account .data-table#recent-transactions-history tr { display: table; border: none; width: 100%; }
  body.customer-account .data-table#recent-transactions-history thead th, body.customer-account .data-table#recent-transactions-history thead td, body.customer-account .data-table#recent-transactions-history tbody th, body.customer-account .data-table#recent-transactions-history tbody td, body.customer-account .data-table#recent-transactions-history tr th, body.customer-account .data-table#recent-transactions-history tr td { display: table-cell; width: 15%; }
  body.customer-account .data-table#recent-transactions-history thead th:nth-of-type(2), body.customer-account .data-table#recent-transactions-history thead td:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tbody th:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tbody td:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tr th:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tr td:nth-of-type(2) { padding-left: 20px; width: 20%; }
  body.customer-account .data-table#recent-transactions-history thead { border: 1px solid #e2e2e2; border-bottom: none; }
  body.customer-account .data-table#recent-transactions-history thead th { border-bottom: none; white-space: pre-wrap; hyphens: auto; }
  body.customer-account .data-table#recent-transactions-history thead th:first-of-type { display: none; }
  body.customer-account .data-table#recent-transactions-history tbody { border: 1px solid #e2e2e2; }
  body.customer-account .data-table#recent-transactions-history tbody td .label-cell { display: none; }
  body.customer-account .data-table#recent-transactions-history tbody td h2 { margin-left: 0; margin-bottom: 0; line-height: normal; font-size: 14px; } }

@media only screen and (max-width: 860px) { #shop-select-category { /* ========================================================================== Products Grid ========================================================================== */ }
  /* ========================================================================== Startseite ========================================================================== */
  #opinions #container-newsletter .newsletter-input { display: block; }
  #opinions #container-newsletter .newsletter-input input, #opinions #container-newsletter .newsletter-input select { width: 100%; margin-bottom: 15px; }
  #opinions #container-newsletter .newsletter-input .input-select { margin-left: 0; margin-bottom: 15px; }
  #opinions #container-newsletter .city-notice { display: none; }
  #opinions #container-newsletter .city-notice.city-notice-mobile { display: block; } }

@media only screen and (max-width: 800px) { .skip-link { border-right: none; width: 100%; }
  .hidden-mobile { display: none !important; }
  h2 { text-align: center; font-size: 22px; }
  #header-sub-nav { display: none; }
  #header { background-color: #a6aa7c; }
  #header #header-nav { float: right; padding: 0; }
  #header #header-nav #nav { float: right; padding: 0; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile { display: block; font-size: 23px; padding: 17px 8px; z-index: 1000; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile:hover i { color: #fff; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile ul { position: absolute; top: 58px; border: 1px solid #e2e2e2; border-radius: 3px; font-size: 14px; padding: 10px 15px; width: 160px; }
  #header #header-nav #nav .nav-primary > li#mobile-nav-icon-container { padding: 14px 0px 9px 20px; }
  #header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon { display: block; }
  #header #header-nav #nav .nav-primary > li.header-minicart { padding: 12px 0px 15px 8px; z-index: 1000; }
  #header #header-nav #nav .nav-primary > li.header-minicart:hover:not(.open) .cart-top-container { display: none; }
  #header #header-nav #nav .nav-primary > li.header-minicart .skip-link { margin-top: 0; }
  #header #header-nav #nav .nav-primary > li.header-minicart .skip-link:hover .icon { color: #fff; }
  #header #header-nav #nav .nav-primary > li.level0 { display: none; }
  #header #header-nav #mobile-nav { display: block; position: fixed; background-color: #3c3c3b; top: 58px; right: -100%; bottom: 0; width: 300px; z-index: 150; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  #header #header-nav #mobile-nav.open { right: 0; }
  #header #header-nav #mobile-nav.muted { background-color: #373739; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner { overflow-y: hidden; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner > ul > li > a { color: #a9a9a9; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner #search-mobile-input { background-color: #939393; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner ul.active { overflow-y: auto; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner ul.active.muted { overflow-y: hidden; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner ul .highlight > a { -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background-color: #808456; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner .parent ul { overflow-x: hidden; }
  #header #header-nav #mobile-nav .mobile-nav-inner { position: relative; width: 100%; height: 100%; right: 0; top: 0; overflow-y: auto; overflow-x: hidden; }
  #header #header-nav #mobile-nav .mobile-nav-inner ul.muted { background-color: #373739; }
  #header #header-nav #mobile-nav .mobile-nav-inner ul.muted > li > a { color: #a9a9a9; }
  #header #header-nav #mobile-nav .mobile-nav-inner a { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner a:hover { color: #3c3c3b; background-color: #a6aa7c; text-decoration: none; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li { border-bottom: 1px solid #434343; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li.parent > a { margin-right: 51px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li.parent .submenu-toggle { color: #a6aa7c; font-size: 25px; font-weight: 300; line-height: 40px; height: 42px; border-left: 1px solid #434343; padding: 0 20px; position: absolute; right: 0; height: 42px; margin-top: -42px; cursor: pointer; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul { position: fixed; width: 85%; right: -100%; top: 58px; bottom: 0; overflow-y: auto; padding-top: 66px; padding-bottom: 25px; background-color: #3c3c3b; z-index: 100; box-shadow: -1px 0px 15px rgba(0, 0, 0, 0.25); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level0 { width: 270px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level1 { width: 240px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level2 { width: 210px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level3 { width: 180px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul li.headline { font-size: 16px; color: #a9a9a9; padding: 10px 10px 10px 45px; position: relative; cursor: pointer; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul li.headline::before { content: '\00AB'; color: #a6aa7c; font-size: 25px; font-weight: 300; line-height: 0; position: absolute; left: 0; top: 0; padding: 19px 0 18px 25px; cursor: pointer; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul > li > a { -webkit-transition: color 0.5s ease-in-out; -moz-transition: color 0.5s ease-in-out; -ms-transition: color 0.5s ease-in-out; -o-transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.active { right: 0; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li a { color: #fff; font-size: 16px; display: block; padding: 10px 10px 10px 25px; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile { padding: 15px 18px 15px 25px; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile .form-search { position: relative; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile .form-search #search-mobile-input { border-radius: 0; height: auto; line-height: 45px; font-size: 14px; padding: 0 48px 0 15px; border: 0; -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile .form-search .search-button { color: #c2c2c5; width: 48px; height: 100%; top: 0; right: 0; position: absolute; }
  #header .page-header-container { padding: 0 25px; }
  #header .page-header-container .logo { padding: 8px 0px; }
  #header .page-header-container .logo img.logo-desktop { display: none; }
  #header .page-header-container .logo img.logo-mobile { display: block; height: 39px; margin-top: 3px; margin-left: -7px; }
  #header-slider .banner-header, #header-slider .swiper-container:not(.news-header) .swiper-slide, .top-container .banner-header, .top-container .swiper-container:not(.news-header) .swiper-slide { min-height: auto; display: flex; height: 400px; align-items: flex-end; }
  #header-slider .banner-content, .top-container .banner-content { width: 100%; display: flex; }
  #header-slider .banner-content.teaser-container, .top-container .banner-content.teaser-container { padding-bottom: 0; }
  #header-slider .banner-content .banner-content-wrapper, .top-container .banner-content .banner-content-wrapper { width: 100%; bottom: 0; }
  #header-slider .banner-content .banner-content-wrapper h2, .top-container .banner-content .banner-content-wrapper h2 { font-size: 20px; margin-bottom: 0.5em; }
  #header-slider .banner-content .banner-content-wrapper p, .top-container .banner-content .banner-content-wrapper p { font-size: 14px; }
  #teaser-text-homepage { display: none; }
  #teaser-text-homepage-mobile { display: block; }
  #teaser-text-homepage-mobile .container-content { padding: 15px 0 0 0; }
  .cms-index-index .top-container .banner-header { background-position: center -40px; background-size: 100%; background-repeat: no-repeat; height: 575px; position: relative; }
  .cms-index-index .top-container .banner-header img { display: none; /* &.header-image-mobile { display: block; width: 100%; } */ }
  .cms-index-index .top-container .banner-header .banner-content { position: absolute; left: 0; bottom: 0; width: 100%; padding-bottom: 0; }
  .cms-index-index .top-container .banner-header .banner-content .banner-content-wrapper { width: 100%; padding-bottom: 20px; padding-top: 20px; position: absolute; bottom: 0; left: 0; }
  .cms-index-index .top-container .banner-header .banner-content .banner-content-wrapper .notice-flag p { color: white; text-align: left; }
  .cms-index-index .top-container .banner-header .banner-content .banner-content-wrapper h2 { font-size: 20px; }
  /* ========================================================================== Footer ========================================================================== */
  #footer { background-color: #a6aa7c; }
  #footer .content-wrapper { padding: 20px 0; display: block; }
  #footer .content-wrapper .footer-address { display: none; }
  #footer .content-wrapper .copyright-mobile { display: block; float: left; width: 100%; padding-top: 10px; text-align: center; }
  #footer .content-wrapper > div { width: 100%; margin-top: 0; }
  #footer .content-wrapper > div ul { width: 100%; text-align: center; margin-top: 0; }
  #footer .content-wrapper > div ul li { display: inline; }
  #footer .content-wrapper > div ul li a { font-size: 1px; text-decoration: none; color: #a6aa7c; }
  #footer .content-wrapper > div ul li a i { font-size: 20px; text-align: center; color: #3c3c3b; width: 30px; margin-left: 7px; margin-right: 7px; }
  #footer .content-wrapper > div ul li a i.fa-whatsapp { height: 20px; }
  #footer .content-wrapper > div ul li a i.fa-whatsapp::before { background-size: 22px; top: 2px; }
  #footer .content-wrapper > div.footer-payment ul { width: 100%; float: left; margin: 20px auto 0 auto; display: block; }
  #footer .content-wrapper > div.footer-payment ul li { display: inline-block; float: none; width: 68px; height: 31px; background-size: 34px auto; background-position: 50%; }
  #footer .content-wrapper > div.footer-payment ul li.mastercard { background-image: url("../images/logos_payment/icon_paypment_mastercard.svg"); background-size: 34px auto; background-position: center; }
  #footer .content-wrapper > div.footer-payment ul li.twint { background-image: url("../images/logos_payment/icon_paypment_twint.svg"); background-size: 50px auto; background-position: 50% 35%; }
  #footer .content-wrapper > div.footer-payment ul li.sofort { background-image: url("../images/logos_payment/icon_paypment_sofort.svg"); background-size: 47px auto; }
  #footer .content-wrapper > div.footer-payment ul li.boku { background-image: url("../images/logos_payment/icon_paypment_boku.svg"); background-size: 41px auto; }
  #footer .content-wrapper > div.footer-payment ul li.american { background-image: url("../images/logos_payment/icon_paypment_ae.svg"); background-size: 27px auto; background-position: center; }
  #footer .content-wrapper > div.footer-payment ul li.paypal { background-image: url("../images/logos_payment/icon_paypment_paypal.svg"); background-size: 49px auto; }
  #footer .content-wrapper > div.footer-payment ul li.visa { background-image: url("../images/logos_payment/icon_paypment_visa.svg"); background-size: 37px auto; }
  #footer .content-wrapper > div.footer-payment ul li.postfinance { background-image: url("../images/logos_payment/icon_paypment_postfinance.svg"); background-size: 60px auto; }
  #footer .content-wrapper > div.footer-payment ul li.postfinance-e-finance { background-image: url("../images/logos_payment/icon_paypment_pfef.svg"); background-size: 60px auto; background-position: center 11px; }
  #footer-navi { display: none; }
  /* ========================================================================== Startseite ========================================================================== */
  #container-news-header { margin-top: 20px; background-color: #f9f8f9; text-align: center; float: left; width: 100%; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide { font-size: 16px; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide .news-date { font-weight: 300; font-size: 13px; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide a { font-weight: 300; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide a.link-with-arrow::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-index-list .postWrapper .postContent a.aw-blog-read-more::before, .blog-index-list .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-post-view .postWrapper .postContent a.aw-blog-read-more::before, .blog-post-view .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide #location-list #list li .list-details .loc-directions > a::before, #location-list #list li .list-details #container-news-header .news-header .swiper-wrapper .swiper-slide .loc-directions > a::before { font-size: 13px; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide h3 { font-weight: 400; font-size: 15px; }
  #select-city .container-content { display: block; width: 100%; }
  #select-city .container-content h2 { width: 100%; padding: 25px 0 0 0; }
  #select-city .container-content .slider-nav-wrapper { display: flex; flex-direction: column-reverse; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper { padding: 10px 0; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide { padding-top: 20px; width: 100% !important; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide > img, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description { width: 100%; max-width: 100%; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description { text-align: center; margin-top: 25px; width: 100%; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description h4 { font-size: 16px; font-weight: 700; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .btn-default, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.checkout-cart-index .button, body.checkout-cart-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account .invivations-theme-account .button, body.customer-account .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login .invivations-theme-account .button, body.customer-account-login .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create .invivations-theme-account .button, body.customer-account-create .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-settings .button, body.customer-account.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-login.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button { margin-top: 25px; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide::after { display: none; }
  #teaser-categories .container-content { padding: 0; }
  #teaser-categories .container-content .container-teaser { padding-bottom: 0; }
  #teaser-categories .container-content .container-teaser .teaser-text { width: 93%; margin: 0 auto; float: none !important; }
  #teaser-categories .container-content .container-teaser .teaser-slider { width: 100% !important; height: 200px !important; left: 0 !important; top: 0 !important; margin-top: -45px !important; position: relative; }
  #teaser-categories .container-content #teaser-gastronomie { min-height: auto; }
  #teaser-categories .container-content #teaser-gastronomie .teaser-slider.slider-2 { display: none; }
  #teaser-categories .container-content #teaser-gastronomie .teaser-text { margin: -25px auto 0 auto; }
  #teaser-categories .container-content #teaser-nachtleben { min-height: auto; }
  #teaser-categories .container-content #teaser-nachtleben .teaser-slider.slider-1 { display: none; }
  #teaser-categories .container-content #teaser-freizeit { min-height: auto; }
  #teaser-categories .container-content #teaser-freizeit .teaser-slider.slider-2 { display: none; }
  #engagement-container .swiper-engagements { padding: 0 0 50px; }
  /* ========================================================================== Shop ========================================================================== */
  .catalog-category-view .top-container .banner-content .banner-teaser, .catalog-product-view .top-container .banner-content .banner-teaser { display: none; }
  /* ========================================================================== Shop Details ========================================================================== */
  .product-view.content-padding-top-sm { padding-top: 25px; }
  .product-view .page-headline-mobile { display: none; }
  .product-view .product-shop { float: left; width: 100%; text-align: center; padding-left: 0; }
  .product-view .product-shop.product-shop-mobile { display: block; }
  .product-view .product-shop .product-info-desktop { display: none; }
  .product-view .product-shop .product-name, .product-view .product-shop .product-name .h1 { width: 100%; text-align: center; font-size: 22px; }
  .product-view .product-shop .short-description { font-size: 20px; font-weight: 300; line-height: 26px; }
  .product-view .product-shop .child-product-description { color: #3c3c3b; font-size: 14px; font-weight: 300; }
  .product-view .product-shop .price-info { margin: 0 auto; text-align: center; }
  .product-view .product-shop .price-info .regular-price { font-size: 22px; }
  .product-view .product-shop .price-info .regular-price .currency { font-size: 16px; }
  .product-view .product-shop .product-options #bookOptions { margin-top: 15px; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline { float: none; min-width: 125px; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline:nth-of-type(2n+2) { margin: 0 0 0 7px; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline:nth-of-type(2n+1) { margin: 0 7px 0 0; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline.out-of-stock { margin-bottom: 18px; }
  .product-view .product-shop .product-options-bottom { padding: 15px 0 0; }
  .product-view .product-shop .product-options-bottom .add-to-cart { display: inline-block; }
  .product-view .product-shop .product-options-bottom .add-to-cart .back-button { display: none; }
  .product-view .product-shop .product-options-bottom .add-to-cart .back-button-mobile { display: block; }
  .product-view .product-shop .add-to-cart-wrapper { width: 100%; }
  .product-view .product-shop .add-to-cart-wrapper .add-to-box { display: inline-block; }
  .product-view .product-shop .add-to-cart-wrapper .add-to-box .back-button { display: none; }
  .product-view .product-shop .add-to-cart-wrapper .add-to-box .back-button-mobile { display: block; }
  .product-view .add-to-cart-buttons, .product-view .add-to-links { margin-right: 0; }
  .product-view .product-img-box { width: 100%; padding-right: 0; float: left; }
  .product-view .product-img-box .product-image, .product-view .product-img-box .more-views { max-width: 450px; margin: 0 auto; }
  .product-view .product-img-box .more-views h2 { display: none; }
  .product-view .product-img-box .more-views .product-image-thumbs .gallery-nav img { /* margin: 0 auto; */ }
  .product-view .product-collateral #collateral-tabs > dd { padding: 0; padding-top: 15px; }
  .product-view .product-collateral #collateral-tabs > dd strong { font-weight: 600; }
  /* ========================================================================== Partnerübersicht ========================================================================== */
  .container-coupons .container-category .partner { width: 31%; padding-bottom: 31%; }
  .container-coupons .container-category .partner:nth-child(4n+1) { margin-left: 2.666%; }
  .container-coupons .container-category .partner:nth-child(3n+1) { margin-left: 0; }
  /* ========================================================================== Partnerdetailansicht ========================================================================== */
  .partner-details .top-container .partner-description .banner-content, .partner-details .top-container .app-description .banner-content, .app-details .top-container .partner-description .banner-content, .app-details .top-container .app-description .banner-content { display: block; padding-bottom: 0; }
  .partner-details .top-container .partner-description .banner-content .col-50, .partner-details .top-container .app-description .banner-content .col-50, .app-details .top-container .partner-description .banner-content .col-50, .app-details .top-container .app-description .banner-content .col-50 { width: 100%; text-align: center; }
  .partner-details .top-container .partner-description .banner-content .col-50 .link-with-arrow, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .partner-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .partner-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .partner-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .partner-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .partner-details .top-container .partner-description .banner-content .col-50 .loc-directions > a, .partner-details .top-container .app-description .banner-content .col-50 .link-with-arrow, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .partner-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .app-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .partner-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .app-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .partner-details .top-container .app-description .banner-content .col-50 .loc-directions > a, .app-details .top-container .partner-description .banner-content .col-50 .link-with-arrow, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .app-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .partner-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .app-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .partner-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .app-details .top-container .partner-description .banner-content .col-50 .loc-directions > a, .app-details .top-container .app-description .banner-content .col-50 .link-with-arrow, .app-details .top-container .app-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .app-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .app-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .app-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .app-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .app-details .top-container .app-description .banner-content .col-50 .loc-directions > a { margin: 0 auto; }
  .partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser { max-width: 100%; display: block; }
  .partner-details .top-container .partner-description .banner-content .col-50 .book-teaser, .partner-details .top-container .app-description .banner-content .col-50 .book-teaser, .app-details .top-container .partner-description .banner-content .col-50 .book-teaser, .app-details .top-container .app-description .banner-content .col-50 .book-teaser { width: 100%; margin-top: 20px; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos, .partner-details .top-container .app-description .banner-content .col-50.short-infos, .app-details .top-container .partner-description .banner-content .col-50.short-infos, .app-details .top-container .app-description .banner-content .col-50.short-infos { max-width: 400px; margin: 0 auto; padding: 50px 25px 0 25px; text-align: left; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper, .partner-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper { margin: 0 auto; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper { max-width: 290px; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge, .partner-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge, .app-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge, .app-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge { padding: 9px; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper img, .partner-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper img, .app-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper img, .app-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper img { max-width: 160px; }
  .partner-details .top-container .partner-description #partnerinfo, .partner-details .top-container .app-description #partnerinfo, .app-details .top-container .partner-description #partnerinfo, .app-details .top-container .app-description #partnerinfo { margin-top: -70px; }
  .partner-details #partner-image-slider, .partner-details #app-image-slider, .app-details #partner-image-slider, .app-details #app-image-slider { margin-top: 30px; }
  /* ========================================================================== Verkausstellen ========================================================================== */
  #location-list #list { flex-wrap: wrap; }
  #location-list #list li { width: 50%; padding: 0; margin: 30px 0 0 0; }
  #location-list #list li:nth-of-type(2n) { border-left: none; border-right: none; }
  #location-list #list li:nth-of-type(2n+2) { padding-left: 15px; }
  #location-list #list li:nth-of-type(2n+1) { padding-right: 15px; }
  /* ========================================================================== Warenkorb ========================================================================== */
  body.checkout-cart-index .cart .cart-table, body.checkout-cart-index .cart .data-table, body.checkout-cart-index #opc-review .order-review .cart-table, body.checkout-cart-index #opc-review .order-review .data-table, body.checkout-onepage-index .cart .cart-table, body.checkout-onepage-index .cart .data-table, body.checkout-onepage-index #opc-review .order-review .cart-table, body.checkout-onepage-index #opc-review .order-review .data-table { width: 100%; float: left; display: block; }
  body.checkout-cart-index .cart .cart-table.data-table, body.checkout-cart-index .cart .data-table.data-table, body.checkout-cart-index #opc-review .order-review .cart-table.data-table, body.checkout-cart-index #opc-review .order-review .data-table.data-table, body.checkout-onepage-index .cart .cart-table.data-table, body.checkout-onepage-index .cart .data-table.data-table, body.checkout-onepage-index #opc-review .order-review .cart-table.data-table, body.checkout-onepage-index #opc-review .order-review .data-table.data-table { border-left: none; border-right: none; }
  body.checkout-cart-index .cart .cart-table#shopping-cart-table, body.checkout-cart-index .cart .data-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .data-table#shopping-cart-table, body.checkout-onepage-index .cart .cart-table#shopping-cart-table, body.checkout-onepage-index .cart .data-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .data-table#shopping-cart-table { -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }
  body.checkout-cart-index .cart .cart-table thead, body.checkout-cart-index .cart .cart-table td.product-cart-remove, body.checkout-cart-index .cart .cart-table tfoot, body.checkout-cart-index .cart .data-table thead, body.checkout-cart-index .cart .data-table td.product-cart-remove, body.checkout-cart-index .cart .data-table tfoot, body.checkout-cart-index #opc-review .order-review .cart-table thead, body.checkout-cart-index #opc-review .order-review .cart-table td.product-cart-remove, body.checkout-cart-index #opc-review .order-review .cart-table tfoot, body.checkout-cart-index #opc-review .order-review .data-table thead, body.checkout-cart-index #opc-review .order-review .data-table td.product-cart-remove, body.checkout-cart-index #opc-review .order-review .data-table tfoot, body.checkout-onepage-index .cart .cart-table thead, body.checkout-onepage-index .cart .cart-table td.product-cart-remove, body.checkout-onepage-index .cart .cart-table tfoot, body.checkout-onepage-index .cart .data-table thead, body.checkout-onepage-index .cart .data-table td.product-cart-remove, body.checkout-onepage-index .cart .data-table tfoot, body.checkout-onepage-index #opc-review .order-review .cart-table thead, body.checkout-onepage-index #opc-review .order-review .cart-table td.product-cart-remove, body.checkout-onepage-index #opc-review .order-review .cart-table tfoot, body.checkout-onepage-index #opc-review .order-review .data-table thead, body.checkout-onepage-index #opc-review .order-review .data-table td.product-cart-remove, body.checkout-onepage-index #opc-review .order-review .data-table tfoot { display: none; }
  body.checkout-cart-index .cart .cart-table tbody, body.checkout-cart-index .cart .cart-table tr, body.checkout-cart-index .cart .cart-table td, body.checkout-cart-index .cart .data-table tbody, body.checkout-cart-index .cart .data-table tr, body.checkout-cart-index .cart .data-table td, body.checkout-cart-index #opc-review .order-review .cart-table tbody, body.checkout-cart-index #opc-review .order-review .cart-table tr, body.checkout-cart-index #opc-review .order-review .cart-table td, body.checkout-cart-index #opc-review .order-review .data-table tbody, body.checkout-cart-index #opc-review .order-review .data-table tr, body.checkout-cart-index #opc-review .order-review .data-table td, body.checkout-onepage-index .cart .cart-table tbody, body.checkout-onepage-index .cart .cart-table tr, body.checkout-onepage-index .cart .cart-table td, body.checkout-onepage-index .cart .data-table tbody, body.checkout-onepage-index .cart .data-table tr, body.checkout-onepage-index .cart .data-table td, body.checkout-onepage-index #opc-review .order-review .cart-table tbody, body.checkout-onepage-index #opc-review .order-review .cart-table tr, body.checkout-onepage-index #opc-review .order-review .cart-table td, body.checkout-onepage-index #opc-review .order-review .data-table tbody, body.checkout-onepage-index #opc-review .order-review .data-table tr, body.checkout-onepage-index #opc-review .order-review .data-table td { float: left; display: block; }
  body.checkout-cart-index .cart .cart-table tbody, body.checkout-cart-index .cart .cart-table tr, body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-qty, body.checkout-cart-index .cart .data-table tbody, body.checkout-cart-index .cart .data-table tr, body.checkout-cart-index .cart .data-table .product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions, body.checkout-cart-index .cart .data-table .product-cart-total, body.checkout-cart-index .cart .data-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .cart-table tbody, body.checkout-cart-index #opc-review .order-review .cart-table tr, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .data-table tbody, body.checkout-cart-index #opc-review .order-review .data-table tr, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index .cart .cart-table tbody, body.checkout-onepage-index .cart .cart-table tr, body.checkout-onepage-index .cart .cart-table .product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions, body.checkout-onepage-index .cart .cart-table .product-cart-total, body.checkout-onepage-index .cart .cart-table .product-cart-qty, body.checkout-onepage-index .cart .data-table tbody, body.checkout-onepage-index .cart .data-table tr, body.checkout-onepage-index .cart .data-table .product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions, body.checkout-onepage-index .cart .data-table .product-cart-total, body.checkout-onepage-index .cart .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .cart-table tbody, body.checkout-onepage-index #opc-review .order-review .cart-table tr, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table tbody, body.checkout-onepage-index #opc-review .order-review .data-table tr, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty { width: 100%; text-align: left; }
  body.checkout-cart-index .cart .cart-table tr, body.checkout-cart-index .cart .data-table tr, body.checkout-cart-index #opc-review .order-review .cart-table tr, body.checkout-cart-index #opc-review .order-review .data-table tr, body.checkout-onepage-index .cart .cart-table tr, body.checkout-onepage-index .cart .data-table tr, body.checkout-onepage-index #opc-review .order-review .cart-table tr, body.checkout-onepage-index #opc-review .order-review .data-table tr { padding: 15px; border-bottom: 1px solid #e2e2e2; }
  body.checkout-cart-index .cart .cart-table td:first-child, body.checkout-cart-index .cart .data-table td:first-child, body.checkout-cart-index #opc-review .order-review .cart-table td:first-child, body.checkout-cart-index #opc-review .order-review .data-table td:first-child, body.checkout-onepage-index .cart .cart-table td:first-child, body.checkout-onepage-index .cart .data-table td:first-child, body.checkout-onepage-index #opc-review .order-review .cart-table td:first-child, body.checkout-onepage-index #opc-review .order-review .data-table td:first-child { padding-left: 0; }
  body.checkout-cart-index .cart .cart-table h2, body.checkout-cart-index .cart .data-table h2, body.checkout-cart-index #opc-review .order-review .cart-table h2, body.checkout-cart-index #opc-review .order-review .data-table h2, body.checkout-onepage-index .cart .cart-table h2, body.checkout-onepage-index .cart .data-table h2, body.checkout-onepage-index #opc-review .order-review .cart-table h2, body.checkout-onepage-index #opc-review .order-review .data-table h2 { text-align: left; }
  body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-qty, body.checkout-cart-index .cart .data-table .product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions, body.checkout-cart-index .cart .data-table .product-cart-total, body.checkout-cart-index .cart .data-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index .cart .cart-table .product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions, body.checkout-onepage-index .cart .cart-table .product-cart-total, body.checkout-onepage-index .cart .cart-table .product-cart-qty, body.checkout-onepage-index .cart .data-table .product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions, body.checkout-onepage-index .cart .data-table .product-cart-total, body.checkout-onepage-index .cart .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty { padding: 3px 0 3px 10px; width: 70%; margin-left: 30%; text-align: left; }
  body.checkout-cart-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price { padding-top: 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-price:last-child, body.checkout-cart-index .cart .cart-table .product-cart-actions:last-child, body.checkout-cart-index .cart .cart-table .product-cart-total:last-child, body.checkout-cart-index .cart .cart-table .product-cart-qty:last-child, body.checkout-cart-index .cart .data-table .product-cart-price:last-child, body.checkout-cart-index .cart .data-table .product-cart-actions:last-child, body.checkout-cart-index .cart .data-table .product-cart-total:last-child, body.checkout-cart-index .cart .data-table .product-cart-qty:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-price:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-actions:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-total:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-qty:last-child, body.checkout-onepage-index .cart .data-table .product-cart-price:last-child, body.checkout-onepage-index .cart .data-table .product-cart-actions:last-child, body.checkout-onepage-index .cart .data-table .product-cart-total:last-child, body.checkout-onepage-index .cart .data-table .product-cart-qty:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty:last-child { padding-right: 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-price label, body.checkout-cart-index .cart .cart-table .product-cart-price span, body.checkout-cart-index .cart .cart-table .product-cart-actions label, body.checkout-cart-index .cart .cart-table .product-cart-actions span, body.checkout-cart-index .cart .cart-table .product-cart-total label, body.checkout-cart-index .cart .cart-table .product-cart-total span, body.checkout-cart-index .cart .cart-table .product-cart-qty label, body.checkout-cart-index .cart .cart-table .product-cart-qty span, body.checkout-cart-index .cart .data-table .product-cart-price label, body.checkout-cart-index .cart .data-table .product-cart-price span, body.checkout-cart-index .cart .data-table .product-cart-actions label, body.checkout-cart-index .cart .data-table .product-cart-actions span, body.checkout-cart-index .cart .data-table .product-cart-total label, body.checkout-cart-index .cart .data-table .product-cart-total span, body.checkout-cart-index .cart .data-table .product-cart-qty label, body.checkout-cart-index .cart .data-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span, body.checkout-onepage-index .cart .cart-table .product-cart-price label, body.checkout-onepage-index .cart .cart-table .product-cart-price span, body.checkout-onepage-index .cart .cart-table .product-cart-actions label, body.checkout-onepage-index .cart .cart-table .product-cart-actions span, body.checkout-onepage-index .cart .cart-table .product-cart-total label, body.checkout-onepage-index .cart .cart-table .product-cart-total span, body.checkout-onepage-index .cart .cart-table .product-cart-qty label, body.checkout-onepage-index .cart .cart-table .product-cart-qty span, body.checkout-onepage-index .cart .data-table .product-cart-price label, body.checkout-onepage-index .cart .data-table .product-cart-price span, body.checkout-onepage-index .cart .data-table .product-cart-actions label, body.checkout-onepage-index .cart .data-table .product-cart-actions span, body.checkout-onepage-index .cart .data-table .product-cart-total label, body.checkout-onepage-index .cart .data-table .product-cart-total span, body.checkout-onepage-index .cart .data-table .product-cart-qty label, body.checkout-onepage-index .cart .data-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span { display: block; float: left; }
  body.checkout-cart-index .cart .cart-table .product-cart-price label, body.checkout-cart-index .cart .cart-table .product-cart-actions label, body.checkout-cart-index .cart .cart-table .product-cart-total label, body.checkout-cart-index .cart .cart-table .product-cart-qty label, body.checkout-cart-index .cart .data-table .product-cart-price label, body.checkout-cart-index .cart .data-table .product-cart-actions label, body.checkout-cart-index .cart .data-table .product-cart-total label, body.checkout-cart-index .cart .data-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-onepage-index .cart .cart-table .product-cart-price label, body.checkout-onepage-index .cart .cart-table .product-cart-actions label, body.checkout-onepage-index .cart .cart-table .product-cart-total label, body.checkout-onepage-index .cart .cart-table .product-cart-qty label, body.checkout-onepage-index .cart .data-table .product-cart-price label, body.checkout-onepage-index .cart .data-table .product-cart-actions label, body.checkout-onepage-index .cart .data-table .product-cart-total label, body.checkout-onepage-index .cart .data-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty label { width: 30%; font-weight: 400; font-size: 14px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }
  body.checkout-cart-index .cart .cart-table .product-cart-price > span, body.checkout-cart-index .cart .cart-table .product-cart-actions > span, body.checkout-cart-index .cart .cart-table .product-cart-total > span, body.checkout-cart-index .cart .cart-table .product-cart-qty > span, body.checkout-cart-index .cart .data-table .product-cart-price > span, body.checkout-cart-index .cart .data-table .product-cart-actions > span, body.checkout-cart-index .cart .data-table .product-cart-total > span, body.checkout-cart-index .cart .data-table .product-cart-qty > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty > span, body.checkout-onepage-index .cart .cart-table .product-cart-price > span, body.checkout-onepage-index .cart .cart-table .product-cart-actions > span, body.checkout-onepage-index .cart .cart-table .product-cart-total > span, body.checkout-onepage-index .cart .cart-table .product-cart-qty > span, body.checkout-onepage-index .cart .data-table .product-cart-price > span, body.checkout-onepage-index .cart .data-table .product-cart-actions > span, body.checkout-onepage-index .cart .data-table .product-cart-total > span, body.checkout-onepage-index .cart .data-table .product-cart-qty > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty > span { width: 70%; padding-left: 10px; }
  body.checkout-cart-index .cart .cart-table .product-cart-price span.price, body.checkout-cart-index .cart .cart-table .product-cart-actions span.price, body.checkout-cart-index .cart .cart-table .product-cart-total span.price, body.checkout-cart-index .cart .cart-table .product-cart-qty span.price, body.checkout-cart-index .cart .data-table .product-cart-price span.price, body.checkout-cart-index .cart .data-table .product-cart-actions span.price, body.checkout-cart-index .cart .data-table .product-cart-total span.price, body.checkout-cart-index .cart .data-table .product-cart-qty span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span.price, body.checkout-onepage-index .cart .cart-table .product-cart-price span.price, body.checkout-onepage-index .cart .cart-table .product-cart-actions span.price, body.checkout-onepage-index .cart .cart-table .product-cart-total span.price, body.checkout-onepage-index .cart .cart-table .product-cart-qty span.price, body.checkout-onepage-index .cart .data-table .product-cart-price span.price, body.checkout-onepage-index .cart .data-table .product-cart-actions span.price, body.checkout-onepage-index .cart .data-table .product-cart-total span.price, body.checkout-onepage-index .cart .data-table .product-cart-qty span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span.price { color: #3c3c3b; }
  body.checkout-cart-index .cart .cart-table .cart-links, body.checkout-cart-index .cart .data-table .cart-links, body.checkout-cart-index #opc-review .order-review .cart-table .cart-links, body.checkout-cart-index #opc-review .order-review .data-table .cart-links, body.checkout-onepage-index .cart .cart-table .cart-links, body.checkout-onepage-index .cart .data-table .cart-links, body.checkout-onepage-index #opc-review .order-review .cart-table .cart-links, body.checkout-onepage-index #opc-review .order-review .data-table .cart-links { margin-top: 5px; }
  body.checkout-cart-index .cart .cart-table .cart-links a, body.checkout-cart-index .cart .data-table .cart-links a, body.checkout-cart-index #opc-review .order-review .cart-table .cart-links a, body.checkout-cart-index #opc-review .order-review .data-table .cart-links a, body.checkout-onepage-index .cart .cart-table .cart-links a, body.checkout-onepage-index .cart .data-table .cart-links a, body.checkout-onepage-index #opc-review .order-review .cart-table .cart-links a, body.checkout-onepage-index #opc-review .order-review .data-table .cart-links a { color: #949494; }
  body.checkout-cart-index .cart .cart-table .product-cart-image, body.checkout-cart-index .cart .data-table .product-cart-image, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image, body.checkout-onepage-index .cart .cart-table .product-cart-image, body.checkout-onepage-index .cart .data-table .product-cart-image, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image { width: 30%; padding: 0; padding-left: 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-image a img, body.checkout-cart-index .cart .data-table .product-cart-image a img, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image a img, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image a img, body.checkout-onepage-index .cart .cart-table .product-cart-image a img, body.checkout-onepage-index .cart .data-table .product-cart-image a img, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image a img, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a img { width: 100%; }
  body.checkout-cart-index .cart .cart-table .product-cart-image .cart-links, body.checkout-cart-index .cart .data-table .product-cart-image .cart-links, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image .cart-links, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image .cart-links, body.checkout-onepage-index .cart .cart-table .product-cart-image .cart-links, body.checkout-onepage-index .cart .data-table .product-cart-image .cart-links, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image .cart-links, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image .cart-links { display: block; margin-top: 5px; }
  body.checkout-cart-index .cart .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-cart-index .cart .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index .cart .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index .cart .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container) { display: none; }
  body.checkout-cart-index .cart .cart-table .product-cart-info, body.checkout-cart-index .cart .data-table .product-cart-info, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-info, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-info, body.checkout-onepage-index .cart .cart-table .product-cart-info, body.checkout-onepage-index .cart .data-table .product-cart-info, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-info, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info { width: 70%; padding: 0 0 0 10px; }
  body.checkout-cart-index .cart .cart-table .product-cart-info .item-options, body.checkout-cart-index .cart .data-table .product-cart-info .item-options, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-info .item-options, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-info .item-options, body.checkout-onepage-index .cart .cart-table .product-cart-info .item-options, body.checkout-onepage-index .cart .data-table .product-cart-info .item-options, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-info .item-options, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info .item-options { margin-top: 5px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify { width: 100%; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper { width: 100%; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals { background-color: transparent; padding-top: 25px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper #checkout-agreements, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper #checkout-agreements, body.checkout-onepage-index .cart .cart-bottom-wrapper #checkout-agreements, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper #checkout-agreements { width: 100%; padding: 0 7px; }
  /* ========================================================================== Checkout ========================================================================== */
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-agreements { width: 100%; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements { width: 100%; padding-top: 20px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-agreements li { margin-bottom: 0; }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account .col2-set .box-title h2, body.customer-account-login.customer-account .col2-set .box-title h2, body.customer-account-create.customer-account .col2-set .box-title h2, body.customer-account-forgotpassword.customer-account .col2-set .box-title h2 { text-align: left; }
  body.customer-account.customer-account .dashboard .account-navigation-wrapper, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper { display: none; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper { width: 100%; }
  body.customer-account.customer-account .dashboard h2.table-caption, body.customer-account-login.customer-account .dashboard h2.table-caption, body.customer-account-create.customer-account .dashboard h2.table-caption, body.customer-account-forgotpassword.customer-account .dashboard h2.table-caption { text-align: left; }
  body.customer-account.customer-account .dashboard .box h2, body.customer-account-login.customer-account .dashboard .box h2, body.customer-account-create.customer-account .dashboard .box h2, body.customer-account-forgotpassword.customer-account .dashboard .box h2 { text-align: left; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account.sales-order-view #my-orders-table thead tr th.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table thead tr th.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table thead tr th.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th.hidden-mobile { width: 0; padding: 0; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account.sales-order-view #my-orders-table thead tr th.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table thead tr th.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table thead tr th.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th.hidden-mobile > span { display: none; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(1) { width: 50%; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(5) { width: 16.666%; }
  /* ========================================================================== Kontakt ========================================================================== */
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper { display: table; margin: 0 auto; padding: 0; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box { margin-bottom: 20px; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box:last-child { margin-bottom: 0; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .partner-logo { max-width: 150px; margin: 0 auto; } }

@media only screen and (min-width: 771px) { body.checkout-onepage-index #opc-payment .sp-method:hover dd ul.form-list, body.checkout-onepage-index #opc-payment .sp-method:hover dd .form-list > ul, body.customer-account #opc-payment .sp-method:hover dd ul.form-list, body.customer-account #opc-payment .sp-method:hover dd .form-list > ul, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd ul.form-list, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd .form-list > ul { display: block !important; z-index: 1; }
  body.checkout-onepage-index #opc-payment .sp-method:hover dd ul.form-list[style], body.checkout-onepage-index #opc-payment .sp-method:hover dd .form-list > ul[style], body.customer-account #opc-payment .sp-method:hover dd ul.form-list[style], body.customer-account #opc-payment .sp-method:hover dd .form-list > ul[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd ul.form-list[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd .form-list > ul[style] { display: block !important; z-index: 1; } }

@media only screen and (max-width: 770px) { .col-main, .col1-layout .col-main { margin-bottom: 0; }
  #shop-select-category { /* ========================================================================== Products Grid ========================================================================== */ }
  #shop-select-category .products-grid { max-width: 500px; margin: 0 auto; }
  #shop-select-category .products-grid .item { width: 50%; width: 100%; }
  #shop-select-category .shop-produkt-infos .book-image { margin: 0 auto; }
  /* ========================================================================== Shop Details ========================================================================== */
  .product-view .product-shop .product-name { display: block; }
  /* ========================================================================== Warenkorb ========================================================================== */
  body.checkout-onepage-index .opc #opc-login .description, body.customer-account .opc #opc-login .description, body.customer-account-login .opc #opc-login .description, body.customer-account-forgotpassword .opc #opc-login .description, body.checkout-onepage-success .opc #opc-login .description, body.checkout-onepage-failure .opc #opc-login .description { display: block; }
  body.checkout-onepage-index.customer-account-login .new-users .buttons-set, body.customer-account.customer-account-login .new-users .buttons-set, body.customer-account-login.customer-account-login .new-users .buttons-set, body.customer-account-forgotpassword.customer-account-login .new-users .buttons-set, body.checkout-onepage-success.customer-account-login .new-users .buttons-set, body.checkout-onepage-failure.customer-account-login .new-users .buttons-set { padding-top: 58px; }
  body.checkout-onepage-index #checkout-step-login > .col2-set, body.customer-account #checkout-step-login > .col2-set, body.customer-account-login #checkout-step-login > .col2-set, body.customer-account-forgotpassword #checkout-step-login > .col2-set, body.checkout-onepage-success #checkout-step-login > .col2-set, body.checkout-onepage-failure #checkout-step-login > .col2-set { flex-wrap: wrap; margin-bottom: 0 !important; }
  body.checkout-onepage-index #checkout-step-login > .col2-set > .col-1, body.checkout-onepage-index #checkout-step-login > .col2-set > .col-2, body.customer-account #checkout-step-login > .col2-set > .col-1, body.customer-account #checkout-step-login > .col2-set > .col-2, body.customer-account-login #checkout-step-login > .col2-set > .col-1, body.customer-account-login #checkout-step-login > .col2-set > .col-2, body.customer-account-forgotpassword #checkout-step-login > .col2-set > .col-1, body.customer-account-forgotpassword #checkout-step-login > .col2-set > .col-2, body.checkout-onepage-success #checkout-step-login > .col2-set > .col-1, body.checkout-onepage-success #checkout-step-login > .col2-set > .col-2, body.checkout-onepage-failure #checkout-step-login > .col2-set > .col-1, body.checkout-onepage-failure #checkout-step-login > .col2-set > .col-2 { width: 100%; margin-right: 0; border-right: 0; border-left: 0; border-bottom: 0; }
  body.checkout-onepage-index .opc-steps-wrapper, body.checkout-onepage-index .checkout-success-wrapper, body.customer-account .opc-steps-wrapper, body.customer-account .checkout-success-wrapper, body.customer-account-login .opc-steps-wrapper, body.customer-account-login .checkout-success-wrapper, body.customer-account-forgotpassword .opc-steps-wrapper, body.customer-account-forgotpassword .checkout-success-wrapper, body.checkout-onepage-success .opc-steps-wrapper, body.checkout-onepage-success .checkout-success-wrapper, body.checkout-onepage-failure .opc-steps-wrapper, body.checkout-onepage-failure .checkout-success-wrapper { padding: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .checkout-success-wrapper #opc-steps-header, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-login .opc-steps-wrapper #opc-steps-header, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login .checkout-success-wrapper #opc-steps-header, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile { flex-wrap: wrap; margin-bottom: 0; padding: 20px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section, body.customer-account .opc-steps-wrapper #opc-steps-header .section, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account .checkout-success-wrapper #opc-steps-header .section, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section { width: 100%; margin-bottom: 12px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .title { float: left; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .title { line-height: 30px; padding-left: 20px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .number { height: 30px; width: 30px; padding-top: 4px; margin: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account .opc-steps-wrapper #opc-steps-header .section:last-child, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account .checkout-success-wrapper #opc-steps-header .section:last-child, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section:last-child, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section:last-child, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section:last-child, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section:last-child, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section:last-child { margin-bottom: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account .checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .step-divider { display: none; }
  body.checkout-onepage-index .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-login .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-login .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider { display: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile { display: flex; margin-top: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow) { display: block; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section.allow { display: none; }
  body.checkout-onepage-index .opc-steps-wrapper #checkout-step-billing, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-shipping, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-discountcode, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-shipping_method, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-payment, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-billing, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-shipping, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-discountcode, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-shipping_method, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-payment, body.customer-account .opc-steps-wrapper #checkout-step-billing, body.customer-account .opc-steps-wrapper #checkout-step-shipping, body.customer-account .opc-steps-wrapper #checkout-step-discountcode, body.customer-account .opc-steps-wrapper #checkout-step-shipping_method, body.customer-account .opc-steps-wrapper #checkout-step-payment, body.customer-account .checkout-success-wrapper #checkout-step-billing, body.customer-account .checkout-success-wrapper #checkout-step-shipping, body.customer-account .checkout-success-wrapper #checkout-step-discountcode, body.customer-account .checkout-success-wrapper #checkout-step-shipping_method, body.customer-account .checkout-success-wrapper #checkout-step-payment, body.customer-account-login .opc-steps-wrapper #checkout-step-billing, body.customer-account-login .opc-steps-wrapper #checkout-step-shipping, body.customer-account-login .opc-steps-wrapper #checkout-step-discountcode, body.customer-account-login .opc-steps-wrapper #checkout-step-shipping_method, body.customer-account-login .opc-steps-wrapper #checkout-step-payment, body.customer-account-login .checkout-success-wrapper #checkout-step-billing, body.customer-account-login .checkout-success-wrapper #checkout-step-shipping, body.customer-account-login .checkout-success-wrapper #checkout-step-discountcode, body.customer-account-login .checkout-success-wrapper #checkout-step-shipping_method, body.customer-account-login .checkout-success-wrapper #checkout-step-payment, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-billing, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-shipping, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-discountcode, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-shipping_method, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-payment, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-billing, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-shipping, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-discountcode, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-shipping_method, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-payment, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-billing, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-shipping, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-discountcode, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-shipping_method, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-payment, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-billing, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-shipping, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-discountcode, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-shipping_method, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-payment, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-billing, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-shipping, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-discountcode, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-shipping_method, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-payment, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-billing, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-shipping, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-discountcode, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-shipping_method, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-payment { padding: 0 20px 20px 20px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method, body.customer-account .opc-steps-wrapper #opc-payment .sp-method, body.customer-account .checkout-success-wrapper #opc-payment .sp-method, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method { width: 100%; height: auto; min-height: 65px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dt input.radio { margin-left: 28px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd { float: left; display: block; width: 100%; margin-bottom: 20px; pointer-events: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list { padding-left: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul { border: none; padding: 10px 28px; max-height: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"] { display: none !important; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""] { display: block !important; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content { max-width: none; max-height: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-index .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-login .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-login .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-success .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-success .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after { top: -20px; }
  p.required { display: block !important; }
  /* ========================================================================== Checkout ========================================================================== */
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom, body.checkout-onepage-index #opc-review .order-review #checkout-review-submit, body.customer-account #opc-review .order-review .checkout-review-bottom, body.customer-account #opc-review .order-review #checkout-review-submit, body.customer-account-login #opc-review .order-review .checkout-review-bottom, body.customer-account-login #opc-review .order-review #checkout-review-submit, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom, body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom, body.checkout-onepage-success #opc-review .order-review #checkout-review-submit, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom, body.checkout-onepage-failure #opc-review .order-review #checkout-review-submit { padding: 0 15px; }
  body.checkout-onepage-index #opc-review .mailchimp-multisubscribe, body.customer-account #opc-review .mailchimp-multisubscribe, body.customer-account-login #opc-review .mailchimp-multisubscribe, body.customer-account-forgotpassword #opc-review .mailchimp-multisubscribe, body.checkout-onepage-success #opc-review .mailchimp-multisubscribe, body.checkout-onepage-failure #opc-review .mailchimp-multisubscribe { text-align: left; padding: 0 15px; }
  body.checkout-onepage-index #opc-review #checkout-step-review, body.customer-account #opc-review #checkout-step-review, body.customer-account-login #opc-review #checkout-step-review, body.customer-account-forgotpassword #opc-review #checkout-step-review, body.checkout-onepage-success #opc-review #checkout-step-review, body.checkout-onepage-failure #opc-review #checkout-step-review { padding-bottom: 0; }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 { width: 100%; }
  body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box { min-height: 235px; }
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 { margin-right: 0; }
  body.customer-account.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1.new-users .buttons-set { padding: 40px 0 45px 0; }
  body.customer-account.customer-account .data-table th, body.customer-account-login.customer-account .data-table th, body.customer-account-create.customer-account .data-table th, body.customer-account-forgotpassword.customer-account .data-table th { width: 25%; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { margin-right: 0; margin-left: 0; }
  body.customer-account.sales-order-history .data-table th:nth-child(2), body.customer-account.sales-order-history .data-table td:nth-child(2), body.customer-account-login.sales-order-history .data-table th:nth-child(2), body.customer-account-login.sales-order-history .data-table td:nth-child(2), body.customer-account-create.sales-order-history .data-table th:nth-child(2), body.customer-account-create.sales-order-history .data-table td:nth-child(2), body.customer-account-forgotpassword.sales-order-history .data-table th:nth-child(2), body.customer-account-forgotpassword.sales-order-history .data-table td:nth-child(2) { width: 15%; }
  body.customer-account.sales-order-history .data-table th:nth-child(3), body.customer-account.sales-order-history .data-table td:nth-child(3), body.customer-account-login.sales-order-history .data-table th:nth-child(3), body.customer-account-login.sales-order-history .data-table td:nth-child(3), body.customer-account-create.sales-order-history .data-table th:nth-child(3), body.customer-account-create.sales-order-history .data-table td:nth-child(3), body.customer-account-forgotpassword.sales-order-history .data-table th:nth-child(3), body.customer-account-forgotpassword.sales-order-history .data-table td:nth-child(3) { display: none; }
  body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager { float: right; width: auto; }
  .review-dialog-block #review-form h3 { text-align: center; }
  .review-dialog-block #review-form .review-group { display: block; margin-top: 35px; }
  .review-dialog-block #review-form .review-group .left { display: block; text-align: center; margin-bottom: 12px; }
  .review-dialog-block #review-form .review-group.overall-review .left, .review-dialog-block #review-form .review-group.your-review .left { padding-top: 0; }
  .review-dialog-block #review-form .left { width: 100% !important; }
  .review-dialog-block #review-form .left .title { padding-bottom: 10px; }
  .review-dialog-block #review-form .right, .review-dialog-block #review-form .right.review-text { width: 100% !important; padding-left: 0; }
  .review-dialog-block #review-form .custom-radio .left .title { padding-top: 0; }
  .review-dialog-block #review-form .normal-radios-wrapper { text-align: center; }
  .review-dialog-block #review-form .normal-radios-wrapper .horizontal-radios.normal-radios { padding-top: 0; width: auto; display: inline-block; } }

@media only screen and (max-width: 600px) { .page-headline-mobile { display: block; font-weight: 700; padding: 25px 25px 0 25px; margin: 0; }
  .page-headline-mobile .subtitle { font-size: 14px; width: 100%; display: block; margin-top: 8px; }
  .top-container .banner-header:not(.retail-header):not(.header-startpage) { display: none; }
  .top-container .banner-content .banner-content-wrapper, #header-slider .banner-content .banner-content-wrapper { padding-left: 25px; padding-right: 25px; padding-bottom: 25px; }
  .top-container .banner-content .banner-content-wrapper h2, #header-slider .banner-content .banner-content-wrapper h2 { font-size: 24px; margin-bottom: 0px; }
  .one-column-cms-content .main-container { margin: 0 auto 50px auto; box-shadow: none; }
  #scroll-top { bottom: 10px; right: 10px; }
  /* ========================================================================== Startseite ========================================================================== */
  #statistics .container-content { flex-wrap: wrap; max-width: 450px; }
  #statistics .container-content .statistic-elem { width: 50%; padding: 77px 5px 20px; }
  #statistics .container-content .statistic-elem img { top: 5px; }
  #opinions { padding-bottom: 60px; }
  #opinions #container-newsletter { padding: 25px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }
  #opinions #container-newsletter .newsletter-input { padding-top: 20px; }
  /* ========================================================================== Shop ========================================================================== */
  #shop-select-category { padding-top: 30px; }
  #shop-select-category .shop-produkt-infos { display: table; padding: 35px 25px 0 25px; }
  #shop-select-category .shop-produkt-infos .top-text, #shop-select-category .shop-produkt-infos .bottom-text { text-align: left; margin-bottom: 25px; float: left; width: 100%; }
  #shop-select-category .shop-produkt-infos .top-text .title, #shop-select-category .shop-produkt-infos .bottom-text .title { font-size: 22px; font-weight: 400; line-height: 30px; }
  #shop-select-category .shop-produkt-infos .top-text { display: table-header-group; }
  #shop-select-category .shop-produkt-infos .bottom-text { display: table-column-group; }
  #shop-select-category .shop-produkt-infos .book-image { display: table-footer-group; }
  /* ========================================================================== Shop Details ========================================================================== */
  .catalog-product-view .page-headline-mobile { display: none; }
  /* ========================================================================== Warenkorb ========================================================================== */
  body.checkout-cart-index .cart, body.checkout-cart-index #opc-review .order-review, body.checkout-onepage-index .cart, body.checkout-onepage-index #opc-review .order-review { padding: 0; margin-top: 0; }
  body.checkout-cart-index .cart > form, body.checkout-cart-index .cart .cart-table, body.checkout-cart-index #opc-review .order-review > form, body.checkout-cart-index #opc-review .order-review .cart-table, body.checkout-onepage-index .cart > form, body.checkout-onepage-index .cart .cart-table, body.checkout-onepage-index #opc-review .order-review > form, body.checkout-onepage-index #opc-review .order-review .cart-table { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  body.checkout-cart-index .cart .cart-table#shopping-cart-table, body.checkout-cart-index .cart .data-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .data-table#shopping-cart-table, body.checkout-onepage-index .cart .cart-table#shopping-cart-table, body.checkout-onepage-index .cart .data-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .data-table#shopping-cart-table { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-qty, body.checkout-cart-index .cart .data-table .product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions, body.checkout-cart-index .cart .data-table .product-cart-total, body.checkout-cart-index .cart .data-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index .cart .cart-table .product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions, body.checkout-onepage-index .cart .cart-table .product-cart-total, body.checkout-onepage-index .cart .cart-table .product-cart-qty, body.checkout-onepage-index .cart .data-table .product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions, body.checkout-onepage-index .cart .data-table .product-cart-total, body.checkout-onepage-index .cart .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty { width: 100%; margin-left: 0; padding: 8px 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-price::before, body.checkout-cart-index .cart .cart-table .product-cart-actions::before, body.checkout-cart-index .cart .cart-table .product-cart-total::before, body.checkout-cart-index .cart .cart-table .product-cart-qty::before, body.checkout-cart-index .cart .data-table .product-cart-price::before, body.checkout-cart-index .cart .data-table .product-cart-actions::before, body.checkout-cart-index .cart .data-table .product-cart-total::before, body.checkout-cart-index .cart .data-table .product-cart-qty::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty::before, body.checkout-onepage-index .cart .cart-table .product-cart-price::before, body.checkout-onepage-index .cart .cart-table .product-cart-actions::before, body.checkout-onepage-index .cart .cart-table .product-cart-total::before, body.checkout-onepage-index .cart .cart-table .product-cart-qty::before, body.checkout-onepage-index .cart .data-table .product-cart-price::before, body.checkout-onepage-index .cart .data-table .product-cart-actions::before, body.checkout-onepage-index .cart .data-table .product-cart-total::before, body.checkout-onepage-index .cart .data-table .product-cart-qty::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty::before { display: none; }
  body.checkout-cart-index .cart .cart-table .product-cart-price span, body.checkout-cart-index .cart .cart-table .product-cart-actions span, body.checkout-cart-index .cart .cart-table .product-cart-total span, body.checkout-cart-index .cart .cart-table .product-cart-qty span, body.checkout-cart-index .cart .data-table .product-cart-price span, body.checkout-cart-index .cart .data-table .product-cart-actions span, body.checkout-cart-index .cart .data-table .product-cart-total span, body.checkout-cart-index .cart .data-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span, body.checkout-onepage-index .cart .cart-table .product-cart-price span, body.checkout-onepage-index .cart .cart-table .product-cart-actions span, body.checkout-onepage-index .cart .cart-table .product-cart-total span, body.checkout-onepage-index .cart .cart-table .product-cart-qty span, body.checkout-onepage-index .cart .data-table .product-cart-price span, body.checkout-onepage-index .cart .data-table .product-cart-actions span, body.checkout-onepage-index .cart .data-table .product-cart-total span, body.checkout-onepage-index .cart .data-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span { text-align: right; }
  body.checkout-cart-index .cart .cart-table .product-cart-price span > span, body.checkout-cart-index .cart .cart-table .product-cart-actions span > span, body.checkout-cart-index .cart .cart-table .product-cart-total span > span, body.checkout-cart-index .cart .cart-table .product-cart-qty span > span, body.checkout-cart-index .cart .data-table .product-cart-price span > span, body.checkout-cart-index .cart .data-table .product-cart-actions span > span, body.checkout-cart-index .cart .data-table .product-cart-total span > span, body.checkout-cart-index .cart .data-table .product-cart-qty span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span > span, body.checkout-onepage-index .cart .cart-table .product-cart-price span > span, body.checkout-onepage-index .cart .cart-table .product-cart-actions span > span, body.checkout-onepage-index .cart .cart-table .product-cart-total span > span, body.checkout-onepage-index .cart .cart-table .product-cart-qty span > span, body.checkout-onepage-index .cart .data-table .product-cart-price span > span, body.checkout-onepage-index .cart .data-table .product-cart-actions span > span, body.checkout-onepage-index .cart .data-table .product-cart-total span > span, body.checkout-onepage-index .cart .data-table .product-cart-qty span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span > span { float: right; }
  body.checkout-cart-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price { padding-top: 30px; }
  body.checkout-cart-index .cart .cart-table .cart-links > li, body.checkout-cart-index .cart .data-table .cart-links > li, body.checkout-cart-index #opc-review .order-review .cart-table .cart-links > li, body.checkout-cart-index #opc-review .order-review .data-table .cart-links > li, body.checkout-onepage-index .cart .cart-table .cart-links > li, body.checkout-onepage-index .cart .data-table .cart-links > li, body.checkout-onepage-index #opc-review .order-review .cart-table .cart-links > li, body.checkout-onepage-index #opc-review .order-review .data-table .cart-links > li { text-align: left; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify { padding: 15px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper { padding-left: 0; float: left; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals { text-align: center; padding: 15px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table { width: 100%; margin-bottom: 25px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type { text-align: left; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type { text-align: right; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td { padding: 0; color: #3c3c3b; font-size: 18px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons { display: inline-block; float: none; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button { padding: 0 11px !important; }
  body.checkout-cart-index .checkout-types, body.checkout-onepage-index .checkout-types { float: right; }
  /* ========================================================================== Checkout ========================================================================== */
  body.checkout-onepage-index .col-main > .container-full:not(.top-container), body.customer-account .col-main > .container-full:not(.top-container), body.customer-account-login .col-main > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.checkout-onepage-success .col-main > .container-full:not(.top-container), body.checkout-onepage-failure .col-main > .container-full:not(.top-container) { padding: 0; }
  body.checkout-onepage-index .opc-steps-wrapper, body.checkout-onepage-index .checkout-success-wrapper, body.customer-account .opc-steps-wrapper, body.customer-account .checkout-success-wrapper, body.customer-account-login .opc-steps-wrapper, body.customer-account-login .checkout-success-wrapper, body.customer-account-forgotpassword .opc-steps-wrapper, body.customer-account-forgotpassword .checkout-success-wrapper, body.checkout-onepage-success .opc-steps-wrapper, body.checkout-onepage-success .checkout-success-wrapper, body.checkout-onepage-failure .opc-steps-wrapper, body.checkout-onepage-failure .checkout-success-wrapper { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); margin-bottom: 0; margin-top: 0; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals { width: 100%; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table { width: 100%; margin-bottom: 25px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td { font-size: 14px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type { text-align: left; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type { text-align: right; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td { padding: 0; font-size: 18px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals strong { color: #3c3c3b; }
  body.checkout-onepage-index #opc-review .order-review #review-buttons-container > p, body.customer-account #opc-review .order-review #review-buttons-container > p, body.customer-account-login #opc-review .order-review #review-buttons-container > p, body.customer-account-forgotpassword #opc-review .order-review #review-buttons-container > p, body.checkout-onepage-success #opc-review .order-review #review-buttons-container > p, body.checkout-onepage-failure #opc-review .order-review #review-buttons-container > p { text-align: center; }
  /* ========================================================================== Success/Failure ========================================================================== */
  body.checkout-onepage-success .checkout-success-wrapper .profity, body.checkout-onepage-failure .checkout-success-wrapper .profity { margin-top: 30px; margin-bottom: 70px; }
  body.checkout-onepage-success .checkout-success-wrapper .profity i, body.checkout-onepage-failure .checkout-success-wrapper .profity i { color: #3c3c3b; }
  body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper { padding-top: 30px; }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account .col-main > .container-full:not(.top-container), body.customer-account .col-main .my-account > .container-full:not(.top-container), body.customer-account-login .col-main > .container-full:not(.top-container), body.customer-account-login .col-main .my-account > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container), body.customer-account-create .col-main .my-account > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main .my-account > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container), body.customer-account-create .col-main .my-account > .container-full:not(.top-container) { padding: 0; }
  body.customer-account .dashboard, body.customer-account-login .dashboard, body.customer-account-create .dashboard, body.customer-account-forgotpassword .dashboard, body.customer-account-create .dashboard { margin: 0 auto 20px auto !important; padding: 20px 0; -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  body.customer-account .dashboard.account-create, body.customer-account-login .dashboard.account-create, body.customer-account-create .dashboard.account-create, body.customer-account-forgotpassword .dashboard.account-create, body.customer-account-create .dashboard.account-create { padding: 20px 0 0 0; margin: 0 auto; }
  body.customer-account .dashboard + .buttons-set, body.customer-account-login .dashboard + .buttons-set, body.customer-account-create .dashboard + .buttons-set, body.customer-account-forgotpassword .dashboard + .buttons-set, body.customer-account-create .dashboard + .buttons-set { padding: 0 20px 20px 20px; }
  body.customer-account .dashboard + .buttons-set .back-link, body.customer-account .dashboard + .buttons-set .required, body.customer-account-login .dashboard + .buttons-set .back-link, body.customer-account-login .dashboard + .buttons-set .required, body.customer-account-create .dashboard + .buttons-set .back-link, body.customer-account-create .dashboard + .buttons-set .required, body.customer-account-forgotpassword .dashboard + .buttons-set .back-link, body.customer-account-forgotpassword .dashboard + .buttons-set .required, body.customer-account-create .dashboard + .buttons-set .back-link, body.customer-account-create .dashboard + .buttons-set .required { display: block !important; }
  body.customer-account .dashboard + .buttons-set button, body.customer-account-login .dashboard + .buttons-set button, body.customer-account-create .dashboard + .buttons-set button, body.customer-account-forgotpassword .dashboard + .buttons-set button, body.customer-account-create .dashboard + .buttons-set button { width: 100%; }
  body.customer-account .dashboard .fieldset, body.customer-account-login .dashboard .fieldset, body.customer-account-create .dashboard .fieldset, body.customer-account-forgotpassword .dashboard .fieldset, body.customer-account-create .dashboard .fieldset { width: 100%; max-width: 100%; margin-left: 0; padding: 0 20px; text-align: center; }
  body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head { padding: 0 20px; }
  body.customer-account.customer-account-login .col2-set, body.customer-account.customer-account-create .col2-set, body.customer-account.customer-address-index .col2-set, body.customer-account-login.customer-account-login .col2-set, body.customer-account-login.customer-account-create .col2-set, body.customer-account-login.customer-address-index .col2-set, body.customer-account-create.customer-account-login .col2-set, body.customer-account-create.customer-account-create .col2-set, body.customer-account-create.customer-address-index .col2-set, body.customer-account-forgotpassword.customer-account-login .col2-set, body.customer-account-forgotpassword.customer-account-create .col2-set, body.customer-account-forgotpassword.customer-address-index .col2-set, body.customer-account-create.customer-account-login .col2-set, body.customer-account-create.customer-account-create .col2-set, body.customer-account-create.customer-address-index .col2-set { flex-wrap: wrap; text-align: center; }
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-login .col2-set .col-2, body.customer-account.customer-account-create .col2-set .col-1, body.customer-account.customer-account-create .col2-set .col-2, body.customer-account.customer-address-index .col2-set .col-1, body.customer-account.customer-address-index .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-create .col2-set .col-1, body.customer-account-login.customer-account-create .col2-set .col-2, body.customer-account-login.customer-address-index .col2-set .col-1, body.customer-account-login.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-2 { width: 100%; border-top: 1px solid #e2e2e2; padding-top: 25px; padding-left: 25px; padding-right: 25px; }
  body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account.customer-account-create .col2-set .col-1 .box, body.customer-account.customer-account-create .col2-set .col-2 .box, body.customer-account.customer-address-index .col2-set .col-1 .box, body.customer-account.customer-address-index .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-create .col2-set .col-1 .box, body.customer-account-login.customer-account-create .col2-set .col-2 .box, body.customer-account-login.customer-address-index .col2-set .col-1 .box, body.customer-account-login.customer-address-index .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-create .col2-set .col-1 .box, body.customer-account-create.customer-account-create .col2-set .col-2 .box, body.customer-account-create.customer-address-index .col2-set .col-1 .box, body.customer-account-create.customer-address-index .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-create .col2-set .col-1 .box, body.customer-account-create.customer-account-create .col2-set .col-2 .box, body.customer-account-create.customer-address-index .col2-set .col-1 .box, body.customer-account-create.customer-address-index .col2-set .col-2 .box { min-height: auto; }
  body.customer-account.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-login.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-login.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-login.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-login.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-login.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-login.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-2 .box .form-list li:last-child { margin-bottom: 0; }
  body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-login.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-login.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set { text-align: center; padding-top: 0; }
  body.customer-account.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-login.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-login.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-login.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-login.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set a { color: #3c3c3b; padding: 15px 0; }
  body.customer-account.customer-account-login .col2-set:first-of-type .col-1, body.customer-account.customer-account-login .col2-set:first-of-type .col-2, body.customer-account.customer-account-create .col2-set:first-of-type .col-1, body.customer-account.customer-account-create .col2-set:first-of-type .col-2, body.customer-account.customer-address-index .col2-set:first-of-type .col-1, body.customer-account.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-login.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-login.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-login.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-login.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-2 { padding-top: 25px; }
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-create .col2-set .col-1, body.customer-account.customer-address-index .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-create .col2-set .col-1, body.customer-account-login.customer-address-index .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-1 { margin-right: 0; }
  body.customer-account.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1.new-users .buttons-set { padding: 40px 0 45px 0; }
  body.customer-account.customer-account-login .col2-set .col-2, body.customer-account.customer-account-create .col2-set .col-2, body.customer-account.customer-address-index .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-create .col2-set .col-2, body.customer-account-login.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-2 { margin-top: 25px; border-left: none; }
  body.customer-account.customer-account-login .col2-set p.required, body.customer-account.customer-account-create .col2-set p.required, body.customer-account.customer-address-index .col2-set p.required, body.customer-account-login.customer-account-login .col2-set p.required, body.customer-account-login.customer-account-create .col2-set p.required, body.customer-account-login.customer-address-index .col2-set p.required, body.customer-account-create.customer-account-login .col2-set p.required, body.customer-account-create.customer-account-create .col2-set p.required, body.customer-account-create.customer-address-index .col2-set p.required, body.customer-account-forgotpassword.customer-account-login .col2-set p.required, body.customer-account-forgotpassword.customer-account-create .col2-set p.required, body.customer-account-forgotpassword.customer-address-index .col2-set p.required, body.customer-account-create.customer-account-login .col2-set p.required, body.customer-account-create.customer-account-create .col2-set p.required, body.customer-account-create.customer-address-index .col2-set p.required { display: block; text-align: center; width: 100%; padding-top: 5px; }
  body.customer-account.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-login.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-login.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-login.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-forgotpassword.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-forgotpassword.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-forgotpassword.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-address-index.customer-account-login .col2-set .buttons-set { padding: 20px 0 0 0; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-login.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-login.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-login.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-create.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-create.customer-address-index.customer-address-index .dashboard .box-account { border: none; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set { padding: 0; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { border-top: none; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set { flex-wrap: wrap !important; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set { padding: 0 20px; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box) { padding-bottom: 0; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set { flex-wrap: wrap; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2 { width: 100%; margin-bottom: 20px; margin-right: 0; margin-left: 0; text-align: center; }
  body.customer-account.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-login.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-create.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-forgotpassword.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-create.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary { margin-left: 20px; margin-right: 20px; text-align: center; }
  body.customer-account.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-login.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-login.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-forgotpassword.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-forgotpassword.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > p { padding-left: 20px; padding-right: 20px; color: #3c3c3b; }
  body.customer-account.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1 { color: #a6aa7c; }
  body.customer-account.sales-order-view .dashboard h2.table-caption, body.customer-account.sales-order-history .dashboard h2.table-caption, body.customer-account-login.sales-order-view .dashboard h2.table-caption, body.customer-account-login.sales-order-history .dashboard h2.table-caption, body.customer-account-create.sales-order-view .dashboard h2.table-caption, body.customer-account-create.sales-order-history .dashboard h2.table-caption, body.customer-account-forgotpassword.sales-order-view .dashboard h2.table-caption, body.customer-account-forgotpassword.sales-order-history .dashboard h2.table-caption, body.customer-account-create.sales-order-view .dashboard h2.table-caption, body.customer-account-create.sales-order-history .dashboard h2.table-caption { padding: 0 20px; }
  body.customer-account.sales-order-view .dashboard .col-set-parent, body.customer-account.sales-order-history .dashboard .col-set-parent, body.customer-account-login.sales-order-view .dashboard .col-set-parent, body.customer-account-login.sales-order-history .dashboard .col-set-parent, body.customer-account-create.sales-order-view .dashboard .col-set-parent, body.customer-account-create.sales-order-history .dashboard .col-set-parent, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent, body.customer-account-create.sales-order-view .dashboard .col-set-parent, body.customer-account-create.sales-order-history .dashboard .col-set-parent { padding: 0 20px; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set { flex-wrap: wrap; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h3 { text-align: center; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-2 { width: 100%; margin-right: 0; margin-left: 0; padding-top: 20px; padding-right: 0; padding-left: 0; text-align: center; }
  body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td { text-align: left !important; padding-left: 15px; }
  body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2) { text-align: right !important; padding-right: 15px; }
  body.customer-account.sales-order-view.sales-order-history .buttons-set, body.customer-account.sales-order-history.sales-order-history .buttons-set, body.customer-account-login.sales-order-view.sales-order-history .buttons-set, body.customer-account-login.sales-order-history.sales-order-history .buttons-set, body.customer-account-create.sales-order-view.sales-order-history .buttons-set, body.customer-account-create.sales-order-history.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-view.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-history.sales-order-history .buttons-set, body.customer-account-create.sales-order-view.sales-order-history .buttons-set, body.customer-account-create.sales-order-history.sales-order-history .buttons-set { padding: 10px 20px 45px 20px; }
  body.customer-account.sales-order-view.sales-order-history .buttons-set a, body.customer-account.sales-order-history.sales-order-history .buttons-set a, body.customer-account-login.sales-order-view.sales-order-history .buttons-set a, body.customer-account-login.sales-order-history.sales-order-history .buttons-set a, body.customer-account-create.sales-order-view.sales-order-history .buttons-set a, body.customer-account-create.sales-order-history.sales-order-history .buttons-set a, body.customer-account-forgotpassword.sales-order-view.sales-order-history .buttons-set a, body.customer-account-forgotpassword.sales-order-history.sales-order-history .buttons-set a, body.customer-account-create.sales-order-view.sales-order-history .buttons-set a, body.customer-account-create.sales-order-history.sales-order-history .buttons-set a { padding: 0; }
  body.customer-account.customer-account-edit .dashboard .box h2, body.customer-account-login.customer-account-edit .dashboard .box h2, body.customer-account-create.customer-account-edit .dashboard .box h2, body.customer-account-forgotpassword.customer-account-edit .dashboard .box h2, body.customer-account-create.customer-account-edit .dashboard .box h2 { text-align: center; }
  body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: wrap; padding: 0; }
  body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set { margin-top: 15px; }
  body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper #change_password { margin-left: 20px; }
  body.customer-account.customer-account-edit .dashboard .change-password, body.customer-account.customer-account-edit .dashboard .change-username, body.customer-account-login.customer-account-edit .dashboard .change-password, body.customer-account-login.customer-account-edit .dashboard .change-username, body.customer-account-create.customer-account-edit .dashboard .change-password, body.customer-account-create.customer-account-edit .dashboard .change-username, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username, body.customer-account-create.customer-account-edit .dashboard .change-password, body.customer-account-create.customer-account-edit .dashboard .change-username { flex-wrap: wrap; }
  body.customer-account.customer-account-edit .dashboard .change-password .col-1, body.customer-account.customer-account-edit .dashboard .change-password .col-2, body.customer-account.customer-account-edit .dashboard .change-username .col-1, body.customer-account.customer-account-edit .dashboard .change-username .col-2, body.customer-account-login.customer-account-edit .dashboard .change-password .col-1, body.customer-account-login.customer-account-edit .dashboard .change-password .col-2, body.customer-account-login.customer-account-edit .dashboard .change-username .col-1, body.customer-account-login.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-1, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-1, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password .col-1, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username .col-1, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-1, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-1, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2 { width: 100%; margin-right: 0; padding: 0 20px; }
  body.customer-account.customer-account-edit .dashboard .change-password .col-2, body.customer-account.customer-account-edit .dashboard .change-username .col-2, body.customer-account-login.customer-account-edit .dashboard .change-password .col-2, body.customer-account-login.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2 { margin-top: 20px; }
  body.customer-account.customer-account-edit .dashboard .col-2 h2, body.customer-account-login.customer-account-edit .dashboard .col-2 h2, body.customer-account-create.customer-account-edit .dashboard .col-2 h2, body.customer-account-forgotpassword.customer-account-edit .dashboard .col-2 h2, body.customer-account-create.customer-account-edit .dashboard .col-2 h2 { display: none; }
  body.customer-account.newsletter-manage-index .dashboard, body.customer-account-login.newsletter-manage-index .dashboard, body.customer-account-create.newsletter-manage-index .dashboard, body.customer-account-forgotpassword.newsletter-manage-index .dashboard, body.customer-account-create.newsletter-manage-index .dashboard { padding: 40px 0 0 0; }
  body.customer-account.newsletter-manage-index .dashboard h1, body.customer-account-login.newsletter-manage-index .dashboard h1, body.customer-account-create.newsletter-manage-index .dashboard h1, body.customer-account-forgotpassword.newsletter-manage-index .dashboard h1, body.customer-account-create.newsletter-manage-index .dashboard h1 { display: none; }
  body.customer-account.newsletter-manage-index .dashboard form, body.customer-account-login.newsletter-manage-index .dashboard form, body.customer-account-create.newsletter-manage-index .dashboard form, body.customer-account-forgotpassword.newsletter-manage-index .dashboard form, body.customer-account-create.newsletter-manage-index .dashboard form { padding: 0 20px; }
  body.customer-account.customer-address-form .legend, body.customer-account-login.customer-address-form .legend, body.customer-account-create.customer-address-form .legend, body.customer-account-forgotpassword.customer-address-form .legend, body.customer-account-create.customer-address-form .legend { text-align: center !important; }
  body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager, body.customer-account-create .pager { padding-right: 20px; margin: 0; }
  body.customer-account .pager .limiter, body.customer-account-login .pager .limiter, body.customer-account-create .pager .limiter, body.customer-account-forgotpassword .pager .limiter, body.customer-account-create .pager .limiter { margin: 0; }
  body.customer-account .buttons-set, body.customer-account-login .buttons-set, body.customer-account-create .buttons-set, body.customer-account-forgotpassword .buttons-set, body.customer-account-create .buttons-set { padding: 0 20px 20px 20px; }
  body.customer-account.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-login.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpoints-index-index .dashboard .box-rewardpoints-summary { padding: 0 20px; }
  body.customer-account.rewardpointscoupon-index-index .page-title h1, body.customer-account.rewardpoints-index-transactions .page-title h1, body.customer-account-login.rewardpointscoupon-index-index .page-title h1, body.customer-account-login.rewardpoints-index-transactions .page-title h1, body.customer-account-create.rewardpointscoupon-index-index .page-title h1, body.customer-account-create.rewardpoints-index-transactions .page-title h1, body.customer-account-forgotpassword.rewardpointscoupon-index-index .page-title h1, body.customer-account-forgotpassword.rewardpoints-index-transactions .page-title h1, body.customer-account-create.rewardpointscoupon-index-index .page-title h1, body.customer-account-create.rewardpoints-index-transactions .page-title h1 { text-align: center; }
  body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-transactions .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-transactions .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-transactions .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-transactions .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-transactions .button { width: 100%; }
  body.customer-account.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-login.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-create.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-forgotpassword.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-create.rewardpoints-index-settings .dashboard .fieldset { text-align: left; }
  body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings .button { width: 100%; }
  body.customer-account .data-table#recent-transactions-history thead th, body.customer-account .data-table#recent-transactions-history thead td, body.customer-account .data-table#recent-transactions-history tbody th, body.customer-account .data-table#recent-transactions-history tbody td, body.customer-account .data-table#recent-transactions-history tr th, body.customer-account .data-table#recent-transactions-history tr td, body.customer-account-login .data-table#recent-transactions-history thead th, body.customer-account-login .data-table#recent-transactions-history thead td, body.customer-account-login .data-table#recent-transactions-history tbody th, body.customer-account-login .data-table#recent-transactions-history tbody td, body.customer-account-login .data-table#recent-transactions-history tr th, body.customer-account-login .data-table#recent-transactions-history tr td, body.customer-account-create .data-table#recent-transactions-history thead th, body.customer-account-create .data-table#recent-transactions-history thead td, body.customer-account-create .data-table#recent-transactions-history tbody th, body.customer-account-create .data-table#recent-transactions-history tbody td, body.customer-account-create .data-table#recent-transactions-history tr th, body.customer-account-create .data-table#recent-transactions-history tr td, body.customer-account-forgotpassword .data-table#recent-transactions-history thead th, body.customer-account-forgotpassword .data-table#recent-transactions-history thead td, body.customer-account-forgotpassword .data-table#recent-transactions-history tbody th, body.customer-account-forgotpassword .data-table#recent-transactions-history tbody td, body.customer-account-forgotpassword .data-table#recent-transactions-history tr th, body.customer-account-forgotpassword .data-table#recent-transactions-history tr td, body.customer-account-create .data-table#recent-transactions-history thead th, body.customer-account-create .data-table#recent-transactions-history thead td, body.customer-account-create .data-table#recent-transactions-history tbody th, body.customer-account-create .data-table#recent-transactions-history tbody td, body.customer-account-create .data-table#recent-transactions-history tr th, body.customer-account-create .data-table#recent-transactions-history tr td { width: 20%; }
  body.customer-account .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr td:nth-of-type(4) { display: none; }
  /* ========================================================================== Partnerübersicht ========================================================================== */
  .container-partners .container-content { padding: 0; }
  .container-partners .container-content.map-container { padding: 0 10px 10px; }
  .container-partners .filter-col-container.mt-lg, .container-partners .container-coupons.mt-lg { margin-top: 20px; }
  #category-filter .filter-col-content > div { width: 33%; }
  .list-toggle-container { display: block; text-align: center; padding: 20px 0; }
  .list-toggle-container .radio-options-outline { min-width: 140px; }
  .list-toggle-container .radio-options-outline:nth-last-of-type(2n+1) { margin-left: 5px; }
  .list-toggle-container .radio-options-outline:nth-last-of-type(2n+2) { margin-right: 5px; }
  #banner-partner-map-mobile { height: 300px; }
  #banner-partner-map-mobile, .container-coupons { display: none; }
  #banner-partner-map-mobile.active, .container-coupons.active { display: block; }
  .container-coupons { padding: 0 25px; }
  .container-coupons.mt-lg { margin-top: 0; }
  .container-coupons .container-category .partner { width: 48%; padding-bottom: 48%; }
  .container-coupons .container-category .partner:nth-child(4n+1), .container-coupons .container-category .partner:nth-child(3n+1) { margin-left: 2.666%; }
  .container-coupons .container-category .partner:nth-child(2n+1) { margin-left: 0; }
  /* ========================================================================== Partnerdetailansicht ========================================================================== */
  .partner-details .page-headline-mobile, .app-details .page-headline-mobile { display: block; margin-bottom: 10px; }
  .partner-details .top-container .banner-header, .app-details .top-container .banner-header { display: block !important; }
  .partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser { margin-top: 10px; }
  .partner-details #header-slider .swiper-slide .banner-content-wrapper, .app-details #header-slider .swiper-slide .banner-content-wrapper { display: none; }
  .partner-details .container-content, .app-details .container-content { padding: 0; }
  .partner-details .container-content .book-teaser, .app-details .container-content .book-teaser { padding: 0 25px; }
  .partner-details #partner-image-slider, .partner-details #app-image-slider, .app-details #partner-image-slider, .app-details #app-image-slider { margin-top: 20px; padding: 0 10px; }
  .partner-details #partner-image-slider .swiper-button-next, .partner-details #app-image-slider .swiper-button-next, .app-details #partner-image-slider .swiper-button-next, .app-details #app-image-slider .swiper-button-next { right: 20px; }
  .partner-details #partner-image-slider .swiper-button-prev, .partner-details #app-image-slider .swiper-button-prev, .app-details #partner-image-slider .swiper-button-prev, .app-details #app-image-slider .swiper-button-prev { left: 20px; }
  .partner-details .map-container, .app-details .map-container { padding: 0 10px 10px 10px; }
  .partner-details .map-container #partner-map, .app-details .map-container #partner-map { margin-top: 20px; margin-bottom: 0; }
  /* ========================================================================== Kontakt ========================================================================== */
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); padding-bottom: 15px; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper { display: table; margin: 0 auto; padding: 0; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box { margin-bottom: 20px; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box:last-child { margin-bottom: 0; }
  .contact-page.one-column-cms-content .main-container .main form { padding-top: 0; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields { margin-bottom: 0; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field { width: 100%; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n+1) { padding-right: 0; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n+2) { padding-left: 0; }
  .contact-page.one-column-cms-content .main-container .main form .buttons-set button { float: right; } }

@media only screen and (max-width: 770px) { body.customer-account.customer-account.invitations-index-index .data-table th { width: 33.33%; } }

@media only screen and (max-width: 639px) { body.customer-account .invivations-theme-account #invite-friends-form table td { width: 100% !important; padding: 0 !important; }
  .cms-index-index .top-container .banner-header { background-size: 125%; } }

@media only screen and (max-width: 600px) { body.customer-account .invivations-theme-account #invite-friends-form, body.customer-account .invivations-theme-account #invite-friends-text, body.customer-account .invivations-theme-account #invitations-lists { padding: 0 20px; }
  body.customer-account .invivations-theme-account .invitations-lists-button-holder { box-sizing: border-box; margin: 0 20px 15px 20px; width: calc(100% - 40px); } }

@media only screen and (max-width: 550px) { .cms-index-index .top-container .banner-header { background-position: center -40px; background-size: 150%; } }

@media only screen and (max-width: 500px) { /* ========================================================================== Shop ========================================================================== */
  #shop-select-category { padding-top: 10px; /* ========================================================================== Products Grid ========================================================================== */ }
  #shop-select-category #city-filter-products { display: block; border: none; margin-bottom: 30px; }
  #shop-select-category #city-filter-products .filter-col-header { background-color: transparent; padding: 0 25px; font-size: 18px; }
  #shop-select-category #city-filter-products .filter-col-header strong { font-weight: 300; }
  #shop-select-category #city-filter-products .filter-col-content > div { height: 110px; }
  #shop-select-category #city-filter-products .filter-col-content > div > i { margin-top: 10px; }
  #shop-select-category .products-grid { -webkit-transition: height 0.3s ease-in-out; -moz-transition: height 0.3s ease-in-out; -ms-transition: height 0.3s ease-in-out; -o-transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out; }
  #shop-select-category .products-grid .item { width: 100%; margin: 0 0 20px 0; }
  #shop-select-category .products-grid .item > a.product-image:hover { transform: scale3d(1, 1, 1); }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account.customer-account.sales-order-history .data-table td:nth-child(5), body.customer-account-login.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account-login.customer-account.sales-order-history .data-table td:nth-child(5), body.customer-account-create.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account-create.customer-account.sales-order-history .data-table td:nth-child(5), body.customer-account-forgotpassword.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account-forgotpassword.customer-account.sales-order-history .data-table td:nth-child(5) { display: none; }
  body.customer-account.customer-account.sales-order-history .data-table span.nobr a, body.customer-account-login.customer-account.sales-order-history .data-table span.nobr a, body.customer-account-create.customer-account.sales-order-history .data-table span.nobr a, body.customer-account-forgotpassword.customer-account.sales-order-history .data-table span.nobr a { white-space: normal; }
  /* ========================================================================== Kontakt ========================================================================== */
  .contact-page.one-column-cms-content .main-container .main form .buttons-set p.required { display: block; text-align: center; }
  .review-dialog-block #review-form .horizontal-radios { display: block; }
  .review-dialog-block #review-form .horizontal-radios li { width: 100%; text-align: left; }
  .review-dialog-block #review-form .horizontal-radios li label { width: auto; float: none; margin-left: 12px; }
  .review-dialog-block #review-form .horizontal-radios li input { margin-top: 6px; }
  .review-dialog-block #review-form .horizontal-radios li .input-wrapper { width: auto; float: left; }
  .review-dialog-block #review-form .horizontal-radios li .input-wrapper::before { display: none; }
  .review-dialog-block #review-form .horizontal-radios.radios-overall li { width: 100%; }
  .review-dialog-block #review-form .normal-radios-wrapper { text-align: left; }
  .review-dialog-block #review-form .normal-radios-wrapper li input { margin-top: 0; }
  .review-dialog-block #review-form .normal-radios-wrapper li label { margin-left: 0; }
  .review-dialog-block #review-form .review-group .left { text-align: left; } }

@media only screen and (max-width: 479px) { /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account .data-table, body.customer-account-login.customer-account .data-table, body.customer-account-create.customer-account .data-table, body.customer-account-forgotpassword.customer-account .data-table { margin-bottom: 0; }
  body.customer-account.customer-account .data-table th, body.customer-account.customer-account .data-table td, body.customer-account-login.customer-account .data-table th, body.customer-account-login.customer-account .data-table td, body.customer-account-create.customer-account .data-table th, body.customer-account-create.customer-account .data-table td, body.customer-account-forgotpassword.customer-account .data-table th, body.customer-account-forgotpassword.customer-account .data-table td { padding: 10px 5px; width: 30%; text-align: left; }
  body.customer-account.customer-account .data-table th.view, body.customer-account.customer-account .data-table td.view, body.customer-account-login.customer-account .data-table th.view, body.customer-account-login.customer-account .data-table td.view, body.customer-account-create.customer-account .data-table th.view, body.customer-account-create.customer-account .data-table td.view, body.customer-account-forgotpassword.customer-account .data-table th.view, body.customer-account-forgotpassword.customer-account .data-table td.view { width: 40%; }
  body.customer-account.customer-account .data-table th:first-child, body.customer-account.customer-account .data-table td:first-child, body.customer-account-login.customer-account .data-table th:first-child, body.customer-account-login.customer-account .data-table td:first-child, body.customer-account-create.customer-account .data-table th:first-child, body.customer-account-create.customer-account .data-table td:first-child, body.customer-account-forgotpassword.customer-account .data-table th:first-child, body.customer-account-forgotpassword.customer-account .data-table td:first-child { padding: 10px 5px 10px 20px; }
  body.customer-account.customer-account .data-table th:last-child, body.customer-account.customer-account .data-table td:last-child, body.customer-account-login.customer-account .data-table th:last-child, body.customer-account-login.customer-account .data-table td:last-child, body.customer-account-create.customer-account .data-table th:last-child, body.customer-account-create.customer-account .data-table td:last-child, body.customer-account-forgotpassword.customer-account .data-table th:last-child, body.customer-account-forgotpassword.customer-account .data-table td:last-child { padding: 10px 20px 10px 5px; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-2 { margin-top: 0; }
  body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager { margin: 10px 0; }
  body.customer-account .buttons-set, body.customer-account-login .buttons-set, body.customer-account-create .buttons-set, body.customer-account-forgotpassword .buttons-set { display: block; }
  body.customer-account .buttons-set .back-link, body.customer-account-login .buttons-set .back-link, body.customer-account-create .buttons-set .back-link, body.customer-account-forgotpassword .buttons-set .back-link { display: block; }
  /* ========================================================================== Verkausstellen ========================================================================== */
  #location-list #list li { width: 100%; padding: 0; margin: 25px 0 0 0; }
  #location-list #list li:nth-of-type(2n+1), #location-list #list li:nth-of-type(2n+2) { padding-left: 0; } }

@media only screen and (max-width: 450px) { /* ========================================================================== Partnerübersicht ========================================================================== */
  .container-coupons { padding: 0; }
  .container-coupons .container-category .partner { width: 100%; min-height: 133px; height: auto; display: block; float: left; padding-bottom: 0; margin-left: 0; margin-bottom: 8px; background-repeat: no-repeat; background-size: 133px; }
  .container-coupons .container-category .partner:nth-child(4n+1), .container-coupons .container-category .partner:nth-child(3n+1), .container-coupons .container-category .partner:nth-child(2n+1) { margin-left: 0; }
  .container-coupons .container-category .partner:hover .title { opacity: 1; }
  .container-coupons .container-category .partner .details, .container-coupons .container-category .partner .title { height: auto; position: static; display: block; padding: 0 10px 10px 143px; background: transparent; opacity: 1; text-align: left; border-bottom: 0; }
  .container-coupons .container-category .partner .details .name, .container-coupons .container-category .partner .title .name { min-height: auto; font-size: 20px; }
  .container-coupons .container-category .partner .details.details, .container-coupons .container-category .partner .title.details { font-weight: 600; }
  .container-coupons .container-category.container-category-gastronomie .partner .title, .container-coupons .container-category.container-category-nachtleben .partner .title, .container-coupons .container-category.container-category-freizeit .partner .title { border-bottom: 0; }
  .container-coupons .container-category.container-category-gastronomie .partner .details, .container-coupons .container-category.container-category-nachtleben .partner .details, .container-coupons .container-category.container-category-freizeit .partner .details { background: none; }
  .container-coupons .container-category.container-category-gastronomie .partner { border-bottom: 2px solid #d30955; }
  .container-coupons .container-category.container-category-gastronomie .partner .details { color: #d30955; }
  .container-coupons .container-category.container-category-nachtleben .partner { border-bottom: 2px solid #0082bf; }
  .container-coupons .container-category.container-category-nachtleben .partner .details { color: #0082bf; }
  .container-coupons .container-category.container-category-freizeit .partner { border-bottom: 2px solid #1ba74f; }
  .container-coupons .container-category.container-category-freizeit .partner .details { color: #1ba74f; } }

@media only screen and (max-width: 450px) { /* ========================================================================== Verkausstellen ========================================================================== */
  #user-location .form-container #address { width: 100%; margin-right: 0; }
  #user-location .form-container .button-wrapper .button-container { width: 100%; }
  #user-location .form-container .button-wrapper .button-container button { width: 100%; margin-top: 10px; }
  #user-location .form-container .button-wrapper .button-container .button + .button { margin-left: 0; }
  #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container { width: 100%; position: fixed; left: 0; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile .subnav { width: 100%; position: fixed; left: 0; } }

#abandoned-cart-popup { top: 50px; right: 50px; width: 460px; z-index: 1000; display: none; max-width: 100%; position: fixed; background-color: #FFF; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 768px) { #abandoned-cart-popup { left: 0; right: 0; top: auto; bottom: 0; width: auto; }
  #abandoned-cart-popup .content .abandoned-cart-book { display: none; } }

#abandoned-cart-popup .content { padding: 20px; position: relative; }

#abandoned-cart-popup .content .abandoned-cart-book { position: absolute; right: -24px; top: -24px; width: 160px; height: 118px; background-image: url("../images/abandoned-cart-book.png"); background-size: 100%; }

#abandoned-cart-popup .content #hide-abandoned-cart-popup { top: -7px; left: -7px; width: 30px; height: 30px; cursor: pointer; line-height: 29px; position: absolute; text-align: center; border-radius: 100%; background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }

#abandoned-cart-popup .content h4 { font-size: 17px; margin-bottom: 0; font-weight: bold; }

#abandoned-cart-popup .content p { width: 70%; font-size: 15px; }

@media screen and (max-width: 425px) { #abandoned-cart-popup .content p { width: 100%; } }

#abandoned-cart-popup .content .input-group { margin-top: 25px; }

#abandoned-cart-popup .content .input-group input { float: left; height: 40px; padding: 0px 20px; border: 1px solid #e2e2e2; width: 80%; }

#abandoned-cart-popup .content .input-group #submit-abandoned-cart { width: 40px; color: #FFF; height: 40px; margin-left: -4px; margin: 0px 0 0 -4px; background-color: #a6aa7c; }

#abandoned-cart-popup .content .input-group #submit-abandoned-cart:hover { background-color: #9ba06d; }

#abandoned-cart-popup .content .error-msg { color: #c91414; font-weight: bold; font-size: 12px; margin-top: 5px; }

#abandoned-cart-popup .footer { border: 0; color: #FFF; font-size: 12px; padding: 10px 20px; background-color: #a6aa7c; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571429em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center; }

.fa-li.fa-lg { left: -1.85714286em; }

.fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

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

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

.fa-glass:before { content: "\f000"; }

.fa-music:before { content: "\f001"; }

.fa-search:before { content: "\f002"; }

.fa-envelope-o:before { content: "\f003"; }

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

.fa-star-o:before { content: "\f006"; }

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

.fa-th-large:before { content: "\f009"; }

.fa-th:before { content: "\f00a"; }

.fa-th-list:before { content: "\f00b"; }

.fa-check:before { content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-search-minus:before { content: "\f010"; }

.fa-power-off:before { content: "\f011"; }

.fa-signal:before { content: "\f012"; }

.fa-gear:before, .fa-cog:before { content: "\f013"; }

.fa-trash-o:before { content: "\f014"; }

.fa-home:before { content: "\f015"; }

.fa-file-o:before { content: "\f016"; }

.fa-clock-o:before { content: "\f017"; }

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

.fa-arrow-circle-o-down:before { content: "\f01a"; }

.fa-arrow-circle-o-up:before { content: "\f01b"; }

.fa-inbox:before { content: "\f01c"; }

.fa-play-circle-o:before { content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

.fa-refresh:before { content: "\f021"; }

.fa-list-alt:before { content: "\f022"; }

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-up:before { content: "\f028"; }

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-right:before { content: "\f038"; }

.fa-align-justify:before { content: "\f039"; }

.fa-list:before { content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

.fa-indent:before { content: "\f03c"; }

.fa-video-camera:before { content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }

.fa-pencil:before { content: "\f040"; }

.fa-map-marker:before { content: "\f041"; }

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

.fa-share-square-o:before { content: "\f045"; }

.fa-check-square-o:before { content: "\f046"; }

.fa-arrows:before { content: "\f047"; }

.fa-step-backward:before { content: "\f048"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-step-forward:before { content: "\f051"; }

.fa-eject:before { content: "\f052"; }

.fa-chevron-left:before { content: "\f053"; }

.fa-chevron-right:before { content: "\f054"; }

.fa-plus-circle:before { content: "\f055"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-times-circle:before { content: "\f057"; }

.fa-check-circle:before { content: "\f058"; }

.fa-question-circle:before { content: "\f059"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-times-circle-o:before { content: "\f05c"; }

.fa-check-circle-o:before { content: "\f05d"; }

.fa-ban:before { content: "\f05e"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-mail-forward:before, .fa-share:before { content: "\f064"; }

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-retweet:before { content: "\f079"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-key:before { content: "\f084"; }

.fa-gears:before, .fa-cogs:before { content: "\f085"; }

.fa-comments:before { content: "\f086"; }

.fa-thumbs-o-up:before { content: "\f087"; }

.fa-thumbs-o-down:before { content: "\f088"; }

.fa-star-half:before { content: "\f089"; }

.fa-heart-o:before { content: "\f08a"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-linkedin-square:before { content: "\f08c"; }

.fa-thumb-tack:before { content: "\f08d"; }

.fa-external-link:before { content: "\f08e"; }

.fa-sign-in:before { content: "\f090"; }

.fa-trophy:before { content: "\f091"; }

.fa-github-square:before { content: "\f092"; }

.fa-upload:before { content: "\f093"; }

.fa-lemon-o:before { content: "\f094"; }

.fa-phone:before { content: "\f095"; }

.fa-square-o:before { content: "\f096"; }

.fa-bookmark-o:before { content: "\f097"; }

.fa-phone-square:before { content: "\f098"; }

.fa-twitter:before { content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; }

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-feed:before, .fa-rss:before { content: "\f09e"; }

.fa-hdd-o:before { content: "\f0a0"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-hand-o-right:before { content: "\f0a4"; }

.fa-hand-o-left:before { content: "\f0a5"; }

.fa-hand-o-up:before { content: "\f0a6"; }

.fa-hand-o-down:before { content: "\f0a7"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-group:before, .fa-users:before { content: "\f0c0"; }

.fa-chain:before, .fa-link:before { content: "\f0c1"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

.fa-square:before { content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-plus:before { content: "\f0d5"; }

.fa-money:before { content: "\f0d6"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-columns:before { content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

.fa-comment-o:before { content: "\f0e5"; }

.fa-comments-o:before { content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

.fa-lightbulb-o:before { content: "\f0eb"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-bell-o:before { content: "\f0a2"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

.fa-file-text-o:before { content: "\f0f6"; }

.fa-building-o:before { content: "\f0f7"; }

.fa-hospital-o:before { content: "\f0f8"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-beer:before { content: "\f0fc"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angle-down:before { content: "\f107"; }

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

.fa-circle-o:before { content: "\f10c"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

.fa-github-alt:before { content: "\f113"; }

.fa-folder-o:before { content: "\f114"; }

.fa-folder-open-o:before { content: "\f115"; }

.fa-smile-o:before { content: "\f118"; }

.fa-frown-o:before { content: "\f119"; }

.fa-meh-o:before { content: "\f11a"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-keyboard-o:before { content: "\f11c"; }

.fa-flag-o:before { content: "\f11d"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-crop:before { content: "\f125"; }

.fa-code-fork:before { content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-shield:before { content: "\f132"; }

.fa-calendar-o:before { content: "\f133"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-bullseye:before { content: "\f140"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-rss-square:before { content: "\f143"; }

.fa-play-circle:before { content: "\f144"; }

.fa-ticket:before { content: "\f145"; }

.fa-minus-square:before { content: "\f146"; }

.fa-minus-square-o:before { content: "\f147"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-down:before { content: "\f149"; }

.fa-check-square:before { content: "\f14a"; }

.fa-pencil-square:before { content: "\f14b"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-share-square:before { content: "\f14d"; }

.fa-compass:before { content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

.fa-euro:before, .fa-eur:before { content: "\f153"; }

.fa-gbp:before { content: "\f154"; }

.fa-dollar:before, .fa-usd:before { content: "\f155"; }

.fa-rupee:before, .fa-inr:before { content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

.fa-won:before, .fa-krw:before { content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

.fa-file:before { content: "\f15b"; }

.fa-file-text:before { content: "\f15c"; }

.fa-sort-alpha-asc:before { content: "\f15d"; }

.fa-sort-alpha-desc:before { content: "\f15e"; }

.fa-sort-amount-asc:before { content: "\f160"; }

.fa-sort-amount-desc:before { content: "\f161"; }

.fa-sort-numeric-asc:before { content: "\f162"; }

.fa-sort-numeric-desc:before { content: "\f163"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-youtube-square:before { content: "\f166"; }

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-youtube-play:before { content: "\f16a"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitbucket-square:before { content: "\f172"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before { content: "\f184"; }

.fa-sun-o:before { content: "\f185"; }

.fa-moon-o:before { content: "\f186"; }

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-arrow-circle-o-right:before { content: "\f18e"; }

.fa-arrow-circle-o-left:before { content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

.fa-dot-circle-o:before { content: "\f192"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

.fa-plus-square-o:before { content: "\f196"; }

.fa-space-shuttle:before { content: "\f197"; }

.fa-slack:before { content: "\f198"; }

.fa-envelope-square:before { content: "\f199"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-openid:before { content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-google:before { content: "\f1a0"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

.fa-pied-piper-pp:before { content: "\f1a7"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

.fa-fax:before { content: "\f1ac"; }

.fa-building:before { content: "\f1ad"; }

.fa-child:before { content: "\f1ae"; }

.fa-paw:before { content: "\f1b0"; }

.fa-spoon:before { content: "\f1b1"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-recycle:before { content: "\f1b8"; }

.fa-automobile:before, .fa-car:before { content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }

.fa-tree:before { content: "\f1bb"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-database:before { content: "\f1c0"; }

.fa-file-pdf-o:before { content: "\f1c1"; }

.fa-file-word-o:before { content: "\f1c2"; }

.fa-file-excel-o:before { content: "\f1c3"; }

.fa-file-powerpoint-o:before { content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }

.fa-file-code-o:before { content: "\f1c9"; }

.fa-vine:before { content: "\f1ca"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }

.fa-circle-o-notch:before { content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; }

.fa-ge:before, .fa-empire:before { content: "\f1d1"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-git:before { content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-qq:before { content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }

.fa-history:before { content: "\f1da"; }

.fa-circle-thin:before { content: "\f1db"; }

.fa-header:before { content: "\f1dc"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-sliders:before { content: "\f1de"; }

.fa-share-alt:before { content: "\f1e0"; }

.fa-share-alt-square:before { content: "\f1e1"; }

.fa-bomb:before { content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; }

.fa-tty:before { content: "\f1e4"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-plug:before { content: "\f1e6"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-yelp:before { content: "\f1e9"; }

.fa-newspaper-o:before { content: "\f1ea"; }

.fa-wifi:before { content: "\f1eb"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-paypal:before { content: "\f1ed"; }

.fa-google-wallet:before { content: "\f1ee"; }

.fa-cc-visa:before { content: "\f1f0"; }

.fa-cc-mastercard:before { content: "\f1f1"; }

.fa-cc-discover:before { content: "\f1f2"; }

.fa-cc-amex:before { content: "\f1f3"; }

.fa-cc-paypal:before { content: "\f1f4"; }

.fa-cc-stripe:before { content: "\f1f5"; }

.fa-bell-slash:before { content: "\f1f6"; }

.fa-bell-slash-o:before { content: "\f1f7"; }

.fa-trash:before { content: "\f1f8"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-at:before { content: "\f1fa"; }

.fa-eyedropper:before { content: "\f1fb"; }

.fa-paint-brush:before { content: "\f1fc"; }

.fa-birthday-cake:before { content: "\f1fd"; }

.fa-area-chart:before { content: "\f1fe"; }

.fa-pie-chart:before { content: "\f200"; }

.fa-line-chart:before { content: "\f201"; }

.fa-lastfm:before { content: "\f202"; }

.fa-lastfm-square:before { content: "\f203"; }

.fa-toggle-off:before { content: "\f204"; }

.fa-toggle-on:before { content: "\f205"; }

.fa-bicycle:before { content: "\f206"; }

.fa-bus:before { content: "\f207"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-angellist:before { content: "\f209"; }

.fa-cc:before { content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; }

.fa-meanpath:before { content: "\f20c"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-dashcube:before { content: "\f210"; }

.fa-forumbee:before { content: "\f211"; }

.fa-leanpub:before { content: "\f212"; }

.fa-sellsy:before { content: "\f213"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-skyatlas:before { content: "\f216"; }

.fa-cart-plus:before { content: "\f217"; }

.fa-cart-arrow-down:before { content: "\f218"; }

.fa-diamond:before { content: "\f219"; }

.fa-ship:before { content: "\f21a"; }

.fa-user-secret:before { content: "\f21b"; }

.fa-motorcycle:before { content: "\f21c"; }

.fa-street-view:before { content: "\f21d"; }

.fa-heartbeat:before { content: "\f21e"; }

.fa-venus:before { content: "\f221"; }

.fa-mars:before { content: "\f222"; }

.fa-mercury:before { content: "\f223"; }

.fa-intersex:before, .fa-transgender:before { content: "\f224"; }

.fa-transgender-alt:before { content: "\f225"; }

.fa-venus-double:before { content: "\f226"; }

.fa-mars-double:before { content: "\f227"; }

.fa-venus-mars:before { content: "\f228"; }

.fa-mars-stroke:before { content: "\f229"; }

.fa-mars-stroke-v:before { content: "\f22a"; }

.fa-mars-stroke-h:before { content: "\f22b"; }

.fa-neuter:before { content: "\f22c"; }

.fa-genderless:before { content: "\f22d"; }

.fa-facebook-official:before { content: "\f230"; }

.fa-pinterest-p:before { content: "\f231"; }

.fa-whatsapp:before { content: "\f232"; }

.fa-server:before { content: "\f233"; }

.fa-user-plus:before { content: "\f234"; }

.fa-user-times:before { content: "\f235"; }

.fa-hotel:before, .fa-bed:before { content: "\f236"; }

.fa-viacoin:before { content: "\f237"; }

.fa-train:before { content: "\f238"; }

.fa-subway:before { content: "\f239"; }

.fa-medium:before { content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before { content: "\f23b"; }

.fa-optin-monster:before { content: "\f23c"; }

.fa-opencart:before { content: "\f23d"; }

.fa-expeditedssl:before { content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before { content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; }

.fa-mouse-pointer:before { content: "\f245"; }

.fa-i-cursor:before { content: "\f246"; }

.fa-object-group:before { content: "\f247"; }

.fa-object-ungroup:before { content: "\f248"; }

.fa-sticky-note:before { content: "\f249"; }

.fa-sticky-note-o:before { content: "\f24a"; }

.fa-cc-jcb:before { content: "\f24b"; }

.fa-cc-diners-club:before { content: "\f24c"; }

.fa-clone:before { content: "\f24d"; }

.fa-balance-scale:before { content: "\f24e"; }

.fa-hourglass-o:before { content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; }

.fa-hourglass:before { content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; }

.fa-hand-scissors-o:before { content: "\f257"; }

.fa-hand-lizard-o:before { content: "\f258"; }

.fa-hand-spock-o:before { content: "\f259"; }

.fa-hand-pointer-o:before { content: "\f25a"; }

.fa-hand-peace-o:before { content: "\f25b"; }

.fa-trademark:before { content: "\f25c"; }

.fa-registered:before { content: "\f25d"; }

.fa-creative-commons:before { content: "\f25e"; }

.fa-gg:before { content: "\f260"; }

.fa-gg-circle:before { content: "\f261"; }

.fa-tripadvisor:before { content: "\f262"; }

.fa-odnoklassniki:before { content: "\f263"; }

.fa-odnoklassniki-square:before { content: "\f264"; }

.fa-get-pocket:before { content: "\f265"; }

.fa-wikipedia-w:before { content: "\f266"; }

.fa-safari:before { content: "\f267"; }

.fa-chrome:before { content: "\f268"; }

.fa-firefox:before { content: "\f269"; }

.fa-opera:before { content: "\f26a"; }

.fa-internet-explorer:before { content: "\f26b"; }

.fa-tv:before, .fa-television:before { content: "\f26c"; }

.fa-contao:before { content: "\f26d"; }

.fa-500px:before { content: "\f26e"; }

.fa-amazon:before { content: "\f270"; }

.fa-calendar-plus-o:before { content: "\f271"; }

.fa-calendar-minus-o:before { content: "\f272"; }

.fa-calendar-times-o:before { content: "\f273"; }

.fa-calendar-check-o:before { content: "\f274"; }

.fa-industry:before { content: "\f275"; }

.fa-map-pin:before { content: "\f276"; }

.fa-map-signs:before { content: "\f277"; }

.fa-map-o:before { content: "\f278"; }

.fa-map:before { content: "\f279"; }

.fa-commenting:before { content: "\f27a"; }

.fa-commenting-o:before { content: "\f27b"; }

.fa-houzz:before { content: "\f27c"; }

.fa-vimeo:before { content: "\f27d"; }

.fa-black-tie:before { content: "\f27e"; }

.fa-fonticons:before { content: "\f280"; }

.fa-reddit-alien:before { content: "\f281"; }

.fa-edge:before { content: "\f282"; }

.fa-credit-card-alt:before { content: "\f283"; }

.fa-codiepie:before { content: "\f284"; }

.fa-modx:before { content: "\f285"; }

.fa-fort-awesome:before { content: "\f286"; }

.fa-usb:before { content: "\f287"; }

.fa-product-hunt:before { content: "\f288"; }

.fa-mixcloud:before { content: "\f289"; }

.fa-scribd:before { content: "\f28a"; }

.fa-pause-circle:before { content: "\f28b"; }

.fa-pause-circle-o:before { content: "\f28c"; }

.fa-stop-circle:before { content: "\f28d"; }

.fa-stop-circle-o:before { content: "\f28e"; }

.fa-shopping-bag:before { content: "\f290"; }

.fa-shopping-basket:before { content: "\f291"; }

.fa-hashtag:before { content: "\f292"; }

.fa-bluetooth:before { content: "\f293"; }

.fa-bluetooth-b:before { content: "\f294"; }

.fa-percent:before { content: "\f295"; }

.fa-gitlab:before { content: "\f296"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpforms:before { content: "\f298"; }

.fa-envira:before { content: "\f299"; }

.fa-universal-access:before { content: "\f29a"; }

.fa-wheelchair-alt:before { content: "\f29b"; }

.fa-question-circle-o:before { content: "\f29c"; }

.fa-blind:before { content: "\f29d"; }

.fa-audio-description:before { content: "\f29e"; }

.fa-volume-control-phone:before { content: "\f2a0"; }

.fa-braille:before { content: "\f2a1"; }

.fa-assistive-listening-systems:before { content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; }

.fa-glide:before { content: "\f2a5"; }

.fa-glide-g:before { content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before { content: "\f2a7"; }

.fa-low-vision:before { content: "\f2a8"; }

.fa-viadeo:before { content: "\f2a9"; }

.fa-viadeo-square:before { content: "\f2aa"; }

.fa-snapchat:before { content: "\f2ab"; }

.fa-snapchat-ghost:before { content: "\f2ac"; }

.fa-snapchat-square:before { content: "\f2ad"; }

.fa-pied-piper:before { content: "\f2ae"; }

.fa-first-order:before { content: "\f2b0"; }

.fa-yoast:before { content: "\f2b1"; }

.fa-themeisle:before { content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; }

.fa-handshake-o:before { content: "\f2b5"; }

.fa-envelope-open:before { content: "\f2b6"; }

.fa-envelope-open-o:before { content: "\f2b7"; }

.fa-linode:before { content: "\f2b8"; }

.fa-address-book:before { content: "\f2b9"; }

.fa-address-book-o:before { content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before { content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; }

.fa-user-circle:before { content: "\f2bd"; }

.fa-user-circle-o:before { content: "\f2be"; }

.fa-user-o:before { content: "\f2c0"; }

.fa-id-badge:before { content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; }

.fa-quora:before { content: "\f2c4"; }

.fa-free-code-camp:before { content: "\f2c5"; }

.fa-telegram:before { content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; }

.fa-shower:before { content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; }

.fa-podcast:before { content: "\f2ce"; }

.fa-window-maximize:before { content: "\f2d0"; }

.fa-window-minimize:before { content: "\f2d1"; }

.fa-window-restore:before { content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; }

.fa-bandcamp:before { content: "\f2d5"; }

.fa-grav:before { content: "\f2d6"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-eercast:before { content: "\f2da"; }

.fa-microchip:before { content: "\f2db"; }

.fa-snowflake-o:before { content: "\f2dc"; }

.fa-superpowers:before { content: "\f2dd"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-meetup:before { content: "\f2e0"; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich { background-color: #f7f7f7; padding: 75px 0 0 0; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper { width: 100%; max-width: 600px; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .page-title { display: none; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .content { padding: 20px; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .content, .cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .std p, .cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .std a { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; font-style: normal; line-height: 1.5em; color: #3c3c3b; }

.cms-page-view.cms-newsletteranmeldung-erfolgreich .wrapper .col-main .std h1 { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-style: normal; color: #a6aa7c; }

.blog-index-list, .blog-post-view { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; color: #3c3c3b; }

.blog-index-list .postWrapper, .blog-post-view .postWrapper { padding-bottom: 45px; }

.blog-index-list .postWrapper .postTitle, .blog-post-view .postWrapper .postTitle { border-bottom: none; }

.blog-index-list .postWrapper .postTitle h1, .blog-index-list .postWrapper .postTitle h2, .blog-post-view .postWrapper .postTitle h1, .blog-post-view .postWrapper .postTitle h2 { font-size: 28px; color: #3c3c3b; font-weight: 300; margin-bottom: 20px; }

.blog-index-list .postWrapper .postTitle h1 a, .blog-index-list .postWrapper .postTitle h2 a, .blog-post-view .postWrapper .postTitle h1 a, .blog-post-view .postWrapper .postTitle h2 a { color: #3c3c3b; }

.blog-index-list .postWrapper .postTitle h3, .blog-post-view .postWrapper .postTitle h3 { font-size: 18px; color: #3c3c3b; font-weight: 400; }

.blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .aw-blog-read-more { color: #949494; margin-left: 10px; }

.blog-index-list .postWrapper .postContent .aw-blog-read-more::before, .blog-post-view .postWrapper .postContent .aw-blog-read-more::before { font-size: 12px; }

.blog-index-list .toolbar, .blog-post-view .toolbar { background: transparent; border-top: none; border-bottom: none; padding: 0; margin-top: 0; margin-bottom: 0; }

.blog-index-list .toolbar .sorter, .blog-post-view .toolbar .sorter { display: none; }

.blog-index-list .toolbar .pager, .blog-post-view .toolbar .pager { margin: 10px 0; overflow: visible; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; color: #3c3c3b; font-size: 12px; }

.blog-index-list .toolbar .pager .amount, .blog-post-view .toolbar .pager .amount { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.blog-index-list .toolbar .pager .amount strong, .blog-post-view .toolbar .pager .amount strong { font-weight: 400; }

.blog-index-list .toolbar .pager .limiter, .blog-post-view .toolbar .pager .limiter { height: auto; }

.blog-index-list .toolbar .pager .limiter label, .blog-index-list .toolbar .pager .limiter select, .blog-post-view .toolbar .pager .limiter label, .blog-post-view .toolbar .pager .limiter select { float: left; font-size: 12px; text-transform: none; }

.blog-index-list .toolbar .pager .limiter select, .blog-post-view .toolbar .pager .limiter select { height: 30px; width: 60px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 10px; border-radius: 3px; margin-right: 5px; }

.blog-index-list .toolbar .pager .pages .next > img, .blog-post-view .toolbar .pager .pages .next > img { display: none; }

.blog-index-list .toolbar .pager::after, .blog-post-view .toolbar .pager::after { clear: both; content: ''; display: block; }

.blog-post-view .banner-content-wrapper { display: none; }

.blog-post-view .postWrapper { padding-bottom: 0; }

.blog-post-view .postWrapper .back-link { color: #949494; display: block; margin-bottom: 25px; }

.contact-page.one-column-cms-content .main-container { width: 1060px; padding: 0 25px; background-color: transparent; -webkit-box-shadow: 0 0 0 0 white; -moz-box-shadow: 0 0 0 0 white; box-shadow: 0 0 0 0 white; }

.contact-page.one-column-cms-content .main-container .main { background-color: #fff; }

.contact-page.one-column-cms-content .main-container .main .contact-form-message-wrapper { padding: 25px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

.contact-page.one-column-cms-content .main-container .main .contact-form-message-wrapper p { display: block; color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; border-radius: 2px; padding: 10px; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content { padding: 25px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper { padding: 45px 0; display: flex; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box { width: 100%; padding: 0 0 0 70px; position: relative; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box h5 { font-weight: 400; margin: 0; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box p { font-weight: 700; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box::before { color: #a6aa7c; font-family: "FontAwesome"; font-size: 22px; position: absolute; left: 25px; top: 6px; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box.contact-phone::before { content: "\f095"; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box.contact-message::before { content: "\f086"; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box.contact-mail::before { content: "\f0e0"; }

.contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .partner-logo { width: 100%; max-width: 150px; }

.contact-page.one-column-cms-content .main-container .main form { padding-top: 25px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul { margin-left: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li { margin-left: 0; float: left; width: 100%; list-style: none; padding-left: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li label { display: none; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="text"], .contact-page.one-column-cms-content .main-container .main form .fieldset ul li select, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li textarea { width: 100%; height: 45px; line-height: 43px; border: 1px solid #e2e2e2; padding: 0 25px; border-radius: 3px; margin-top: 0; font-style: normal; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box { position: relative; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::before, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::before { content: '\f0d8'; margin-top: -14px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box::after { content: '\f0d7'; margin-top: -6px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li .type-select-contact .input-box select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="checkbox"], .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="radio"] { margin-left: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="checkbox"] + label, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="checkbox"] + label, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="radio"] + label, .contact-page.one-column-cms-content .main-container .main form .fieldset ul li input[type="radio"] + label { display: block; background: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; padding: 5px 10px 5px 25px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields { margin-bottom: 0; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field { width: 50%; float: left; margin-bottom: 15px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n+1) { padding-right: 10px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n) { padding-left: 10px; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.wide { float: left; width: 100%; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.wide .type-textarea { width: 100%; float: left; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul li.wide .type-textarea textarea { width: 100%; min-width: 100%; height: auto; float: left; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul.list-select { margin-top: 0; margin-bottom: 20px; float: left; width: 100%; }

.contact-page.one-column-cms-content .main-container .main form .fieldset ul.list-select li { margin-bottom: 0; }

.contact-page.one-column-cms-content .main-container .main form .buttons-set { width: 100%; max-width: 100%; margin-left: 0; padding-top: 0; }

.contact-page.one-column-cms-content .main-container .main form .buttons-set p.required { font-size: 13px; color: #949494; margin-bottom: 5px; width: 100%; float: right; }

.gm-style-iw { padding: 15px 10px; }

/* ==========================================================================
Partner Filter
========================================================================== */
.top-container #banner-partner-map-desktop, .top-container #banner-partner-map { height: 550px; width: 100%; }

.filter-col-container { border-radius: 3px; border: 1px solid #e2e2e2; }

.filter-col-container .filter-col-header { font-weight: 300; background-color: #e2e2e2; font-size: 20px; text-align: center; padding: 20px 25px; }

.filter-col-container .filter-col-header strong { font-weight: 400; }

/* ==========================================================================
Partner Übersicht
========================================================================== */
.list-toggle-container { display: none; }

.container-coupons { height: auto; overflow: hidden; }

.container-coupons:not(.active) { display: none; }

.container-coupons:not(.active) .partner { background-image: none !important; }

.container-coupons .container-category { height: auto; overflow: hidden; }

.container-coupons .container-category:not(.active) { display: none; }

.container-coupons .container-category .partner { float: left; width: 23%; padding-bottom: 23%; margin-left: 2.666%; margin-bottom: 2.666%; background-size: cover; position: relative; }

.container-coupons .container-category .partner:nth-child(4n+1) { margin-left: 0; }

.container-coupons .container-category .partner .details { position: absolute; height: 100%; width: 100%; opacity: 0; padding: 0 10%; text-align: center; text-decoration: none; color: #fff; z-index: 100; display: flex; align-items: center; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

.container-coupons .container-category .partner .details span { width: 100%; }

.container-coupons .container-category .partner .title { color: #3c3c3b; position: absolute; bottom: 0; width: 100%; padding: 10px 15px; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; background: #fff; /* The Fallback */ background: rgba(255, 255, 255, 0.8); }

.container-coupons .container-category .partner .title .name { display: block; font-size: 18px; min-height: 42px; }

.container-coupons .container-category .partner .title .address { display: none; }

.container-coupons .container-category .partner:hover .title { opacity: 0; }

.container-coupons .container-category .partner:hover .details { opacity: 1; }

.container-coupons .container-category.container-category-gastronomie .partner .title { border-bottom: 3px solid #d30955; }

.container-coupons .container-category.container-category-gastronomie .partner .details { background: #d30955; /* The Fallback */ background: rgba(211, 9, 85, 0.95); }

.container-coupons .container-category.container-category-nachtleben .partner .title { border-bottom: 3px solid #0082bf; }

.container-coupons .container-category.container-category-nachtleben .partner .details { background: #0082bf; /* The Fallback */ background: rgba(0, 130, 191, 0.95); }

.container-coupons .container-category.container-category-freizeit .partner .title { border-bottom: 3px solid #1ba74f; }

.container-coupons .container-category.container-category-freizeit .partner .details { background: #1ba74f; /* The Fallback */ background: rgba(27, 167, 79, 0.95); }

.partner-discount { color: #a6aa7c; font-size: 22px; font-weight: 600; display: block; margin-top: 30px; margin-bottom: 10px; line-height: 30px; }

.discount-restriction { color: #a6aa7c; }

.partner-description .banner-teaser a, .partner-discount a, .discount-restriction a { color: #3c3c3b; text-decoration: underline; }

/* ==========================================================================
Google Map
========================================================================== */
.google-map h3 { font-size: 20px; }

/* ==========================================================================
Partner Detailansicht
========================================================================== */
.partner-details .top-container .partner-description .banner-content, .partner-details .top-container .app-description .banner-content, .app-details .top-container .partner-description .banner-content, .app-details .top-container .app-description .banner-content { text-shadow: none; display: flex; }

.partner-details .top-container .partner-description .banner-content .col-50, .partner-details .top-container .app-description .banner-content .col-50, .app-details .top-container .partner-description .banner-content .col-50, .app-details .top-container .app-description .banner-content .col-50 { z-index: 100; color: #3c3c3b; display: flex; flex-wrap: wrap; box-sizing: border-box; align-self: flex-start; }

.partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser { width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser h2, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser h2, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser h2, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser h2 { color: #a6aa7c; font-size: 18px; }

.partner-details .top-container .partner-description .banner-content .col-50 .book-teaser .book-link, .partner-details .top-container .app-description .banner-content .col-50 .book-teaser .book-link, .app-details .top-container .partner-description .banner-content .col-50 .book-teaser .book-link, .app-details .top-container .app-description .banner-content .col-50 .book-teaser .book-link { display: block; }

@media only screen and (max-width: 800px) { .partner-details .top-container .partner-description .banner-content .col-50 .book-teaser .hidden-xs, .partner-details .top-container .app-description .banner-content .col-50 .book-teaser .hidden-xs, .app-details .top-container .partner-description .banner-content .col-50 .book-teaser .hidden-xs, .app-details .top-container .app-description .banner-content .col-50 .book-teaser .hidden-xs { display: none; } }

.partner-details .top-container .partner-description .banner-content .col-50 .partner-logo, .partner-details .top-container .app-description .banner-content .col-50 .partner-logo, .app-details .top-container .partner-description .banner-content .col-50 .partner-logo, .app-details .top-container .app-description .banner-content .col-50 .partner-logo { width: 100%; max-width: 285px; margin-top: 0; margin-bottom: 45px; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper { width: 100%; max-width: 210px; text-align: center; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .app-logo, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .app-logo, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .app-logo, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .app-logo { width: 100%; max-width: 115px; margin-top: 0; margin-bottom: 15px; -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.45); -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.45); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.45); border-radius: 24px; display: inline-block; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper { width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a { width: 50%; float: left; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img { max-width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge, .partner-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge, .app-details .top-container .partner-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge, .app-details .top-container .app-description .banner-content .col-50 .app-logo-wrapper .store-buttons-wrapper a img.appstore-badge { padding: 6px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos, .partner-details .top-container .app-description .banner-content .col-50.short-infos, .app-details .top-container .partner-description .banner-content .col-50.short-infos, .app-details .top-container .app-description .banner-content .col-50.short-infos { padding: 50px 50px 25px 50px; /* .traffic { a, &::before { color: $color-saison; } &::before { content: '\f239'; } } */ }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .multiple-locations, .partner-details .top-container .app-description .banner-content .col-50.short-infos .multiple-locations, .app-details .top-container .partner-description .banner-content .col-50.short-infos .multiple-locations, .app-details .top-container .app-description .banner-content .col-50.short-infos .multiple-locations { max-width: 215px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon { position: relative; padding-left: 20px; padding-bottom: 10px; width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a { color: #3c3c3b; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a.grey-link, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a.grey-link, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon a.grey-link, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon a.grey-link { color: #949494; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .short-info-icon::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .short-info-icon::before { left: 0; margin-left: 0; padding-right: 0; position: absolute; font-family: "FontAwesome"; transform: translate(-50%); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .opening-hours::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .opening-hours::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .opening-hours::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .opening-hours::before { content: '\f017'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .phone::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .phone::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .phone::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .phone::before { content: '\f095'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .facebook::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .facebook::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .facebook::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .facebook::before { content: '\f09a'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .link::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .link::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .link::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .link::before { content: '\f0ac'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .location::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .location::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .location::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .location::before { content: '\f041'; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo { display: block; background-size: 100%; margin-top: 10px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_basel { width: 40px; height: 40px; background-image: url("../images/public_transport/bvb.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_bern { width: 100px; height: 12px; background-image: url("../images/public_transport/bernmobil.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_luzern { width: 140px; height: 20px; background-image: url("../images/public_transport/vbl.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich, .partner-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich, .app-details .top-container .partner-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich, .app-details .top-container .app-description .banner-content .col-50.short-infos .public_transport_logo.logo_zuerich { width: 80px; height: 37px; background-image: url("../images/public_transport/zvv.png"); }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos select, .partner-details .top-container .app-description .banner-content .col-50.short-infos select, .app-details .top-container .partner-description .banner-content .col-50.short-infos select, .app-details .top-container .app-description .banner-content .col-50.short-infos select { max-width: 100%; height: 40px; margin-top: 0; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select { position: relative; margin-bottom: 10px; max-width: 100%; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::before, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::before { content: '\f0d8'; margin-top: -13px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select::after, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select::after { content: '\f0d7'; margin-top: -6px; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select select, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select select { height: 35px; width: 100%; background-color: #fff; color: #a6aa7c; border: 1px solid #a6aa7c; line-height: 35px; padding: 0 25px 0 12px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.partner-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select option, .partner-details .top-container .app-description .banner-content .col-50.short-infos .input-select select option, .app-details .top-container .partner-description .banner-content .col-50.short-infos .input-select select option, .app-details .top-container .app-description .banner-content .col-50.short-infos .input-select select option { color: #3c3c3b; }

.partner-details .top-container .partner-description .banner-content .col-50 .features, .partner-details .top-container .app-description .banner-content .col-50 .features, .app-details .top-container .partner-description .banner-content .col-50 .features, .app-details .top-container .app-description .banner-content .col-50 .features { margin: 0 -20px 0 -17px; }

.partner-details .top-container .partner-description .banner-content .col-50 .features li, .partner-details .top-container .app-description .banner-content .col-50 .features li, .app-details .top-container .partner-description .banner-content .col-50 .features li, .app-details .top-container .app-description .banner-content .col-50 .features li { position: relative; display: inline-block; }

.partner-details .top-container .partner-description .banner-content .col-50 .features li:hover label, .partner-details .top-container .app-description .banner-content .col-50 .features li:hover label, .app-details .top-container .partner-description .banner-content .col-50 .features li:hover label, .app-details .top-container .app-description .banner-content .col-50 .features li:hover label { display: block; }

.partner-details .top-container .partner-description .banner-content .col-50 .features li label, .partner-details .top-container .app-description .banner-content .col-50 .features li label, .app-details .top-container .partner-description .banner-content .col-50 .features li label, .app-details .top-container .app-description .banner-content .col-50 .features li label { margin: 0; z-index: 100; display: none; font-weight: 500; background: #fff; padding: 5px 10px; max-height: 110px; position: absolute; white-space: nowrap; border: 1px solid #e2e2e2; }

@media screen and (max-width: 500px) { .partner-details .top-container .partner-description .banner-content .col-50 .features li label, .partner-details .top-container .app-description .banner-content .col-50 .features li label, .app-details .top-container .partner-description .banner-content .col-50 .features li label, .app-details .top-container .app-description .banner-content .col-50 .features li label { white-space: normal; } }

.partner-details .top-container .partner-description .banner-content .col-50 .features li img, .partner-details .top-container .app-description .banner-content .col-50 .features li img, .app-details .top-container .partner-description .banner-content .col-50 .features li img, .app-details .top-container .app-description .banner-content .col-50 .features li img { height: 48px; padding: 16px 9px; }

.partner-details .top-container .partner-description #partnerinfo, .partner-details .top-container .app-description #partnerinfo, .app-details .top-container .partner-description #partnerinfo, .app-details .top-container .app-description #partnerinfo { margin-top: -110px; }

.partner-details .top-container .app-description .banner-content, .app-details .top-container .app-description .banner-content { text-shadow: none; display: flex; }

.partner-details .top-container .app-description .banner-content .col-50.short-infos, .app-details .top-container .app-description .banner-content .col-50.short-infos { padding: 13px 50px 25px 50px; }

.partner-details .top-container .app-description-long, .app-details .top-container .app-description-long { padding: 10px 25px 50px 25px; }

.partner-details .top-container .app-description-long h3, .app-details .top-container .app-description-long h3 { color: #a6aa7c; font-size: 16px; margin-top: 25px; }

.partner-details .top-container .app-description-long ul, .app-details .top-container .app-description-long ul { margin: 15px 0; }

.partner-details .top-container .app-description-long ul li, .app-details .top-container .app-description-long ul li { padding-bottom: 3px; padding-left: 21px; margin-left: 10px; }

.partner-details .top-container .app-description-long ul li:before, .app-details .top-container .app-description-long ul li:before { content: "\00BB"; color: #a6aa7c; font-size: 15px; padding-right: 24px; margin-left: -30px; }

.partner-details .top-container .app-description-long h1 + ul, .partner-details .top-container .app-description-long h2 + ul, .partner-details .top-container .app-description-long h3 + ul, .app-details .top-container .app-description-long h1 + ul, .app-details .top-container .app-description-long h2 + ul, .app-details .top-container .app-description-long h3 + ul { margin: 0 0 15px 0; }

.partner-details #partner-image-slider, .partner-details #app-image-slider, .app-details #partner-image-slider, .app-details #app-image-slider { margin-top: 60px; position: relative; }

.partner-details #partner-image-slider .swiper-container .swiper-slide, .partner-details #app-image-slider .swiper-container .swiper-slide, .app-details #partner-image-slider .swiper-container .swiper-slide, .app-details #app-image-slider .swiper-container .swiper-slide { min-height: auto; display: block; }

.partner-details #partner-image-slider .swiper-container .swiper-slide img, .partner-details #app-image-slider .swiper-container .swiper-slide img, .app-details #partner-image-slider .swiper-container .swiper-slide img, .app-details #app-image-slider .swiper-container .swiper-slide img { width: 100%; height: auto; }

.partner-details #partner-image-slider .swiper-button-prev, .partner-details #partner-image-slider .swiper-button-next, .partner-details #app-image-slider .swiper-button-prev, .partner-details #app-image-slider .swiper-button-next, .app-details #partner-image-slider .swiper-button-prev, .app-details #partner-image-slider .swiper-button-next, .app-details #app-image-slider .swiper-button-prev, .app-details #app-image-slider .swiper-button-next { border-radius: 100%; width: 35px; height: 35px; margin-top: -11px; text-align: center; color: #3c3c3b; font-size: 18px; padding: 7px 15px; background-color: rgba(166, 170, 124, 0.43); -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.partner-details #partner-image-slider .swiper-button-prev.swiper-button-disabled, .partner-details #partner-image-slider .swiper-button-next.swiper-button-disabled, .partner-details #app-image-slider .swiper-button-prev.swiper-button-disabled, .partner-details #app-image-slider .swiper-button-next.swiper-button-disabled, .app-details #partner-image-slider .swiper-button-prev.swiper-button-disabled, .app-details #partner-image-slider .swiper-button-next.swiper-button-disabled, .app-details #app-image-slider .swiper-button-prev.swiper-button-disabled, .app-details #app-image-slider .swiper-button-next.swiper-button-disabled { opacity: 0; }

.partner-details #partner-image-slider .swiper-button-prev:hover, .partner-details #partner-image-slider .swiper-button-next:hover, .partner-details #app-image-slider .swiper-button-prev:hover, .partner-details #app-image-slider .swiper-button-next:hover, .app-details #partner-image-slider .swiper-button-prev:hover, .app-details #partner-image-slider .swiper-button-next:hover, .app-details #app-image-slider .swiper-button-prev:hover, .app-details #app-image-slider .swiper-button-next:hover { background-color: #a6aa7c; }

.partner-details #partner-image-slider .swiper-button-prev, .partner-details #app-image-slider .swiper-button-prev, .app-details #partner-image-slider .swiper-button-prev, .app-details #app-image-slider .swiper-button-prev { left: 30px; padding: 7px 12px; }

.partner-details #partner-image-slider .swiper-button-next, .partner-details #app-image-slider .swiper-button-next, .app-details #partner-image-slider .swiper-button-next, .app-details #app-image-slider .swiper-button-next { right: 30px; padding: 7px 16px; }

.partner-details #app-image-slider, .app-details #app-image-slider { margin-top: 0; margin-bottom: 25px; position: relative; }

.partner-details #app-image-slider .swiper-container .swiper-slide, .app-details #app-image-slider .swiper-container .swiper-slide { background-position: top center; }

.partner-details #app-image-slider .swiper-container .swiper-slide a, .app-details #app-image-slider .swiper-container .swiper-slide a { width: 100%; padding-bottom: 100%; display: block; }

.partner-details #partner-map, .partner-details .google-map.enable-map-container, .app-details #partner-map, .app-details .google-map.enable-map-container { width: 100%; height: 290px; margin-top: 30px; margin-bottom: 30px; }

.partner-details #partner-map.enable-map-container, .partner-details .google-map.enable-map-container.enable-map-container, .app-details #partner-map.enable-map-container, .app-details .google-map.enable-map-container.enable-map-container { position: relative; }

.partner-details .video-container, .app-details .video-container { padding: 0 25px 15px 25px; }

.partner-details .video-container .video-wrapper, .app-details .video-container .video-wrapper { position: relative; padding-top: 0px; height: 0; padding-bottom: 56.25%; overflow: hidden; }

.partner-details .video-container .video-wrapper iframe, .app-details .video-container .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.partner-details .store-buttons-wrapper-footer, .app-details .store-buttons-wrapper-footer { text-align: center; padding-bottom: 25px; }

.partner-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner, .app-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner { display: inline-block; }

.partner-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a, .app-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a { float: left; }

.partner-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a img.appstore-badge, .app-details .store-buttons-wrapper-footer .store-buttons-wrapper-footer-inner a img.appstore-badge { padding: 10px; }

/* ==========================================================================
Verkausstellen
========================================================================== */
#user-location { display: flex; flex-wrap: wrap; padding: 25px; }

#user-location #address { width: 260px; display: inline-block; margin: 0 auto 10px auto; border: 1px solid #a6aa7c; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }

#user-location .form-container { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; }

#user-location .form-container .button-wrapper { width: 100%; }

#user-location .form-container .button-wrapper .button-container { display: inline-block; margin: 0 auto; }

#user-location .form-container .button-wrapper .button-container button { height: 45px; }

#user-location .form-container .button-wrapper .button-container .button + .button { margin-left: 10px; }

#user-location label { width: 100%; font-weight: 400; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; text-align: center; padding-bottom: 20px; }

#location-list { width: 100%; margin-bottom: 50px; }

#location-list #list { width: 100%; display: flex; }

#location-list #list li { width: 33.333%; padding: 0 50px; margin: 50px 0 25px 0; box-sizing: border-box; cursor: pointer; }

#location-list #list li:nth-of-type(2n) { border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }

#location-list #list li .list-label { background: url("../images/map_pointer/markerBG.png"); background-repeat: no-repeat; text-align: center; padding-top: 1px; font-weight: 700; color: #a6aa7c; height: 100%; min-height: 37px; width: 24px; float: left; box-sizing: border-box; }

#location-list #list li .list-details { padding: 0 0 0 45px; }

#location-list #list li .list-details .loc-name { font-size: 16px; color: #a6aa7c; padding-bottom: 5px; }

#location-list #list li .list-details .loc-dist, #location-list #list li .list-details .loc-directions { float: left; }

#location-list #list li .list-details .loc-web { padding-bottom: 5px; }

#location-list #list li .list-details .loc-directions { padding-bottom: 5px; margin-left: 7px; }

#location-list #list li .list-details .loc-directions > a { display: block; }

.gm-style-iw { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.5em; }

.gm-style-iw .loc-logo { display: none; }

.gm-style-iw .loc-name { font-size: 18px; color: #a6aa7c; margin-bottom: 5px; }

.gm-style-iw .section { width: 100%; margin-top: 7px; }

.gm-style-iw a { color: #3c3c3b; }

body, html { width: 100%; min-width: 320px; height: auto; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px; line-height: 1.5em; color: #3c3c3b; padding: 0; margin: 0; }

body::before { content: ''; background-color: rgba(0, 0, 0, 0); -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; }

body.overflow-hidden { overflow: hidden; /* &::before { content: ''; position: fixed; top: 55px; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .3); z-index: 149; } */ }

.cms-page-view .std li { font-style: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.header-language-container, .page-header { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

* { box-sizing: border-box; }

input { outline: 0 none; }

button { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; -webkit-appearance: none; outline: 0; border: 0; }

ul, ol { list-style: none; padding: 0; margin: 0; }

ul.numbers, ol.numbers { list-style: decimal; padding: 14px; }

ul.numbers li, ol.numbers li { padding-left: 10px; }

ul.numbers li::before, ul.numbers li::marker, ol.numbers li::before, ol.numbers li::marker { color: #a6aa7c; }

a { color: #a6aa7c; text-decoration: none; cursor: pointer; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; -ms-transition: color 0.1s linear; -o-transition: color 0.1s linear; transition: color 0.1s linear; }

a:hover { color: #535637; }

a.link-with-arrow::before, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a::before, .blog-index-list .postWrapper .postContent a.aw-blog-read-more::before, .blog-post-view .postWrapper .postContent a.aw-blog-read-more::before, #location-list #list li .list-details .loc-directions > a::before { content: '\f101\00a0'; font-family: "FontAwesome"; font-size: 12px; }

a.grey-link { color: #949494; }

a.invisible-link { color: #3c3c3b; }

a.invisible-link:hover { color: #3c3c3b; text-decoration: none; }

a.anchor { display: block; padding-top: 110px; margin-top: -110px; z-index: -1; position: relative; cursor: default; }

.skip-link:not(.skip-active):hover { opacity: 1; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; text-transform: none; }

h2, .h2 { font-size: 44px; font-weight: 300; color: #3c3c3b; }

h3, .h3 { font-size: 28px; font-weight: 300; color: #3c3c3b; }

h4, .h4 { font-size: 28px; font-weight: 400; color: #3c3c3b; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] { height: 45px; width: 100%; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus { border: 1px solid #a6aa7c; }

.gb-layer-380.gb-layer-shown { height: 0; bottom: auto !important; margin: 0 auto !important; }

body #messages { width: 100%; float: left; }

body #messages ul.messages { float: left; width: 100%; padding: 20px 0 0 0; margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body #messages ul.messages .success-msg, body #messages ul.messages .error-msg, body #messages ul.messages .notice-msg { padding-left: 0 !important; margin-left: 0 !important; }

body #messages ul.messages .success-msg::after, body #messages ul.messages .success-msg::before, body #messages ul.messages .error-msg::after, body #messages ul.messages .error-msg::before, body #messages ul.messages .notice-msg::after, body #messages ul.messages .notice-msg::before { display: none; }

body #messages ul.messages .success-msg ul, body #messages ul.messages .error-msg ul, body #messages ul.messages .notice-msg ul { margin-top: 0 !important; margin-bottom: 0 !important; margin-left: 0 !important; }

body #messages ul.messages .success-msg ul li, body #messages ul.messages .error-msg ul li, body #messages ul.messages .notice-msg ul li { border-radius: 2px; margin-bottom: 10px; }

body #messages ul.messages .success-msg ul li::after, body #messages ul.messages .success-msg ul li::before, body #messages ul.messages .error-msg ul li::after, body #messages ul.messages .error-msg ul li::before, body #messages ul.messages .notice-msg ul li::after, body #messages ul.messages .notice-msg ul li::before { display: none; }

body #messages ul.messages .success-msg li { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; }

body #messages ul.messages .error-msg li { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; }

body #messages ul.messages .notice-msg li { color: #d4c276; background-color: #f6f3ed; border: 1px solid #d4c276; }

body .col-main #messages ul.messages, body .dashboard #messages ul.messages { padding-top: 0; }

body .col-main #messages ul.messages .success-msg ul li, body .col-main #messages ul.messages .error-msg ul li, body .col-main #messages ul.messages .notice-msg ul li, body .dashboard #messages ul.messages .success-msg ul li, body .dashboard #messages ul.messages .error-msg ul li, body .dashboard #messages ul.messages .notice-msg ul li { margin-bottom: 20px; }

body.catalog-product-view .col-main #messages ul.messages { padding-top: 20px; }

regular { font-weight: 400; }

.clear { clear: both; }

/* cols */
.col-100 { width: 100%; }

.col-90 { width: 90%; }

.col-80 { width: 80%; }

.col-75 { width: 75%; }

.col-66 { width: 66.666%; }

.col-50 { width: 50%; }

.col-33 { width: 33.333%; }

.col-25 { width: 25%; }

.col-20 { width: 20%; }

.col-10 { width: 10%; }

/* Margin */
.mb-xs { margin-bottom: 15px; }

.mb-sm { margin-bottom: 30px; }

.mb-lg { margin-bottom: 50px; }

.mb-xl { margin-bottom: 100px; }

.mt-xs { margin-top: 15px; }

.mt-sm { margin-top: 30px; }

.mt-lg { margin-top: 50px; }

.mt-xl { margin-top: 100px; }

/* ========================================================================== Elements ========================================================================== */
.btn-default, body.checkout-cart-index .button, body.customer-account .invivations-theme-account .button, body.customer-account-login .invivations-theme-account .button, body.customer-account-create .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account .button, body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpoints-index-settings .button { display: inline-block; text-decoration: none !important; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 14px !important; background-color: #606063; color: #fff; padding: 0 25px !important; line-height: 45px !important; min-height: 45px !important; border-radius: 3px; text-transform: uppercase; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.btn-default:hover, body.checkout-cart-index .button:hover, body.customer-account .invivations-theme-account .button:hover, body.customer-account-login .invivations-theme-account .button:hover, body.customer-account-create .invivations-theme-account .button:hover, body.customer-account-forgotpassword .invivations-theme-account .button:hover, body.customer-account-changeforgotten .invivations-theme-account .button:hover, body.customer-account-confirmation .invivations-theme-account .button:hover, body.customer-account.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointscoupon-index-index .button:hover, body.customer-account.rewardpoints-index-settings .button:hover, body.customer-account-login.rewardpointscoupon-index-index .button:hover, body.customer-account-login.rewardpoints-index-settings .button:hover, body.customer-account-create.rewardpointscoupon-index-index .button:hover, body.customer-account-create.rewardpoints-index-settings .button:hover, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button:hover, body.customer-account-forgotpassword.rewardpoints-index-settings .button:hover, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button:hover, body.customer-account-changeforgotten.rewardpoints-index-settings .button:hover, body.customer-account-confirmation.rewardpointscoupon-index-index .button:hover, body.customer-account-confirmation.rewardpoints-index-settings .button:hover { color: #fff; background-color: #79797d; }

.btn-sm { font-size: 13px !important; padding: 0 15px !important; line-height: normal !important; min-height: 38px !important; }

.btn-saison, body.checkout-cart-index .button, body.customer-account .invivations-theme-account .button, body.customer-account-login .invivations-theme-account .button, body.customer-account-create .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account .button, body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpoints-index-settings .button { color: #3c3c3b; background-color: #a6aa7c; }

.btn-saison:hover, body.checkout-cart-index .button:hover, body.customer-account .invivations-theme-account .button:hover, body.customer-account-login .invivations-theme-account .button:hover, body.customer-account-create .invivations-theme-account .button:hover, body.customer-account-forgotpassword .invivations-theme-account .button:hover, body.customer-account-changeforgotten .invivations-theme-account .button:hover, body.customer-account-confirmation .invivations-theme-account .button:hover, body.customer-account.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button:hover, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button:hover, body.customer-account.rewardpointscoupon-index-index .button:hover, body.customer-account.rewardpoints-index-settings .button:hover, body.customer-account-login.rewardpointscoupon-index-index .button:hover, body.customer-account-login.rewardpoints-index-settings .button:hover, body.customer-account-create.rewardpointscoupon-index-index .button:hover, body.customer-account-create.rewardpoints-index-settings .button:hover, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button:hover, body.customer-account-forgotpassword.rewardpoints-index-settings .button:hover, body.customer-account-changeforgotten.rewardpointscoupon-index-index .button:hover, body.customer-account-changeforgotten.rewardpoints-index-settings .button:hover, body.customer-account-confirmation.rewardpointscoupon-index-index .button:hover, body.customer-account-confirmation.rewardpoints-index-settings .button:hover { color: #3c3c3b; background-color: #9ba06d; }

.btn-gmap { padding: 10px 15px !important; float: left; margin-top: 15px; }

.swiper-button-next, .swiper-button-prev { background-image: none !important; font-size: 28px; color: #606063; }

.subheadline-thin { font-size: 1.4em; font-weight: 300; line-height: 1.2em; display: block; }

.radio-options-outline { font-weight: 300; font-size: 16px; line-height: 43px; color: #a6aa7c; text-decoration: none; text-transform: uppercase; display: inline-block; border: 1px solid #a6aa7c; padding: 0 25px; cursor: pointer; min-height: 45px; border-radius: 3px; opacity: .45; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }

.radio-options-outline:hover, .radio-options-outline.active { opacity: 1; color: #a6aa7c; text-decoration: none; }

input[type="radio"]:checked + label.radio-options-outline { opacity: 1; }

/* ========================================================================== Scroll Top Icon ========================================================================== */
#scroll-top { display: none; z-index: 1000; width: 45px; height: 45px; position: fixed; bottom: 50px; right: 100px; font-size: 24px; font-weight: 700; color: #3c3c3b; background-color: #a6aa7c; border-radius: 100%; box-sizing: border-box; padding: 0; line-height: 41px; text-align: center; cursor: pointer; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

/* ========================================================================== Container ========================================================================== */
.container-full { float: left; width: 100%; }

.main-container { padding: 0; max-width: none; }

.col-main { float: none; }

.container-content { padding: 0 25px; margin: 0 auto; width: 100%; max-width: 1010px; }

.content-wrapper { padding: 50px 40px; background-color: #fff; }

.content-padding-top { padding-top: 180px; }

.content-padding-top-sm { padding-top: 70px; }

.content-padding-bottom-xs { padding-bottom: 15px; }

/* ========================================================================== Cookie Notice ========================================================================== */
.notice-cookie { position: fixed; bottom: 0; z-index: 1000; width: 100%; background: #3c3c3b; }

.notice-cookie .notice-inner { font-size: 13px; line-height: 1.5em; color: #fff; padding: 15px 25px; }

.notice-cookie .actions { padding-bottom: 0; float: right; }

/* ========================================================================== Sub Nav ========================================================================== */
#header-sub-nav { background-color: #a6aa7c; text-align: left; height: 42px; }

#header-sub-nav ul.sub-nav > li { display: inline-block; font-size: 0.9em; line-height: 42px; }

#header-sub-nav ul.sub-nav > li:first-child a { padding-left: 0; }

#header-sub-nav ul.sub-nav > li > a { color: #3c3c3b; padding: 0 13px; display: block; }

#header-sub-nav ul.sub-nav > li > a:hover { text-decoration: underline; }

#header-sub-nav ul.sub-nav > li.lines { padding: 0 13px; }

/* ========================================================================== Search ========================================================================== */
#header-search { position: relative; display: none; top: 0; width: 100%; height: 60px; }

#header-search.collapsed { display: block; }

#search_mini_form label, #search-mobile label { display: none; }

#search_mini_form #search, #search_mini_form #search-mobile-input, #search-mobile #search, #search-mobile #search-mobile-input { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; width: 100%; padding: 0 25px; font-size: 1.3em; line-height: 60px; height: 60px; border: 0 none; border-bottom: 1px solid #e2e2e2; }

#search_mini_form .search-button, #search-mobile .search-button { padding: 0; height: auto; width: auto; position: absolute; top: 0; right: 0; border: 0; background: none; width: 60px; height: 60px; color: #3c3c3b; font-size: 20px; text-indent: 0; }

#search_mini_form .search-button::before, #search-mobile .search-button::before { display: none; }

/* ========================================================================== Navi ========================================================================== */
.page-headline-mobile { display: none; }

#header { max-width: none; padding: 0; margin: 0; background-color: #fff; }

#header .page-header-container .logo { margin-left: -81px; padding: 10px; min-height: auto; max-width: none; width: auto; float: left; }

#header .page-header-container .logo img { height: 73px; padding: 0; }

#header .page-header-container .logo img.logo-mobile { display: none; }

#header #header-nav { float: left; border-bottom: none; }

#header #header-nav #nav { float: left; padding: 10px; padding-left: 25px; padding-right: 0; }

#header #header-nav #nav .nav-primary { margin-top: 0; }

#header #header-nav #nav .nav-primary a { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#header #header-nav #nav .nav-primary > li { float: left; /* === Warenkorb === */ }

#header #header-nav #nav .nav-primary > li > a, #header #header-nav #nav .nav-primary > li > span { line-height: 64px; padding-right: 26px; }

#header #header-nav #nav .nav-primary > li:first-child > a > span { text-transform: lowercase; }

#header #header-nav #nav .nav-primary > li.account-menu-mobile { display: none; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container { padding-left: 30px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon { cursor: pointer; display: none; float: right; height: 25px; margin: 5px 0; position: relative; width: 25px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span { background-color: #3c3c3b; border-radius: 4px; display: block; position: absolute; height: 2px; width: 100%; left: 0; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(1) { top: 0px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(2), #header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(3) { top: 9px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon span:nth-child(4) { top: 18px; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(1) { top: 10px; left: 50%; width: 0; }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

#header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon.open span:nth-child(4) { left: 50%; top: 10px; width: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart { float: left; padding-left: 0; position: relative; }

#header #header-nav #nav .nav-primary > li.header-minicart.open .cart-top-container { display: block; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link { color: #3c3c3b; background: transparent; text-decoration: none; display: block; position: relative; margin-top: 19px; height: auto; padding: 0; padding-right: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .icon { display: block; font-size: 24px; background: none; line-height: initial; width: auto; margin-right: 0; height: auto; text-indent: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .label { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .count { position: absolute; display: block; background: #3c3c3b; color: #fff; width: 22px; height: 22px; line-height: 22px; border-radius: 1em; text-align: center; font-size: 0.8em; bottom: -12px; right: -15px; top: auto; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link .count:before, #header #header-nav #nav .nav-primary > li.header-minicart .skip-link .count:after { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .skip-link:hover .icon { color: #a6aa7c; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container { width: 330px; left: 15px; top: 40px; border: 1px solid #e2e2e2; border-radius: 3px; position: absolute; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details { float: left; width: 100%; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .a-center { text-align: center; padding: 15px 10px; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal { float: left; width: 100%; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list { padding: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item { border-bottom: 1px solid #e2e2e2; margin-bottom: 0; float: left; width: 100%; padding: 10px 10px 10px 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item:last-of-type { border-bottom: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-image { width: 30%; float: left; box-sizing: border-box; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-image img { margin: 0 auto; display: inherit; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details { width: 70%; float: left; margin-left: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc { width: 80%; float: left; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .product-name { font-weight: 700; margin: 3px 0 6px 0; line-height: 18px; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .product-name a { color: #3c3c3b; line-height: 18px; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -ms-transition: color 0.3s linear; -o-transition: color 0.3s linear; transition: color 0.3s linear; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .product-name a:hover { color: #a6aa7c; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-desc .truncated { font-size: 11px; line-height: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions { width: 20%; float: left; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit { display: block; float: right; padding: 6px 4px; margin: 0; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove::after, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit::after { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove:hover, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit:hover { color: transparent; background: transparent; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove span, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit span { font-size: 0px; padding: 0 5px; width: 13px; height: 13px; display: block; background-image: url("../images/icons_cart_sprite@2x.png"); background-repeat: no-repeat; background-size: 26px; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove span { background-position: right bottom; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit span { background-position: left bottom; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-remove span:hover { background-position: right top; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .mini-products-list .item .product-details .item-actions .btn-edit span:hover { background-position: left top; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .text-recently { display: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal { padding: 10px 14px; text-align: left; background-color: transparent; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal .price, #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .details .subtotal .label { font-size: 18px; font-weight: 600; line-height: normal; color: #a6aa7c; text-transform: none; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .button-wrapper { padding: 10px 13px 13px 13px; float: left; width: 100%; text-align: right; }

#header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container .button-wrapper button { font-size: 12px !important; }

#header #header-nav #nav .nav-primary li { position: relative; }

#header #header-nav #nav .nav-primary li .headline, #header #header-nav #nav .nav-primary li .submenu-toggle { display: none; }

#header #header-nav #nav .nav-primary li > a, #header #header-nav #nav .nav-primary li > span { color: #3c3c3b; display: block; text-transform: none; font-weight: 700; text-decoration: none; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; -ms-transition: color 0.1s linear; -o-transition: color 0.1s linear; transition: color 0.1s linear; }

#header #header-nav #nav .nav-primary li > a:hover, #header #header-nav #nav .nav-primary li > span:hover { color: #a6aa7c; cursor: pointer; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar), #header #header-nav #nav .nav-primary li > ul { display: none; list-style: none; background: #fff; border: none 0; position: absolute; left: -30px; top: 73px; z-index: 10; min-width: 150px; padding: 15px 30px; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar).cart-top-container, #header #header-nav #nav .nav-primary li > ul.cart-top-container { padding: 0; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li, #header #header-nav #nav .nav-primary li > ul li { line-height: 30px; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li.parent, #header #header-nav #nav .nav-primary li > ul li.parent { position: relative; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li.parent > a::after, #header #header-nav #nav .nav-primary li > ul li.parent > a::after { content: '\203A'; color: #a6aa7c; position: absolute; width: 0; height: 0; display: block; border-top: none; border-bottom: none; border-left: none; border-right: none; right: 5px; top: 0; margin-top: 0; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li a, #header #header-nav #nav .nav-primary li > ul li a { border: none 0; }

#header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) li ul, #header #header-nav #nav .nav-primary li > ul li ul { position: absolute; float: left; left: 100%; top: -13px; }

#header #header-nav #nav .nav-primary li:hover > ol, #header #header-nav #nav .nav-primary li:hover > ul { display: block; }

#header #header-nav #nav .nav-primary > li > ul { top: 55px; padding: 35px 30px 15px 30px; }

#header #header-nav #mobile-nav { display: none; }

body.fixed { padding-top: 135px; }

body.fixed #header-sub-nav { position: fixed; top: -42px; }

body.fixed #header { width: 100%; top: 0; position: fixed; z-index: 200; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

/* ========================================================================== Banner Top ========================================================================== */
.top-container, #header-slider { width: 100%; max-width: 100%; padding: 0; }

.top-container .banner-header, .top-container .swiper-container:not(.news-header) .swiper-slide, #header-slider .banner-header, #header-slider .swiper-container:not(.news-header) .swiper-slide { min-height: 500px; background-size: cover; justify-content: flex-end; background-position: center; display: flex; }

.top-container .banner-header img.header-image-mobile, .top-container .swiper-container:not(.news-header) .swiper-slide img.header-image-mobile, #header-slider .banner-header img.header-image-mobile, #header-slider .swiper-container:not(.news-header) .swiper-slide img.header-image-mobile { display: none; }

.top-container .banner-header .image-credit, .top-container .swiper-container:not(.news-header) .swiper-slide .image-credit, #header-slider .banner-header .image-credit, #header-slider .swiper-container:not(.news-header) .swiper-slide .image-credit { position: absolute; right: 5px; bottom: 4px; color: #fff; font-size: 12px; }

.top-container .banner-content, #header-slider .banner-content { display: flex; position: relative; }

.top-container .banner-content .banner-content-wrapper h2, #header-slider .banner-content .banner-content-wrapper h2 { text-transform: none; text-decoration: none; border-bottom: none; }

.top-container .banner-content .banner-content-wrapper h2 strong, #header-slider .banner-content .banner-content-wrapper h2 strong { font-weight: 400; }

.top-container .banner-content .banner-content-wrapper p, #header-slider .banner-content .banner-content-wrapper p { font-size: 18px; }

.top-container .banner-content .banner-teaser, #header-slider .banner-content .banner-teaser { width: 60%; max-width: 550px; top: 100%; left: 25px; color: #3c3c3b; background-color: #fff; padding: 40px 35px; margin-top: -60px; text-shadow: none; z-index: 100; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

.catalog-product-view #header-slider .banner-content { display: none !important; }

.top-container .banner-header { justify-content: flex-end; background-position: center; }

.top-container .banner-header.header-startpage { min-height: 600px; height: calc(100vh - 135px); }

.top-container .banner-header .banner-content { background-color: #a6aa7c; height: 100%; width: 38%; max-width: 740px; margin: 0; align-items: center; color: #3c3c3b; text-shadow: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35); }

.top-container .banner-header .banner-content p { font-size: 16px; }

.top-container .banner-header .banner-content h2 { color: #3c3c3b; font-size: 35px; font-weight: 600; font-weight: bold; }

.top-container .banner-header .banner-content a.btn { border-radius: 3px; padding: 10px 15px; color: #3c3c3b; text-transform: uppercase; background-color: #fff; transition: all .25s ease-in-out; margin-top: 30px; line-height: normal; display: block; width: auto; float: left; }

.top-container .banner-header .banner-content a.btn:hover { color: #fff; text-decoration: none; background-color: #3c3c3b; }

.top-container .banner-header .banner-content .banner-content-wrapper { width: 100%; padding-bottom: 0; }

.top-container .banner-header .banner-content .notice-flag { width: calc(50% + 60px); min-width: 280px; padding: 20px 20px 20px 90px; margin-left: -60px; margin-bottom: 70px; background-repeat: no-repeat; background-size: auto 65%; background-position: 30px 50%; background-image: url("../images/phone.svg"); box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); color: #fff; background-color: #3c3c3b; position: relative; }

.top-container .banner-header .banner-content .notice-flag::before { content: ''; width: 0; height: 0; left: 0; top: -16px; position: absolute; border-right: 6px solid #797979; border-bottom: 6px solid #797979; border-top: 10px solid transparent; border-left: 4px solid transparent; }

@media screen and (max-width: 900px) { .top-container .banner-header .banner-content { width: 50%; } }

@media screen and (max-width: 800px) { .top-container .banner-header { display: block; background-position: left top; }
  .top-container .banner-header .banner-content { width: 100%; height: auto; max-width: 100%; padding: 25px; }
  .top-container .banner-header .banner-content .banner-content-wrapper { background-color: #a6aa7c; }
  .top-container .banner-header .banner-content .banner-content-wrapper p, .top-container .banner-header .banner-content .banner-content-wrapper h2 { color: #3c3c3b; text-align: left; }
  .top-container .banner-header .banner-content a.btn { margin-bottom: 20px; }
  .top-container .banner-header .banner-content .notice-flag { width: 50%; margin-left: 0; margin-top: -36px; margin-bottom: 15px; }
  .top-container .banner-header .banner-content .notice-flag p { color: #fff; }
  .top-container .banner-header .banner-content .notice-flag::before { top: 0; left: auto; right: -10px; border-left: 6px solid #797979; border-bottom: 6px solid #797979; border-top: 10px solid transparent; border-right: 4px solid transparent; } }

@media screen and (max-width: 370px) { .top-container .banner-header .banner-content .container-content { padding: 0; } }

/* ========================================================================== News Slider ========================================================================== */
#container-news-header { background: rgba(255, 255, 255, 0.7); margin-top: -110px; padding: 0 25px; position: relative; }

#container-news-header.static { margin-top: 0; padding: 10px 25px; text-align: center; background-color: #fff; }

#container-news-header.static a { color: #3c3c3b; text-decoration: underline; }

#container-news-header .news-header .swiper-wrapper { height: 110px; }

#container-news-header .news-header .swiper-wrapper .swiper-slide { padding: 10px 20px; width: 25%; height: 100%; font-size: 0.9em; position: relative; }

#container-news-header .news-header .swiper-wrapper .swiper-slide h3 { font-size: 14px; font-weight: 400; margin: 2px 0; }

#container-news-header .news-header .swiper-wrapper .swiper-slide a { color: #3c3c3b; }

#container-news-header .news-header .swiper-wrapper .swiper-slide a:hover { text-decoration: underline; }

#container-news-header .news-header .swiper-wrapper .swiper-slide a.link-with-arrow::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-index-list .postWrapper .postContent a.aw-blog-read-more::before, .blog-index-list .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-post-view .postWrapper .postContent a.aw-blog-read-more::before, .blog-post-view .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide #location-list #list li .list-details .loc-directions > a::before, #location-list #list li .list-details #container-news-header .news-header .swiper-wrapper .swiper-slide .loc-directions > a::before { font-size: 11px; }

#container-news-header .news-header .swiper-wrapper .swiper-slide:before { content: ''; display: block; position: absolute; top: 10%; left: 0; height: 80%; border-left: 1px solid #3c3c3b; }

#container-news-header .news-header .swiper-wrapper .swiper-slide.swiper-slide-active:before { border-color: transparent; }

#container-news-header .swiper-button-next, #container-news-header .swiper-button-prev { line-height: 110px; position: absolute; top: 0; margin: 0; bottom: 0; }

#container-news-header .swiper-button-prev { text-align: left; }

#container-news-header .swiper-button-next { text-align: right; }

/* ==========================================================================
Teaser Text Homepage
========================================================================== */
#teaser-text-homepage { padding-top: 50px; }

#teaser-text-homepage .container-content #messages { margin-bottom: 20px; }

#teaser-text-homepage-mobile { display: none; }

/* ========================================================================== Select City ========================================================================== */
#select-city { padding-bottom: 30%; background-size: 100%; background-position: bottom center; background-repeat: no-repeat; background-image: url("../images/city_images/basel.jpg"); -webkit-transition: background-image 0.3s linear; -moz-transition: background-image 0.3s linear; -ms-transition: background-image 0.3s linear; -o-transition: background-image 0.3s linear; transition: background-image 0.3s linear; }

#select-city::after { width: 0; height: 0; z-index: -1; overflow: hidden; position: absolute; content: url("../images/city_images/zuerich.jpg") url("../images/city_images/luzern.jpg") url("../images/city_images/bern.jpg") url("../images/city_images/basel.jpg"); }

#select-city.basel { background-image: url("../images/city_images/basel.jpg"); }

#select-city.bern { background-image: url("../images/city_images/bern.jpg"); }

#select-city.luzern { background-image: url("../images/city_images/luzern.jpg"); }

#select-city.zuerich { background-image: url("../images/city_images/zuerich.jpg"); }

#select-city h2 { padding: 50px 40px 0 40px; margin: 0; z-index: 10; }

#select-city .content-wrapper { padding: 0 40px 50px 40px; }

#select-city .swiper-wrapper { display: block; float: left; background-color: #fff; }

#select-city .swiper-slide { width: 50%; float: left; padding-top: 70px; background-color: #fff; }

#select-city .swiper-slide > img { float: left; max-width: 50%; }

#select-city .swiper-slide .slide-city-description { width: 100%; text-align: left; float: left; padding: 0 25px 25px 25px; }

#select-city .swiper-slide .slide-city-description img { width: 100%; margin: 0 auto; max-width: 350px; }

#select-city .swiper-slide .slide-city-description .product-teaser-row img { max-width: 78px; margin-left: 0; margin-right: 15px; }

#select-city .swiper-slide .slide-city-description h4 { margin-top: 15px; }

#select-city .swiper-slide .slide-city-description > span { display: block; }

#select-city .swiper-slide .slide-city-description .btn-default, #select-city .swiper-slide .slide-city-description body.checkout-cart-index .button, body.checkout-cart-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account .invivations-theme-account .button, body.customer-account .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-login .invivations-theme-account .button, body.customer-account-login .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-create .invivations-theme-account .button, body.customer-account-create .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .swiper-slide .slide-city-description button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-settings .button, body.customer-account.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-login.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpointscoupon-index-index #select-city .swiper-slide .slide-city-description .button, #select-city .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpoints-index-settings #select-city .swiper-slide .slide-city-description .button { margin-top: 45px; }

#select-city .swiper-slide::after { content: ""; opacity: 0.05; top: -30px; right: 0; position: absolute; z-index: -1; width: 250px; height: 250px; background-repeat: no-repeat; background-size: 100% 100%; }

#select-city .swiper-slide.slide-basel::after { background-image: url("../images/city_icon_basel.png"); }

#select-city .swiper-slide.slide-bern::after { background-image: url("../images/city_icon_bern.png"); }

#select-city .swiper-slide.slide-luzern::after { background-image: url("../images/city_icon_luzern.png"); }

#select-city .swiper-slide.slide-zuerich::after { background-image: url("../images/city_icon_zuerich.png"); }

.filter-col-content { background-color: #fff; height: auto; overflow: hidden; text-align: center; }

.filter-col-content > div { display: inline-block; width: 25%; height: 130px; cursor: not-allowed; position: relative; opacity: 0.3; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -ms-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }

.filter-col-content > div.enabled { cursor: pointer; }

.filter-col-content > div > i { background-repeat: no-repeat; background-position: top center; background-size: 70px 70px; display: inline-block; margin-top: 30px; width: 70px; height: 70px; }

.filter-col-content > div > span { position: absolute; text-align: center; text-transform: uppercase; width: 100%; bottom: 10px; left: 0; font-size: 14px; }

.filter-col-content > div.active { opacity: 1; }

.filter-col-content > div.active::after { content: ''; display: block; position: absolute; border-bottom: 4px solid #606063; bottom: 0; width: 116px; max-width: 100%; margin-left: auto; margin-right: auto; left: 0; right: 0; }

.filter-col-content > div.pagination-basel i { background-image: url("../images/city_icon_basel.png"); }

.filter-col-content > div.pagination-bern i { background-image: url("../images/city_icon_bern.png"); }

.filter-col-content > div.pagination-luzern i { background-image: url("../images/city_icon_luzern.png"); }

.filter-col-content > div.pagination-zuerich i { background-image: url("../images/city_icon_zuerich.png"); }

.filter-col-content > div.pagination-gastronomie i { background-image: url("../images/category_icon_gastro.png"); }

.filter-col-content > div.pagination-nachtleben i { background-image: url("../images/category_icon_night.png"); }

.filter-col-content > div.pagination-freizeit i { background-image: url("../images/category_icon_leisure.png"); }

.filter-col-content.teaser-products > div { width: 50%; height: 60px; font-size: 14px; }

.filter-col-content.multi-color > div > i { background-size: 70px 140px; }

.filter-col-content.multi-color > div.active > i { background-position: bottom center; }

.filter-col-content.multi-color > div.pagination-gastronomie.active > span { color: #d30955; }

.filter-col-content.multi-color > div.pagination-gastronomie::after { border-color: #d30955; }

.filter-col-content.multi-color > div.pagination-nachtleben.active > span { color: #0082bf; }

.filter-col-content.multi-color > div.pagination-nachtleben::after { border-color: #0082bf; }

.filter-col-content.multi-color > div.pagination-freizeit.active > span { color: #1ba74f; }

.filter-col-content.multi-color > div.pagination-freizeit::after { border-color: #1ba74f; }

/* ========================================================================== Teaser Categories ========================================================================== */
#teaser-categories .container-teaser { position: relative; float: left; width: 100%; padding-bottom: 60px; box-sizing: content-box; z-index: 0; }

#teaser-categories .container-teaser .teaser-text { width: 390px; padding: 40px; background-color: #fff; text-align: center; color: #949494; }

#teaser-categories .container-teaser .teaser-text .icon-category { height: 60px; display: block; margin: 0 auto 10px; }

#teaser-categories .container-teaser .teaser-text .link-with-arrow, #teaser-categories .container-teaser .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories .container-teaser .teaser-text a, #teaser-categories .container-teaser .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories .container-teaser .teaser-text .aw-blog-read-more, #teaser-categories .container-teaser .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories .container-teaser .teaser-text .aw-blog-read-more, #teaser-categories .container-teaser .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories .container-teaser .teaser-text .loc-directions > a { display: block; margin: 15px auto 0; }

#teaser-categories .container-teaser .teaser-slider { position: absolute; }

#teaser-categories .container-teaser .teaser-slider .teaser-container { width: 100%; height: 100%; }

#teaser-categories .container-teaser .teaser-slider .teaser-container .swiper-container { width: 100%; height: 100%; }

#teaser-categories .container-teaser .teaser-slider .teaser-container .swiper-container .swiper-slide { background-size: cover; }

#teaser-categories #teaser-gastronomie { min-height: 517px; }

#teaser-categories #teaser-gastronomie .teaser-text { margin-top: -25px; float: left; }

#teaser-categories #teaser-gastronomie .teaser-text .link-with-arrow, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-gastronomie .teaser-text a, #teaser-categories #teaser-gastronomie .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories #teaser-gastronomie .teaser-text .aw-blog-read-more, #teaser-categories #teaser-gastronomie .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories #teaser-gastronomie .teaser-text .aw-blog-read-more, #teaser-categories #teaser-gastronomie .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories #teaser-gastronomie .teaser-text .loc-directions > a, #teaser-categories #teaser-gastronomie .teaser-text h3 { color: #d30955; }

#teaser-categories #teaser-gastronomie .teaser-slider.slider-1 { width: 772px; height: 317px; top: 200px; left: -30px; z-index: -2; }

#teaser-categories #teaser-gastronomie .teaser-slider.slider-2 { width: 271px; height: 287px; top: 120px; right: 0; z-index: -1; }

#teaser-categories #teaser-nachtleben { min-height: 427px; }

#teaser-categories #teaser-nachtleben .teaser-text { float: right; }

#teaser-categories #teaser-nachtleben .teaser-text .link-with-arrow, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-nachtleben .teaser-text a, #teaser-categories #teaser-nachtleben .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories #teaser-nachtleben .teaser-text .aw-blog-read-more, #teaser-categories #teaser-nachtleben .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories #teaser-nachtleben .teaser-text .aw-blog-read-more, #teaser-categories #teaser-nachtleben .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories #teaser-nachtleben .teaser-text .loc-directions > a, #teaser-categories #teaser-nachtleben .teaser-text h3 { color: #0082bf; }

#teaser-categories #teaser-nachtleben .teaser-slider.slider-1 { width: 332px; height: 287px; top: 25px; left: -30px; z-index: -1; }

#teaser-categories #teaser-nachtleben .teaser-slider.slider-2 { width: 480px; height: 297px; top: 130px; left: 70px; z-index: -2; }

#teaser-categories #teaser-freizeit { min-height: 567px; }

#teaser-categories #teaser-freizeit .teaser-text { float: left; }

#teaser-categories #teaser-freizeit .teaser-text .link-with-arrow, #teaser-categories #teaser-freizeit .teaser-text body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #teaser-categories #teaser-freizeit .teaser-text a, #teaser-categories #teaser-freizeit .teaser-text .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent #teaser-categories #teaser-freizeit .teaser-text .aw-blog-read-more, #teaser-categories #teaser-freizeit .teaser-text .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent #teaser-categories #teaser-freizeit .teaser-text .aw-blog-read-more, #teaser-categories #teaser-freizeit .teaser-text #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details #teaser-categories #teaser-freizeit .teaser-text .loc-directions > a, #teaser-categories #teaser-freizeit .teaser-text h3 { color: #1ba74f; }

#teaser-categories #teaser-freizeit .teaser-slider.slider-1 { width: 310px; height: 414px; top: -85px; right: 0; z-index: -2; }

#teaser-categories #teaser-freizeit .teaser-slider.slider-2 { width: 340px; height: 394px; top: 173px; right: 150px; z-index: -1; }

/* ========================================================================== Statistiken ========================================================================== */
#statistics { background-color: #f9f8f9; }

#statistics .container-content { display: flex; max-width: 800px; }

#statistics .container-content .statistic-elem { align-items: stretch; width: 25%; padding: 100px 5px 50px; text-align: center; position: relative; }

#statistics .container-content .statistic-elem strong { color: #606063; display: block; font-size: 1.3em; margin-bottom: 5px; }

#statistics .container-content .statistic-elem img { display: block; width: 80px; position: absolute; top: 25px; margin-left: auto; margin-right: auto; left: 0; right: 0; }

/* ========================================================================== Meinungen ========================================================================== */
#opinions { padding-top: 70px; padding-bottom: 130px; background: url("../images/bg_content_opinion.jpg") no-repeat bottom center; background-size: 100%; text-align: center; }

#opinions .swiper-container { background-color: #fff; margin-bottom: 50px; }

#opinions .swiper-container .swiper-slide { padding: 30px 150px 30px; }

#opinions .swiper-container .swiper-slide strong { display: block; margin-top: 35px; }

#opinions #container-newsletter { padding-left: 150px; padding-right: 150px; }

#opinions #container-newsletter #mc_embed_signup_scroll { padding-top: 50px; }

#opinions #container-newsletter .newsletter-input { display: flex; }

#opinions #container-newsletter .newsletter-input input { flex-grow: 1; }

#opinions #container-newsletter .newsletter-input a, #opinions #container-newsletter .newsletter-input button { width: 200px; margin-left: 20px; position: relative; }

#opinions #container-newsletter .newsletter-input a:disabled, #opinions #container-newsletter .newsletter-input a.loading, #opinions #container-newsletter .newsletter-input button:disabled, #opinions #container-newsletter .newsletter-input button.loading { color: #ccc; background-color: #eee; }

#opinions #container-newsletter .newsletter-input a.loading, #opinions #container-newsletter .newsletter-input button.loading { padding-left: 50px !important; }

#opinions #container-newsletter .newsletter-input a.loading .lds-ellipsis, #opinions #container-newsletter .newsletter-input button.loading .lds-ellipsis { display: inline-block; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis, #opinions #container-newsletter .newsletter-input button .lds-ellipsis { left: 18px; width: 25px; height: 45px; display: none; position: absolute; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span, #opinions #container-newsletter .newsletter-input button .lds-ellipsis span { position: absolute; top: 21px; width: 4px; height: 4px; border-radius: 50%; background: #ccc; animation-timing-function: cubic-bezier(0, 1, 1, 0); }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(1), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(1) { left: 0px; animation: lds-ellipsis1 0.6s infinite; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(2), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(2) { left: 0px; animation: lds-ellipsis2 0.6s infinite; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(3), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(3) { left: 8px; animation: lds-ellipsis2 0.6s infinite; }

#opinions #container-newsletter .newsletter-input a .lds-ellipsis span:nth-child(4), #opinions #container-newsletter .newsletter-input button .lds-ellipsis span:nth-child(4) { left: 16px; animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 { 0% { transform: scale(0); }
  100% { transform: scale(1); } }

@keyframes lds-ellipsis3 { 0% { transform: scale(1); }
  100% { transform: scale(0); } }

@keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); }
  100% { transform: translate(8px, 0); } }

#opinions #container-newsletter .input-select { position: relative; height: 45px; margin-left: 10px; }

#opinions #container-newsletter .input-select::before, #opinions #container-newsletter .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

#opinions #container-newsletter .input-select::before { content: '\f0d8'; margin-top: -14px; }

#opinions #container-newsletter .input-select::after { content: '\f0d7'; margin-top: -6px; }

#opinions #container-newsletter .input-select select { height: 45px; padding: 0 25px; background: #FFF; line-height: 43px; border-radius: 3px; border: 1px solid #e2e2e2; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

#opinions #container-newsletter #error-response, #opinions #container-newsletter .error-response { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; }

#opinions #container-newsletter #success-response { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; }

#opinions #container-newsletter #error-response, #opinions #container-newsletter .error-response, #opinions #container-newsletter #success-response { padding: 10px; margin-bottom: 15px; border-radius: 2px; }

#opinions #container-newsletter div.mce_inline_error { margin: 0; width: 100%; float: left; font-size: 11px; color: #c91414; padding: 0; text-align: left; background: transparent; }

#opinions #container-newsletter select.mce_inline_error, #opinions #container-newsletter input.mce_inline_error { padding: 0 25px; color: #df280a; background-color: rgba(223, 40, 10, 0.06); opacity: 1; font-weight: 700; border: 1px solid #a6aa7c; }

#opinions #container-newsletter .city-notice { text-align: left; padding: 10px 0; }

#opinions #container-newsletter .city-notice.city-notice-mobile { display: none; padding: 0 0 10px 0; }

#opinions #container-newsletter .content__gdprBlock { text-align: left; }

#opinions #container-newsletter .content__gdprBlock p, #opinions #container-newsletter .content__gdprBlock .content__gdprLegal { font-size: 11px; }

#opinions #container-newsletter .checkbox input { float: left; margin-right: -40px; margin-top: 10px; }

#opinions #container-newsletter .checkbox label { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; font-weight: 400; color: #3c3c3b; padding: 5px 10px; display: inline-block; width: auto; max-width: none; min-width: 250px; padding: 7px 10px 0 25px; }

/* ========================================================================== Engagement ========================================================================== */
#engagement-container { text-align: center; }

#engagement-container .swiper-engagements { padding: 25px 0 50px; width: 1010px; max-width: 90%; margin: 0 auto; }

#engagement-container .swiper-engagements .swiper-slide .logo-image { width: 100%; padding-bottom: 42%; display: inline-block; margin: 0 auto; background-size: 100%; background-position: top center; background-repeat: no-repeat; }

#engagement-container .swiper-engagements .swiper-slide .logo-image a { display: block; width: 100%; height: 100%; position: absolute; }

#engagement-container .swiper-engagements .swiper-slide .logo-image:hover { background-position: bottom center; }

#testimonials-container { text-align: center; }

#testimonials-container .content-wrapper { padding: 50px 40px 20px 40px; }

#testimonials-container .swiper-testimonials { width: 1010px; max-width: 90%; margin: 0 auto; padding: 0 0 20px; }

#testimonials-container .swiper-testimonials .swiper-slide .testimonial-logo { margin: 0 auto 15px auto; max-width: 280px; max-height: 150px; }

#testimonials-container .swiper-testimonials .swiper-slide .testimonial-person { color: #a6aa7c; }

/* ========================================================================== Footer ========================================================================== */
#footer { background-color: #f9f8f9; }

#footer .content-wrapper { background-color: transparent; padding: 80px 0; height: auto; overflow: hidden; display: flex; justify-content: space-between; }

#footer .content-wrapper .copyright-mobile { display: none; }

#footer .content-wrapper > div { width: 33%; display: flex; }

#footer .content-wrapper > div.footer-contact { justify-content: center; }

#footer .content-wrapper > div.footer-payment { justify-content: flex-end; }

#footer .content-wrapper > div ul li a i.fa-whatsapp { position: relative; height: 17px; }

#footer .content-wrapper > div ul li a i.fa-whatsapp::before { font-size: 1px; color: #a6aa7c; background: url("../images/icon_whatsapp.png"); background-repeat: no-repeat; background-size: 17px; height: 100%; width: 100%; display: block; top: 4px; position: absolute; }

#footer .content-wrapper > div.footer-payment ul { width: 260px; float: right; margin-top: -6px; }

#footer .content-wrapper > div.footer-payment ul li { display: block; float: left; width: 130px; height: 60px; background-size: 100%; background-repeat: no-repeat; }

#footer .content-wrapper > div.footer-payment ul li.mastercard { background-image: url("../images/logos_payment/icon_paypment_mastercard@2x.png"); background-position: -14px center; }

#footer .content-wrapper > div.footer-payment ul li.twint { background-image: url("../images/logos_payment/icon_paypment_twint@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.sofort { background-image: url("../images/logos_payment/icon_paypment_sofort@2x.png"); background-position: 1px center; }

#footer .content-wrapper > div.footer-payment ul li.boku { background-image: url("../images/logos_payment/icon_paypment_boku@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.american { background-image: url("../images/logos_payment/icon_paypment_ae@2x.png"); background-position: -21px center; }

#footer .content-wrapper > div.footer-payment ul li.paypal { background-image: url("../images/logos_payment/icon_paypment_paypal@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.visa { background-image: url("../images/logos_payment/icon_paypment_visa@2x.png"); }

#footer .content-wrapper > div.footer-payment ul li.postfinance { background-image: url("../images/logos_payment/icon_paypment_postfinance@2x.png"); background-position: -2px center; }

#footer .content-wrapper > div.footer-payment ul li.postfinance-e-finance { background-image: url("../images/logos_payment/icon_paypment_pfef@2x.png"); background-position: -11px center; }

#footer .content-wrapper > div > strong { display: block; }

#footer .content-wrapper > div > ul { margin-top: 25px; }

#footer .content-wrapper > div > ul li { display: block; line-height: 1.5em; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#footer .content-wrapper > div > ul li i { margin-right: 15px; width: 15px; }

#footer .content-wrapper > div > ul li a { color: #3c3c3b; }

/* ========================================================================== Footer-Navi ========================================================================== */
#footer-navi { background-color: #a6aa7c; }

#footer-navi .content-wrapper { background-color: transparent; padding: 23px 0; height: 60px; line-height: 14px; }

#footer-navi .content-wrapper > ul { float: right; }

#footer-navi .content-wrapper > ul li { display: inline; margin-left: 15px; }

#footer-navi .content-wrapper > ul li a { color: #3c3c3b; }

#footer-navi .content-wrapper > ul li a:hover { text-decoration: underline; }

/* ==========================================================================
Default CMS Page
========================================================================== */
.one-column-cms-content .main-container { width: 1010px; max-width: 100%; margin: -75px auto 50px auto; padding: 25px; float: none; background-color: #fff; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); border-radius: 2px; z-index: 100; font-style: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.one-column-cms-content .main-container h1, .one-column-cms-content .main-container h2, .one-column-cms-content .main-container h3, .one-column-cms-content .main-container h4 { color: #a6aa7c; }

.one-column-cms-content .main-container h4 { font-size: 16px; }

.one-column-cms-content .main-container form li { margin-bottom: 0; padding-left: 0; position: static; }

.one-column-cms-content .main-container form li::before { display: none; }

.one-column-cms-content .main-container .std p { font-style: normal; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

.one-column-cms-content .main-container .std h1 { color: #a6aa7c; }

.one-column-cms-content:not(.catalogsearch-result-index) .main-container ul { list-style: none; margin-top: 15px; margin-bottom: 15px; margin-left: 10px; }

.one-column-cms-content:not(.catalogsearch-result-index) .main-container ul li { margin-bottom: 15px; padding-left: 30px; position: relative; }

.one-column-cms-content:not(.catalogsearch-result-index) .main-container ul li::before { content: '\f101\00a0'; position: absolute; left: 0; font-family: "FontAwesome"; color: #a6aa7c; font-size: 11px; }

/* ==========================================================================
Fancybox
========================================================================== */
.fancybox-toolbar { top: 8px; right: 8px; }

.fancybox-arrow i { width: 35px; height: 35px; font-size: 20px; font-weight: 700; color: #3c3c3b; background-color: #a6aa7c; border-radius: 100%; padding: 7px 15px; box-sizing: border-box; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.fancybox-arrow:hover i { background-color: #9ba06d; }

.fancybox-arrow::before, .fancybox-arrow::after { display: none; }

.fancybox-show-nav .fancybox-arrow { opacity: 1; }

.fancybox-button.fancybox-button--close { color: #3c3c3b; background: none; width: 35px; height: 35px; opacity: 1; border-radius: 100%; background-color: #a6aa7c; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; }

.fancybox-button.fancybox-button--close::after, .fancybox-button.fancybox-button--close::before { height: 3px; width: 14px; top: 16px; left: 11px; opacity: 1; }

.fancybox-button.fancybox-button--close:hover:not([disabled]) { color: #3c3c3b; background-color: #9ba06d; }

/* ==========================================================================
Downloads
========================================================================== */
.downloadarchivItem img, .ce_downloadarchiv img { float: left; }

/* ==========================================================================
Reward Points
========================================================================== */
#rewardpoints-checkout-payment-method-load { display: none; }

.catalogsearch-result-index .container-content { padding: 0; }

.catalogsearch-result-index #shop-select-category { padding-top: 0; }

.catalogsearch-result-index #shop-select-category .products-grid .item { width: 25%; }

/* ==========================================================================
Shop
========================================================================== */
.catalog-category-view .page-title { display: none; }

.product-teaser-row { display: flex; margin: 15px 0; color: #3c3c3b; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15); border-radius: 5px; }

.product-teaser-row:hover { box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25); }

.product-teaser-row img { max-width: 78px; margin-left: 0; margin-right: 15px; }

.product-teaser-row .product-teaser-product-desc { display: flex; flex-direction: column; justify-content: center; padding: 5px 10px 5px 0; }

.product-teaser-row .product-teaser-product-desc .product-teaser-product-name { font-size: 18px; font-weight: 600; text-align: left; margin: 0; }

.product-teaser-row .product-teaser-product-desc .product-teaser-product-teaser-text { font-size: 14px; }

.product-teaser-row .product-teaser-product-desc .product-teaser-price { font-size: 16px; text-align: left; font-weight: bold; }

.product-teaser-row .product-teaser-product-desc .product-teaser-price .currency { font-size: 12px; font-weight: normal; }

#shop-select-category { width: 100%; float: left; /* ========================================================================== Products Grid ========================================================================== */ /* ========================================================================== Product info ========================================================================== */ }

#shop-select-category #city-filter-products { display: none; }

#shop-select-category .products-grid { text-align: left; display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 880px; }

#shop-select-category .products-grid .item { width: 50%; text-align: left; padding: 0 10px; margin: 0 0 20px -1px; float: none; display: inline-block; }

#shop-select-category .products-grid .item:first-of-type { margin-left: 0; }

#shop-select-category .products-grid .item > a.product-image, #shop-select-category .products-grid .item > div.product-image { margin: 0; color: #3c3c3b; background-color: #fff; height: 100%; position: relative; z-index: 1; transition: all .25s linear 0s; border: none; }

#shop-select-category .products-grid .item > a.product-image .img, #shop-select-category .products-grid .item > div.product-image .img { width: 100%; }

#shop-select-category .products-grid .item > a.product-image .img .product-image, #shop-select-category .products-grid .item > div.product-image .img .product-image { border: 0 none; }

#shop-select-category .products-grid .item > a.product-image .product-info, #shop-select-category .products-grid .item > div.product-image .product-info { padding: 0 10px 25px 10px; }

#shop-select-category .products-grid .item > a.product-image .product-info .short-description, #shop-select-category .products-grid .item > a.product-image .product-info .product-name, #shop-select-category .products-grid .item > a.product-image .product-info .details-link, #shop-select-category .products-grid .item > a.product-image .product-info .price, #shop-select-category .products-grid .item > div.product-image .product-info .short-description, #shop-select-category .products-grid .item > div.product-image .product-info .product-name, #shop-select-category .products-grid .item > div.product-image .product-info .details-link, #shop-select-category .products-grid .item > div.product-image .product-info .price { width: 100%; color: #3c3c3b; display: inline-block; margin: 0; box-sizing: border-box; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }

#shop-select-category .products-grid .item > a.product-image .product-info .sold-out-indicator, #shop-select-category .products-grid .item > div.product-image .product-info .sold-out-indicator { display: none; }

#shop-select-category .products-grid .item > a.product-image .product-info .product-name, #shop-select-category .products-grid .item > div.product-image .product-info .product-name { font-size: 28px; line-height: 1.4; text-transform: none; margin: 0 0 20px 0; }

#shop-select-category .products-grid .item > a.product-image .product-info .short-description, #shop-select-category .products-grid .item > div.product-image .product-info .short-description { font-size: 16px; font-weight: 300; }

#shop-select-category .products-grid .item > a.product-image .product-info .details-link, #shop-select-category .products-grid .item > div.product-image .product-info .details-link { font-size: 18px; color: #a6aa7c; margin-top: 25px; margin-bottom: 25px; }

#shop-select-category .products-grid .item > a.product-image .product-info .price, #shop-select-category .products-grid .item > div.product-image .product-info .price { font-size: 30px; font-weight: 700; }

#shop-select-category .products-grid .item > a.product-image .product-info .price .currency, #shop-select-category .products-grid .item > div.product-image .product-info .price .currency { font-size: 15px; font-weight: 400; }

#shop-select-category .products-grid .new-label > a.product-image::before { content: ''; width: 91px; height: 91px; left: -4px; top: -4px; display: block; position: absolute; background: url("../images/labels.png") 0 0 no-repeat; z-index: 10000; }

#shop-select-category .shop-produkt-infos { padding: 35px 25px; }

#shop-select-category .shop-produkt-infos .shop-produkt-infos { padding: 0; }

#shop-select-category .shop-produkt-infos .top-text, #shop-select-category .shop-produkt-infos .bottom-text { width: 510px; text-align: left; }

#shop-select-category .shop-produkt-infos .top-text .title, #shop-select-category .shop-produkt-infos .bottom-text .title { font-size: 15px; color: #291831; font-weight: 800; margin-bottom: 10px; }

#shop-select-category .shop-produkt-infos .bottom-text { margin-bottom: 60px; text-align: right; float: right; }

#shop-select-category .shop-produkt-infos .book-image { margin: -20px auto 0 auto; }

#shop-select-category .shop-produkt-infos .book-image > img { max-width: 100%; }

.testimonial-wrapper { gap: 35px; display: flex; }

.testimonial-wrapper:not(.headline) { margin-bottom: 50px; }

.testimonial-wrapper h4 { margin-bottom: 30px; }

.testimonial-wrapper .testimonial-image { flex-basis: 115px; flex-grow: 0; flex-shrink: 0; background-repeat: no-repeat; background-size: contain; background-position: top center; }

.testimonial-wrapper .testimonial-image .testimonial-image-inner { width: 100%; background-repeat: no-repeat; background-size: contain; background-position: top center; }

.catalog-product-view { /* ========================================================================== Banner Top ========================================================================== */ }

.catalog-product-view .top-container .banner-header, .catalog-product-view .top-container .swiper-container:not(.news-header) .swiper-slide, .catalog-product-view #header-slider .banner-header, .catalog-product-view #header-slider .swiper-container:not(.news-header) .swiper-slide { background-position: center top; }

.catalog-product-view select { max-width: 100%; height: 40px; margin-top: 0; }

.catalog-product-view .input-select { position: relative; height: 45px; }

.catalog-product-view .input-select::before, .catalog-product-view .input-select::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

.catalog-product-view .input-select::before { content: '\f0d8'; margin-top: -14px; }

.catalog-product-view .input-select::after { content: '\f0d7'; margin-top: -6px; }

.catalog-product-view .input-select select { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.product-view { float: left; width: 100%; /* ========================================================================== Product image ========================================================================== */ /* ========================================================================== Details ========================================================================== */ /* ========================================================================== Infos ========================================================================== */ }

.product-view .product-img-box { padding-right: 30px; }

.product-view .product-img-box .product-image { border: none; }

.product-view .product-img-box .more-views h2 { font-size: 14px; color: #949494; }

.product-view .product-img-box .more-views .product-image-thumbs .gallery-nav.active img { border-bottom: 3px solid #a6aa7c; }

.product-view .product-shop { padding-left: 30px; }

.product-view .product-shop.product-shop-mobile { display: none; }

.product-view .product-shop .product-name .h1 { font-size: 40px; color: #3c3c3b; text-transform: none; margin-bottom: 15px; }

.product-view .product-shop .short-description { font-size: 24px; line-height: 30px; }

.product-view .product-shop .child-product-description { color: #949494; }

.product-view .product-shop .subheadline-thin, .product-view .product-shop .link-partner { display: block; margin-bottom: 10px; }

.product-view .product-shop .price-info { float: none; text-align: left; padding: 30px 0 25px 0; }

.product-view .product-shop .price-info .regular-price { color: #3c3c3b; font-size: 44px; font-weight: 600; }

.product-view .product-shop .price-info .regular-price .currency { font-size: 25px; font-weight: 400; margin-right: 5px; }

.product-view .product-shop .product-options { border: 0 none; padding: 0; height: auto; overflow: hidden; }

.product-view .product-shop .product-options > .last, .product-view .product-shop .product-options > .required { display: none; }

.product-view .product-shop .product-options .required { display: none !important; }

.product-view .product-shop .product-options #bookOptions .radio-options-outline { float: left; margin: 0 15px 15px 0; }

.product-view .product-shop .product-options #bookOptions .radio-options-outline.out-of-stock { color: #838383; border-color: #838383; margin: 0 15px 18px 0; opacity: 1; cursor: default; position: relative; }

.product-view .product-shop .product-options #bookOptions .radio-options-outline.out-of-stock::after { content: 'Ausverkauft!'; position: absolute; font-size: 13px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; text-transform: none; font-weight: 400; color: #3c3c3b; height: 10px; top: 35px; left: 0; display: inline-block; }

.product-view .product-shop .product-options #bookOptions input[type=radio] { position: absolute; visibility: hidden; }

.product-view .product-shop .product-options-bottom, .product-view .product-shop .add-to-cart-wrapper { padding: 30px 0 0; border: 0; background-color: transparent; }

.product-view .product-shop .product-options-bottom .price-box, .product-view .product-shop .add-to-cart-wrapper .price-box { display: none; }

.product-view .product-shop .product-options-bottom .add-to-cart, .product-view .product-shop .add-to-cart-wrapper .add-to-cart { border: 0 none; padding: 0; margin: 0; }

.product-view .product-shop .product-options-bottom .add-to-cart .back-button-mobile, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .back-button-mobile { display: none; }

.product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper { margin-right: 16px; }

.product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper label, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper label { display: none; }

.product-view .product-shop .product-options-bottom .add-to-cart .qty-wrapper .qty, .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper .qty { border-radius: 3px; line-height: 45px; height: 45px; padding: 0 15px; width: 80px; border-color: #e2e2e2; }

.product-view .product-shop .add-to-cart-wrapper { width: auto; float: left; clear: both; }

.product-view .product-collateral .toggle-tabs { display: none; }

.product-view .product-collateral #collateral-tabs > dt { display: none; }

.product-view .product-collateral #collateral-tabs > dd { border: 0 none; text-align: center; font-size: 14px !important; padding-top: 50px; display: block; }

.product-view .product-collateral #collateral-tabs > dd ul { text-align: left; }

.product-view .product-collateral #collateral-tabs > dd ul li { padding-bottom: 3px; padding-left: 21px; margin-left: 10px; }

.product-view .product-collateral #collateral-tabs > dd ul li:before { content: "\00BB"; color: #a6aa7c; font-size: 15px; padding-right: 24px; margin-left: -30px; }

.product-view .product-collateral #collateral-tabs > dd h2 { font-size: 18px; font-weight: 300; color: #a6aa7c; margin-bottom: 10px; display: block; }

.review-dialog-block { font: 14px "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

.review-dialog-block #review-form h3 { font-size: 16px; font-weight: 400; margin-top: 55px; margin-bottom: 0; float: left; width: 100%; }

.review-dialog-block #review-form .review-group { margin-top: 25px; display: flex; }

.review-dialog-block #review-form .review-group .left { display: flex; align-items: center; }

.review-dialog-block #review-form .review-group.overall-review .left, .review-dialog-block #review-form .review-group.your-review .left { align-items: normal; }

.review-dialog-block #review-form .review-group.overall-review .left .title, .review-dialog-block #review-form .review-group.your-review .left .title { margin-top: 0; }

.review-dialog-block #review-form .review-group.overall-review .left { padding-top: 25px; }

.review-dialog-block #review-form .review-group.your-review .left { padding-top: 20px; }

.review-dialog-block #review-form .left .desc, .review-dialog-block #review-form .left .title, .review-dialog-block #review-form .left label, .review-dialog-block #review-form .right .desc, .review-dialog-block #review-form .right .title, .review-dialog-block #review-form .right label { font: 14px "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; }

.review-dialog-block #review-form .left .desc h3, .review-dialog-block #review-form .left .title h3, .review-dialog-block #review-form .left label h3, .review-dialog-block #review-form .right .desc h3, .review-dialog-block #review-form .right .title h3, .review-dialog-block #review-form .right label h3 { margin-top: 0; }

.review-dialog-block #review-form .right, .review-dialog-block #review-form .right.review-text { padding-left: 31px; }

.review-dialog-block #review-form input[type="text"], .review-dialog-block #review-form input[type="email"], .review-dialog-block #review-form input[type="password"], .review-dialog-block #review-form input[type="tel"], .review-dialog-block #review-form textarea { height: 45px; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; padding: 0 25px !important; height: 45px !important; }

.review-dialog-block #review-form input[type="text"].validation-failed, .review-dialog-block #review-form input[type="email"].validation-failed, .review-dialog-block #review-form input[type="password"].validation-failed, .review-dialog-block #review-form input[type="tel"].validation-failed, .review-dialog-block #review-form textarea.validation-failed { border-color: #df280a; background-color: rgba(223, 40, 10, 0.06); }

.review-dialog-block #review-form input[type="text"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed::-webkit-input-placeholder, .review-dialog-block #review-form textarea.validation-failed::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #df280a; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed:-moz-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed:-moz-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed:-moz-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed:-moz-placeholder, .review-dialog-block #review-form textarea.validation-failed:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #df280a; opacity: 1; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed::-moz-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed::-moz-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed::-moz-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed::-moz-placeholder, .review-dialog-block #review-form textarea.validation-failed::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #df280a; opacity: 1; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed:-ms-input-placeholder, .review-dialog-block #review-form textarea.validation-failed:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #df280a; font-weight: 700; }

.review-dialog-block #review-form input[type="text"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form input[type="email"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form input[type="password"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form input[type="tel"].validation-failed::-ms-input-placeholder, .review-dialog-block #review-form textarea.validation-failed::-ms-input-placeholder { /* Microsoft Edge */ color: #df280a; font-weight: 700; }

.review-dialog-block #review-form input[type="text"]:focus, .review-dialog-block #review-form input[type="email"]:focus, .review-dialog-block #review-form input[type="password"]:focus, .review-dialog-block #review-form input[type="tel"]:focus, .review-dialog-block #review-form textarea:focus { border: 1px solid #a6aa7c; }

.review-dialog-block #review-form input[type="text"], .review-dialog-block #review-form input[type="email"], .review-dialog-block #review-form input[type="password"], .review-dialog-block #review-form input[type="tel"], .review-dialog-block #review-form textarea { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; font-style: normal !important; font-size: 14px !important; padding: 25px !important; border-radius: 3px; }

.review-dialog-block #review-form input[type="text"]:focus, .review-dialog-block #review-form input[type="email"]:focus, .review-dialog-block #review-form input[type="password"]:focus, .review-dialog-block #review-form input[type="tel"]:focus, .review-dialog-block #review-form textarea:focus { border: 1px solid #a6aa7c; }

.review-dialog-block #review-form textarea { height: 141px !important; }

.review-dialog-block #review-form textarea.validation-failed { border-color: #df280a !important; }

.review-dialog-block #review-form .buttons-set button.button { font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif !important; font-style: normal !important; font-size: 14px !important; color: #3c3c3b !important; float: none; margin-left: 0; min-width: auto; }

.review-dialog-block #review-form .input-box.with-border + .validation-advice { margin: -2px 0 5px 0; }

.review-dialog-block #review-form .horizontal-radios { width: 100%; display: flex; }

.review-dialog-block #review-form .horizontal-radios li { width: 20%; display: block; box-sizing: border-box; text-align: center; }

.review-dialog-block #review-form .horizontal-radios li label { width: 100%; padding-bottom: 10px; }

.review-dialog-block #review-form .horizontal-radios li .input-wrapper { width: 100%; display: block; margin-top: -2px; position: relative; }

.review-dialog-block #review-form .horizontal-radios li .input-wrapper::before { content: ''; position: absolute; width: 100%; height: 2px; top: 50%; display: block; background-color: #e2e2e2; }

.review-dialog-block #review-form .horizontal-radios li input { width: auto; box-shadow: 0 0 0 5px #fff; }

.review-dialog-block #review-form .horizontal-radios.radios-overall li { width: 25%; }

.review-dialog-block #review-form .horizontal-radios.normal-radios { padding-top: 26px; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li { width: auto; float: left; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li input, .review-dialog-block #review-form .horizontal-radios.normal-radios li label { text-align: left; width: auto; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li label { margin-right: 15px; padding-left: 5px; }

.review-dialog-block #review-form .horizontal-radios.normal-radios li input { box-shadow: none; }

.review-dialog-block #review-form .custom-radio .left .title { padding-top: 17px; }

.review-dialog-block #review-form .ui-pnotify { position: relative; width: 100% !important; top: 0 !important; right: 0 !important; left: 0 !important; text-align: left; }

.review-dialog-block #review-form .ui-pnotify .ui-pnotify-icon, .review-dialog-block #review-form .ui-pnotify .ui-pnotify-closer, .review-dialog-block #review-form .ui-pnotify .ui-pnotify-sticker, .review-dialog-block #review-form .ui-pnotify .ui-pnotify-title { display: none; }

.review-dialog-block #review-form .ui-pnotify .ui-pnotify-shadow { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-notice, .review-dialog-block #review-form .ui-pnotify .brighttheme-success, .review-dialog-block #review-form .ui-pnotify .brighttheme-error { border-radius: 2px; margin-bottom: 10px; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-notice { color: #d4c276; background-color: #f6f3ed; border: 1px solid #d4c276; background-image: none; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-success { color: #a6aa7c; background-color: #eaf3f2; border: 1px solid #a6aa7c; background-image: none; }

.review-dialog-block #review-form .ui-pnotify .brighttheme-error { color: #c91414; background-color: #ecd7d8; border: 1px solid #c91414; background-image: none; }

.traffic-info-btn img { margin-top: 10px; height: 13px; }

.traffic-info-btn.zuerich img { height: 21px; }

.traffic-info-btn.luzern img { height: 18px; }

#traffic-info { width: 600px; max-width: 80%; }

/* ToggleBox */
#traffic-container .collapsible { margin-top: 10px; margin-bottom: 10px; cursor: pointer; position: relative; display: flex; align-items: center; background: transparent; width: 100%; text-align: left; outline: none; font-size: 15px; padding: 10px 20px 10px 10px; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }

#traffic-container .collapsible:after { content: '\02795'; /* Unicode character for "plus" sign (+) */ font-size: 13px; position: absolute; right: 20px; bottom: 35px; margin-left: 5px; }

#traffic-container .collapsible .left { float: left; border-right: 1px solid #434343; }

#traffic-container .collapsible .right { float: left; }

#traffic-container .collapsible .right .short-info { float: left; }

#traffic-container .collapsible .right .short-info:after { content: ' \203A'; padding-right: 10px; }

#traffic-container .collapsible .right .short-info:last-child:after { display: none; }

#traffic-container .active:after { content: "\2796"; }

#traffic-container .traffic-control-btn { float: left; }

#traffic-container .content { padding-left: 20px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }

#traffic-container table { border-spacing: 10px; border-collapse: separate; }

#traffic-container table td { font-weight: bold; }

#traffic-container .line { padding: 0.35714em 0.28571em 0.28571em; font-size: 0.77778em; display: inline-block; text-align: center; min-width: 2.42857em; margin-right: 5px; }

#traffic-container .line.vehicle-train, #traffic-container .line.vehicle-bus, #traffic-container .line.vehicle-tram, #traffic-container .line.vehicle-walk { height: 16px; width: 16px; min-width: auto; margin-bottom: -3px; padding: 0; background-size: 16px 16px; background-position: center; background-repeat: no-repeat; }

#traffic-container .segment { font-size: 15px; margin: 14px 0; }

#traffic-container .segment.gray { margin-bottom: 0; font-size: 12px; color: #949494; }

#traffic-container .segment.gray + .segment { margin-top: 0; }

#traffic-container .vehicle-train { background-image: url("../images/public_transport/train.png"); }

#traffic-container .vehicle-bus { background-image: url("../images/public_transport/bus.png"); }

#traffic-container .vehicle-tram { background-image: url("../images/public_transport/tram.png"); }

#traffic-container .vehicle-walk { background-image: url("../images/public_transport/walk.png"); }

#traffic-container .time { font-size: 20px; font-weight: bold; }

#traffic-container .time.top { margin-top: -3px; }

#traffic-container .time.bottom { position: absolute; bottom: 0; margin-bottom: 8px; }

#traffic-container .black-text { color: #3c3c3b; }

/* AUTOCOMPLETE */
#addressField { display: none; }

.autocomplete-suggestions { border: 1px solid #e2e2e2; background: #fff; overflow: auto; bottom: 15px; margin-top: -1px; }

.autocomplete-suggestions strong { font-weight: normal; color: #a6aa7c; }

.autocomplete-suggestion { padding: 8px 25px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.autocomplete-selected { background: #f9f8f9; }

.autocomplete-group { padding: 2px 5px; }

.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* Datetimepicker */
.xdsoft_datetimepicker { z-index: 999999 !important; border-bottom: 1px solid #e2e2e2 !important; border-left: 1px solid #e2e2e2 !important; border-right: 1px solid #e2e2e2 !important; border-top: 1px solid #e2e2e2 !important; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_timepicker td, .xdsoft_datetimepicker .xdsoft_timepicker th, .xdsoft_datetimepicker .xdsoft_label td, .xdsoft_datetimepicker .xdsoft_label th { border: 1px solid #e2e2e2 !important; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box > div > div, .xdsoft_datetimepicker .xdsoft_timepicker td, .xdsoft_datetimepicker .xdsoft_timepicker th, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div, .xdsoft_datetimepicker .xdsoft_label td, .xdsoft_datetimepicker .xdsoft_label th, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box > div > div { background: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar th:hover, .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box > div > div:hover, .xdsoft_datetimepicker .xdsoft_timepicker th:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover, .xdsoft_datetimepicker .xdsoft_label th:hover, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box > div > div:hover { background-color: #9ba06d !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker > .xdsoft_select > div > .xdsoft_option.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_label td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { background: #a6aa7c !important; color: #3c3c3b !important; box-shadow: none !important; font-weight: 400 !important; }

.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_time_box, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box, .xdsoft_datetimepicker .xdsoft_label .xdsoft_time_box { border: 1px solid #e2e2e2 !important; }

/* TABLE */
td.details-control { background: url("../images/public_transport/plus.png") no-repeat center center; cursor: pointer; background-size: 16px 16px; }

tr.shown td.details-control { background: url("../images/public_transport/minus.png") no-repeat center center; cursor: pointer; background-size: 16px 16px; }

/* Allgemein */
.error-text { color: #a6aa7c; }

#traffic-container .segment-container, #traffic-container .segment-container-single { width: 100%; padding: 10px 0; position: relative; }

#traffic-container .segment-container-single:last-child { padding: 20px; }

#traffic-container .segment-container-single:last-child > div { display: none; }

#traffic-container .time-container { width: 65px; float: left; }

#traffic-container .time-container > div { position: absolute; }

#traffic-container .info-container-single, #traffic-container .info-container { padding-left: 20px; margin-left: 65px; height: auto; }

#traffic-container .info-container { border-left: 2px solid #434343; }

#traffic-container .info-container .time:first-child { margin-top: -18px; }

#traffic-container .info-container .time:last-child { margin-bottom: -17px; }

#traffic-container .info-container::before, #traffic-container .info-container::after { content: ''; height: 15px; width: 15px; background: #fff; display: block; border-radius: 100%; left: 0; margin-left: -28px; border: 2px solid #434343; }

#traffic-container .info-container::after { bottom: 0; }

#traffic-container .info-container-single { border-left: 3px dotted #434343; }

#traffic-container .info-container-single .segment { color: #3c3c3b; }

#address-form .submit-button { width: 100%; margin-top: 20px; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

#address-form .two-container { width: 100%; height: auto; margin: auto; }

#address-form .left { width: 80%; height: auto; float: left; }

#address-form .right { height: auto; float: left; width: 20%; padding: 0 0 0 10px; }

#address-form .label { width: 100%; display: block; margin-top: 10px; }

#address-form .select-container { position: relative; height: 45px; }

#address-form .select-container::before, #address-form .select-container::after { font-family: 'FontAwesome'; font-size: 10px; color: #3c3c3b; top: 50%; right: 10px; position: absolute; }

#address-form .select-container::before { content: '\f0d8'; margin-top: -14px; }

#address-form .select-container::after { content: '\f0d7'; margin-top: -6px; }

#address-form .select-container select { height: 45px; width: 100%; background: transparent; border: 1px solid #e2e2e2; line-height: 43px; padding: 0 25px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

@media only screen and (max-width: 600px) { #traffic-info { max-width: 95%; }
  #traffic-container .content { padding-left: 20px; } }

@media only screen and (max-width: 500px) { #traffic-container .collapsible .left { border-right: none; }
  #traffic-container .collapsible .right { display: none; } }

@media only screen and (max-width: 480px) { #address-form .left { width: 65%; }
  #address-form .right { width: 35%; } }

@media only screen and (max-width: 350px) { .xdsoft_datetimepicker { left: 0 !important; right: 0 !important; } }

/* ========================================================================== Font ========================================================================== */
/* ========================================================================== Color ========================================================================== */
/* ========================================================================== Sizes ========================================================================== */
/* === Nav === */
/* === Sub Nav === */
/* ========================================================================== Other ========================================================================== */
.skip-content { display: block; }

@media only screen and (min-width: 771px) { .nav-primary { margin-top: 0; } }

/* ==========================================================================
Navi
========================================================================== */
@media only screen and (max-width: 1150px) { #header-sub-nav .sub-nav { padding-left: 79px; }
  #header .page-header-container .logo { margin-left: 0; }
  #header #header-nav #nav .nav-primary li ul, #header #header-nav #nav .nav-primary li > ol:not(#cart-sidebar) { left: auto; right: 0; }
  #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container { left: auto; right: -16px; top: 58px; }
  #scroll-top { right: 30px; }
  .top-container .banner-content .banner-content-wrapper h2, #header-slider .banner-content .banner-content-wrapper h2 { font-size: 36px; text-align: left; }
  #footer-navi .content-wrapper .copyright { display: block; width: 100%; text-align: center; }
  #footer-navi .content-wrapper > ul { width: 100%; text-align: center; padding: 20px 15px; } }

@media only screen and (max-width: 1000px) { /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .box-recent, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .box-recent { margin-bottom: 20px; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: wrap; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { width: 100%; padding: 0; margin-right: 0; margin-left: 0; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account { width: 100%; margin-bottom: 20px; }
  body.customer-account.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-login.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-forgotpassword.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account, body.customer-account-create.customer-account:not(.customer-account-edit) .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-account { margin-bottom: 0px; }
  body.customer-account.sales-order-view .order-detail, body.customer-account.sales-order-history .order-detail, body.customer-account-login.sales-order-view .order-detail, body.customer-account-login.sales-order-history .order-detail, body.customer-account-create.sales-order-view .order-detail, body.customer-account-create.sales-order-history .order-detail, body.customer-account-forgotpassword.sales-order-view .order-detail, body.customer-account-forgotpassword.sales-order-history .order-detail, body.customer-account-create.sales-order-view .order-detail, body.customer-account-create.sales-order-history .order-detail { margin-top: 25px; } }

@media only screen and (max-width: 960px) { .review-dialog-block #review-form .left { width: 35% !important; }
  .review-dialog-block #review-form .right { width: 65% !important; } }

@media only screen and (max-width: 890px) { body.customer-account .data-table#recent-transactions-history { display: table; }
  body.customer-account .data-table#recent-transactions-history thead, body.customer-account .data-table#recent-transactions-history tbody, body.customer-account .data-table#recent-transactions-history tr { display: table; border: none; width: 100%; }
  body.customer-account .data-table#recent-transactions-history thead th, body.customer-account .data-table#recent-transactions-history thead td, body.customer-account .data-table#recent-transactions-history tbody th, body.customer-account .data-table#recent-transactions-history tbody td, body.customer-account .data-table#recent-transactions-history tr th, body.customer-account .data-table#recent-transactions-history tr td { display: table-cell; width: 15%; }
  body.customer-account .data-table#recent-transactions-history thead th:nth-of-type(2), body.customer-account .data-table#recent-transactions-history thead td:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tbody th:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tbody td:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tr th:nth-of-type(2), body.customer-account .data-table#recent-transactions-history tr td:nth-of-type(2) { padding-left: 20px; width: 20%; }
  body.customer-account .data-table#recent-transactions-history thead { border: 1px solid #e2e2e2; border-bottom: none; }
  body.customer-account .data-table#recent-transactions-history thead th { border-bottom: none; white-space: pre-wrap; hyphens: auto; }
  body.customer-account .data-table#recent-transactions-history thead th:first-of-type { display: none; }
  body.customer-account .data-table#recent-transactions-history tbody { border: 1px solid #e2e2e2; }
  body.customer-account .data-table#recent-transactions-history tbody td .label-cell { display: none; }
  body.customer-account .data-table#recent-transactions-history tbody td h2 { margin-left: 0; margin-bottom: 0; line-height: normal; font-size: 14px; } }

@media only screen and (max-width: 860px) { #shop-select-category { /* ========================================================================== Products Grid ========================================================================== */ }
  /* ========================================================================== Startseite ========================================================================== */
  #opinions #container-newsletter .newsletter-input { display: block; }
  #opinions #container-newsletter .newsletter-input input, #opinions #container-newsletter .newsletter-input select { width: 100%; margin-bottom: 15px; }
  #opinions #container-newsletter .newsletter-input .input-select { margin-left: 0; margin-bottom: 15px; }
  #opinions #container-newsletter .city-notice { display: none; }
  #opinions #container-newsletter .city-notice.city-notice-mobile { display: block; } }

@media only screen and (max-width: 800px) { .skip-link { border-right: none; width: 100%; }
  .hidden-mobile { display: none !important; }
  h2 { text-align: center; font-size: 22px; }
  #header-sub-nav { display: none; }
  #header { background-color: #a6aa7c; }
  #header #header-nav { float: right; padding: 0; }
  #header #header-nav #nav { float: right; padding: 0; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile { display: block; font-size: 23px; padding: 17px 8px; z-index: 1000; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile:hover i { color: #fff; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile ul { position: absolute; top: 58px; border: 1px solid #e2e2e2; border-radius: 3px; font-size: 14px; padding: 10px 15px; width: 160px; }
  #header #header-nav #nav .nav-primary > li#mobile-nav-icon-container { padding: 14px 0px 9px 20px; }
  #header #header-nav #nav .nav-primary > li#mobile-nav-icon-container #nav-icon { display: block; }
  #header #header-nav #nav .nav-primary > li.header-minicart { padding: 12px 0px 15px 8px; z-index: 1000; }
  #header #header-nav #nav .nav-primary > li.header-minicart:hover:not(.open) .cart-top-container { display: none; }
  #header #header-nav #nav .nav-primary > li.header-minicart .skip-link { margin-top: 0; }
  #header #header-nav #nav .nav-primary > li.header-minicart .skip-link:hover .icon { color: #fff; }
  #header #header-nav #nav .nav-primary > li.level0 { display: none; }
  #header #header-nav #mobile-nav { display: block; position: fixed; background-color: #3c3c3b; top: 58px; right: -100%; bottom: 0; width: 300px; z-index: 150; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  #header #header-nav #mobile-nav.open { right: 0; }
  #header #header-nav #mobile-nav.muted { background-color: #373739; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner { overflow-y: hidden; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner > ul > li > a { color: #a9a9a9; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner #search-mobile-input { background-color: #939393; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner ul.active { overflow-y: auto; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner ul.active.muted { overflow-y: hidden; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner ul .highlight > a { -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; background-color: #808456; }
  #header #header-nav #mobile-nav.muted .mobile-nav-inner .parent ul { overflow-x: hidden; }
  #header #header-nav #mobile-nav .mobile-nav-inner { position: relative; width: 100%; height: 100%; right: 0; top: 0; overflow-y: auto; overflow-x: hidden; }
  #header #header-nav #mobile-nav .mobile-nav-inner ul.muted { background-color: #373739; }
  #header #header-nav #mobile-nav .mobile-nav-inner ul.muted > li > a { color: #a9a9a9; }
  #header #header-nav #mobile-nav .mobile-nav-inner a { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner a:hover { color: #3c3c3b; background-color: #a6aa7c; text-decoration: none; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li { border-bottom: 1px solid #434343; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li.parent > a { margin-right: 51px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li.parent .submenu-toggle { color: #a6aa7c; font-size: 25px; font-weight: 300; line-height: 40px; height: 42px; border-left: 1px solid #434343; padding: 0 20px; position: absolute; right: 0; height: 42px; margin-top: -42px; cursor: pointer; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul { position: fixed; width: 85%; right: -100%; top: 58px; bottom: 0; overflow-y: auto; padding-top: 66px; padding-bottom: 25px; background-color: #3c3c3b; z-index: 100; box-shadow: -1px 0px 15px rgba(0, 0, 0, 0.25); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level0 { width: 270px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level1 { width: 240px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level2 { width: 210px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.level3 { width: 180px; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul li.headline { font-size: 16px; color: #a9a9a9; padding: 10px 10px 10px 45px; position: relative; cursor: pointer; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul li.headline::before { content: '\00AB'; color: #a6aa7c; font-size: 25px; font-weight: 300; line-height: 0; position: absolute; left: 0; top: 0; padding: 19px 0 18px 25px; cursor: pointer; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul > li > a { -webkit-transition: color 0.5s ease-in-out; -moz-transition: color 0.5s ease-in-out; -ms-transition: color 0.5s ease-in-out; -o-transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li ul.active { right: 0; }
  #header #header-nav #mobile-nav .mobile-nav-inner > ul li a { color: #fff; font-size: 16px; display: block; padding: 10px 10px 10px 25px; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile { padding: 15px 18px 15px 25px; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile .form-search { position: relative; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile .form-search #search-mobile-input { border-radius: 0; height: auto; line-height: 45px; font-size: 14px; padding: 0 48px 0 15px; border: 0; -webkit-transition: background-color 0.5s ease-in-out; -moz-transition: background-color 0.5s ease-in-out; -ms-transition: background-color 0.5s ease-in-out; -o-transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; }
  #header #header-nav #mobile-nav .mobile-nav-inner #search-mobile .form-search .search-button { color: #c2c2c5; width: 48px; height: 100%; top: 0; right: 0; position: absolute; }
  #header .page-header-container { padding: 0 25px; }
  #header .page-header-container .logo { padding: 8px 0px; }
  #header .page-header-container .logo img.logo-desktop { display: none; }
  #header .page-header-container .logo img.logo-mobile { display: block; height: 39px; margin-top: 3px; margin-left: -7px; }
  #header-slider .banner-header, #header-slider .swiper-container:not(.news-header) .swiper-slide, .top-container .banner-header, .top-container .swiper-container:not(.news-header) .swiper-slide { min-height: auto; display: flex; height: 400px; align-items: flex-end; }
  #header-slider .banner-content, .top-container .banner-content { width: 100%; display: flex; }
  #header-slider .banner-content.teaser-container, .top-container .banner-content.teaser-container { padding-bottom: 0; }
  #header-slider .banner-content .banner-content-wrapper, .top-container .banner-content .banner-content-wrapper { width: 100%; bottom: 0; }
  #header-slider .banner-content .banner-content-wrapper h2, .top-container .banner-content .banner-content-wrapper h2 { font-size: 20px; margin-bottom: 0.5em; }
  #header-slider .banner-content .banner-content-wrapper p, .top-container .banner-content .banner-content-wrapper p { font-size: 14px; }
  #teaser-text-homepage { display: none; }
  #teaser-text-homepage-mobile { display: block; }
  #teaser-text-homepage-mobile .container-content { padding: 15px 0 0 0; }
  .cms-index-index .top-container .banner-header { background-position: center -40px; background-size: 100%; background-repeat: no-repeat; height: 575px; position: relative; }
  .cms-index-index .top-container .banner-header img { display: none; /* &.header-image-mobile { display: block; width: 100%; } */ }
  .cms-index-index .top-container .banner-header .banner-content { position: absolute; left: 0; bottom: 0; width: 100%; padding-bottom: 0; }
  .cms-index-index .top-container .banner-header .banner-content .banner-content-wrapper { width: 100%; padding-bottom: 20px; padding-top: 20px; position: absolute; bottom: 0; left: 0; }
  .cms-index-index .top-container .banner-header .banner-content .banner-content-wrapper .notice-flag p { color: white; text-align: left; }
  .cms-index-index .top-container .banner-header .banner-content .banner-content-wrapper h2 { font-size: 20px; }
  /* ========================================================================== Footer ========================================================================== */
  #footer { background-color: #a6aa7c; }
  #footer .content-wrapper { padding: 20px 0; display: block; }
  #footer .content-wrapper .footer-address { display: none; }
  #footer .content-wrapper .copyright-mobile { display: block; float: left; width: 100%; padding-top: 10px; text-align: center; }
  #footer .content-wrapper > div { width: 100%; margin-top: 0; }
  #footer .content-wrapper > div ul { width: 100%; text-align: center; margin-top: 0; }
  #footer .content-wrapper > div ul li { display: inline; }
  #footer .content-wrapper > div ul li a { font-size: 1px; text-decoration: none; color: #a6aa7c; }
  #footer .content-wrapper > div ul li a i { font-size: 20px; text-align: center; color: #3c3c3b; width: 30px; margin-left: 7px; margin-right: 7px; }
  #footer .content-wrapper > div ul li a i.fa-whatsapp { height: 20px; }
  #footer .content-wrapper > div ul li a i.fa-whatsapp::before { background-size: 22px; top: 2px; }
  #footer .content-wrapper > div.footer-payment ul { width: 100%; float: left; margin: 20px auto 0 auto; display: block; }
  #footer .content-wrapper > div.footer-payment ul li { display: inline-block; float: none; width: 68px; height: 31px; background-size: 34px auto; background-position: 50%; }
  #footer .content-wrapper > div.footer-payment ul li.mastercard { background-image: url("../images/logos_payment/icon_paypment_mastercard.svg"); background-size: 34px auto; background-position: center; }
  #footer .content-wrapper > div.footer-payment ul li.twint { background-image: url("../images/logos_payment/icon_paypment_twint.svg"); background-size: 50px auto; background-position: 50% 35%; }
  #footer .content-wrapper > div.footer-payment ul li.sofort { background-image: url("../images/logos_payment/icon_paypment_sofort.svg"); background-size: 47px auto; }
  #footer .content-wrapper > div.footer-payment ul li.boku { background-image: url("../images/logos_payment/icon_paypment_boku.svg"); background-size: 41px auto; }
  #footer .content-wrapper > div.footer-payment ul li.american { background-image: url("../images/logos_payment/icon_paypment_ae.svg"); background-size: 27px auto; background-position: center; }
  #footer .content-wrapper > div.footer-payment ul li.paypal { background-image: url("../images/logos_payment/icon_paypment_paypal.svg"); background-size: 49px auto; }
  #footer .content-wrapper > div.footer-payment ul li.visa { background-image: url("../images/logos_payment/icon_paypment_visa.svg"); background-size: 37px auto; }
  #footer .content-wrapper > div.footer-payment ul li.postfinance { background-image: url("../images/logos_payment/icon_paypment_postfinance.svg"); background-size: 60px auto; }
  #footer .content-wrapper > div.footer-payment ul li.postfinance-e-finance { background-image: url("../images/logos_payment/icon_paypment_pfef.svg"); background-size: 60px auto; background-position: center 11px; }
  #footer-navi { display: none; }
  /* ========================================================================== Startseite ========================================================================== */
  #container-news-header { margin-top: 20px; background-color: #f9f8f9; text-align: center; float: left; width: 100%; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide { font-size: 16px; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide .news-date { font-weight: 300; font-size: 13px; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide a { font-weight: 300; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide a.link-with-arrow::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a::before, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a::before, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head #container-news-header .news-header .swiper-wrapper .swiper-slide a::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-index-list .postWrapper .postContent a.aw-blog-read-more::before, .blog-index-list .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide .blog-post-view .postWrapper .postContent a.aw-blog-read-more::before, .blog-post-view .postWrapper .postContent #container-news-header .news-header .swiper-wrapper .swiper-slide a.aw-blog-read-more::before, #container-news-header .news-header .swiper-wrapper .swiper-slide #location-list #list li .list-details .loc-directions > a::before, #location-list #list li .list-details #container-news-header .news-header .swiper-wrapper .swiper-slide .loc-directions > a::before { font-size: 13px; }
  #container-news-header .news-header .swiper-wrapper .swiper-slide h3 { font-weight: 400; font-size: 15px; }
  #select-city .container-content { display: block; width: 100%; }
  #select-city .container-content h2 { width: 100%; padding: 25px 0 0 0; }
  #select-city .container-content .slider-nav-wrapper { display: flex; flex-direction: column-reverse; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper { padding: 10px 0; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide { padding-top: 20px; width: 100% !important; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide > img, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description { width: 100%; max-width: 100%; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description { text-align: center; margin-top: 25px; width: 100%; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description h4 { font-size: 16px; font-weight: 700; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .btn-default, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.checkout-cart-index .button, body.checkout-cart-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account .invivations-theme-account .button, body.customer-account .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login .invivations-theme-account .button, body.customer-account-login .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create .invivations-theme-account .button, body.customer-account-create .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword .invivations-theme-account .button, body.customer-account-forgotpassword .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten .invivations-theme-account .button, body.customer-account-changeforgotten .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation .invivations-theme-account .button, body.customer-account-confirmation .invivations-theme-account #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-index .opc form .buttons-set button, body.customer-account.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-login.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-login.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-create.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-create.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-forgotpassword.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-changeforgotten.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpoints-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set button, body.customer-account-confirmation.rewardpointsreferfriends-index-index .opc form .buttons-set #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account.rewardpoints-index-settings .button, body.customer-account.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-login.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpointscoupon-index-index .button, body.customer-account-changeforgotten.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-changeforgotten.rewardpoints-index-settings .button, body.customer-account-changeforgotten.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpointscoupon-index-index .button, body.customer-account-confirmation.rewardpointscoupon-index-index #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button, #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description body.customer-account-confirmation.rewardpoints-index-settings .button, body.customer-account-confirmation.rewardpoints-index-settings #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide .slide-city-description .button { margin-top: 25px; }
  #select-city .container-content .slider-nav-wrapper .content-wrapper .swiper-slide::after { display: none; }
  #teaser-categories .container-content { padding: 0; }
  #teaser-categories .container-content .container-teaser { padding-bottom: 0; }
  #teaser-categories .container-content .container-teaser .teaser-text { width: 93%; margin: 0 auto; float: none !important; }
  #teaser-categories .container-content .container-teaser .teaser-slider { width: 100% !important; height: 200px !important; left: 0 !important; top: 0 !important; margin-top: -45px !important; position: relative; }
  #teaser-categories .container-content #teaser-gastronomie { min-height: auto; }
  #teaser-categories .container-content #teaser-gastronomie .teaser-slider.slider-2 { display: none; }
  #teaser-categories .container-content #teaser-gastronomie .teaser-text { margin: -25px auto 0 auto; }
  #teaser-categories .container-content #teaser-nachtleben { min-height: auto; }
  #teaser-categories .container-content #teaser-nachtleben .teaser-slider.slider-1 { display: none; }
  #teaser-categories .container-content #teaser-freizeit { min-height: auto; }
  #teaser-categories .container-content #teaser-freizeit .teaser-slider.slider-2 { display: none; }
  #engagement-container .swiper-engagements { padding: 0 0 50px; }
  /* ========================================================================== Shop ========================================================================== */
  .catalog-category-view .top-container .banner-content .banner-teaser, .catalog-product-view .top-container .banner-content .banner-teaser { display: none; }
  /* ========================================================================== Shop Details ========================================================================== */
  .product-view.content-padding-top-sm { padding-top: 25px; }
  .product-view .page-headline-mobile { display: none; }
  .product-view .product-shop { float: left; width: 100%; text-align: center; padding-left: 0; }
  .product-view .product-shop.product-shop-mobile { display: block; }
  .product-view .product-shop .product-info-desktop { display: none; }
  .product-view .product-shop .product-name, .product-view .product-shop .product-name .h1 { width: 100%; text-align: center; font-size: 22px; }
  .product-view .product-shop .short-description { font-size: 20px; font-weight: 300; line-height: 26px; }
  .product-view .product-shop .child-product-description { color: #3c3c3b; font-size: 14px; font-weight: 300; }
  .product-view .product-shop .price-info { margin: 0 auto; text-align: center; }
  .product-view .product-shop .price-info .regular-price { font-size: 22px; }
  .product-view .product-shop .price-info .regular-price .currency { font-size: 16px; }
  .product-view .product-shop .product-options #bookOptions { margin-top: 15px; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline { float: none; min-width: 125px; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline:nth-of-type(2n+2) { margin: 0 0 0 7px; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline:nth-of-type(2n+1) { margin: 0 7px 0 0; }
  .product-view .product-shop .product-options #bookOptions .radio-options-outline.out-of-stock { margin-bottom: 18px; }
  .product-view .product-shop .product-options-bottom { padding: 15px 0 0; }
  .product-view .product-shop .product-options-bottom .add-to-cart { display: inline-block; }
  .product-view .product-shop .product-options-bottom .add-to-cart .back-button { display: none; }
  .product-view .product-shop .product-options-bottom .add-to-cart .back-button-mobile { display: block; }
  .product-view .product-shop .add-to-cart-wrapper { width: 100%; }
  .product-view .product-shop .add-to-cart-wrapper .add-to-box { display: inline-block; }
  .product-view .product-shop .add-to-cart-wrapper .add-to-box .back-button { display: none; }
  .product-view .product-shop .add-to-cart-wrapper .add-to-box .back-button-mobile { display: block; }
  .product-view .add-to-cart-buttons, .product-view .add-to-links { margin-right: 0; }
  .product-view .product-img-box { width: 100%; padding-right: 0; float: left; }
  .product-view .product-img-box .product-image, .product-view .product-img-box .more-views { max-width: 450px; margin: 0 auto; }
  .product-view .product-img-box .more-views h2 { display: none; }
  .product-view .product-img-box .more-views .product-image-thumbs .gallery-nav img { /* margin: 0 auto; */ }
  .product-view .product-collateral #collateral-tabs > dd { padding: 0; padding-top: 15px; }
  .product-view .product-collateral #collateral-tabs > dd strong { font-weight: 600; }
  /* ========================================================================== Partnerübersicht ========================================================================== */
  .container-coupons .container-category .partner { width: 31%; padding-bottom: 31%; }
  .container-coupons .container-category .partner:nth-child(4n+1) { margin-left: 2.666%; }
  .container-coupons .container-category .partner:nth-child(3n+1) { margin-left: 0; }
  /* ========================================================================== Partnerdetailansicht ========================================================================== */
  .partner-details .top-container .partner-description .banner-content, .partner-details .top-container .app-description .banner-content, .app-details .top-container .partner-description .banner-content, .app-details .top-container .app-description .banner-content { display: block; padding-bottom: 0; }
  .partner-details .top-container .partner-description .banner-content .col-50, .partner-details .top-container .app-description .banner-content .col-50, .app-details .top-container .partner-description .banner-content .col-50, .app-details .top-container .app-description .banner-content .col-50 { width: 100%; text-align: center; }
  .partner-details .top-container .partner-description .banner-content .col-50 .link-with-arrow, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .partner-description .banner-content .col-50 a, .partner-details .top-container .partner-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .partner-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .partner-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .partner-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .partner-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .partner-details .top-container .partner-description .banner-content .col-50 .loc-directions > a, .partner-details .top-container .app-description .banner-content .col-50 .link-with-arrow, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .partner-details .top-container .app-description .banner-content .col-50 a, .partner-details .top-container .app-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .partner-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .app-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .partner-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .partner-details .top-container .app-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .partner-details .top-container .app-description .banner-content .col-50 .loc-directions > a, .app-details .top-container .partner-description .banner-content .col-50 .link-with-arrow, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .partner-description .banner-content .col-50 a, .app-details .top-container .partner-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .app-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .partner-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .app-details .top-container .partner-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .partner-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .app-details .top-container .partner-description .banner-content .col-50 .loc-directions > a, .app-details .top-container .app-description .banner-content .col-50 .link-with-arrow, .app-details .top-container .app-description .banner-content .col-50 body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-login .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-create .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-forgotpassword .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-changeforgotten .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money a, body.customer-account-confirmation .box-rewardpoints-summary .info-summary .rewardpoints-money .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-changeforgotten .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head a, body.customer-account-confirmation .dashboard .box-account.box-rewardpoints-history .box-head .app-details .top-container .app-description .banner-content .col-50 a, .app-details .top-container .app-description .banner-content .col-50 .blog-index-list .postWrapper .postContent .aw-blog-read-more, .blog-index-list .postWrapper .postContent .app-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .app-description .banner-content .col-50 .blog-post-view .postWrapper .postContent .aw-blog-read-more, .blog-post-view .postWrapper .postContent .app-details .top-container .app-description .banner-content .col-50 .aw-blog-read-more, .app-details .top-container .app-description .banner-content .col-50 #location-list #list li .list-details .loc-directions > a, #location-list #list li .list-details .app-details .top-container .app-description .banner-content .col-50 .loc-directions > a { margin: 0 auto; }
  .partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser { max-width: 100%; display: block; }
  .partner-details .top-container .partner-description .banner-content .col-50 .book-teaser, .partner-details .top-container .app-description .banner-content .col-50 .book-teaser, .app-details .top-container .partner-description .banner-content .col-50 .book-teaser, .app-details .top-container .app-description .banner-content .col-50 .book-teaser { width: 100%; margin-top: 20px; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos, .partner-details .top-container .app-description .banner-content .col-50.short-infos, .app-details .top-container .partner-description .banner-content .col-50.short-infos, .app-details .top-container .app-description .banner-content .col-50.short-infos { max-width: 400px; margin: 0 auto; padding: 50px 25px 0 25px; text-align: left; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper, .partner-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper { margin: 0 auto; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .partner-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper, .app-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper { max-width: 290px; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge, .partner-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge, .app-details .top-container .partner-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge, .app-details .top-container .app-description .banner-content .col-50.short-infos .app-logo-wrapper a img.appstore-badge { padding: 9px; }
  .partner-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper img, .partner-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper img, .app-details .top-container .partner-description .banner-content .col-50.short-infos .partner-logo-wrapper img, .app-details .top-container .app-description .banner-content .col-50.short-infos .partner-logo-wrapper img { max-width: 160px; }
  .partner-details .top-container .partner-description #partnerinfo, .partner-details .top-container .app-description #partnerinfo, .app-details .top-container .partner-description #partnerinfo, .app-details .top-container .app-description #partnerinfo { margin-top: -70px; }
  .partner-details #partner-image-slider, .partner-details #app-image-slider, .app-details #partner-image-slider, .app-details #app-image-slider { margin-top: 30px; }
  /* ========================================================================== Verkausstellen ========================================================================== */
  #location-list #list { flex-wrap: wrap; }
  #location-list #list li { width: 50%; padding: 0; margin: 30px 0 0 0; }
  #location-list #list li:nth-of-type(2n) { border-left: none; border-right: none; }
  #location-list #list li:nth-of-type(2n+2) { padding-left: 15px; }
  #location-list #list li:nth-of-type(2n+1) { padding-right: 15px; }
  /* ========================================================================== Warenkorb ========================================================================== */
  body.checkout-cart-index .cart .cart-table, body.checkout-cart-index .cart .data-table, body.checkout-cart-index #opc-review .order-review .cart-table, body.checkout-cart-index #opc-review .order-review .data-table, body.checkout-onepage-index .cart .cart-table, body.checkout-onepage-index .cart .data-table, body.checkout-onepage-index #opc-review .order-review .cart-table, body.checkout-onepage-index #opc-review .order-review .data-table { width: 100%; float: left; display: block; }
  body.checkout-cart-index .cart .cart-table.data-table, body.checkout-cart-index .cart .data-table.data-table, body.checkout-cart-index #opc-review .order-review .cart-table.data-table, body.checkout-cart-index #opc-review .order-review .data-table.data-table, body.checkout-onepage-index .cart .cart-table.data-table, body.checkout-onepage-index .cart .data-table.data-table, body.checkout-onepage-index #opc-review .order-review .cart-table.data-table, body.checkout-onepage-index #opc-review .order-review .data-table.data-table { border-left: none; border-right: none; }
  body.checkout-cart-index .cart .cart-table#shopping-cart-table, body.checkout-cart-index .cart .data-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .data-table#shopping-cart-table, body.checkout-onepage-index .cart .cart-table#shopping-cart-table, body.checkout-onepage-index .cart .data-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .data-table#shopping-cart-table { -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }
  body.checkout-cart-index .cart .cart-table thead, body.checkout-cart-index .cart .cart-table td.product-cart-remove, body.checkout-cart-index .cart .cart-table tfoot, body.checkout-cart-index .cart .data-table thead, body.checkout-cart-index .cart .data-table td.product-cart-remove, body.checkout-cart-index .cart .data-table tfoot, body.checkout-cart-index #opc-review .order-review .cart-table thead, body.checkout-cart-index #opc-review .order-review .cart-table td.product-cart-remove, body.checkout-cart-index #opc-review .order-review .cart-table tfoot, body.checkout-cart-index #opc-review .order-review .data-table thead, body.checkout-cart-index #opc-review .order-review .data-table td.product-cart-remove, body.checkout-cart-index #opc-review .order-review .data-table tfoot, body.checkout-onepage-index .cart .cart-table thead, body.checkout-onepage-index .cart .cart-table td.product-cart-remove, body.checkout-onepage-index .cart .cart-table tfoot, body.checkout-onepage-index .cart .data-table thead, body.checkout-onepage-index .cart .data-table td.product-cart-remove, body.checkout-onepage-index .cart .data-table tfoot, body.checkout-onepage-index #opc-review .order-review .cart-table thead, body.checkout-onepage-index #opc-review .order-review .cart-table td.product-cart-remove, body.checkout-onepage-index #opc-review .order-review .cart-table tfoot, body.checkout-onepage-index #opc-review .order-review .data-table thead, body.checkout-onepage-index #opc-review .order-review .data-table td.product-cart-remove, body.checkout-onepage-index #opc-review .order-review .data-table tfoot { display: none; }
  body.checkout-cart-index .cart .cart-table tbody, body.checkout-cart-index .cart .cart-table tr, body.checkout-cart-index .cart .cart-table td, body.checkout-cart-index .cart .data-table tbody, body.checkout-cart-index .cart .data-table tr, body.checkout-cart-index .cart .data-table td, body.checkout-cart-index #opc-review .order-review .cart-table tbody, body.checkout-cart-index #opc-review .order-review .cart-table tr, body.checkout-cart-index #opc-review .order-review .cart-table td, body.checkout-cart-index #opc-review .order-review .data-table tbody, body.checkout-cart-index #opc-review .order-review .data-table tr, body.checkout-cart-index #opc-review .order-review .data-table td, body.checkout-onepage-index .cart .cart-table tbody, body.checkout-onepage-index .cart .cart-table tr, body.checkout-onepage-index .cart .cart-table td, body.checkout-onepage-index .cart .data-table tbody, body.checkout-onepage-index .cart .data-table tr, body.checkout-onepage-index .cart .data-table td, body.checkout-onepage-index #opc-review .order-review .cart-table tbody, body.checkout-onepage-index #opc-review .order-review .cart-table tr, body.checkout-onepage-index #opc-review .order-review .cart-table td, body.checkout-onepage-index #opc-review .order-review .data-table tbody, body.checkout-onepage-index #opc-review .order-review .data-table tr, body.checkout-onepage-index #opc-review .order-review .data-table td { float: left; display: block; }
  body.checkout-cart-index .cart .cart-table tbody, body.checkout-cart-index .cart .cart-table tr, body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-qty, body.checkout-cart-index .cart .data-table tbody, body.checkout-cart-index .cart .data-table tr, body.checkout-cart-index .cart .data-table .product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions, body.checkout-cart-index .cart .data-table .product-cart-total, body.checkout-cart-index .cart .data-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .cart-table tbody, body.checkout-cart-index #opc-review .order-review .cart-table tr, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .data-table tbody, body.checkout-cart-index #opc-review .order-review .data-table tr, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index .cart .cart-table tbody, body.checkout-onepage-index .cart .cart-table tr, body.checkout-onepage-index .cart .cart-table .product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions, body.checkout-onepage-index .cart .cart-table .product-cart-total, body.checkout-onepage-index .cart .cart-table .product-cart-qty, body.checkout-onepage-index .cart .data-table tbody, body.checkout-onepage-index .cart .data-table tr, body.checkout-onepage-index .cart .data-table .product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions, body.checkout-onepage-index .cart .data-table .product-cart-total, body.checkout-onepage-index .cart .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .cart-table tbody, body.checkout-onepage-index #opc-review .order-review .cart-table tr, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table tbody, body.checkout-onepage-index #opc-review .order-review .data-table tr, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty { width: 100%; text-align: left; }
  body.checkout-cart-index .cart .cart-table tr, body.checkout-cart-index .cart .data-table tr, body.checkout-cart-index #opc-review .order-review .cart-table tr, body.checkout-cart-index #opc-review .order-review .data-table tr, body.checkout-onepage-index .cart .cart-table tr, body.checkout-onepage-index .cart .data-table tr, body.checkout-onepage-index #opc-review .order-review .cart-table tr, body.checkout-onepage-index #opc-review .order-review .data-table tr { padding: 15px; border-bottom: 1px solid #e2e2e2; }
  body.checkout-cart-index .cart .cart-table td:first-child, body.checkout-cart-index .cart .data-table td:first-child, body.checkout-cart-index #opc-review .order-review .cart-table td:first-child, body.checkout-cart-index #opc-review .order-review .data-table td:first-child, body.checkout-onepage-index .cart .cart-table td:first-child, body.checkout-onepage-index .cart .data-table td:first-child, body.checkout-onepage-index #opc-review .order-review .cart-table td:first-child, body.checkout-onepage-index #opc-review .order-review .data-table td:first-child { padding-left: 0; }
  body.checkout-cart-index .cart .cart-table h2, body.checkout-cart-index .cart .data-table h2, body.checkout-cart-index #opc-review .order-review .cart-table h2, body.checkout-cart-index #opc-review .order-review .data-table h2, body.checkout-onepage-index .cart .cart-table h2, body.checkout-onepage-index .cart .data-table h2, body.checkout-onepage-index #opc-review .order-review .cart-table h2, body.checkout-onepage-index #opc-review .order-review .data-table h2 { text-align: left; }
  body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-qty, body.checkout-cart-index .cart .data-table .product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions, body.checkout-cart-index .cart .data-table .product-cart-total, body.checkout-cart-index .cart .data-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index .cart .cart-table .product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions, body.checkout-onepage-index .cart .cart-table .product-cart-total, body.checkout-onepage-index .cart .cart-table .product-cart-qty, body.checkout-onepage-index .cart .data-table .product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions, body.checkout-onepage-index .cart .data-table .product-cart-total, body.checkout-onepage-index .cart .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty { padding: 3px 0 3px 10px; width: 70%; margin-left: 30%; text-align: left; }
  body.checkout-cart-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price { padding-top: 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-price:last-child, body.checkout-cart-index .cart .cart-table .product-cart-actions:last-child, body.checkout-cart-index .cart .cart-table .product-cart-total:last-child, body.checkout-cart-index .cart .cart-table .product-cart-qty:last-child, body.checkout-cart-index .cart .data-table .product-cart-price:last-child, body.checkout-cart-index .cart .data-table .product-cart-actions:last-child, body.checkout-cart-index .cart .data-table .product-cart-total:last-child, body.checkout-cart-index .cart .data-table .product-cart-qty:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total:last-child, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total:last-child, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-price:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-actions:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-total:last-child, body.checkout-onepage-index .cart .cart-table .product-cart-qty:last-child, body.checkout-onepage-index .cart .data-table .product-cart-price:last-child, body.checkout-onepage-index .cart .data-table .product-cart-actions:last-child, body.checkout-onepage-index .cart .data-table .product-cart-total:last-child, body.checkout-onepage-index .cart .data-table .product-cart-qty:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total:last-child, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total:last-child, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty:last-child { padding-right: 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-price label, body.checkout-cart-index .cart .cart-table .product-cart-price span, body.checkout-cart-index .cart .cart-table .product-cart-actions label, body.checkout-cart-index .cart .cart-table .product-cart-actions span, body.checkout-cart-index .cart .cart-table .product-cart-total label, body.checkout-cart-index .cart .cart-table .product-cart-total span, body.checkout-cart-index .cart .cart-table .product-cart-qty label, body.checkout-cart-index .cart .cart-table .product-cart-qty span, body.checkout-cart-index .cart .data-table .product-cart-price label, body.checkout-cart-index .cart .data-table .product-cart-price span, body.checkout-cart-index .cart .data-table .product-cart-actions label, body.checkout-cart-index .cart .data-table .product-cart-actions span, body.checkout-cart-index .cart .data-table .product-cart-total label, body.checkout-cart-index .cart .data-table .product-cart-total span, body.checkout-cart-index .cart .data-table .product-cart-qty label, body.checkout-cart-index .cart .data-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span, body.checkout-onepage-index .cart .cart-table .product-cart-price label, body.checkout-onepage-index .cart .cart-table .product-cart-price span, body.checkout-onepage-index .cart .cart-table .product-cart-actions label, body.checkout-onepage-index .cart .cart-table .product-cart-actions span, body.checkout-onepage-index .cart .cart-table .product-cart-total label, body.checkout-onepage-index .cart .cart-table .product-cart-total span, body.checkout-onepage-index .cart .cart-table .product-cart-qty label, body.checkout-onepage-index .cart .cart-table .product-cart-qty span, body.checkout-onepage-index .cart .data-table .product-cart-price label, body.checkout-onepage-index .cart .data-table .product-cart-price span, body.checkout-onepage-index .cart .data-table .product-cart-actions label, body.checkout-onepage-index .cart .data-table .product-cart-actions span, body.checkout-onepage-index .cart .data-table .product-cart-total label, body.checkout-onepage-index .cart .data-table .product-cart-total span, body.checkout-onepage-index .cart .data-table .product-cart-qty label, body.checkout-onepage-index .cart .data-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span { display: block; float: left; }
  body.checkout-cart-index .cart .cart-table .product-cart-price label, body.checkout-cart-index .cart .cart-table .product-cart-actions label, body.checkout-cart-index .cart .cart-table .product-cart-total label, body.checkout-cart-index .cart .cart-table .product-cart-qty label, body.checkout-cart-index .cart .data-table .product-cart-price label, body.checkout-cart-index .cart .data-table .product-cart-actions label, body.checkout-cart-index .cart .data-table .product-cart-total label, body.checkout-cart-index .cart .data-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty label, body.checkout-onepage-index .cart .cart-table .product-cart-price label, body.checkout-onepage-index .cart .cart-table .product-cart-actions label, body.checkout-onepage-index .cart .cart-table .product-cart-total label, body.checkout-onepage-index .cart .cart-table .product-cart-qty label, body.checkout-onepage-index .cart .data-table .product-cart-price label, body.checkout-onepage-index .cart .data-table .product-cart-actions label, body.checkout-onepage-index .cart .data-table .product-cart-total label, body.checkout-onepage-index .cart .data-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total label, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty label { width: 30%; font-weight: 400; font-size: 14px; font-family: "Source Sans 3", "Helvetica Neue", Verdana, Arial, sans-serif; }
  body.checkout-cart-index .cart .cart-table .product-cart-price > span, body.checkout-cart-index .cart .cart-table .product-cart-actions > span, body.checkout-cart-index .cart .cart-table .product-cart-total > span, body.checkout-cart-index .cart .cart-table .product-cart-qty > span, body.checkout-cart-index .cart .data-table .product-cart-price > span, body.checkout-cart-index .cart .data-table .product-cart-actions > span, body.checkout-cart-index .cart .data-table .product-cart-total > span, body.checkout-cart-index .cart .data-table .product-cart-qty > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty > span, body.checkout-onepage-index .cart .cart-table .product-cart-price > span, body.checkout-onepage-index .cart .cart-table .product-cart-actions > span, body.checkout-onepage-index .cart .cart-table .product-cart-total > span, body.checkout-onepage-index .cart .cart-table .product-cart-qty > span, body.checkout-onepage-index .cart .data-table .product-cart-price > span, body.checkout-onepage-index .cart .data-table .product-cart-actions > span, body.checkout-onepage-index .cart .data-table .product-cart-total > span, body.checkout-onepage-index .cart .data-table .product-cart-qty > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty > span { width: 70%; padding-left: 10px; }
  body.checkout-cart-index .cart .cart-table .product-cart-price span.price, body.checkout-cart-index .cart .cart-table .product-cart-actions span.price, body.checkout-cart-index .cart .cart-table .product-cart-total span.price, body.checkout-cart-index .cart .cart-table .product-cart-qty span.price, body.checkout-cart-index .cart .data-table .product-cart-price span.price, body.checkout-cart-index .cart .data-table .product-cart-actions span.price, body.checkout-cart-index .cart .data-table .product-cart-total span.price, body.checkout-cart-index .cart .data-table .product-cart-qty span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span.price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span.price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span.price, body.checkout-onepage-index .cart .cart-table .product-cart-price span.price, body.checkout-onepage-index .cart .cart-table .product-cart-actions span.price, body.checkout-onepage-index .cart .cart-table .product-cart-total span.price, body.checkout-onepage-index .cart .cart-table .product-cart-qty span.price, body.checkout-onepage-index .cart .data-table .product-cart-price span.price, body.checkout-onepage-index .cart .data-table .product-cart-actions span.price, body.checkout-onepage-index .cart .data-table .product-cart-total span.price, body.checkout-onepage-index .cart .data-table .product-cart-qty span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span.price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span.price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span.price { color: #3c3c3b; }
  body.checkout-cart-index .cart .cart-table .cart-links, body.checkout-cart-index .cart .data-table .cart-links, body.checkout-cart-index #opc-review .order-review .cart-table .cart-links, body.checkout-cart-index #opc-review .order-review .data-table .cart-links, body.checkout-onepage-index .cart .cart-table .cart-links, body.checkout-onepage-index .cart .data-table .cart-links, body.checkout-onepage-index #opc-review .order-review .cart-table .cart-links, body.checkout-onepage-index #opc-review .order-review .data-table .cart-links { margin-top: 5px; }
  body.checkout-cart-index .cart .cart-table .cart-links a, body.checkout-cart-index .cart .data-table .cart-links a, body.checkout-cart-index #opc-review .order-review .cart-table .cart-links a, body.checkout-cart-index #opc-review .order-review .data-table .cart-links a, body.checkout-onepage-index .cart .cart-table .cart-links a, body.checkout-onepage-index .cart .data-table .cart-links a, body.checkout-onepage-index #opc-review .order-review .cart-table .cart-links a, body.checkout-onepage-index #opc-review .order-review .data-table .cart-links a { color: #949494; }
  body.checkout-cart-index .cart .cart-table .product-cart-image, body.checkout-cart-index .cart .data-table .product-cart-image, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image, body.checkout-onepage-index .cart .cart-table .product-cart-image, body.checkout-onepage-index .cart .data-table .product-cart-image, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image { width: 30%; padding: 0; padding-left: 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-image a img, body.checkout-cart-index .cart .data-table .product-cart-image a img, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image a img, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image a img, body.checkout-onepage-index .cart .cart-table .product-cart-image a img, body.checkout-onepage-index .cart .data-table .product-cart-image a img, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image a img, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image a img { width: 100%; }
  body.checkout-cart-index .cart .cart-table .product-cart-image .cart-links, body.checkout-cart-index .cart .data-table .product-cart-image .cart-links, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image .cart-links, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image .cart-links, body.checkout-onepage-index .cart .cart-table .product-cart-image .cart-links, body.checkout-onepage-index .cart .data-table .product-cart-image .cart-links, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image .cart-links, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image .cart-links { display: block; margin-top: 5px; }
  body.checkout-cart-index .cart .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-cart-index .cart .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-cart-index #opc-review .order-review .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index .cart .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index .cart .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container), body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-image .cart-links li:not(.btn-remove-mobile-container) { display: none; }
  body.checkout-cart-index .cart .cart-table .product-cart-info, body.checkout-cart-index .cart .data-table .product-cart-info, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-info, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-info, body.checkout-onepage-index .cart .cart-table .product-cart-info, body.checkout-onepage-index .cart .data-table .product-cart-info, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-info, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info { width: 70%; padding: 0 0 0 10px; }
  body.checkout-cart-index .cart .cart-table .product-cart-info .item-options, body.checkout-cart-index .cart .data-table .product-cart-info .item-options, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-info .item-options, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-info .item-options, body.checkout-onepage-index .cart .cart-table .product-cart-info .item-options, body.checkout-onepage-index .cart .data-table .product-cart-info .item-options, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-info .item-options, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-info .item-options { margin-top: 5px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify { width: 100%; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper { width: 100%; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals { background-color: transparent; padding-top: 25px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper #checkout-agreements, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper #checkout-agreements, body.checkout-onepage-index .cart .cart-bottom-wrapper #checkout-agreements, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper #checkout-agreements { width: 100%; padding: 0 7px; }
  /* ========================================================================== Checkout ========================================================================== */
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-agreements, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-agreements { width: 100%; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-agreements#checkout-agreements { width: 100%; padding-top: 20px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-agreements li, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-agreements li { margin-bottom: 0; }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account .col2-set .box-title h2, body.customer-account-login.customer-account .col2-set .box-title h2, body.customer-account-create.customer-account .col2-set .box-title h2, body.customer-account-forgotpassword.customer-account .col2-set .box-title h2 { text-align: left; }
  body.customer-account.customer-account .dashboard .account-navigation-wrapper, body.customer-account-login.customer-account .dashboard .account-navigation-wrapper, body.customer-account-create.customer-account .dashboard .account-navigation-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .account-navigation-wrapper { display: none; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper { width: 100%; }
  body.customer-account.customer-account .dashboard h2.table-caption, body.customer-account-login.customer-account .dashboard h2.table-caption, body.customer-account-create.customer-account .dashboard h2.table-caption, body.customer-account-forgotpassword.customer-account .dashboard h2.table-caption { text-align: left; }
  body.customer-account.customer-account .dashboard .box h2, body.customer-account-login.customer-account .dashboard .box h2, body.customer-account-create.customer-account .dashboard .box h2, body.customer-account-forgotpassword.customer-account .dashboard .box h2 { text-align: left; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account.sales-order-view #my-orders-table thead tr th.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account-login.sales-order-view #my-orders-table thead tr th.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account-create.sales-order-view #my-orders-table thead tr th.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td.hidden-mobile, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th.hidden-mobile { width: 0; padding: 0; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account.sales-order-view #my-orders-table thead tr th.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account-login.sales-order-view #my-orders-table thead tr th.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account-create.sales-order-view #my-orders-table thead tr th.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td.hidden-mobile > span, body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th.hidden-mobile > span { display: none; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(1), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(1) { width: 50%; }
  body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account.sales-order-view #my-orders-table thead tr th:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account-login.sales-order-view #my-orders-table thead tr th:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account-create.sales-order-view #my-orders-table thead tr th:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr td:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table tbody tr th:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr td:nth-child(5), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(3), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(4), body.customer-account-forgotpassword.sales-order-view #my-orders-table thead tr th:nth-child(5) { width: 16.666%; }
  /* ========================================================================== Kontakt ========================================================================== */
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper { display: table; margin: 0 auto; padding: 0; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box { margin-bottom: 20px; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box:last-child { margin-bottom: 0; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .partner-logo { max-width: 150px; margin: 0 auto; } }

@media only screen and (min-width: 771px) { body.checkout-onepage-index #opc-payment .sp-method:hover dd ul.form-list, body.checkout-onepage-index #opc-payment .sp-method:hover dd .form-list > ul, body.customer-account #opc-payment .sp-method:hover dd ul.form-list, body.customer-account #opc-payment .sp-method:hover dd .form-list > ul, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd ul.form-list, body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd .form-list > ul { display: block !important; z-index: 1; }
  body.checkout-onepage-index #opc-payment .sp-method:hover dd ul.form-list[style], body.checkout-onepage-index #opc-payment .sp-method:hover dd .form-list > ul[style], body.customer-account #opc-payment .sp-method:hover dd ul.form-list[style], body.customer-account #opc-payment .sp-method:hover dd .form-list > ul[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd ul.form-list[style], body.customer-account-login body.customer-account-forgotpassword #opc-payment .sp-method:hover dd .form-list > ul[style] { display: block !important; z-index: 1; } }

@media only screen and (max-width: 770px) { .col-main, .col1-layout .col-main { margin-bottom: 0; }
  #shop-select-category { /* ========================================================================== Products Grid ========================================================================== */ }
  #shop-select-category .products-grid { max-width: 500px; margin: 0 auto; }
  #shop-select-category .products-grid .item { width: 50%; width: 100%; }
  #shop-select-category .shop-produkt-infos .book-image { margin: 0 auto; }
  /* ========================================================================== Shop Details ========================================================================== */
  .product-view .product-shop .product-name { display: block; }
  /* ========================================================================== Warenkorb ========================================================================== */
  body.checkout-onepage-index .opc #opc-login .description, body.customer-account .opc #opc-login .description, body.customer-account-login .opc #opc-login .description, body.customer-account-forgotpassword .opc #opc-login .description, body.checkout-onepage-success .opc #opc-login .description, body.checkout-onepage-failure .opc #opc-login .description { display: block; }
  body.checkout-onepage-index.customer-account-login .new-users .buttons-set, body.customer-account.customer-account-login .new-users .buttons-set, body.customer-account-login.customer-account-login .new-users .buttons-set, body.customer-account-forgotpassword.customer-account-login .new-users .buttons-set, body.checkout-onepage-success.customer-account-login .new-users .buttons-set, body.checkout-onepage-failure.customer-account-login .new-users .buttons-set { padding-top: 58px; }
  body.checkout-onepage-index #checkout-step-login > .col2-set, body.customer-account #checkout-step-login > .col2-set, body.customer-account-login #checkout-step-login > .col2-set, body.customer-account-forgotpassword #checkout-step-login > .col2-set, body.checkout-onepage-success #checkout-step-login > .col2-set, body.checkout-onepage-failure #checkout-step-login > .col2-set { flex-wrap: wrap; margin-bottom: 0 !important; }
  body.checkout-onepage-index #checkout-step-login > .col2-set > .col-1, body.checkout-onepage-index #checkout-step-login > .col2-set > .col-2, body.customer-account #checkout-step-login > .col2-set > .col-1, body.customer-account #checkout-step-login > .col2-set > .col-2, body.customer-account-login #checkout-step-login > .col2-set > .col-1, body.customer-account-login #checkout-step-login > .col2-set > .col-2, body.customer-account-forgotpassword #checkout-step-login > .col2-set > .col-1, body.customer-account-forgotpassword #checkout-step-login > .col2-set > .col-2, body.checkout-onepage-success #checkout-step-login > .col2-set > .col-1, body.checkout-onepage-success #checkout-step-login > .col2-set > .col-2, body.checkout-onepage-failure #checkout-step-login > .col2-set > .col-1, body.checkout-onepage-failure #checkout-step-login > .col2-set > .col-2 { width: 100%; margin-right: 0; border-right: 0; border-left: 0; border-bottom: 0; }
  body.checkout-onepage-index .opc-steps-wrapper, body.checkout-onepage-index .checkout-success-wrapper, body.customer-account .opc-steps-wrapper, body.customer-account .checkout-success-wrapper, body.customer-account-login .opc-steps-wrapper, body.customer-account-login .checkout-success-wrapper, body.customer-account-forgotpassword .opc-steps-wrapper, body.customer-account-forgotpassword .checkout-success-wrapper, body.checkout-onepage-success .opc-steps-wrapper, body.checkout-onepage-success .checkout-success-wrapper, body.checkout-onepage-failure .opc-steps-wrapper, body.checkout-onepage-failure .checkout-success-wrapper { padding: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .checkout-success-wrapper #opc-steps-header, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-login .opc-steps-wrapper #opc-steps-header, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login .checkout-success-wrapper #opc-steps-header, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile { flex-wrap: wrap; margin-bottom: 0; padding: 20px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section, body.customer-account .opc-steps-wrapper #opc-steps-header .section, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account .checkout-success-wrapper #opc-steps-header .section, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section { width: 100%; margin-bottom: 12px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .title { float: left; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .title, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .title, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .title { line-height: 30px; padding-left: 20px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section .number, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section .number, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section .number { height: 30px; width: 30px; padding-top: 4px; margin: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account .opc-steps-wrapper #opc-steps-header .section:last-child, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account .checkout-success-wrapper #opc-steps-header .section:last-child, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section:last-child, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section:last-child, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section:last-child, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section:last-child, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section:last-child, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section:last-child, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section:last-child { margin-bottom: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.customer-account .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account .checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-login .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-login .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .step-divider, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .step-divider { display: none; }
  body.checkout-onepage-index .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-index .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-login .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-login .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-login .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.customer-account-forgotpassword .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-success .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper.checkout-success-wrapper #opc-steps-header .step-divider, body.checkout-onepage-failure .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper.checkout-success-wrapper #opc-steps-header .step-divider { display: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile { display: flex; margin-top: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section:not(.allow), body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section:not(.allow) { display: block; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-index .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.customer-account .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-login .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-login .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-forgotpassword .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.customer-account-forgotpassword .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-success .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-success .checkout-success-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-failure .opc-steps-wrapper #opc-steps-header-mobile .section.allow, body.checkout-onepage-failure .checkout-success-wrapper #opc-steps-header-mobile .section.allow { display: none; }
  body.checkout-onepage-index .opc-steps-wrapper #checkout-step-billing, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-shipping, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-discountcode, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-shipping_method, body.checkout-onepage-index .opc-steps-wrapper #checkout-step-payment, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-billing, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-shipping, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-discountcode, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-shipping_method, body.checkout-onepage-index .checkout-success-wrapper #checkout-step-payment, body.customer-account .opc-steps-wrapper #checkout-step-billing, body.customer-account .opc-steps-wrapper #checkout-step-shipping, body.customer-account .opc-steps-wrapper #checkout-step-discountcode, body.customer-account .opc-steps-wrapper #checkout-step-shipping_method, body.customer-account .opc-steps-wrapper #checkout-step-payment, body.customer-account .checkout-success-wrapper #checkout-step-billing, body.customer-account .checkout-success-wrapper #checkout-step-shipping, body.customer-account .checkout-success-wrapper #checkout-step-discountcode, body.customer-account .checkout-success-wrapper #checkout-step-shipping_method, body.customer-account .checkout-success-wrapper #checkout-step-payment, body.customer-account-login .opc-steps-wrapper #checkout-step-billing, body.customer-account-login .opc-steps-wrapper #checkout-step-shipping, body.customer-account-login .opc-steps-wrapper #checkout-step-discountcode, body.customer-account-login .opc-steps-wrapper #checkout-step-shipping_method, body.customer-account-login .opc-steps-wrapper #checkout-step-payment, body.customer-account-login .checkout-success-wrapper #checkout-step-billing, body.customer-account-login .checkout-success-wrapper #checkout-step-shipping, body.customer-account-login .checkout-success-wrapper #checkout-step-discountcode, body.customer-account-login .checkout-success-wrapper #checkout-step-shipping_method, body.customer-account-login .checkout-success-wrapper #checkout-step-payment, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-billing, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-shipping, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-discountcode, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-shipping_method, body.customer-account-forgotpassword .opc-steps-wrapper #checkout-step-payment, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-billing, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-shipping, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-discountcode, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-shipping_method, body.customer-account-forgotpassword .checkout-success-wrapper #checkout-step-payment, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-billing, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-shipping, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-discountcode, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-shipping_method, body.checkout-onepage-success .opc-steps-wrapper #checkout-step-payment, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-billing, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-shipping, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-discountcode, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-shipping_method, body.checkout-onepage-success .checkout-success-wrapper #checkout-step-payment, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-billing, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-shipping, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-discountcode, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-shipping_method, body.checkout-onepage-failure .opc-steps-wrapper #checkout-step-payment, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-billing, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-shipping, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-discountcode, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-shipping_method, body.checkout-onepage-failure .checkout-success-wrapper #checkout-step-payment { padding: 0 20px 20px 20px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method, body.customer-account .opc-steps-wrapper #opc-payment .sp-method, body.customer-account .checkout-success-wrapper #opc-payment .sp-method, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method { width: 100%; height: auto; min-height: 65px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dt input.radio, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dt input.radio { margin-left: 28px; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd { float: left; display: block; width: 100%; margin-bottom: 20px; pointer-events: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd fieldset.form-list, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd fieldset.form-list { padding-left: 0; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul { border: none; padding: 10px 28px; max-height: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style="display:none;"], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style="display:none;"] { display: none !important; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method dd .form-list > ul[style=""], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd ul.form-list[style=""], body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method dd .form-list > ul[style=""] { display: block !important; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-index .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-login .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-login .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-success .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-success .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment .sp-method .checkout-agreements .agreement-content { max-width: none; max-height: none; }
  body.checkout-onepage-index .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-index .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-login .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-login .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-forgotpassword .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.customer-account-forgotpassword .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-success .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-success .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-failure .opc-steps-wrapper #opc-payment #checkout-payment-method-load input + label::after, body.checkout-onepage-failure .checkout-success-wrapper #opc-payment #checkout-payment-method-load input + label::after { top: -20px; }
  p.required { display: block !important; }
  /* ========================================================================== Checkout ========================================================================== */
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom, body.checkout-onepage-index #opc-review .order-review #checkout-review-submit, body.customer-account #opc-review .order-review .checkout-review-bottom, body.customer-account #opc-review .order-review #checkout-review-submit, body.customer-account-login #opc-review .order-review .checkout-review-bottom, body.customer-account-login #opc-review .order-review #checkout-review-submit, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom, body.customer-account-forgotpassword #opc-review .order-review #checkout-review-submit, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom, body.checkout-onepage-success #opc-review .order-review #checkout-review-submit, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom, body.checkout-onepage-failure #opc-review .order-review #checkout-review-submit { padding: 0 15px; }
  body.checkout-onepage-index #opc-review .mailchimp-multisubscribe, body.customer-account #opc-review .mailchimp-multisubscribe, body.customer-account-login #opc-review .mailchimp-multisubscribe, body.customer-account-forgotpassword #opc-review .mailchimp-multisubscribe, body.checkout-onepage-success #opc-review .mailchimp-multisubscribe, body.checkout-onepage-failure #opc-review .mailchimp-multisubscribe { text-align: left; padding: 0 15px; }
  body.checkout-onepage-index #opc-review #checkout-step-review, body.customer-account #opc-review #checkout-step-review, body.customer-account-login #opc-review #checkout-step-review, body.customer-account-forgotpassword #opc-review #checkout-step-review, body.checkout-onepage-success #opc-review #checkout-step-review, body.checkout-onepage-failure #opc-review #checkout-step-review { padding-bottom: 0; }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 { width: 100%; }
  body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box { min-height: 235px; }
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 { margin-right: 0; }
  body.customer-account.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1.new-users .buttons-set { padding: 40px 0 45px 0; }
  body.customer-account.customer-account .data-table th, body.customer-account-login.customer-account .data-table th, body.customer-account-create.customer-account .data-table th, body.customer-account-forgotpassword.customer-account .data-table th { width: 25%; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { margin-right: 0; margin-left: 0; }
  body.customer-account.sales-order-history .data-table th:nth-child(2), body.customer-account.sales-order-history .data-table td:nth-child(2), body.customer-account-login.sales-order-history .data-table th:nth-child(2), body.customer-account-login.sales-order-history .data-table td:nth-child(2), body.customer-account-create.sales-order-history .data-table th:nth-child(2), body.customer-account-create.sales-order-history .data-table td:nth-child(2), body.customer-account-forgotpassword.sales-order-history .data-table th:nth-child(2), body.customer-account-forgotpassword.sales-order-history .data-table td:nth-child(2) { width: 15%; }
  body.customer-account.sales-order-history .data-table th:nth-child(3), body.customer-account.sales-order-history .data-table td:nth-child(3), body.customer-account-login.sales-order-history .data-table th:nth-child(3), body.customer-account-login.sales-order-history .data-table td:nth-child(3), body.customer-account-create.sales-order-history .data-table th:nth-child(3), body.customer-account-create.sales-order-history .data-table td:nth-child(3), body.customer-account-forgotpassword.sales-order-history .data-table th:nth-child(3), body.customer-account-forgotpassword.sales-order-history .data-table td:nth-child(3) { display: none; }
  body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager { float: right; width: auto; }
  .review-dialog-block #review-form h3 { text-align: center; }
  .review-dialog-block #review-form .review-group { display: block; margin-top: 35px; }
  .review-dialog-block #review-form .review-group .left { display: block; text-align: center; margin-bottom: 12px; }
  .review-dialog-block #review-form .review-group.overall-review .left, .review-dialog-block #review-form .review-group.your-review .left { padding-top: 0; }
  .review-dialog-block #review-form .left { width: 100% !important; }
  .review-dialog-block #review-form .left .title { padding-bottom: 10px; }
  .review-dialog-block #review-form .right, .review-dialog-block #review-form .right.review-text { width: 100% !important; padding-left: 0; }
  .review-dialog-block #review-form .custom-radio .left .title { padding-top: 0; }
  .review-dialog-block #review-form .normal-radios-wrapper { text-align: center; }
  .review-dialog-block #review-form .normal-radios-wrapper .horizontal-radios.normal-radios { padding-top: 0; width: auto; display: inline-block; } }

@media only screen and (max-width: 600px) { .page-headline-mobile { display: block; font-weight: 700; padding: 25px 25px 0 25px; margin: 0; }
  .page-headline-mobile .subtitle { font-size: 14px; width: 100%; display: block; margin-top: 8px; }
  .top-container .banner-header:not(.retail-header):not(.header-startpage) { display: none; }
  .top-container .banner-content .banner-content-wrapper, #header-slider .banner-content .banner-content-wrapper { padding-left: 25px; padding-right: 25px; padding-bottom: 25px; }
  .top-container .banner-content .banner-content-wrapper h2, #header-slider .banner-content .banner-content-wrapper h2 { font-size: 24px; margin-bottom: 0px; }
  .one-column-cms-content .main-container { margin: 0 auto 50px auto; box-shadow: none; }
  #scroll-top { bottom: 10px; right: 10px; }
  /* ========================================================================== Startseite ========================================================================== */
  #statistics .container-content { flex-wrap: wrap; max-width: 450px; }
  #statistics .container-content .statistic-elem { width: 50%; padding: 77px 5px 20px; }
  #statistics .container-content .statistic-elem img { top: 5px; }
  #opinions { padding-bottom: 60px; }
  #opinions #container-newsletter { padding: 25px; -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }
  #opinions #container-newsletter .newsletter-input { padding-top: 20px; }
  /* ========================================================================== Shop ========================================================================== */
  #shop-select-category { padding-top: 30px; }
  #shop-select-category .shop-produkt-infos { display: table; padding: 35px 25px 0 25px; }
  #shop-select-category .shop-produkt-infos .top-text, #shop-select-category .shop-produkt-infos .bottom-text { text-align: left; margin-bottom: 25px; float: left; width: 100%; }
  #shop-select-category .shop-produkt-infos .top-text .title, #shop-select-category .shop-produkt-infos .bottom-text .title { font-size: 22px; font-weight: 400; line-height: 30px; }
  #shop-select-category .shop-produkt-infos .top-text { display: table-header-group; }
  #shop-select-category .shop-produkt-infos .bottom-text { display: table-column-group; }
  #shop-select-category .shop-produkt-infos .book-image { display: table-footer-group; }
  /* ========================================================================== Shop Details ========================================================================== */
  .catalog-product-view .page-headline-mobile { display: none; }
  /* ========================================================================== Warenkorb ========================================================================== */
  body.checkout-cart-index .cart, body.checkout-cart-index #opc-review .order-review, body.checkout-onepage-index .cart, body.checkout-onepage-index #opc-review .order-review { padding: 0; margin-top: 0; }
  body.checkout-cart-index .cart > form, body.checkout-cart-index .cart .cart-table, body.checkout-cart-index #opc-review .order-review > form, body.checkout-cart-index #opc-review .order-review .cart-table, body.checkout-onepage-index .cart > form, body.checkout-onepage-index .cart .cart-table, body.checkout-onepage-index #opc-review .order-review > form, body.checkout-onepage-index #opc-review .order-review .cart-table { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  body.checkout-cart-index .cart .cart-table#shopping-cart-table, body.checkout-cart-index .cart .data-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-cart-index #opc-review .order-review .data-table#shopping-cart-table, body.checkout-onepage-index .cart .cart-table#shopping-cart-table, body.checkout-onepage-index .cart .data-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .cart-table#shopping-cart-table, body.checkout-onepage-index #opc-review .order-review .data-table#shopping-cart-table { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  body.checkout-cart-index .cart .cart-table .product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions, body.checkout-cart-index .cart .cart-table .product-cart-total, body.checkout-cart-index .cart .cart-table .product-cart-qty, body.checkout-cart-index .cart .data-table .product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions, body.checkout-cart-index .cart .data-table .product-cart-total, body.checkout-cart-index .cart .data-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty, body.checkout-onepage-index .cart .cart-table .product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions, body.checkout-onepage-index .cart .cart-table .product-cart-total, body.checkout-onepage-index .cart .cart-table .product-cart-qty, body.checkout-onepage-index .cart .data-table .product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions, body.checkout-onepage-index .cart .data-table .product-cart-total, body.checkout-onepage-index .cart .data-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty { width: 100%; margin-left: 0; padding: 8px 0; }
  body.checkout-cart-index .cart .cart-table .product-cart-price::before, body.checkout-cart-index .cart .cart-table .product-cart-actions::before, body.checkout-cart-index .cart .cart-table .product-cart-total::before, body.checkout-cart-index .cart .cart-table .product-cart-qty::before, body.checkout-cart-index .cart .data-table .product-cart-price::before, body.checkout-cart-index .cart .data-table .product-cart-actions::before, body.checkout-cart-index .cart .data-table .product-cart-total::before, body.checkout-cart-index .cart .data-table .product-cart-qty::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total::before, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total::before, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty::before, body.checkout-onepage-index .cart .cart-table .product-cart-price::before, body.checkout-onepage-index .cart .cart-table .product-cart-actions::before, body.checkout-onepage-index .cart .cart-table .product-cart-total::before, body.checkout-onepage-index .cart .cart-table .product-cart-qty::before, body.checkout-onepage-index .cart .data-table .product-cart-price::before, body.checkout-onepage-index .cart .data-table .product-cart-actions::before, body.checkout-onepage-index .cart .data-table .product-cart-total::before, body.checkout-onepage-index .cart .data-table .product-cart-qty::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total::before, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total::before, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty::before { display: none; }
  body.checkout-cart-index .cart .cart-table .product-cart-price span, body.checkout-cart-index .cart .cart-table .product-cart-actions span, body.checkout-cart-index .cart .cart-table .product-cart-total span, body.checkout-cart-index .cart .cart-table .product-cart-qty span, body.checkout-cart-index .cart .data-table .product-cart-price span, body.checkout-cart-index .cart .data-table .product-cart-actions span, body.checkout-cart-index .cart .data-table .product-cart-total span, body.checkout-cart-index .cart .data-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span, body.checkout-onepage-index .cart .cart-table .product-cart-price span, body.checkout-onepage-index .cart .cart-table .product-cart-actions span, body.checkout-onepage-index .cart .cart-table .product-cart-total span, body.checkout-onepage-index .cart .cart-table .product-cart-qty span, body.checkout-onepage-index .cart .data-table .product-cart-price span, body.checkout-onepage-index .cart .data-table .product-cart-actions span, body.checkout-onepage-index .cart .data-table .product-cart-total span, body.checkout-onepage-index .cart .data-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span { text-align: right; }
  body.checkout-cart-index .cart .cart-table .product-cart-price span > span, body.checkout-cart-index .cart .cart-table .product-cart-actions span > span, body.checkout-cart-index .cart .cart-table .product-cart-total span > span, body.checkout-cart-index .cart .cart-table .product-cart-qty span > span, body.checkout-cart-index .cart .data-table .product-cart-price span > span, body.checkout-cart-index .cart .data-table .product-cart-actions span > span, body.checkout-cart-index .cart .data-table .product-cart-total span > span, body.checkout-cart-index .cart .data-table .product-cart-qty span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total span > span, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total span > span, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty span > span, body.checkout-onepage-index .cart .cart-table .product-cart-price span > span, body.checkout-onepage-index .cart .cart-table .product-cart-actions span > span, body.checkout-onepage-index .cart .cart-table .product-cart-total span > span, body.checkout-onepage-index .cart .cart-table .product-cart-qty span > span, body.checkout-onepage-index .cart .data-table .product-cart-price span > span, body.checkout-onepage-index .cart .data-table .product-cart-actions span > span, body.checkout-onepage-index .cart .data-table .product-cart-total span > span, body.checkout-onepage-index .cart .data-table .product-cart-qty span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total span > span, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total span > span, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty span > span { float: right; }
  body.checkout-cart-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-cart-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-cart-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index .cart .data-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .cart-table .product-cart-qty.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-price.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-actions.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-total.product-cart-price, body.checkout-onepage-index #opc-review .order-review .data-table .product-cart-qty.product-cart-price { padding-top: 30px; }
  body.checkout-cart-index .cart .cart-table .cart-links > li, body.checkout-cart-index .cart .data-table .cart-links > li, body.checkout-cart-index #opc-review .order-review .cart-table .cart-links > li, body.checkout-cart-index #opc-review .order-review .data-table .cart-links > li, body.checkout-onepage-index .cart .cart-table .cart-links > li, body.checkout-onepage-index .cart .data-table .cart-links > li, body.checkout-onepage-index #opc-review .order-review .cart-table .cart-links > li, body.checkout-onepage-index #opc-review .order-review .data-table .cart-links > li { text-align: left; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index .cart .cart-bottom-wrapper .yby-coupon-notify, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .yby-coupon-notify { padding: 15px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper { padding-left: 0; float: left; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals { text-align: center; padding: 15px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table { width: 100%; margin-bottom: 25px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:first-of-type { text-align: left; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tr td:last-of-type { text-align: right; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals table tfoot td { padding: 0; color: #3c3c3b; font-size: 18px; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons { display: inline-block; float: none; }
  body.checkout-cart-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button, body.checkout-cart-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button, body.checkout-onepage-index .cart .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button, body.checkout-onepage-index #opc-review .order-review .cart-bottom-wrapper .cart-totals-wrapper .cart-totals .totals-buttons .button { padding: 0 11px !important; }
  body.checkout-cart-index .checkout-types, body.checkout-onepage-index .checkout-types { float: right; }
  /* ========================================================================== Checkout ========================================================================== */
  body.checkout-onepage-index .col-main > .container-full:not(.top-container), body.customer-account .col-main > .container-full:not(.top-container), body.customer-account-login .col-main > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.checkout-onepage-success .col-main > .container-full:not(.top-container), body.checkout-onepage-failure .col-main > .container-full:not(.top-container) { padding: 0; }
  body.checkout-onepage-index .opc-steps-wrapper, body.checkout-onepage-index .checkout-success-wrapper, body.customer-account .opc-steps-wrapper, body.customer-account .checkout-success-wrapper, body.customer-account-login .opc-steps-wrapper, body.customer-account-login .checkout-success-wrapper, body.customer-account-forgotpassword .opc-steps-wrapper, body.customer-account-forgotpassword .checkout-success-wrapper, body.checkout-onepage-success .opc-steps-wrapper, body.checkout-onepage-success .checkout-success-wrapper, body.checkout-onepage-failure .opc-steps-wrapper, body.checkout-onepage-failure .checkout-success-wrapper { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); margin-bottom: 0; margin-top: 0; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals { width: 100%; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table { width: 100%; margin-bottom: 25px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td { font-size: 14px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:first-of-type { text-align: left; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr td:last-of-type { text-align: right; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals table tr:last-of-type td { padding: 0; font-size: 18px; }
  body.checkout-onepage-index #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-login #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.customer-account-forgotpassword #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.checkout-onepage-success #opc-review .order-review .checkout-review-bottom .checkout-totals strong, body.checkout-onepage-failure #opc-review .order-review .checkout-review-bottom .checkout-totals strong { color: #3c3c3b; }
  body.checkout-onepage-index #opc-review .order-review #review-buttons-container > p, body.customer-account #opc-review .order-review #review-buttons-container > p, body.customer-account-login #opc-review .order-review #review-buttons-container > p, body.customer-account-forgotpassword #opc-review .order-review #review-buttons-container > p, body.checkout-onepage-success #opc-review .order-review #review-buttons-container > p, body.checkout-onepage-failure #opc-review .order-review #review-buttons-container > p { text-align: center; }
  /* ========================================================================== Success/Failure ========================================================================== */
  body.checkout-onepage-success .checkout-success-wrapper .profity, body.checkout-onepage-failure .checkout-success-wrapper .profity { margin-top: 30px; margin-bottom: 70px; }
  body.checkout-onepage-success .checkout-success-wrapper .profity i, body.checkout-onepage-failure .checkout-success-wrapper .profity i { color: #3c3c3b; }
  body.checkout-onepage-success .checkout-success-wrapper .social-media-wrapper, body.checkout-onepage-failure .checkout-success-wrapper .social-media-wrapper { padding-top: 30px; }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account .col-main > .container-full:not(.top-container), body.customer-account .col-main .my-account > .container-full:not(.top-container), body.customer-account-login .col-main > .container-full:not(.top-container), body.customer-account-login .col-main .my-account > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container), body.customer-account-create .col-main .my-account > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main > .container-full:not(.top-container), body.customer-account-forgotpassword .col-main .my-account > .container-full:not(.top-container), body.customer-account-create .col-main > .container-full:not(.top-container), body.customer-account-create .col-main .my-account > .container-full:not(.top-container) { padding: 0; }
  body.customer-account .dashboard, body.customer-account-login .dashboard, body.customer-account-create .dashboard, body.customer-account-forgotpassword .dashboard, body.customer-account-create .dashboard { margin: 0 auto 20px auto !important; padding: 20px 0; -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  body.customer-account .dashboard.account-create, body.customer-account-login .dashboard.account-create, body.customer-account-create .dashboard.account-create, body.customer-account-forgotpassword .dashboard.account-create, body.customer-account-create .dashboard.account-create { padding: 20px 0 0 0; margin: 0 auto; }
  body.customer-account .dashboard + .buttons-set, body.customer-account-login .dashboard + .buttons-set, body.customer-account-create .dashboard + .buttons-set, body.customer-account-forgotpassword .dashboard + .buttons-set, body.customer-account-create .dashboard + .buttons-set { padding: 0 20px 20px 20px; }
  body.customer-account .dashboard + .buttons-set .back-link, body.customer-account .dashboard + .buttons-set .required, body.customer-account-login .dashboard + .buttons-set .back-link, body.customer-account-login .dashboard + .buttons-set .required, body.customer-account-create .dashboard + .buttons-set .back-link, body.customer-account-create .dashboard + .buttons-set .required, body.customer-account-forgotpassword .dashboard + .buttons-set .back-link, body.customer-account-forgotpassword .dashboard + .buttons-set .required, body.customer-account-create .dashboard + .buttons-set .back-link, body.customer-account-create .dashboard + .buttons-set .required { display: block !important; }
  body.customer-account .dashboard + .buttons-set button, body.customer-account-login .dashboard + .buttons-set button, body.customer-account-create .dashboard + .buttons-set button, body.customer-account-forgotpassword .dashboard + .buttons-set button, body.customer-account-create .dashboard + .buttons-set button { width: 100%; }
  body.customer-account .dashboard .fieldset, body.customer-account-login .dashboard .fieldset, body.customer-account-create .dashboard .fieldset, body.customer-account-forgotpassword .dashboard .fieldset, body.customer-account-create .dashboard .fieldset { width: 100%; max-width: 100%; margin-left: 0; padding: 0 20px; text-align: center; }
  body.customer-account .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-login .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-forgotpassword .dashboard .box-account.box-rewardpoints-history .box-head, body.customer-account-create .dashboard .box-account.box-rewardpoints-history .box-head { padding: 0 20px; }
  body.customer-account.customer-account-login .col2-set, body.customer-account.customer-account-create .col2-set, body.customer-account.customer-address-index .col2-set, body.customer-account-login.customer-account-login .col2-set, body.customer-account-login.customer-account-create .col2-set, body.customer-account-login.customer-address-index .col2-set, body.customer-account-create.customer-account-login .col2-set, body.customer-account-create.customer-account-create .col2-set, body.customer-account-create.customer-address-index .col2-set, body.customer-account-forgotpassword.customer-account-login .col2-set, body.customer-account-forgotpassword.customer-account-create .col2-set, body.customer-account-forgotpassword.customer-address-index .col2-set, body.customer-account-create.customer-account-login .col2-set, body.customer-account-create.customer-account-create .col2-set, body.customer-account-create.customer-address-index .col2-set { flex-wrap: wrap; text-align: center; }
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-login .col2-set .col-2, body.customer-account.customer-account-create .col2-set .col-1, body.customer-account.customer-account-create .col2-set .col-2, body.customer-account.customer-address-index .col2-set .col-1, body.customer-account.customer-address-index .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-create .col2-set .col-1, body.customer-account-login.customer-account-create .col2-set .col-2, body.customer-account-login.customer-address-index .col2-set .col-1, body.customer-account-login.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-2 { width: 100%; border-top: 1px solid #e2e2e2; padding-top: 25px; padding-left: 25px; padding-right: 25px; }
  body.customer-account.customer-account-login .col2-set .col-1 .box, body.customer-account.customer-account-login .col2-set .col-2 .box, body.customer-account.customer-account-create .col2-set .col-1 .box, body.customer-account.customer-account-create .col2-set .col-2 .box, body.customer-account.customer-address-index .col2-set .col-1 .box, body.customer-account.customer-address-index .col2-set .col-2 .box, body.customer-account-login.customer-account-login .col2-set .col-1 .box, body.customer-account-login.customer-account-login .col2-set .col-2 .box, body.customer-account-login.customer-account-create .col2-set .col-1 .box, body.customer-account-login.customer-account-create .col2-set .col-2 .box, body.customer-account-login.customer-address-index .col2-set .col-1 .box, body.customer-account-login.customer-address-index .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-create .col2-set .col-1 .box, body.customer-account-create.customer-account-create .col2-set .col-2 .box, body.customer-account-create.customer-address-index .col2-set .col-1 .box, body.customer-account-create.customer-address-index .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .box, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .box, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .box, body.customer-account-create.customer-account-login .col2-set .col-1 .box, body.customer-account-create.customer-account-login .col2-set .col-2 .box, body.customer-account-create.customer-account-create .col2-set .col-1 .box, body.customer-account-create.customer-account-create .col2-set .col-2 .box, body.customer-account-create.customer-address-index .col2-set .col-1 .box, body.customer-account-create.customer-address-index .col2-set .col-2 .box { min-height: auto; }
  body.customer-account.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-login.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-login.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-login.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-login.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-login.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-login.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-login .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-account-create .col2-set .col-2 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-1 .box .form-list li:last-child, body.customer-account-create.customer-address-index .col2-set .col-2 .box .form-list li:last-child { margin-bottom: 0; }
  body.customer-account.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-login.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-login.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-login.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-login.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set { text-align: center; padding-top: 0; }
  body.customer-account.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-login.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-login.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-login.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-login.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-login.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-login.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-login .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-account-create .col2-set .col-2 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-1 .buttons-set a, body.customer-account-create.customer-address-index .col2-set .col-2 .buttons-set a { color: #3c3c3b; padding: 15px 0; }
  body.customer-account.customer-account-login .col2-set:first-of-type .col-1, body.customer-account.customer-account-login .col2-set:first-of-type .col-2, body.customer-account.customer-account-create .col2-set:first-of-type .col-1, body.customer-account.customer-account-create .col2-set:first-of-type .col-2, body.customer-account.customer-address-index .col2-set:first-of-type .col-1, body.customer-account.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-login.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-login.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-login.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-login.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-login.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-forgotpassword.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-forgotpassword.customer-address-index .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-login .col2-set:first-of-type .col-2, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-1, body.customer-account-create.customer-account-create .col2-set:first-of-type .col-2, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-1, body.customer-account-create.customer-address-index .col2-set:first-of-type .col-2 { padding-top: 25px; }
  body.customer-account.customer-account-login .col2-set .col-1, body.customer-account.customer-account-create .col2-set .col-1, body.customer-account.customer-address-index .col2-set .col-1, body.customer-account-login.customer-account-login .col2-set .col-1, body.customer-account-login.customer-account-create .col2-set .col-1, body.customer-account-login.customer-address-index .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-1, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1, body.customer-account-create.customer-account-login .col2-set .col-1, body.customer-account-create.customer-account-create .col2-set .col-1, body.customer-account-create.customer-address-index .col2-set .col-1 { margin-right: 0; }
  body.customer-account.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-login.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-forgotpassword.customer-address-index .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-login .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-account-create .col2-set .col-1.new-users .buttons-set, body.customer-account-create.customer-address-index .col2-set .col-1.new-users .buttons-set { padding: 40px 0 45px 0; }
  body.customer-account.customer-account-login .col2-set .col-2, body.customer-account.customer-account-create .col2-set .col-2, body.customer-account.customer-address-index .col2-set .col-2, body.customer-account-login.customer-account-login .col2-set .col-2, body.customer-account-login.customer-account-create .col2-set .col-2, body.customer-account-login.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-2, body.customer-account-forgotpassword.customer-account-login .col2-set .col-2, body.customer-account-forgotpassword.customer-account-create .col2-set .col-2, body.customer-account-forgotpassword.customer-address-index .col2-set .col-2, body.customer-account-create.customer-account-login .col2-set .col-2, body.customer-account-create.customer-account-create .col2-set .col-2, body.customer-account-create.customer-address-index .col2-set .col-2 { margin-top: 25px; border-left: none; }
  body.customer-account.customer-account-login .col2-set p.required, body.customer-account.customer-account-create .col2-set p.required, body.customer-account.customer-address-index .col2-set p.required, body.customer-account-login.customer-account-login .col2-set p.required, body.customer-account-login.customer-account-create .col2-set p.required, body.customer-account-login.customer-address-index .col2-set p.required, body.customer-account-create.customer-account-login .col2-set p.required, body.customer-account-create.customer-account-create .col2-set p.required, body.customer-account-create.customer-address-index .col2-set p.required, body.customer-account-forgotpassword.customer-account-login .col2-set p.required, body.customer-account-forgotpassword.customer-account-create .col2-set p.required, body.customer-account-forgotpassword.customer-address-index .col2-set p.required, body.customer-account-create.customer-account-login .col2-set p.required, body.customer-account-create.customer-account-create .col2-set p.required, body.customer-account-create.customer-address-index .col2-set p.required { display: block; text-align: center; width: 100%; padding-top: 5px; }
  body.customer-account.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-login.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-login.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-login.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-forgotpassword.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-forgotpassword.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-forgotpassword.customer-address-index.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-login.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-account-create.customer-account-login .col2-set .buttons-set, body.customer-account-create.customer-address-index.customer-account-login .col2-set .buttons-set { padding: 20px 0 0 0; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-login.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-login.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-login.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-create.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-login.customer-address-index .dashboard .box-account, body.customer-account-create.customer-account-create.customer-address-index .dashboard .box-account, body.customer-account-create.customer-address-index.customer-address-index .dashboard .box-account { border: none; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set { padding: 0; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 { border-top: none; }
  body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-login.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-login.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-login.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-forgotpassword.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-forgotpassword.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-login.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-account-create.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-1 > .box > .col2-set, body.customer-account-create.customer-address-index.customer-address-index .dashboard .dashboard-content-wrapper > .col2-set > .col-2 > .box > .col2-set { flex-wrap: wrap !important; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set { padding: 0 20px; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info:not(.invite-friends-box), body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info:not(.invite-friends-box) { padding-bottom: 0; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set { flex-wrap: wrap; }
  body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-login.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-forgotpassword.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-1 .box-info .col2-set .col-2, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-1, body.customer-account-create.customer-account .dashboard .dashboard-content-wrapper > .col2-set > .col-2 .box-info .col2-set .col-2 { width: 100%; margin-bottom: 20px; margin-right: 0; margin-left: 0; text-align: center; }
  body.customer-account.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-login.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-create.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-forgotpassword.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary, body.customer-account-create.customer-account.customer-account-index .dashboard .dashboard-content-wrapper .box-rewardpoints-summary { margin-left: 20px; margin-right: 20px; text-align: center; }
  body.customer-account.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-login.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-login.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-forgotpassword.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-forgotpassword.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-history .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > p, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > p { padding-left: 20px; padding-right: 20px; color: #3c3c3b; }
  body.customer-account.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-login.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-forgotpassword.sales-order-history .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-view .dashboard .dashboard-content-wrapper > h1, body.customer-account-create.sales-order-history .dashboard .dashboard-content-wrapper > h1 { color: #a6aa7c; }
  body.customer-account.sales-order-view .dashboard h2.table-caption, body.customer-account.sales-order-history .dashboard h2.table-caption, body.customer-account-login.sales-order-view .dashboard h2.table-caption, body.customer-account-login.sales-order-history .dashboard h2.table-caption, body.customer-account-create.sales-order-view .dashboard h2.table-caption, body.customer-account-create.sales-order-history .dashboard h2.table-caption, body.customer-account-forgotpassword.sales-order-view .dashboard h2.table-caption, body.customer-account-forgotpassword.sales-order-history .dashboard h2.table-caption, body.customer-account-create.sales-order-view .dashboard h2.table-caption, body.customer-account-create.sales-order-history .dashboard h2.table-caption { padding: 0 20px; }
  body.customer-account.sales-order-view .dashboard .col-set-parent, body.customer-account.sales-order-history .dashboard .col-set-parent, body.customer-account-login.sales-order-view .dashboard .col-set-parent, body.customer-account-login.sales-order-history .dashboard .col-set-parent, body.customer-account-create.sales-order-view .dashboard .col-set-parent, body.customer-account-create.sales-order-history .dashboard .col-set-parent, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent, body.customer-account-create.sales-order-view .dashboard .col-set-parent, body.customer-account-create.sales-order-history .dashboard .col-set-parent { padding: 0 20px; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set { flex-wrap: wrap; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set h3, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set h3 { text-align: center; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-2 { width: 100%; margin-right: 0; margin-left: 0; padding-top: 20px; padding-right: 0; padding-left: 0; text-align: center; }
  body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td, body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td { text-align: left !important; padding-left: 15px; }
  body.customer-account.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-login.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-login.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-forgotpassword.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-forgotpassword.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-view .order-totals.order-totals table.table-price tr td:nth-child(2), body.customer-account-create.sales-order-history .order-totals.order-totals table.table-price tr td:nth-child(2) { text-align: right !important; padding-right: 15px; }
  body.customer-account.sales-order-view.sales-order-history .buttons-set, body.customer-account.sales-order-history.sales-order-history .buttons-set, body.customer-account-login.sales-order-view.sales-order-history .buttons-set, body.customer-account-login.sales-order-history.sales-order-history .buttons-set, body.customer-account-create.sales-order-view.sales-order-history .buttons-set, body.customer-account-create.sales-order-history.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-view.sales-order-history .buttons-set, body.customer-account-forgotpassword.sales-order-history.sales-order-history .buttons-set, body.customer-account-create.sales-order-view.sales-order-history .buttons-set, body.customer-account-create.sales-order-history.sales-order-history .buttons-set { padding: 10px 20px 45px 20px; }
  body.customer-account.sales-order-view.sales-order-history .buttons-set a, body.customer-account.sales-order-history.sales-order-history .buttons-set a, body.customer-account-login.sales-order-view.sales-order-history .buttons-set a, body.customer-account-login.sales-order-history.sales-order-history .buttons-set a, body.customer-account-create.sales-order-view.sales-order-history .buttons-set a, body.customer-account-create.sales-order-history.sales-order-history .buttons-set a, body.customer-account-forgotpassword.sales-order-view.sales-order-history .buttons-set a, body.customer-account-forgotpassword.sales-order-history.sales-order-history .buttons-set a, body.customer-account-create.sales-order-view.sales-order-history .buttons-set a, body.customer-account-create.sales-order-history.sales-order-history .buttons-set a { padding: 0; }
  body.customer-account.customer-account-edit .dashboard .box h2, body.customer-account-login.customer-account-edit .dashboard .box h2, body.customer-account-create.customer-account-edit .dashboard .box h2, body.customer-account-forgotpassword.customer-account-edit .dashboard .box h2, body.customer-account-create.customer-account-edit .dashboard .box h2 { text-align: center; }
  body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set { flex-wrap: wrap; padding: 0; }
  body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper > .col2-set + .col2-set { margin-top: 15px; }
  body.customer-account.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-login.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-forgotpassword.customer-account-edit .dashboard .dashboard-content-wrapper #change_password, body.customer-account-create.customer-account-edit .dashboard .dashboard-content-wrapper #change_password { margin-left: 20px; }
  body.customer-account.customer-account-edit .dashboard .change-password, body.customer-account.customer-account-edit .dashboard .change-username, body.customer-account-login.customer-account-edit .dashboard .change-password, body.customer-account-login.customer-account-edit .dashboard .change-username, body.customer-account-create.customer-account-edit .dashboard .change-password, body.customer-account-create.customer-account-edit .dashboard .change-username, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username, body.customer-account-create.customer-account-edit .dashboard .change-password, body.customer-account-create.customer-account-edit .dashboard .change-username { flex-wrap: wrap; }
  body.customer-account.customer-account-edit .dashboard .change-password .col-1, body.customer-account.customer-account-edit .dashboard .change-password .col-2, body.customer-account.customer-account-edit .dashboard .change-username .col-1, body.customer-account.customer-account-edit .dashboard .change-username .col-2, body.customer-account-login.customer-account-edit .dashboard .change-password .col-1, body.customer-account-login.customer-account-edit .dashboard .change-password .col-2, body.customer-account-login.customer-account-edit .dashboard .change-username .col-1, body.customer-account-login.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-1, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-1, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password .col-1, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username .col-1, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-1, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-1, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2 { width: 100%; margin-right: 0; padding: 0 20px; }
  body.customer-account.customer-account-edit .dashboard .change-password .col-2, body.customer-account.customer-account-edit .dashboard .change-username .col-2, body.customer-account-login.customer-account-edit .dashboard .change-password .col-2, body.customer-account-login.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-password .col-2, body.customer-account-forgotpassword.customer-account-edit .dashboard .change-username .col-2, body.customer-account-create.customer-account-edit .dashboard .change-password .col-2, body.customer-account-create.customer-account-edit .dashboard .change-username .col-2 { margin-top: 20px; }
  body.customer-account.customer-account-edit .dashboard .col-2 h2, body.customer-account-login.customer-account-edit .dashboard .col-2 h2, body.customer-account-create.customer-account-edit .dashboard .col-2 h2, body.customer-account-forgotpassword.customer-account-edit .dashboard .col-2 h2, body.customer-account-create.customer-account-edit .dashboard .col-2 h2 { display: none; }
  body.customer-account.newsletter-manage-index .dashboard, body.customer-account-login.newsletter-manage-index .dashboard, body.customer-account-create.newsletter-manage-index .dashboard, body.customer-account-forgotpassword.newsletter-manage-index .dashboard, body.customer-account-create.newsletter-manage-index .dashboard { padding: 40px 0 0 0; }
  body.customer-account.newsletter-manage-index .dashboard h1, body.customer-account-login.newsletter-manage-index .dashboard h1, body.customer-account-create.newsletter-manage-index .dashboard h1, body.customer-account-forgotpassword.newsletter-manage-index .dashboard h1, body.customer-account-create.newsletter-manage-index .dashboard h1 { display: none; }
  body.customer-account.newsletter-manage-index .dashboard form, body.customer-account-login.newsletter-manage-index .dashboard form, body.customer-account-create.newsletter-manage-index .dashboard form, body.customer-account-forgotpassword.newsletter-manage-index .dashboard form, body.customer-account-create.newsletter-manage-index .dashboard form { padding: 0 20px; }
  body.customer-account.customer-address-form .legend, body.customer-account-login.customer-address-form .legend, body.customer-account-create.customer-address-form .legend, body.customer-account-forgotpassword.customer-address-form .legend, body.customer-account-create.customer-address-form .legend { text-align: center !important; }
  body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager, body.customer-account-create .pager { padding-right: 20px; margin: 0; }
  body.customer-account .pager .limiter, body.customer-account-login .pager .limiter, body.customer-account-create .pager .limiter, body.customer-account-forgotpassword .pager .limiter, body.customer-account-create .pager .limiter { margin: 0; }
  body.customer-account .buttons-set, body.customer-account-login .buttons-set, body.customer-account-create .buttons-set, body.customer-account-forgotpassword .buttons-set, body.customer-account-create .buttons-set { padding: 0 20px 20px 20px; }
  body.customer-account.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-login.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-forgotpassword.rewardpoints-index-index .dashboard .box-rewardpoints-summary, body.customer-account-create.rewardpoints-index-index .dashboard .box-rewardpoints-summary { padding: 0 20px; }
  body.customer-account.rewardpointscoupon-index-index .page-title h1, body.customer-account.rewardpoints-index-transactions .page-title h1, body.customer-account-login.rewardpointscoupon-index-index .page-title h1, body.customer-account-login.rewardpoints-index-transactions .page-title h1, body.customer-account-create.rewardpointscoupon-index-index .page-title h1, body.customer-account-create.rewardpoints-index-transactions .page-title h1, body.customer-account-forgotpassword.rewardpointscoupon-index-index .page-title h1, body.customer-account-forgotpassword.rewardpoints-index-transactions .page-title h1, body.customer-account-create.rewardpointscoupon-index-index .page-title h1, body.customer-account-create.rewardpoints-index-transactions .page-title h1 { text-align: center; }
  body.customer-account.rewardpointscoupon-index-index .button, body.customer-account.rewardpoints-index-transactions .button, body.customer-account-login.rewardpointscoupon-index-index .button, body.customer-account-login.rewardpoints-index-transactions .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-transactions .button, body.customer-account-forgotpassword.rewardpointscoupon-index-index .button, body.customer-account-forgotpassword.rewardpoints-index-transactions .button, body.customer-account-create.rewardpointscoupon-index-index .button, body.customer-account-create.rewardpoints-index-transactions .button { width: 100%; }
  body.customer-account.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-login.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-create.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-forgotpassword.rewardpoints-index-settings .dashboard .fieldset, body.customer-account-create.rewardpoints-index-settings .dashboard .fieldset { text-align: left; }
  body.customer-account.rewardpoints-index-settings .button, body.customer-account-login.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings .button, body.customer-account-forgotpassword.rewardpoints-index-settings .button, body.customer-account-create.rewardpoints-index-settings .button { width: 100%; }
  body.customer-account .data-table#recent-transactions-history thead th, body.customer-account .data-table#recent-transactions-history thead td, body.customer-account .data-table#recent-transactions-history tbody th, body.customer-account .data-table#recent-transactions-history tbody td, body.customer-account .data-table#recent-transactions-history tr th, body.customer-account .data-table#recent-transactions-history tr td, body.customer-account-login .data-table#recent-transactions-history thead th, body.customer-account-login .data-table#recent-transactions-history thead td, body.customer-account-login .data-table#recent-transactions-history tbody th, body.customer-account-login .data-table#recent-transactions-history tbody td, body.customer-account-login .data-table#recent-transactions-history tr th, body.customer-account-login .data-table#recent-transactions-history tr td, body.customer-account-create .data-table#recent-transactions-history thead th, body.customer-account-create .data-table#recent-transactions-history thead td, body.customer-account-create .data-table#recent-transactions-history tbody th, body.customer-account-create .data-table#recent-transactions-history tbody td, body.customer-account-create .data-table#recent-transactions-history tr th, body.customer-account-create .data-table#recent-transactions-history tr td, body.customer-account-forgotpassword .data-table#recent-transactions-history thead th, body.customer-account-forgotpassword .data-table#recent-transactions-history thead td, body.customer-account-forgotpassword .data-table#recent-transactions-history tbody th, body.customer-account-forgotpassword .data-table#recent-transactions-history tbody td, body.customer-account-forgotpassword .data-table#recent-transactions-history tr th, body.customer-account-forgotpassword .data-table#recent-transactions-history tr td, body.customer-account-create .data-table#recent-transactions-history thead th, body.customer-account-create .data-table#recent-transactions-history thead td, body.customer-account-create .data-table#recent-transactions-history tbody th, body.customer-account-create .data-table#recent-transactions-history tbody td, body.customer-account-create .data-table#recent-transactions-history tr th, body.customer-account-create .data-table#recent-transactions-history tr td { width: 20%; }
  body.customer-account .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-login .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-forgotpassword .data-table#recent-transactions-history tr td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history thead td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tbody td:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr th:nth-of-type(4), body.customer-account-create .data-table#recent-transactions-history tr td:nth-of-type(4) { display: none; }
  /* ========================================================================== Partnerübersicht ========================================================================== */
  .container-partners .container-content { padding: 0; }
  .container-partners .container-content.map-container { padding: 0 10px 10px; }
  .container-partners .filter-col-container.mt-lg, .container-partners .container-coupons.mt-lg { margin-top: 20px; }
  #category-filter .filter-col-content > div { width: 33%; }
  .list-toggle-container { display: block; text-align: center; padding: 20px 0; }
  .list-toggle-container .radio-options-outline { min-width: 140px; }
  .list-toggle-container .radio-options-outline:nth-last-of-type(2n+1) { margin-left: 5px; }
  .list-toggle-container .radio-options-outline:nth-last-of-type(2n+2) { margin-right: 5px; }
  #banner-partner-map-mobile { height: 300px; }
  #banner-partner-map-mobile, .container-coupons { display: none; }
  #banner-partner-map-mobile.active, .container-coupons.active { display: block; }
  .container-coupons { padding: 0 25px; }
  .container-coupons.mt-lg { margin-top: 0; }
  .container-coupons .container-category .partner { width: 48%; padding-bottom: 48%; }
  .container-coupons .container-category .partner:nth-child(4n+1), .container-coupons .container-category .partner:nth-child(3n+1) { margin-left: 2.666%; }
  .container-coupons .container-category .partner:nth-child(2n+1) { margin-left: 0; }
  /* ========================================================================== Partnerdetailansicht ========================================================================== */
  .partner-details .page-headline-mobile, .app-details .page-headline-mobile { display: block; margin-bottom: 10px; }
  .partner-details .top-container .banner-header, .app-details .top-container .banner-header { display: block !important; }
  .partner-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .partner-details .top-container .app-description .banner-content .col-50 .banner-teaser, .app-details .top-container .partner-description .banner-content .col-50 .banner-teaser, .app-details .top-container .app-description .banner-content .col-50 .banner-teaser { margin-top: 10px; }
  .partner-details #header-slider .swiper-slide .banner-content-wrapper, .app-details #header-slider .swiper-slide .banner-content-wrapper { display: none; }
  .partner-details .container-content, .app-details .container-content { padding: 0; }
  .partner-details .container-content .book-teaser, .app-details .container-content .book-teaser { padding: 0 25px; }
  .partner-details #partner-image-slider, .partner-details #app-image-slider, .app-details #partner-image-slider, .app-details #app-image-slider { margin-top: 20px; padding: 0 10px; }
  .partner-details #partner-image-slider .swiper-button-next, .partner-details #app-image-slider .swiper-button-next, .app-details #partner-image-slider .swiper-button-next, .app-details #app-image-slider .swiper-button-next { right: 20px; }
  .partner-details #partner-image-slider .swiper-button-prev, .partner-details #app-image-slider .swiper-button-prev, .app-details #partner-image-slider .swiper-button-prev, .app-details #app-image-slider .swiper-button-prev { left: 20px; }
  .partner-details .map-container, .app-details .map-container { padding: 0 10px 10px 10px; }
  .partner-details .map-container #partner-map, .app-details .map-container #partner-map { margin-top: 20px; margin-bottom: 0; }
  /* ========================================================================== Kontakt ========================================================================== */
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); padding-bottom: 15px; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper { display: table; margin: 0 auto; padding: 0; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box { margin-bottom: 20px; }
  .contact-page.one-column-cms-content .main-container .main .contact-form-content-wrapper .content .contact-box-wrapper .contact-box:last-child { margin-bottom: 0; }
  .contact-page.one-column-cms-content .main-container .main form { padding-top: 0; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields { margin-bottom: 0; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field { width: 100%; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n+1) { padding-right: 0; }
  .contact-page.one-column-cms-content .main-container .main form .fieldset ul li.fields .field:nth-of-type(2n+2) { padding-left: 0; }
  .contact-page.one-column-cms-content .main-container .main form .buttons-set button { float: right; } }

@media only screen and (max-width: 770px) { body.customer-account.customer-account.invitations-index-index .data-table th { width: 33.33%; } }

@media only screen and (max-width: 639px) { body.customer-account .invivations-theme-account #invite-friends-form table td { width: 100% !important; padding: 0 !important; }
  .cms-index-index .top-container .banner-header { background-size: 125%; } }

@media only screen and (max-width: 600px) { body.customer-account .invivations-theme-account #invite-friends-form, body.customer-account .invivations-theme-account #invite-friends-text, body.customer-account .invivations-theme-account #invitations-lists { padding: 0 20px; }
  body.customer-account .invivations-theme-account .invitations-lists-button-holder { box-sizing: border-box; margin: 0 20px 15px 20px; width: calc(100% - 40px); } }

@media only screen and (max-width: 550px) { .cms-index-index .top-container .banner-header { background-position: center -40px; background-size: 150%; } }

@media only screen and (max-width: 500px) { /* ========================================================================== Shop ========================================================================== */
  #shop-select-category { padding-top: 10px; /* ========================================================================== Products Grid ========================================================================== */ }
  #shop-select-category #city-filter-products { display: block; border: none; margin-bottom: 30px; }
  #shop-select-category #city-filter-products .filter-col-header { background-color: transparent; padding: 0 25px; font-size: 18px; }
  #shop-select-category #city-filter-products .filter-col-header strong { font-weight: 300; }
  #shop-select-category #city-filter-products .filter-col-content > div { height: 110px; }
  #shop-select-category #city-filter-products .filter-col-content > div > i { margin-top: 10px; }
  #shop-select-category .products-grid { -webkit-transition: height 0.3s ease-in-out; -moz-transition: height 0.3s ease-in-out; -ms-transition: height 0.3s ease-in-out; -o-transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out; }
  #shop-select-category .products-grid .item { width: 100%; margin: 0 0 20px 0; }
  #shop-select-category .products-grid .item > a.product-image:hover { transform: scale3d(1, 1, 1); }
  /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account.customer-account.sales-order-history .data-table td:nth-child(5), body.customer-account-login.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account-login.customer-account.sales-order-history .data-table td:nth-child(5), body.customer-account-create.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account-create.customer-account.sales-order-history .data-table td:nth-child(5), body.customer-account-forgotpassword.customer-account.sales-order-history .data-table th:nth-child(5), body.customer-account-forgotpassword.customer-account.sales-order-history .data-table td:nth-child(5) { display: none; }
  body.customer-account.customer-account.sales-order-history .data-table span.nobr a, body.customer-account-login.customer-account.sales-order-history .data-table span.nobr a, body.customer-account-create.customer-account.sales-order-history .data-table span.nobr a, body.customer-account-forgotpassword.customer-account.sales-order-history .data-table span.nobr a { white-space: normal; }
  /* ========================================================================== Kontakt ========================================================================== */
  .contact-page.one-column-cms-content .main-container .main form .buttons-set p.required { display: block; text-align: center; }
  .review-dialog-block #review-form .horizontal-radios { display: block; }
  .review-dialog-block #review-form .horizontal-radios li { width: 100%; text-align: left; }
  .review-dialog-block #review-form .horizontal-radios li label { width: auto; float: none; margin-left: 12px; }
  .review-dialog-block #review-form .horizontal-radios li input { margin-top: 6px; }
  .review-dialog-block #review-form .horizontal-radios li .input-wrapper { width: auto; float: left; }
  .review-dialog-block #review-form .horizontal-radios li .input-wrapper::before { display: none; }
  .review-dialog-block #review-form .horizontal-radios.radios-overall li { width: 100%; }
  .review-dialog-block #review-form .normal-radios-wrapper { text-align: left; }
  .review-dialog-block #review-form .normal-radios-wrapper li input { margin-top: 0; }
  .review-dialog-block #review-form .normal-radios-wrapper li label { margin-left: 0; }
  .review-dialog-block #review-form .review-group .left { text-align: left; } }

@media only screen and (max-width: 479px) { /* ========================================================================== Account ========================================================================== */
  body.customer-account.customer-account .data-table, body.customer-account-login.customer-account .data-table, body.customer-account-create.customer-account .data-table, body.customer-account-forgotpassword.customer-account .data-table { margin-bottom: 0; }
  body.customer-account.customer-account .data-table th, body.customer-account.customer-account .data-table td, body.customer-account-login.customer-account .data-table th, body.customer-account-login.customer-account .data-table td, body.customer-account-create.customer-account .data-table th, body.customer-account-create.customer-account .data-table td, body.customer-account-forgotpassword.customer-account .data-table th, body.customer-account-forgotpassword.customer-account .data-table td { padding: 10px 5px; width: 30%; text-align: left; }
  body.customer-account.customer-account .data-table th.view, body.customer-account.customer-account .data-table td.view, body.customer-account-login.customer-account .data-table th.view, body.customer-account-login.customer-account .data-table td.view, body.customer-account-create.customer-account .data-table th.view, body.customer-account-create.customer-account .data-table td.view, body.customer-account-forgotpassword.customer-account .data-table th.view, body.customer-account-forgotpassword.customer-account .data-table td.view { width: 40%; }
  body.customer-account.customer-account .data-table th:first-child, body.customer-account.customer-account .data-table td:first-child, body.customer-account-login.customer-account .data-table th:first-child, body.customer-account-login.customer-account .data-table td:first-child, body.customer-account-create.customer-account .data-table th:first-child, body.customer-account-create.customer-account .data-table td:first-child, body.customer-account-forgotpassword.customer-account .data-table th:first-child, body.customer-account-forgotpassword.customer-account .data-table td:first-child { padding: 10px 5px 10px 20px; }
  body.customer-account.customer-account .data-table th:last-child, body.customer-account.customer-account .data-table td:last-child, body.customer-account-login.customer-account .data-table th:last-child, body.customer-account-login.customer-account .data-table td:last-child, body.customer-account-create.customer-account .data-table th:last-child, body.customer-account-create.customer-account .data-table td:last-child, body.customer-account-forgotpassword.customer-account .data-table th:last-child, body.customer-account-forgotpassword.customer-account .data-table td:last-child { padding: 10px 20px 10px 5px; }
  body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-login.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-create.sales-order-history .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-view .dashboard .col-set-parent .col2-set .col-2, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-1, body.customer-account-forgotpassword.sales-order-history .dashboard .col-set-parent .col2-set .col-2 { margin-top: 0; }
  body.customer-account .pager, body.customer-account-login .pager, body.customer-account-create .pager, body.customer-account-forgotpassword .pager { margin: 10px 0; }
  body.customer-account .buttons-set, body.customer-account-login .buttons-set, body.customer-account-create .buttons-set, body.customer-account-forgotpassword .buttons-set { display: block; }
  body.customer-account .buttons-set .back-link, body.customer-account-login .buttons-set .back-link, body.customer-account-create .buttons-set .back-link, body.customer-account-forgotpassword .buttons-set .back-link { display: block; }
  /* ========================================================================== Verkausstellen ========================================================================== */
  #location-list #list li { width: 100%; padding: 0; margin: 25px 0 0 0; }
  #location-list #list li:nth-of-type(2n+1), #location-list #list li:nth-of-type(2n+2) { padding-left: 0; } }

@media only screen and (max-width: 450px) { /* ========================================================================== Partnerübersicht ========================================================================== */
  .container-coupons { padding: 0; }
  .container-coupons .container-category .partner { width: 100%; min-height: 133px; height: auto; display: block; float: left; padding-bottom: 0; margin-left: 0; margin-bottom: 8px; background-repeat: no-repeat; background-size: 133px; }
  .container-coupons .container-category .partner:nth-child(4n+1), .container-coupons .container-category .partner:nth-child(3n+1), .container-coupons .container-category .partner:nth-child(2n+1) { margin-left: 0; }
  .container-coupons .container-category .partner:hover .title { opacity: 1; }
  .container-coupons .container-category .partner .details, .container-coupons .container-category .partner .title { height: auto; position: static; display: block; padding: 0 10px 10px 143px; background: transparent; opacity: 1; text-align: left; border-bottom: 0; }
  .container-coupons .container-category .partner .details .name, .container-coupons .container-category .partner .title .name { min-height: auto; font-size: 20px; }
  .container-coupons .container-category .partner .details.details, .container-coupons .container-category .partner .title.details { font-weight: 600; }
  .container-coupons .container-category.container-category-gastronomie .partner .title, .container-coupons .container-category.container-category-nachtleben .partner .title, .container-coupons .container-category.container-category-freizeit .partner .title { border-bottom: 0; }
  .container-coupons .container-category.container-category-gastronomie .partner .details, .container-coupons .container-category.container-category-nachtleben .partner .details, .container-coupons .container-category.container-category-freizeit .partner .details { background: none; }
  .container-coupons .container-category.container-category-gastronomie .partner { border-bottom: 2px solid #d30955; }
  .container-coupons .container-category.container-category-gastronomie .partner .details { color: #d30955; }
  .container-coupons .container-category.container-category-nachtleben .partner { border-bottom: 2px solid #0082bf; }
  .container-coupons .container-category.container-category-nachtleben .partner .details { color: #0082bf; }
  .container-coupons .container-category.container-category-freizeit .partner { border-bottom: 2px solid #1ba74f; }
  .container-coupons .container-category.container-category-freizeit .partner .details { color: #1ba74f; } }

@media only screen and (max-width: 450px) { /* ========================================================================== Verkausstellen ========================================================================== */
  #user-location .form-container #address { width: 100%; margin-right: 0; }
  #user-location .form-container .button-wrapper .button-container { width: 100%; }
  #user-location .form-container .button-wrapper .button-container button { width: 100%; margin-top: 10px; }
  #user-location .form-container .button-wrapper .button-container .button + .button { margin-left: 0; }
  #header #header-nav #nav .nav-primary > li.header-minicart .cart-top-container { width: 100%; position: fixed; left: 0; }
  #header #header-nav #nav .nav-primary > li.account-menu-mobile .subnav { width: 100%; position: fixed; left: 0; } }
