body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #636363;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #0a0a0a;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #636363;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #c94b00;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #c94b00;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #d25500;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #d25500;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #414141;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #414141;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #414141;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #636363;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #636363;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #636363;
  cursor: pointer;
  display: inline-block;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
  font-size: 1.2em;
  line-height: 0.14rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: initial;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #636363;
  cursor: pointer;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
  font-size: 1.2em;
  line-height: 0.14rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.apple-pay-button {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline,
.nrshipping-selected-services {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #636363;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #636363;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #636363;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #636363;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #c94b00;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #c94b00;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #d25500;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #d25500;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #c94b00;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #c94b00;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #c94b00;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #d25500;
  text-decoration: none;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #d25500;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #c94b00;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.mgz__actions-switch-checkbox,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #adadad;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #636363;
}
.order-review-form .action.primary,
.apple-pay-button,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.2em;
  line-height: 0.14rem;
  padding: 10px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #adadad;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-weight: 700;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #636363;
  cursor: pointer;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.2em;
  line-height: 0.14rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #636363;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: "Carnas W01 Light";
  src: url("../fonts/2987781/fd524e26-e262-4cb4-a09a-b96f8850a9c6.eot?#iefix");
  src: url("../fonts/2987781/fd524e26-e262-4cb4-a09a-b96f8850a9c6.eot?#iefix") format("eot"), url("../fonts/2987781/d73c7e28-71b4-4683-b4de-3c48096b8b11.woff2") format("woff2"), url("../fonts/2987781/352a9d73-0b53-4cd1-bb68-d7e48ab2012b.woff") format("woff"), url("../fonts/2987781/e13331bb-c1d6-491b-95d6-d40c0bfba6ed.ttf") format("truetype");
}
@font-face {
  font-family: "Carnas W01 Light Italic";
  font-weight: 300;
  src: url("../fonts/2987599/a89c113f-55bf-4f35-aa81-7b94439a5d9d.eot?#iefix");
  src: url("../fonts/2987599/a89c113f-55bf-4f35-aa81-7b94439a5d9d.eot?#iefix") format("eot"), url("../fonts/2987599/1d652e2a-447f-4f83-8ece-afea0473512a.woff2") format("woff2"), url("../fonts/2987599/74a391b9-1973-4885-8216-e317214cfe85.woff") format("woff"), url("../fonts/2987599/4968c9da-07f7-410d-bea3-9b420d24b316.ttf") format("truetype");
}
@font-face {
  font-family: "Carnas W01 Medium";
  src: url("../fonts/2987635/eee413b6-255a-4593-915b-e928ba79e805.eot?#iefix");
  src: url("../fonts/2987635/eee413b6-255a-4593-915b-e928ba79e805.eot?#iefix") format("eot"), url("../fonts/2987635/e847cd41-25ef-43d3-bb0c-b50b287b3be4.woff2") format("woff2"), url("../fonts/2987635/ce898501-b654-4708-b879-7ba981b87b4e.woff") format("woff"), url("../fonts/2987635/f24d4d21-097d-479e-b045-0fc96030e0ea.ttf") format("truetype");
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #c94b00;
}
.message.info a:hover {
  color: #d25500;
}
.message.info a:active {
  color: #d25500;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #c94b00;
}
.message.error a:hover {
  color: #d25500;
}
.message.error a:active {
  color: #d25500;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #c94b00;
}
.message.warning a:hover {
  color: #d25500;
}
.message.warning a:active {
  color: #d25500;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #c94b00;
}
.message.notice a:hover {
  color: #d25500;
}
.message.notice a:active {
  color: #d25500;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #c94b00;
}
.message.success a:hover {
  color: #d25500;
}
.message.success a:active {
  color: #d25500;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #adadad;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #eb5f00 !important;
  border: 1px #eb5f00 solid !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  padding: 10px 15px;
  font-size: 1.2em;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #d25500 !important;
  border: 1px #d25500 solid !important;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #d25500 !important;
  border: 1px #d25500 solid !important;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #adadad;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #adadad;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #adadad;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #636363;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #636363;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #c94b00;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #c94b00;
}
.pages a.page:hover {
  color: #d25500;
  text-decoration: none;
}
.pages a.page:active {
  color: #d25500;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #636363;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #adadad;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #adadad;
}
.pages .action:hover {
  color: #adadad;
  text-decoration: none;
}
.pages .action:active {
  color: #adadad;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #adadad;
}
.pages .action.next:active:before {
  color: #adadad;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #adadad;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #adadad;
}
.pages .action.next:active:before {
  color: #adadad;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #adadad;
}
.pages .action.previous:active:before {
  color: #adadad;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #adadad;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #adadad;
}
.pages .action.previous:active:before {
  color: #adadad;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #636363;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #636363;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #636363;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #636363;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #4a4a4a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #c94b00;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #c94b00;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #d25500;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #d25500;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #c94b00;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #eb5f00 !important;
  border: 1px #eb5f00 solid !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  font-size: 1.2em;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #d25500 !important;
  border: 1px #d25500 solid !important;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #d25500 !important;
  border: 1px #d25500 solid !important;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #636363;
  cursor: pointer;
  display: inline-block;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  font-size: 1.2em;
  line-height: 0.14rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1340px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #adadad;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #adadad;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #adadad;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #636363;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #636363;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button,
.paypal-fastlane-shipping-change-address-form .cart.table-wrapper .actions-toolbar > .action,
.paypal-fastlane-shipping-change-address-form .action-gift {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #cccccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amattr-user-defined .label-text {
  font-weight: bold;
}
.amattr-user-defined .delete-file {
  margin: 0 13px;
}
.fieldset > .field.required > .amcustomerattr.label:after,
.fieldset > .fields > .field.required > .amcustomerattr.label:after,
.fieldset > .field._required > .amcustomerattr.label:after,
.fieldset > .fields > .field._required > .amcustomerattr.label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  line-height: 20px;
  margin-left: 23px;
}
.amcard-checkbox-container > .amcard-label {
  cursor: pointer;
  padding-left: 21px;
}
.amcard-checkbox-container > .amcard-label:before {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: '';
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
  border: none;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  border-top: 1px solid #c1c1c1;
  margin-top: 25px;
  position: relative;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  color: #363636;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin: 20px 0 10px;
}
.amcard-form-container > .amcard-button {
  background: #eeeeee;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 10px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  display: inline;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amcard-field-container {
  border: none;
  flex-basis: 48%;
  margin-top: 0;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding: 7px 17px;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
  cursor: pointer;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-sizing: border-box;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  height: 32px;
  padding-left: 36px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
  border: none;
}
.amcard-label-block > .amcard-icon {
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  position: absolute;
  top: 2px;
  width: 15px;
}
.amcard-label-block.-price {
  background-color: #f0f0f0;
  border: 1px solid #dadada;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  background-color: #1e79c2;
  border: 1px solid #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  background: #1e79c2;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 13px 5px 38px;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 15px;
  left: 11px;
  position: absolute;
  top: 7px;
  width: 16px;
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  cursor: pointer;
  max-width: 100px;
  padding: 7px;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
  padding: 6px;
}
.amcard-upload-container {
  display: flex;
  margin: 10px 0;
  position: relative;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  background: #e8f6ff;
  display: flex;
  padding: 15px;
}
.amcard-customer-image > .amcard-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-right: 15px;
  max-width: 100px;
}
.amcard-customer-image .amcard-image {
  height: 100%;
  width: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  align-self: flex-start;
  background: none;
  border: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 12px;
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  background: none;
  border: 1px solid #4190c6;
  border-radius: 2px;
  box-sizing: border-box;
  color: #026bb3;
  font-size: 14px;
  padding: 6px 15px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #ffffff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  background: #ffffff;
  border-radius: 6px;
  bottom: 25px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  display: none;
  left: 98px;
  padding: 10px;
  position: absolute;
  width: 200px;
  z-index: 10;
}
.amcard-question-container:hover .amcard-tooltip-container,
.amcard-question-container:focus .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  background: #ffffff;
  bottom: -8px;
  content: '';
  height: 18px;
  left: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 18px;
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
}
.amcard-question-container {
  align-self: center;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  height: 17px;
  margin: 0 20px;
  width: 17px;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
.amcard-page-product .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #ffffff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-radius: 10px;
  border-top: 6px solid #1787e0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  border: 0;
  margin-bottom: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  border: 0;
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
}
.gallery-placeholder.-amcard {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  align-self: flex-start;
  background: none;
  border: none;
  box-shadow: none;
  color: #006bb4;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover,
.amcard-codes-list .table .action:focus,
.amcard-field-container .table .action:focus,
.amcard-codes-list .amcard-check:focus,
.amcard-field-container .amcard-check:focus,
.amcard-codes-list .amcard-delete:focus,
.amcard-field-container .amcard-delete:focus {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  display: inline-block;
  padding: 0 10px;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #cccccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #ffffff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  background: #e8f6ff;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  opacity: 0;
  position: absolute;
  width: 0;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  border: 6px solid transparent;
  border-color: #333333 transparent transparent transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  border-color: transparent transparent #333333 transparent;
  top: 7px;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  background: #ffffff;
  border-radius: 2px;
  display: none;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.amgcard-datalist-ul .amcard-datalist-li {
  color: #333333;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
.amcard-field-block .intl-tel-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block .intl-tel-input .amcard-field {
  border: 1px solid #d4d4d4;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../../../../frontend/codealliance/bsag/de_DE/Amasty_GiftCardSmsNotifications/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../../../../frontend/codealliance/bsag/de_DE/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../../../../frontend/codealliance/bsag/de_DE/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../../../../frontend/codealliance/bsag/de_DE/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../../../../frontend/codealliance/bsag/de_DE/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../../../../frontend/codealliance/bsag/de_DE/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
@media only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url("../../../../../frontend/codealliance/bsag/de_DE/Amasty_GiftCardSmsNotifications/img/flags@2x.png");
  }
}
.amrates-shipping-rates .field.choice.item {
  padding: 8px;
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field .vatid-retry {
  cursor: pointer;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  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;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search-in__wrapper .mst-search-in__title {
  font-size: 1.4rem;
}
.mst-search-in__wrapper ul[role=list] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mst-search-in__wrapper ul[role=list] li[role=listitem] {
  margin: 0;
}
.mst-search__index ul.mst-search__list {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul.mst-search__list li {
  margin: 2rem 0;
}
.mst-search__index ul.mst-search__list li:before,
.mst-search__index ul.mst-search__list li:after {
  content: '';
  display: table;
}
.mst-search__index ul.mst-search__list li:after {
  clear: both;
}
.mst-search__index ul.mst-search__list li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul.mst-search__list li .mst-search__index-content {
  color: #666666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch .hidden {
  display: none;
}
.mst_categorySearch_searchIcon,
.mst_categorySearch_searchIcon:hover {
  position: absolute;
  font-size: 21px;
  left: 0;
  background-color: transparent;
  border: none;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
input#form-category-search_input {
  margin: 0 0 15px 0;
  padding: 0 0 0 48px;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.login-container .hcaptcha,
.form-login .hcaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-hcaptcha {
  margin-bottom: 10px;
}
.form.send.friend .hcaptcha {
  margin-top: 40px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results {
  height: 100%;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results.__all {
  margin-bottom: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 500;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
  font-weight: 600;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__index.magento_catalog_product {
  border-left: 1px solid transparent;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
  padding: 10px;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .title .additional {
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title .additional .attr-value {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 223px;
    width: 223px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index .mst-searchautocomplete__index-title {
    margin-right: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__container .hidden {
  display: none;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.mstInPage__close:hover {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header form button[type="submit"],
.mstInPage__header form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.mstInPage__header form .action-gift[type="submit"] {
  border: none;
  background: transparent;
  width: 30%;
  color: #1ba1fc;
}
.mstInPage__header form button[type="submit"]:hover,
.mstInPage__header form .cart.table-wrapper .actions-toolbar > .action[type="submit"]:hover,
.mstInPage__header form .action-gift[type="submit"]:hover {
  text-decoration: underline;
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__viewAll {
  white-space: nowrap;
  margin-right: 50px;
  color: #1ba1fc;
  text-decoration: none;
}
.mstInPage__viewAll:hover {
  color: #1ba1fc;
  text-decoration: underline;
}
.mstInPage__indexList {
  display: flex;
  align-items: center;
}
.mstInPage__indexList .mstInPage__indexListList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__additional {
  font-size: 1.2rem;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__additional .attr-value {
  color: #999999;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 8px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .to-cart {
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mstInPage__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mstInPage__item.mst__item-border {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.mst__item-border .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 350px;
  flex-shrink: 0;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: auto;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation {
  display: flex;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .page-products .mstInPage__sorter .sorter {
  position: relative;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .mstInPage__sorter {
  width: 100%;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .mstInPage__sorter .sorter {
  position: relative;
  z-index: 1;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px;
  letter-spacing: .5px;
  cursor: pointer;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 0 28px 10px 28px;
  flex-wrap: wrap;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  font-size: 14px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: .1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketItemList {
  display: block;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketExpand {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M33.17 17.17l-9.17 9.17-9.17-9.17-2.83 2.83 12 12 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketExpand {
  transform: rotate(180deg);
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__content.filters_top {
  flex-direction: column;
}
.mstInPage__content.filters_top .mstInPage__sidebar {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px;
}
.mstInPage__content.filters_top .mstInPage__bucketList > div:first-of-type {
  display: flex;
}
.mstInPage__content.filters_top .mstInPage__main {
  padding-top: 0;
}
.mstInPage__content.filters_top .mstInPage__bucketList {
  border-bottom: 1px solid #ececec;
  padding: 0px 20px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  padding: 10px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: absolute !important;
  z-index: 10000;
  max-height: 36vh;
  overflow-y: auto;
  min-width: 12rem;
  max-width: 28rem;
  padding: 10px 10px 0 10px;
  margin-top: -1rem;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__slider {
  width: 20rem;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
.mstInPage__slider {
  margin: 10px 42px 20px 35px;
  height: 5px;
  background: #d9d9d9;
}
.mstInPage__slider .ui-slider-range {
  height: 5px;
  position: absolute;
  background: #1ba1fc;
}
.mstInPage__slider .ui-slider-handle {
  height: 24px;
  border-radius: 2px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: -10px;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  cursor: pointer;
}
.mstInPage__sliderFromTo {
  display: flex;
  margin: 0 30px 20px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 768px) {
  .mstInPage__wrapper {
    margin: 15px auto;
    max-width: 1420px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
@media (max-width: 540px) {
  .mstInPage__wrapper .mstInPage__main .mstInPage__navigation {
    display: flow-root;
  }
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
.form-returns-create .fieldset:nth-child(2) + * {
  width: 100%;
}
.form-returns-create caption {
  height: auto;
  width: auto;
  position: relative;
  text-align: left;
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
  background: #f5f5f5;
}
.form-returns-create .product-item-photo {
  width: 1%;
  max-width: 100%;
}
.form-returns-create .product-item-photo .product-image-container {
  width: 165px;
}
.form-returns-create .product-item-photo .product-image-container .product-image-photo {
  position: static;
}
.form-returns-create .product-item-details {
  width: 99%;
  vertical-align: top;
}
.form-returns-create .product-item-details .price {
  display: none;
}
.form-returns-create table {
  table-layout: auto;
}
.form-returns-create table th {
  font-weight: 600;
}
.form-returns-create table td.qty input {
  width: 60px;
}
.block-return-label-info .box-actions a:before {
  content: '\21E9';
}
/** shipping services box below shipping methods listing in checkout */
.nrshipping-settings-container {
  border: 2px solid;
  padding: 20px;
  margin: 1em 0;
}
.nrshipping-settings-container .nrshipping-settings h3.title {
  margin-top: 0;
}
.nrshipping-settings-container .nrshipping-settings > img {
  margin-bottom: 1.5rem;
}
.nrshipping-settings-container .nrshipping-settings .field-note {
  padding-right: 20px;
  margin: 5px 0 0 0;
  display: inline-block;
}
.nrshipping-settings-container .nrshipping-settings .asterisk {
  font-size: 1.2rem;
}
/** location finder */
.locationfinder-option {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.locationfinder-option > * {
  margin-right: 1em;
}
.locationfinder-option .action-remove {
  display: inline-block;
  text-decoration: none;
  word-spacing: 10px;
}
.locationfinder-option .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.locationfinder-option .action-remove:before {
  margin: -3px 5px 0 0px;
}
#modal-locationfinder-search {
  margin: 0 0 15px 0;
}
#modal-locationfinder-search .search-inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
#modal-locationfinder-search .search-inputs div {
  width: 100%;
  margin: 0 0 10px 0;
}
#modal-locationfinder-search .search-inputs label {
  font-weight: 600;
}
#modal-locationfinder-search .btn-primary {
  margin: 0 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
#modal-locationfinder-search .btn-primary:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#modal-locationfinder-map {
  height: 600px;
  max-height: 80vh;
}
#modal-locationfinder-map .location-filter-label {
  display: flex;
  align-items: center;
  padding: 0 5px;
  background: white;
}
.leaflet-popup-content .map-popup-container p {
  margin: 4px 0;
}
.leaflet-popup-content .map-popup-container h4,
.leaflet-popup-content .map-popup-container h5 {
  margin: 5px 0;
}
.leaflet-popup-content .map-popup-container .opening-hours td {
  padding: 0;
}
/** selected services in ship-to sidebar box on payment page in checkout */
.nrshipping-option-selections-content {
  border: 2px solid;
  padding: 0 10px;
  font-size: smaller;
}
.nrshipping-option-selections-content ul {
  padding-left: 20px;
}
/** selected services in customer account */
.nrshipping-selected-services {
  max-width: 400px;
}
.nrshipping-selected-services .section-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.7rem;
  padding: 1.4rem 0 .5rem;
}
.nrshipping-selected-services .section-title .title {
  color: #41362f;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2rem;
}
.nrshipping-selected-services .data-table {
  font-style: normal;
  font-weight: 400;
  line-height: 1.36;
  font-size: 1.4rem;
}
.nrshipping-selected-services .data-table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.nrshipping-selected-services .data-table td,
.nrshipping-selected-services .data-table th {
  padding: 1rem 1rem;
  text-align: left;
  font-weight: 400;
}
/** My Return Labels listing in customer account */
#my-return-labels-table .col.documents ul,
#my-return-labels-table .col.documents li {
  margin: 0;
}
.datalist {
  position: relative;
  z-index: 100;
  list-style: none;
  background: white;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  margin: 0;
  padding: 0;
  height: auto;
}
.datalist:empty {
  display: none !important;
}
.datalist > li {
  padding: 3px 10px;
  font: inherit;
  line-height: 1.5;
}
.datalist > li:hover,
.datalist > li[data-active] {
  background: #e8e8e8;
}
.autocomplete-container {
  position: relative;
}
.autocomplete-container .datalist {
  position: absolute;
}
.autocomplete-infoBox {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin-top: 10px;
}
.autocomplete-infoBox a {
  color: #c94b00;
}
.autocomplete-infoBox a:hover {
  color: #d25500;
}
.autocomplete-infoBox a:active {
  color: #d25500;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #c94b00;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #adadad;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #adadad;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #ffffff;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #c94b00;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #c94b00;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #d25500;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #d25500;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #c94b00;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #adadad;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #636363;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -20px -1px;
  padding: 0 20px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #ffffff;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #c94b00;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #636363;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #636363;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #636363;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #636363;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #636363;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #636363;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #636363;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #c94b00;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #636363;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #c94b00;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #636363;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #ffffff;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #636363;
  cursor: pointer;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.2em;
  line-height: 0.14rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #adadad;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #c94b00;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #c94b00;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #d25500;
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #d25500;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #c94b00;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #adadad;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #636363;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #adadad;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #636363;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #636363;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #f9f9f9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #adadad;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #636363;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #d6d6d6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #adadad;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #636363;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: initial;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #eb5f00;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.block-collapsible-nav .content {
  background: #ffffff;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #636363;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #c94b00;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #d25500;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #d25500;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #c94b00;
}
.message.global.demo a:hover {
  color: #d25500;
}
.message.global.demo a:active {
  color: #d25500;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #c94b00;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #c94b00;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #d25500;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #d25500;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #c94b00;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #c94b00;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #c94b00;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #d25500;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #d25500;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #c94b00;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eb5f00 !important;
  border: 1px #eb5f00 solid !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  padding: 10px 15px;
  font-size: 1.2em;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #d25500 !important;
  border: 1px #d25500 solid !important;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d25500 !important;
  border: 1px #d25500 solid !important;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.slick-slider-1er,
.slick-slider-2er,
.slick-slider-3er,
.slick-slider-4er,
.slick-slider-5er,
.slick-slider-6er {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 5;
  display: block;
  height: 17px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  border: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}
@media (max-width: 769px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
}
.slick-prev:before,
.slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (max-width: 769px) {
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxLjUiIHkxPSI4LjUiIHgyPSIyMy41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjksMTUuOSAxLjUsOC41IDksMS4xICIvPgo8L3N2Zz4K');
}
[dir="rtl"] .slick-prev:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyMy41IiB5MT0iOC41IiB4Mj0iMS41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE2LDEuMSAyMy41LDguNSAxNiwxNS45ICIvPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMjUiIGhlaWdodD0iMTciLz4KPC9zdmc+Cg==');
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyMy41IiB5MT0iOC41IiB4Mj0iMS41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE2LDEuMSAyMy41LDguNSAxNiwxNS45ICIvPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMjUiIGhlaWdodD0iMTciLz4KPC9zdmc+Cg==');
}
[dir="rtl"] .slick-next:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxLjUiIHkxPSI4LjUiIHgyPSIyMy41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjksMTUuOSAxLjUsOC41IDksMS4xICIvPgo8L3N2Zz4K');
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .action-gift:hover,
.slick-dots li .action-gift:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.slick-dots li .action-gift:hover:before,
.slick-dots li .action-gift:focus:before {
  background: #cee3de;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ffffff;
  border: 2px #0a735a solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li.slick-active .action-gift:before {
  background: #0a735a;
}
/* -- Startseite Slider 1er -- */
.slick-slider-1er .slick-dots li button:before,
.slick-slider-1er .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-slider-1er .slick-dots li .action-gift:before {
  font-size: 20px;
}
.slick-slider-1er .item p {
  margin: 0px !important;
  padding: 0px !important;
}
.slick-slider-1er .item p img {
  display: inline !important;
  vertical-align: bottom !important;
}
.slick-slider-1er .item .item-caption {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 2;
}
.slick-slider-1er .item .item-caption .item-title {
  font-size: 2.5em;
  font-weight: 600;
  color: #ffffff;
}
.slick-slider-1er .item .item-caption .item-link {
  margin: 0px auto;
  display: none;
}
.box.background_white .text .slick_multipliers {
  margin-bottom: -9px;
}
.slick_multipliers .slick-list {
  margin-bottom: 10px;
}
.slick_multipliers .slick-dots li {
  margin: 15px 5px;
  width: 15px;
  height: 15px;
}
.slick_multipliers .slick-dots li button,
.slick_multipliers .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick_multipliers .slick-dots li .action-gift {
  width: 15px;
  height: 15px;
}
.slick_multipliers .slick-dots li button:before,
.slick_multipliers .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick_multipliers .slick-dots li .action-gift:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.slick_multipliers .magezon-builder > .mgz-element > .mgz-element-inner > .mgz-container {
  max-width: initial !important;
  min-width: 100% !important;
  width: auto !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.slick_multipliers .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0px 10px 0px 10px !important;
}
.icon_sprite::before {
  --baseWidth: 26px;
  --baseHeight: 26px;
  --scale: 1;
  --PosX: 0;
  --SizeX: 1;
  --IndentX: 0;
  --PosY: 0;
  --SizeY: 1;
  --IndentY: 0;
  content: '';
  width: calc(var(--baseWidth) * var(--SizeX) * var(--scale));
  height: calc(var(--baseWidth) * var(--SizeY) * var(--scale));
  display: block;
  overflow: hidden;
  background-image: url('../images/Icon_Sprite.svg');
  background-position-x: calc(-1 * var(--PosX) * var(--scale) * var(--baseWidth) - var(--baseWidth)*var(--IndentX));
  background-position-y: calc(-1 * var(--PosY) * var(--scale) * var(--baseWidth) - var(--baseWidth)*var(--IndentY));
  background-size: calc(520px * var(--scale)) calc(520px * var(--scale));
}
.icon_sprite.attr944_seedtape::before {
  --PosX: 5;
  --PosY: 3;
}
.icon_sprite.attr944_soilpills::before {
  --PosX: 8;
  --PosY: 3;
  --SizeX: 1.5;
  --IndentX: 0.35;
}
.icon_sprite.attr944_pressed_soilpills::before {
  --PosX: 0;
  --PosY: 6;
  --SizeX: 1.5;
  --IndentX: 0.35;
}
.icon_sprite.attr944_primed_seed::before {
  --PosX: 17;
  --PosY: 5;
}
.icon_sprite.attr944_multipille::before {
  --PosX: 18;
  --PosY: 5;
}
.icon_sprite.attr944_seed_roll::before {
  --PosX: 6;
  --PosY: 3;
}
.icon_sprite.attr944_seed_discs::before {
  --PosX: 4;
  --PosY: 3;
}
#rmOrganism .rmBase__comp--button,
#rmOrganism .rmBase__comp--cta {
  margin: 0px 10px 0px 0px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #eb5f00;
  color: #ffffff;
}
#rmOrganism .rmBase__comp--button:hover,
#rmOrganism .rmBase__comp--cta:hover {
  background: #9f4000;
}
#rmOrganism .rmBase__compError {
  color: #ffffff;
  background-color: #cc0000;
}
#rmOrganism .rmSubscription .rmBase__el--captcha {
  text-align: left;
}
#rmOrganism .rmSubscription .rmBase__el--cta {
  align-items: flex-end;
}
#rmOrganism .rmPopup__backdrop {
  background: #303233;
  opacity: 0.6;
}
#rmOrganism .rmPage {
  background: transparent;
  color: #636363;
}
#rmOrganism .hidden {
  display: none !important;
}
#rmOrganism .rmPopup__container {
  display: none;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#rmOrganism .rmPopup__container.rmPopup--show {
  display: flex;
}
#rmOrganism .rmPopup__container .rmPopup__backdrop {
  display: block;
  height: 100%;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup {
  pointer-events: auto;
  overflow: hidden;
}
#rmOrganism .rmPopup__container .rmPopup .rmPopup__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  height: 1.6em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 2px;
  text-align: center;
  width: 1.6em;
  z-index: 100;
}
#rmOrganism #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
  border-radius: 1em 1em 0 0;
  max-height: 90%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 98%;
}
#rmOrganism .rmBase__el {
  padding: 15px 0 10px 0;
  max-width: 900px;
  display: block !important;
}
#rmOrganism .rmBase__el.rmBase__el--cta {
  text-align: right;
}
#rmOrganism .rmBase__el .rmBase__compLabel {
  margin: 0px 0px 5px 0px !important;
  display: block !important;
  font-weight: 700 !important;
  flex-basis: initial !important;
  flex-shrink: initial !important;
  max-width: initial !important;
  padding: initial !important;
}
#rmOrganism .rmBase__el .rmBase__compContainer {
  display: block;
  flex-grow: initial;
}
#rmOrganism .rmBase__el .rmBase__compContainer input {
  margin: 0px 0px 0px 0px;
  padding: 14px 9px;
  display: block;
  width: 100%;
  height: auto;
  border: 1px #bcbcbc solid;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-size: 1.2rem;
  color: #636363;
  background-color: #ffffff;
  background-clip: padding-box;
}
#rmOrganism .rmBase__el .rmBase__compContainer input:focus {
  outline: none !important;
}
#rmOrganism .rmBase__el .vFormCheckbox__label {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
#rmOrganism .privacy__visual {
  margin-left: 0px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    bottom: auto;
    top: 5%;
    width: calc(98%);
  }
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
  border-radius: 1em 0 0 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  max-height: calc(99%);
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(99%);
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-top {
  top: 0;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-bottom {
  bottom: 0;
}
#rmOrganism .rmBase__el .comp__input:focus,
#rmOrganism .rmBase__el .comp__select:focus {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  color: #666;
  outline: none;
}
#rmOrganism .rmBase__el .comp__input::placeholder {
  color: currentColor !important;
  opacity: 1 !important;
}
#rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError {
  display: inline-block;
}
#rmOrganism .rmBase__el--title .rmBase__comp--titleInput {
  margin-top: 1em;
}
#rmOrganism .rmBase__el--image {
  margin: 0 !important;
}
#rmOrganism .rmBase__comp--image {
  background: no-repeat 50%;
  height: 100%;
  position: relative;
  width: 100%;
}
#rmOrganism .rmBase__comp--image.image--fit {
  background-size: cover;
}
#rmOrganism .rmBase__comp--image .image__link {
  display: block;
  height: 100%;
  width: 100%;
}
#rmOrganism .rmBase__comp--logo {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--logolink {
  display: inline-block;
}
#rmOrganism .rmBase__comp--cta {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
}
#rmOrganism .rmBase__comp--button,
#rmOrganism .rmBase__comp--link {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
}
#rmOrganism .rmBase__comp--link {
  font-weight: 400;
  padding: 0.5em 0;
}
#rmOrganism .rmBase__comp--link:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--button {
  font-weight: 700;
  padding: 0.5em 1em;
}
#rmOrganism .rmBase__comp--textlink {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
#rmOrganism .rmBase__comp--textlink:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--captcha {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--coupon {
  border: 2px dashed;
  display: inline-block;
  line-height: 1.5;
  padding: 0.75em 2.25em;
}
#rmOrganism .rmBase__comp--birthday {
  display: flex;
}
#rmOrganism .rmBase__comp--birthday .comp__select {
  flex-grow: 1;
  min-width: 1%;
}
#rmOrganism .rmBase__comp--birthday .comp__select:not(:first-child) {
  margin-left: 1em;
}
#rmOrganism .rmBase__comp--privacy {
  align-items: center;
  display: flex;
}
#rmOrganism .rmBase__comp--privacy .privacy__visual {
  flex-shrink: 0;
  font-size: 16px;
  height: 4em;
  margin-right: 1em;
  width: 4em;
}
#rmOrganism .rmBase__comp--privacy .privacy__text {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
#rmOrganism .rmBase__comp--privacy .privacy__text a {
  color: currentColor;
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox,
#rmOrganism .rmBase__comp--radio .vFormCheckbox {
  align-items: flex-start;
  display: inline-flex;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: .125em;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 1em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input:checked ~ .vFormCheckbox__indicator:after,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input:checked ~ .vFormCheckbox__indicator:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='10' height='10'%3E%3Cpath fill='%23333' d='M19.4 2.6c-.8-.8-2-.8-2.8 0L6.4 12.8l-3-3.1c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8L5.1 17c.8.8 2 .8 2.8 0l1.4-1.4L19.4 5.4c.8-.8.8-2 0-2.8z'/%3E%3C/svg%3E") no-repeat 50%;
  content: "";
  display: block;
  height: .75em;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  position: absolute;
  top: 50%;
  width: .75em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator ~ .vFormCheckbox__label,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator ~ .vFormCheckbox__label {
  margin: 0 0 0 0.75em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox:hover .vFormCheckbox__indicator,
#rmOrganism .rmBase__comp--radio .vFormCheckbox:hover .vFormCheckbox__indicator {
  border-color: #666;
}
#rmOrganism .rmBase__comp--radio {
  padding-top: .625em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio__group--inline,
#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  flex-direction: column;
}
#rmOrganism .rmBase__comp--radio .vFormRadio {
  align-items: flex-start;
  display: inline-flex;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  position: relative;
  vertical-align: top;
  width: 1em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input:checked ~ .vFormRadio__indicator:after {
  background: currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: .5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  top: 50%;
  width: .5em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 0 0.75em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio:hover .vFormRadio__indicator {
  border-color: #666;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--inline {
  display: inline-flex;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--inline:not(:first-child) {
  margin-left: 1em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--stacked {
  display: flex;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--stacked:not(:first-child) {
  margin-top: .5em;
}
#rmOrganism .rmBase__compError {
  border-radius: 3px;
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2px;
  padding: 1px 5px;
}
#rmOrganism .rmBase__compError--radio {
  margin-top: .5em;
}
#rmOrganism .rmBase__comp--legal-noticeDivider {
  background: currentColor;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: 1em;
  height: 2px;
  line-height: 0;
  margin-bottom: 1em;
  opacity: .25;
  overflow: hidden;
  width: 10em;
}
#rmOrganism .rmBase__comp--legal-notice {
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 30%;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 30%;
    padding: 0.625em 0.5em 0 0;
  }
  #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
#rmOrganism .rmLayout--vertical.rmBase {
  display: flex;
  flex-direction: column;
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
    height: 140px;
  }
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right {
  max-width: 640px;
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
  order: 10;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
    height: 140px;
  }
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left {
  max-width: 640px;
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right {
  max-width: 800px;
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left {
  max-width: 800px;
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--banner.rmBase {
    display: flex;
    flex-direction: column;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
    min-width: 480px;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
#rmOrganism .rmSubscription.rmBase__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#rmOrganism .rmSubscription .rmBase__content {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
}
#rmOrganism .rmSubscription .rmBase__el .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 .25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
#rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-none .rmBase__compLabel.rmBase__compLabel--hideable {
  display: none;
}
#rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta {
  display: flex;
  flex-direction: column;
}
#rmOrganism .rmSubscription .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
.rmBody.rmBody--subscription.rmBody--popup {
  background: #e9edf2;
}
.rmBody.rmBody--subscription.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto;
}
#rmOrganism .rmPage {
  font-size: 16px;
}
#rmOrganism .rmPage .rmBase__comp--heading {
  font-size: 2em;
  line-height: 1.25;
}
#rmOrganism .rmPage .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 .25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
#rmOrganism .rmPage .rmBase__el {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
#rmOrganism .rmPage .rmBase__el--logo {
  margin: 0 0 3em;
}
#rmOrganism .rmPage .rmBase__el--coupon,
#rmOrganism .rmPage .rmBase__el--cta,
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  margin: 3em 0;
}
#rmOrganism .rmPage .rmBase__el--coupon .rmBase__compLabel,
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason .rmBase__compLabel {
  margin: 0 0 .5em;
  max-width: 100%;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  text-align: left;
}
#rmOrganism .rmPage .rmBase__el--legal-notice {
  margin-top: 3rem;
  text-align: left;
}
#rmOrganism .rmPage .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
#rmOrganism .rmLayout--legacy .rmBase__el .comp__input,
#rmOrganism .rmLayout--legacy .rmBase__el .comp__select {
  border-radius: 0;
  height: 2em;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 360px) {
  #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 140px;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 140px;
    padding: 0.375em 0.5em 0 0;
  }
  #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
#rmOrganism .rmLayout--legacy.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.rmBody.rmBody--subscription.rmBody--legacy {
  background: transparent;
}
.rmBody.rmBody--subscription.rmBody--legacy.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto 0 0;
}
.grid:not(.products-grid) {
  margin: 40px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .grid:not(.products-grid) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 850px) {
  .grid:not(.products-grid) {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .grid:not(.products-grid) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .grid:not(.products-grid) .grid_item {
    margin: 0px auto;
    max-width: 350px;
  }
}
.grid:not(.products-grid) .grid_item .grid_text {
  padding: 20px 0px 20px 0px;
}
#header_container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  #header_container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0px;
  }
}
#header_container #header_left {
  flex: 0 1 auto;
}
@media screen and (min-width: 1375px) {
  #header_container #header_left {
    margin-right: 55px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_left {
    grid-column: 1;
    grid-row: 1;
  }
}
#header_container #header_left .logo {
  margin: 0px 0px 0px 0px;
  float: none;
  display: block;
  width: 240px;
  max-width: 100%;
}
@media screen and (max-width: 1375px) {
  #header_container #header_left .logo {
    width: 200px;
  }
  #header_container #header_left .logo:lang(en) {
    width: 180px;
  }
}
@media screen and (max-width: 1275px) {
  #header_container #header_left .logo {
    width: 160px;
  }
  #header_container #header_left .logo:lang(en) {
    width: 140px;
  }
}
@media screen and (max-width: 900px) {
  #header_container #header_left .logo {
    width: 140px;
  }
  #header_container #header_left .logo:lang(en) {
    width: 100px;
  }
}
#header_container #header_left .logo img {
  width: 100%;
}
#header_container #header_middle {
  flex: 0 1 auto;
}
@media screen and (max-width: 769px) {
  #header_container #header_middle {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
}
#header_container #header_middle .user_type_selector_wrap {
  margin: 15px 0px 15px 0px;
  padding: 0px;
  display: block;
  height: auto;
}
@media screen and (min-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap {
    height: 23px;
  }
}
@media screen and (max-width: 850px) {
  #header_container #header_middle .user_type_selector_wrap {
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap {
    margin: 0px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 1275px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector {
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 850px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1450px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li:lang(en) {
    font-size: 12px;
    letter-spacing: -0.25px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 1450px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1275px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    margin-right: 7px;
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    display: block;
    gap: initial;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li span.label-container a,
#header_container #header_middle .user_type_selector_wrap .user_type_selector li label.container a {
  color: #636363;
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li span.label-container .checkmark::after,
#header_container #header_middle .user_type_selector_wrap .user_type_selector li label.container .checkmark::after {
  left: 7px;
  top: -6px;
  width: 8px;
  height: 18px;
  border-color: #0a735a;
}
@media screen and (max-width: 1175px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li span.label-container .checkmark::after,
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li label.container .checkmark::after {
    left: 5px;
    top: -4px;
    width: 7px;
    height: 12px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li .icon {
  margin: 0px;
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info {
  display: none;
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info {
  margin: 15px 0px;
  padding: 17px 25px 10px 25px;
  height: auto;
  background-color: #0a735a;
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info {
    margin: 15px 0px 0px 0px;
    padding: 17px 45px 10px 45px;
    position: absolute;
    z-index: 98;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    white-space: nowrap;
  }
  .page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info:after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #0a735a;
  }
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info * {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 99;
  color: #ffffff;
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info *:last-child {
  margin: 0px;
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info .closeButton {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 102;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
  font-stretch: 110%;
}
#header_container #header_middle .block-search {
  width: 100%;
  max-width: 645px;
  padding: 0px;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #header_container #header_middle .block-search {
    margin: 0px;
    max-width: inherit;
  }
}
@media (min-width: 770px) {
  #header_container #header_middle .block-search #search_mini_form {
    position: relative;
  }
  #header_container #header_middle .block-search #search_mini_form .control {
    padding: 0px 0px 0px 0px;
  }
  #header_container #header_middle .block-search #search_mini_form .control #search {
    border: 1px #d1d1d1 solid;
    z-index: 1;
    font-size: 1em;
    height: 46px;
    line-height: 46px;
    padding-right: 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #header_container #header_middle .block-search #search_mini_form .control .nested {
    display: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete {
    top: 100% !important;
    left: 0px !important;
    padding: 30px 10px;
    width: 150%;
    min-width: 450px !important;
    background: #FFF;
    border: 1px #BBB solid;
    color: #636363;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
    top: 20px;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_catalog_categoryproduct,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_search_query {
    margin: 0 0 20px 0;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_catalog_categoryproduct li,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_search_query li {
    margin: 0;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: none;
    margin: 0px;
    padding: 8px 10px;
    border-bottom: 1px #BBB solid;
    color: #636363;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    margin: 10px 10px 0px 10px;
    padding: 10px 15px;
    background: #eb5f00 !important;
    font-size: 1.2em;
    color: #ffffff;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a:hover {
    background: #d25500 !important;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li {
    margin: 0px 0px 0px 0px;
    padding: 7px 10px;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li a.title {
    color: inherit;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct .title a,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product .title a {
    color: inherit;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct .title a:hover,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product .title a:hover {
    text-decoration: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct .description,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product .description {
    color: inherit;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct._active,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product._active {
    background: #ffd5b8 !important;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct._active .title a,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product._active .title a {
    text-decoration: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__highlight {
    color: #eb5f00;
    font-weight: bold;
  }
  #header_container #header_middle .block-search #search_mini_form .actions .action.search {
    padding: 0px;
    right: 0px;
    background: #0a735a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #header_container #header_middle .block-search #search_mini_form .actions .action.search:before {
    font-size: 35px;
    line-height: 46px;
    width: 46px;
    color: #ffffff;
  }
}
@media (min-width: 770px) and screen and (max-width: 1275px) {
  #header_container #header_middle .block-search #search_mini_form .control #search {
    height: 35px;
    line-height: 35px;
  }
}
@media (min-width: 770px) and screen and (max-width: 1100px) {
  #header_container #header_middle .block-search #search_mini_form .actions .action.search:before {
    font-size: 20px;
    line-height: 35px;
    width: 35px;
  }
}
@media (max-width: 769px) {
  #header_container #header_middle .block-search #search_mini_form .label {
    position: absolute;
    top: 10px;
    right: 55px;
  }
  #header_container #header_middle .block-search #search_mini_form .label:before {
    font-size: 40px;
    line-height: 40px;
  }
  #header_container #header_middle .block-search #search_mini_form .control {
    display: none;
  }
  #header_container #header_middle .block-search #search_mini_form.active {
    margin: 30px 10px;
  }
  #header_container #header_middle .block-search #search_mini_form.active .field search {
    margin: 0px auto;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control {
    margin: -10px 5px 0px 5px;
    padding: 20px 10px 0px 10px;
    border-top: 0px;
    position: relative;
    display: blocK;
    z-index: 5;
    background: #ffffff;
    border: 1px #0a735a solid;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control input {
    margin: 0px;
    min-height: 25px;
    line-height: 25px;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control .mst-searchautocomplete__autocomplete {
    margin-top: 15px;
    position: relative;
    top: initial !important;
    left: initial !important;
    width: 100% !important;
    border-top: none !important;
    background: transparent;
    box-shadow: none !important;
    min-height: initial !important;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
    top: initial;
    right: initial;
    position: relative;
    margin: 0px auto 20px auto;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: none;
  }
}
#header_container #header_right {
  flex: 1 0 auto;
  padding-right: 25px;
}
@media screen and (max-width: 769px) {
  #header_container #header_right {
    grid-column: 2;
    grid-row: 1;
    padding: 10px 10px 0px 0px;
  }
}
#header_container #header_right #header_right_settings {
  margin: 14px 0px 14px 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  height: 24px;
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_settings {
    column-gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_settings {
    display: none;
  }
}
#header_container #header_right #header_right_settings #country_selector_header {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  #header_container #header_right #header_right_settings #country_selector_header:lang(en) {
    font-size: 12px;
    height: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #country_selector_header {
    grid-column: 1 / span 2;
    grid-row: 1;
    height: auto;
    text-align: right;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_settings #country_selector_header {
    font-size: 12px;
  }
}
#header_container #header_right #header_right_settings #country_selector_header span.title {
  margin-right: 5px;
  display: inline-block;
  padding-left: 23px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMDM2MjQzODY5NDM3ODg4MzA0NTgwMDAwMDA3Njk3Nzc5NzMwNTUwNTY4NjMxXyk7Ij48cGF0aCBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAwMDM4MjU1NDk0MDE1MzU3OTI4ODAwMDAwMTY2ODUxNDE4OTc3OTQ2NjY0MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MzYzNjM7c3Ryb2tlLXdpZHRoOjAuNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgZD0iTTEuNSwxMi42aDE0LjEgTTEuNSw0LjRoMTQuMSBNMC40LDguNWgxNi4yIE04LjUsMC40djE2LjIgTTguNSwwLjRDNS45LDAuNCwzLjgsNCwzLjgsOC41czIuMSw4LjEsNC43LDguMXM0LjctMy42LDQuNy04LjFTMTEuMSwwLjQsOC41LDAuNHogTTguNSwwLjRDNCwwLjQsMC40LDQsMC40LDguNXMzLjYsOC4xLDguMSw4LjFzOC4xLTMuNiw4LjEtOC4xUzEzLDAuNCw4LjUsMC40eiIvPjwvZz48L3N2Zz4=');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
}
#header_container #header_right #header_right_settings #country_selector_header span.current {
  font-family: "Carnas W01 Medium";
}
#header_container #header_right #header_right_settings #country_selector_header span.current::after {
  content: '';
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  position: absolute;
  top: 100%;
  right: -20px;
  width: auto;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper.active {
  height: 225px;
  opacity: 1;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper ul#visitor_country_header {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style-type: none;
  background: #ffffff;
  display: block;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper ul#visitor_country_header li {
  margin: 0px 0px 2px 0px;
  padding: 3px 10px;
  cursor: pointer;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper ul#visitor_country_header li:hover {
  background: #fbdfcc;
}
#header_container #header_right #header_right_settings #additional_languages,
#header_container #header_right #header_right_settings #languages {
  display: flex;
  justify-content: right;
}
#header_container #header_right #header_right_settings #additional_languages::before,
#header_container #header_right #header_right_settings #languages::before {
  content: '|';
  font-size: 16px;
  line-height: 24px;
  margin: 0px 10px;
  display: inline-flex;
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #additional_languages::before,
  #header_container #header_right #header_right_settings #languages::before {
    display: none;
  }
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag,
#header_container #header_right #header_right_settings #languages .language_select .flag {
  width: 24px;
  height: 24px;
  border: 1px transparent solid;
  background-color: transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag::before,
#header_container #header_right #header_right_settings #languages .language_select .flag::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYwIDE2MCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjUuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE0MSkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICB9CgogICAgICAuc3QxIHsKICAgICAgICBmaWxsOiAjZmZjZTAwOwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBmaWxsOiAjY2YxYjJiOwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBmaWxsOiAjMDAyNjU0OwogICAgICB9CgogICAgICAuc3Q0IHsKICAgICAgICBmaWxsOiAjYWUxYzI4OwogICAgICB9CgogICAgICAuc3Q1IHsKICAgICAgICBmaWxsOiAjMjE0NjhiOwogICAgICB9CgogICAgICAuc3Q2IHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgtMSk7CiAgICAgIH0KCiAgICAgIC5zdDcgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aC0zKTsKICAgICAgfQoKICAgICAgLnN0OCB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoLTIpOwogICAgICB9CgogICAgICAuc3Q5IHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuc3QxMCB7CiAgICAgICAgZmlsbDogI2NlMTEyNjsKICAgICAgfQoKICAgICAgLnN0MTEgewogICAgICAgIGZpbGw6ICNkMDA7CiAgICAgIH0KCiAgICAgIC5zdDEyIHsKICAgICAgICBmaWxsOiAjZWVlOwogICAgICB9CgogICAgICAuc3QxMyB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoKTsKICAgICAgfQoKICAgICAgLnN0MTQgewogICAgICAgIGZpbGw6ICMwMDI0N2Q7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjQiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aC0xIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNDAiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aC0yIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNTYiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aC0zIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNzIiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBjbGFzcz0ic3QxMyI+CiAgICA8Zz4KICAgICAgPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgogICAgICA8cmVjdCBpZD0icmVkX3N0cmlwZSIgY2xhc3M9InN0MTEiIHg9IjE2IiB5PSI1LjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMC43Ii8+CiAgICAgIDxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgY2xhc3M9InN0MSIgeD0iMTYiIHk9IjEwLjciIHdpZHRoPSIxNiIgaGVpZ2h0PSI1LjMiLz4KICAgIDwvZz4KICA8L2c+CiAgPGcgY2xhc3M9InN0NiI+CiAgICA8Zz4KICAgICAgPHBhdGggY2xhc3M9InN0MTQiIGQ9Ik0yOC45LDIuNXYyLjRoMy41cy0zLjUtMi40LTMuNS0yLjRaTTMxLjgsMTZoNS4xdi0zLjZzLTUuMSwzLjYtNS4xLDMuNlpNNDMuMSwxMi40djMuNmg1LjFsLTUuMS0zLjZaTTI4LjksMTEuMXYyLjRsMy41LTIuNGgtMy41Wk00OC4yLDBoLTUuMXYzLjZsNS4xLTMuNlpNNTEuMSwxMy41di0yLjRoLTMuNWwzLjUsMi40Wk01MS4xLDQuOXYtMi40bC0zLjUsMi40aDMuNVpNMzYuOSwwaC01LjFsNS4xLDMuNlYwWiIvPgogICAgICA8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDQuNCwxMS4xbDYsNC4yYy4zLS4zLjUtLjcuNi0xLjFsLTQuNC0zLjFoLTIuMlpNMzYuOSwxMS4xaC0xLjNsLTYsNC4yYy4zLjMuNy42LDEuMi43bDYuMS00LjNzMC0uNiwwLS42Wk00My4xLDQuOWgxLjNsNi00LjJDNTAuMS40LDQ5LjcuMSw0OS4yLDBsLTYuMSw0LjNzMCwuNiwwLC42Wk0zNS42LDQuOUwyOS42LjdjLS4zLjMtLjUuNy0uNiwxLjFsNC40LDMuMWgyLjJaIi8+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDEyIiBkPSJNNTEuMSw5LjhoLTkuMnY2LjJoMS4ydi0zLjZsNS4xLDMuNmguNGMuNywwLDEuMy0uMywxLjgtLjdsLTYtNC4yaDIuMWw0LjQsMy4xdi0uNmgwbC0zLjUtMi41aDMuNXYtMS4yaC4yWk0yOC45LDkuOHYxLjJoMy41bC0zLjUsMi40aDBjMCwuNy4zLDEuMy43LDEuOGw2LTQuMmgxLjN2LjZsLTYuMSw0LjNoMWw1LjEtMy42djMuNmgxLjJ2LTYuMmgtOS4yWk01MS4xLDIuNWMwLS42LS4zLTEuMy0uNy0xLjdsLTYsNC4yaC0xLjN2LS42bDYuMS00LjRoLTFsLTUuMSwzLjZWMGgtMS4ydjYuMmg5LjJ2LTEuMmgtMy41bDMuNS0yLjRoMFpNMzYuOSwwdjMuNmwtNS4xLTMuNmgtLjRjLS43LDAtMS4zLjMtMS44LjdsNiw0LjJoLTIuMWwtNC40LTMuMXYuNmgwbDMuNSwyLjVoLTMuNXYxLjJoOS4yVjBoLTEuNFoiLz4KICAgICAgPHBhdGggY2xhc3M9InN0MiIgZD0iTTQxLjgsNi4yVjBoLTMuN3Y2LjJoLTkuMnYzLjdoOS4ydjYuMmgzLjd2LTYuMmg5LjJ2LTMuN3MtOS4yLDAtOS4yLDBaIi8+CiAgICA8L2c+CiAgPC9nPgogIDxnIGNsYXNzPSJzdDgiPgogICAgPGc+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDEwIiBkPSJNNTksMGg4djE2aC04Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDkiIGQ9Ik01MywwaDZ2MTZoLTYiLz4KICAgICAgPHBhdGggY2xhc3M9InN0MyIgZD0iTTQ1LDBoOHYxNmgtOCIvPgogICAgPC9nPgogIDwvZz4KICA8ZyBjbGFzcz0ic3Q3Ij4KICAgIDxnPgogICAgICA8cmVjdCBjbGFzcz0ic3Q1IiB4PSI2MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjE2Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDkiIHg9IjYwIiB3aWR0aD0iMjQiIGhlaWdodD0iMTAuNyIvPgogICAgICA8cmVjdCBjbGFzcz0ic3Q0IiB4PSI2MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjUuMyIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  background-size: 160px 160px;
  background-position: left top;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag a,
#header_container #header_right #header_right_settings #languages .language_select .flag a {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  z-index: 3;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag:hover:after,
#header_container #header_right #header_right_settings #languages .language_select .flag:hover:after,
#header_container #header_right #header_right_settings #additional_languages .language_select .flag a[tooltip-title]:hover:after,
#header_container #header_right #header_right_settings #languages .language_select .flag a[tooltip-title]:hover:after {
  content: attr(tooltip-title);
  background: #ffffff;
  white-space: nowrap;
  padding: 12px 16px;
  z-index: 100;
  position: absolute;
  text-align: right;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #636363;
  margin-top: 16px;
  right: 0;
  top: 100%;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag:hover::before,
#header_container #header_right #header_right_settings #languages .language_select .flag:hover::before {
  transform: scale(1.2);
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_selected,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_selected {
  border-color: #0a735a;
  background-color: #ffffff;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_selected:hover::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_selected:hover::before {
  transform: none;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_de::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_de::before,
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_1::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_1::before {
  background-position: -16px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_en::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_en::before,
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_2::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_2::before {
  background-position: -32px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_fr::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_fr::before {
  background-position: -48px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_nl::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_nl::before {
  background-position: -64px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag .language_name,
#header_container #header_right #header_right_settings #languages .language_select .flag .language_name {
  display: none;
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #additional_languages {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #languages {
    grid-column: 2;
    grid-row: 2;
  }
}
#header_container #header_right #header_right_user {
  margin: 5px 0px 0px 0px;
  float: right;
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_user {
    float: inherit;
    text-align: right;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user {
    margin: 0px;
  }
}
#header_container #header_right #header_right_user #header_right_user_links {
  margin: 0px;
  padding: 0px 35px 0px 0px;
  list-style-type: none;
  display: block;
  float: left;
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user #header_right_user_links {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_user #header_right_user_links {
    margin-bottom: 15px;
    padding: 0px;
    width: auto;
    float: inherit;
    text-align: right;
    display: inline-block;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user #header_right_user_links {
    display: none;
  }
}
#header_container #header_right #header_right_user #header_right_user_links br {
  display: none;
}
#header_container #header_right #header_right_user #header_right_user_links a {
  margin: 0px 0px 5px 40px;
  line-height: 18px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  color: #636363 !important;
  display: block;
}
@media screen and (max-width: 1300px) {
  #header_container #header_right #header_right_user #header_right_user_links a {
    font-size: 14px;
    margin-left: 30px;
  }
}
#header_container #header_right #header_right_user #header_right_user_links a.header_account_link {
  font-size: 16px;
  font-family: "Carnas W01 Medium";
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user #header_right_user_links a.header_account_link {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}
#header_container #header_right #header_right_user #header_right_user_links a.header_account_link:before {
  content: "";
  width: 30px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: -40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjQ2MzYzO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTguNCw2LjdjMCwwLDMsMC44LDYuMywwLjhjMy45LDAsNi44LTAuOCw2LjgtMC44IE0xNC45LDEuMmMwLDAsMS0wLjIsMS41LTAuMmMwLjUsMCwzLjItMC4xLDUuNiw2LjUgTTgsNy41CgljMCwwLDIuMy02LjUsNS4zLTYuNWMxLjIsMCwxLjksMSwxLjksMSBNMjAuOSw0LjljMi45LDAuNSw0LjcsMS40LDQuNywyLjNjMCwxLjYtNC44LDIuOC0xMC44LDIuOGMtNS45LDAtMTAuOC0xLjMtMTAuOC0yLjgKCWMwLTEsMi0xLjksNS4xLTIuNCBNMTIuMiwzMWg1LjYgTTkuNCwyOC4xaDExLjIgTTIwLjYsMzMuOXYtNS44YzAsMCwwLjEtMy42LDAuOC01LjkgTTkuNCwzMy45di01LjhjMCwwLTAuMS0zLjctMC44LTYgTTE4LjYsMTgKCWMwLDAtMC4xLDEuOCwwLjQsMi45YzAuNSwxLDMuMSwxLjMsNSwxLjhjMi4xLDAuNSwzLjIsMS41LDQuMiwzLjhjMS4yLDIuNywxLjEsNy42LDEuMSw3LjZIMC44YzAsMC0wLjItNC44LDEuMS03LjYKCWMxLTIuMywyLjEtMy4zLDQuMi0zLjhjMS44LTAuNCw0LjQtMC43LDUtMS44YzAuNS0xLDAuNC0yLjksMC40LTIuOSBNMjEuNCw5LjVjMCwwLjIsMCwwLjUsMCwwLjdjMCw1LjEtMi45LDkuMi02LjUsOS4yCgljLTMuNiwwLTYuNS00LjEtNi41LTkuMmMwLTAuMiwwLTAuNSwwLTAuNyIvPgo8L3N2Zz4K');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  #header_container #header_right #header_right_user #header_right_user_links a.header_account_link:before {
    width: 20px;
    height: 24px;
    left: -30px;
  }
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user #header_right_user_links a.header_account_link:before {
    width: 20px;
    height: 20px;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user .minicart-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_user .minicart-wrapper {
    width: auto;
    float: inherit;
    text-align: right;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper {
    padding: 0px !important;
    position: absolute;
    top: 10px;
    right: 110px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action.showcart {
    width: 40px;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action.showcart:before {
  margin: 0px 8px 20px 0px;
  content: " ";
  width: 36px;
  height: 30px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjU2NDY0O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDEzLjVMNC44LDYuM0gxLjQgTTI5LjIsMjMuOGMwLDEuNSwxLjMsMi44LDIuOSwyLjhjMS42LDAsMi45LTEuMywyLjktMi44YzAtMS41LTEuMy0yLjgtMi45LTIuOAoJQzMwLjQsMjEsMjkuMiwyMi4zLDI5LjIsMjMuOHogTTI3LjQsMTguOWwyLjYsMi42IE0xOS40LDE4LjlsLTQuMSw2LjhjMCwwLTAuNywxLjEtMS43LDAuN2MtMC44LTAuNC0wLjQtMS41LTAuNC0xLjVsMS4xLTYuNAoJIE0zNC4xLDkuN0gxMS4zbDEuNyw4LjZsMTIsMC44YzAsMCwyLjcsMC40LDQtMS42QzMwLjcsMTQuOSwzNC4xLDkuNywzNC4xLDkuN3oiLz4KPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjM2IiBoZWlnaHQ9IjMwIi8+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  display: block;
  float: left;
}
@media screen and (max-width: 1300px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action.showcart:before {
    width: 25px;
    height: 24px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action.showcart:before {
    margin: 0px;
    width: 40px;
    height: 40px;
    display: block;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .text {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 18px;
  height: auto;
  width: auto;
  overflow: initial;
  position: relative;
  display: inline-block;
  color: #636363;
  font-weight: 400;
  font-family: 'Carnas W01 Medium';
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .text {
    display: none !important;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .counter {
  background: inherit;
  color: #0a735a;
  height: auto;
  font-size: 15px;
  line-height: 18px;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  display: block;
  margin: 0 0 0 0px;
  overflow: hidden;
  padding: inherit;
  text-align: left;
  white-space: normal;
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-number {
    position: absolute;
    bottom: 0px;
    right: -10px;
    width: auto;
    height: 20px;
    min-width: 20px;
    color: #ffffff;
    text-align: center;
    padding: 0px 3px;
    background: #eb5f00;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 770px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-number {
    display: none !important;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-label {
  border: initial;
  clip: initial;
  height: auto;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
  color: #636363;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-label {
    display: none !important;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .counter.empty .counter-number {
  display: none;
}
#header_container .icon {
  margin: 3px 10px 3px 0px;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: relative;
}
#header_container .icon:hover:after {
  content: attr(tooltip-title);
  background: #ffffff;
  white-space: nowrap;
  padding: 12px 16px;
  z-index: 100;
  position: absolute;
  text-align: right;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #636363;
  margin-top: 16px;
  right: 0;
  top: 100%;
}
#header_container .icon.icon_info {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoKTsKICAgICAgfQoKICAgICAgLmNscy0yLCAuY2xzLTMgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiwgLmNscy00IHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBzdHJva2U6ICM2MzYzNjM7CiAgICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICAgIHN0cm9rZS1saW5lam9pbjogcm91bmQ7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAuOHB4OwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM2MzYzNjM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJjbHMtMSI+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik05LjIsMTRoLS41Yy0uMiwwLS4zLDAtLjMtLjN2LTYuNGMwLS4yLDAtLjMuMy0uM2guNWMuMiwwLC4zLjEuMy4zdjYuNGMwLC4yLDAsLjMtLjMuM005LDUuNGMtLjQsMC0uNi0uMS0uNi0uN3MuMy0uNy42LS43LjcuMi43LjctLjIuNy0uNy43Ii8+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjkiIGN5PSI5IiByPSI4LjYiLz4KICA8L2c+Cjwvc3ZnPg==');
}
#header_container .icon.icon_language {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoKTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0yLCAuY2xzLTMgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgc3Ryb2tlOiAjNjM2MzYzOwogICAgICAgIHN0cm9rZS1saW5lY2FwOiByb3VuZDsKICAgICAgICBzdHJva2UtbGluZWpvaW46IHJvdW5kOwogICAgICAgIHN0cm9rZS13aWR0aDogLjhweDsKICAgICAgfQogICAgPC9zdHlsZT4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcHBhdGgiPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9ImNscy0xIj4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTExLjYsNi40YzEuNSwxLjUsMS41LDMuOCwwLDUuM00xMi45LDUuMWMyLjIsMi4yLDIuMiw1LjcsMCw3LjhNMTAuMyw3LjdjLjcuNy43LDEuOSwwLDIuN005LC40QzQuMi40LjQsNC4yLjQsOXMuNSwzLjIsMS4zLDQuNmwtLjcsNC4xczIuNS0uOSwzLjUtMS4zYzEuMy44LDIuOSwxLjMsNC41LDEuMyw0LjgsMCw4LjYtMy45LDguNi04LjZTMTMuOC40LDksLjRaIi8+CiAgPC9nPgo8L3N2Zz4=');
}
#header_container .icon .text {
  display: none;
}
@media screen and (max-width: 769px) {
  #header_container .user_type_selector .icon {
    display: none;
  }
}
#header_container .user_type_selector .icon::after {
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
  min-width: 500px;
  white-space: inherit;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nav_sections #store\.links {
    display: none;
  }
}
#nav_sections #store\.links a {
  padding: 0.8rem 20px;
  margin: 0px;
  display: block;
  border-bottom: 1px #d1d1d1 solid;
  font-size: 1.6rem;
  color: #636363;
}
@media screen and (min-width: 769px) {
  #nav_sections #store\.links a {
    display: none;
  }
}
#nav_sections #store\.links a:first-of-type {
  border-top: 1px #d1d1d1 solid;
}
#nav_sections #store\.links a:hover {
  color: #eb5f00;
}
@media screen and (min-width: 769px) {
  #nav_sections #store\.settings {
    display: none;
  }
}
#nav_sections #store\.settings #additional_languages,
#nav_sections #store\.settings #languages {
  margin-bottom: 30px;
}
#nav_sections #store\.settings #additional_languages span.text,
#nav_sections #store\.settings #languages span.text {
  font-family: "Carnas W01 Medium";
  display: block;
  padding: 0px 20px 5px 20px;
}
#nav_sections #store\.settings #additional_languages .language_select,
#nav_sections #store\.settings #languages .language_select {
  margin: 0px;
  padding: 0px;
  border-top: 1px #d1d1d1 solid;
  display: block;
}
#nav_sections #store\.settings #additional_languages .language_select div.flag,
#nav_sections #store\.settings #languages .language_select div.flag {
  padding: 0.8rem 20px;
  margin: 0px;
  border-bottom: 1px #d1d1d1 solid;
}
#nav_sections #store\.settings #additional_languages .language_select div.flag a,
#nav_sections #store\.settings #languages .language_select div.flag a {
  color: #636363;
}
#nav_sections #store\.settings #additional_languages .language_select div.flag.flag_selected a,
#nav_sections #store\.settings #languages .language_select div.flag.flag_selected a,
#nav_sections #store\.settings #additional_languages .language_select div.flag.flag_selected span,
#nav_sections #store\.settings #languages .language_select div.flag.flag_selected span,
#nav_sections #store\.settings #additional_languages .language_select div.flag a:hover,
#nav_sections #store\.settings #languages .language_select div.flag a:hover {
  color: #eb5f00;
}
#nav_sections #store\.settings #visitor_country_mobile_wrap {
  margin: 0px 20px 30px 20px;
}
#nav_sections #store\.settings #visitor_country_mobile_wrap > span {
  font-family: "Carnas W01 Medium";
  display: block;
  padding: 0px 0px 5px 0px;
}
#nav_sections #store\.settings .user_type_selector_wrapper {
  margin: 40px 0px 0px 0px;
  padding: 0px 20px;
  display: block;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul span.label-container,
#nav_sections #store\.settings .user_type_selector_wrapper ul label.container {
  display: block;
  font-family: "Carnas W01 Medium";
}
#nav_sections #store\.settings .user_type_selector_wrapper ul a {
  color: #636363;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul .checkmark::after {
  top: -6px;
  left: 5px;
  width: 7px;
  height: 14px;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul .icon::after {
  padding: 3px 0px 10px 20px;
  content: attr(tooltip-title);
  color: #636363;
  font-size: 1.2rem;
  display: block;
}
#nav_sections #store\.settings .user_type_selector_wrapper .user_type_selector_info {
  display: none !important;
}
#mobile_navbutton {
  margin: 0px 5px 0px 0px;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  z-index: 11;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 769px) {
  #mobile_navbutton {
    display: block;
  }
}
#mobile_navbutton span {
  position: absolute;
  left: 5px;
  top: 19px;
  width: 30px;
  height: 3px;
  background-color: #0a735a;
  transition-property: background-color;
  transition-duration: 0s;
  transition-delay: 0.3s;
}
#mobile_navbutton span:before,
#mobile_navbutton span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #0a735a;
  content: "";
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
#mobile_navbutton span:before {
  top: -10px;
  transition-property: top, transform;
}
#mobile_navbutton span:after {
  bottom: -10px;
  transition-property: bottom, transform;
}
#mobile_navbutton.is-active span {
  background-color: transparent;
}
#mobile_navbutton.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
#mobile_navbutton.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#mobile_navbutton.is-active span:before,
#mobile_navbutton.is-active span:after {
  transition-delay: 0s, 0.3s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  margin: 0;
  font: inherit;
  color: inherit;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  overflow: visible;
}
button,
select,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit],
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled],
.cart.table-wrapper .actions-toolbar > .action[disabled],
.action-gift[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input,
select,
textarea,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item,
.cart.table-wrapper .actions-toolbar > .action.list-group-item,
.action-gift.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading,
.cart.table-wrapper .actions-toolbar > .action.list-group-item .list-group-item-heading,
.action-gift.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item:hover,
.action-gift.list-group-item:focus,
.action-gift.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item,
.cart.table-wrapper .actions-toolbar > .action.list-group-item,
.action-gift.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-success,
.action-gift.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-success .list-group-item-heading,
.action-gift.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-success:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-success:hover,
.action-gift.list-group-item-success:focus,
.action-gift.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-success.active,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-success.active:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-success.active:hover,
.action-gift.list-group-item-success.active,
.action-gift.list-group-item-success.active:focus,
.action-gift.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-info,
.action-gift.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-info .list-group-item-heading,
.action-gift.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-info:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-info:hover,
.action-gift.list-group-item-info:focus,
.action-gift.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-info.active,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-info.active:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-info.active:hover,
.action-gift.list-group-item-info.active,
.action-gift.list-group-item-info.active:focus,
.action-gift.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-warning,
.action-gift.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-warning .list-group-item-heading,
.action-gift.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-warning:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-warning:hover,
.action-gift.list-group-item-warning:focus,
.action-gift.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-warning.active,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-warning.active:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-warning.active:hover,
.action-gift.list-group-item-warning.active,
.action-gift.list-group-item-warning.active:focus,
.action-gift.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-danger,
.action-gift.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-danger .list-group-item-heading,
.action-gift.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-danger:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-danger:hover,
.action-gift.list-group-item-danger:focus,
.action-gift.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-danger.active,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-danger.active:focus,
.cart.table-wrapper .actions-toolbar > .action.list-group-item-danger.active:hover,
.action-gift.list-group-item-danger.active,
.action-gift.list-group-item-danger.active:focus,
.action-gift.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close,
.cart.table-wrapper .actions-toolbar > .action.close,
.action-gift.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
  opacity: 0.7;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}
#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}
#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}
#cboxContent {
  background: #fff;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
  /*border-top: 1px solid #ddd; padding-top: 15px; */
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}
#cboxLoadingOverlay {
  background: #ffffff url(images/loading.gif) no-repeat center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}
#cboxClose {
  position: absolute;
  top: -27px;
  right: -25px;
  display: block;
  color: transparent;
  background: url(images/fancy_close.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
}
.action_button li {
  float: left;
  width: 100%;
  clear: both;
  margin: 10px 0;
}
.action_button li a.button {
  padding: 8px 10px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
  --------------------------------------------------------------------------------
  The control icons are from a custom font. Each icon corresponds to a character
  (e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
  */
@font-face {
  font-family: 'VideoJS';
  src: url('../fonts/vjs.eot');
  src: url('../fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../fonts/vjs.woff') format('woff'), url('../fonts/vjs.ttf') format('truetype'), url('../fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
  --------------------------------------------------------------------------------
  */
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
  --------------------------------------------------------------------------------
  The default control bar that is a container for most of the controls.
  */
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
       If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
  fonts to show/hide properly.
    - "\9" IE8 hack didn't work for this
    - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
  */
@media screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
    this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
  -------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
       handle relative to the volume bar, you'll need to update this value
       too. */
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
      a little differently. It needs to be possible to tab to the volume slider
      without hitting space bar on the menu button. To do this we're not using
      display:none to hide the slider menu by default, and instead setting the
      width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
      This simply changes the overall font for the progress bar, and this
      updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
        the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
      Using a data URI to create the white diagonal lines with a transparent
        background. Surprisingly works in IE8.
        Created using http://www.patternify.com
      Changing the first color value will change the bar color.
      Also using a paralax effect to make the lines move backwards.
        The -50% left position makes that happen.
    */
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
     specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
  --------------------------------------------------------------------------------
  */
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
  --------------------------------------------------------------------------------
  Positioning of the play button in the center or other corners can be done more
  easily in the skin designer. http://designer.videojs.com/
  */
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
      by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
       to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
  --------------------------------------------------------------------------------
  */
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
       to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
  --------------------------------------------------------------------------------
  */
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
  REQUIRED STYLES (be careful overriding)
  ================================================================================
  When loading the player, the video tag is replaced with a DIV,
  that will hold the video tag or object tag for other playback methods.
  The div contains the video playback element (Flash or HTML5) and controls,
  and sets the width and height of the video.
  
  ** If you want to add some kind of border/padding (e.g. a frame), or special
  positioning, use another containing element. Otherwise you risk messing up
  control positioning and full window mode. **
  */
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
       easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertically aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
       The majority of player components will not be text blocks.
       Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
      <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
     checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
      and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
      The .video-js classname on the video tag also isn't considered.
      This optional paragraph inside the video tag can provide a message to users
      about what's required to play video. */
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
  The original source of this file lives at
  https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet,
.cart.table-wrapper .actions-toolbar > .action.swiper-pagination-bullet,
.action-gift.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.banner-countdowns .timeleft h3 {
  color: #FFFFFF !important;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-family: verdana,arial;
  font-size: 19px;
  font-weight: normal;
}
.banner-countdowns .item-countdown {
  padding: 10px 0;
  direction: ltr;
}
.banner-countdowns .item-countdown ul {
  /*text-align: center;*/
}
.banner-countdowns .item-countdown ul li {
  display: inline-block;
  margin: 0px 8px 0 0;
  line-height: normal;
  border: 0;
}
.banner-countdowns .item-countdown ul li.last {
  margin: 0px;
}
.banner-countdowns .item-countdown ul li div {
  text-transform: lowercase;
  clear: both;
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.banner-countdowns .timeleft {
  background-color: #6B9E1B;
  background-image: linear-gradient(to bottom, #7aa832, #4b6f13);
}
.banner-countdowns .item-countdown ul li div.countdown_num span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border: 1px solid #ebebeb;
  padding: 4px 6px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #f8f8f8), color-stop(100%, #f8f8f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* W3C */
}
.banner-countdowns .item-countdown ul li div.countdown_num span + span {
  border-left: 0;
}
/*Carousel css*/
.banner-countdowns .product-block .group-item {
  display: inline-block;
}
.banner-countdowns .group-action .cart {
  float: none;
}
.banner-countdowns .group-action .cart input {
  background-color: #7eac22;
  display: inline-block;
  height: auto;
  overflow: hidden;
  padding: 0;
  text-indent: 0;
  width: auto;
}
.banner-countdowns .group-action .group-action-inner {
  background-color: #7eac22;
  bottom: 30px;
  height: 33px;
  margin: 0;
  position: absolute;
  width: 100%;
  right: -100%;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.banner-countdowns .product-block:hover .group-action .group-action-inner {
  right: 0;
  opacity: 1;
  transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
}
.banner-countdowns .group-action .wishlist,
.banner-countdowns .group-action .compare {
  float: left;
  width: 19.5%;
  border-left: 1px solid #8cbc2b;
  border-right: 1px solid #6d951d;
}
.banner-countdowns .group-action .cart {
  float: left;
  border-left: 1px solid #8cbc2b;
  width: 56%;
}
.banner-countdowns .group-action .wishlist a,
.banner-countdowns .group-action .compare a,
.banner-countdowns .group-action .cart .button {
  background-image: url("../image/default/icon-action.png");
  background-repeat: no-repeat;
  height: 32px;
  width: 100%;
}
.banner-countdowns .group-action .wishlist a,
.banner-countdowns .group-action .compare a {
  overflow: hidden;
  text-indent: -9999em;
  padding: 0;
}
.banner-countdowns .group-action .wishlist a {
  background-position: 55% 12px;
}
.banner-countdowns .group-action .compare a {
  background-position: 58% -52px;
}
.banner-countdowns .group-action .cart .button {
  background-position: 14% -125px;
  color: #FFFFFF;
  font-weight: 400;
  padding-left: 30px;
}
.banner-countdowns .group-action .icon-plus {
  background-color: #F2711F;
  bottom: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 30px;
}
.banner-countdowns .product-block:hover .group-action .icon-plus {
  background-color: #7eac22;
}
.banner-countdowns .product-block .rating {
  display: none;
}
.banner-countdowns .carousel-controls {
  position: absolute;
  right: 0;
  top: 10px;
  width: 80px;
}
.banner-countdowns .carousel-control {
  border-radius: 15px;
  font-size: 24px;
  height: 20px;
  line-height: 15px;
  margin-top: 0;
  width: 20px;
  opacity: 0.5;
}
.widget-contenthtml {
  padding: 30px;
  border-radius: 5px;
}
.ajax-loading-img {
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.ves-container .label {
  color: #333;
}
/*Container size*/
.container-small,
.container-large {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-small {
    width: 300px;
  }
  .container-large {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 500px;
  }
  .container-large {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 700px;
  }
  .container-large {
    width: 1500px;
  }
}
/*Container size*/
@media (max-width: 992px) {
  .offcanvas-widget-siderbars .offcanvas-widget-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-widget-siderbars.column-left-active .offcanvas-widget-sidebar.canvas-show {
    display: block;
  }
  .offcanvas-widget-siderbars.column-left-active .main-column,
  .offcanvas-widget-siderbars.column-right-active .main-column {
    display: none;
  }
}
.col-nopadding,
.row-nopadding,
.widget-nopadding {
  padding: 0px !important;
}
/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"],
.row.no-gutters > .row-inner > [class^="col-"],
.row.no-gutters > .row-inner > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*Aligment*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left-block {
  display: block;
  margin-left: 0px;
  margin-right: auto;
}
.right-block {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}
/*Collapse opener*/
.block .opener {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* Accordion style*/
.accordian-play .panel-item-content {
  display: none;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  overflow: hidden;
}
.accordian-play .menu-title {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #141414;
  cursor: pointer;
  text-align: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: solid 1px #d8d8d7;
}
.accordian-play .menu-title .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding-bottom: 80px;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: 0;
}
.accordian-play .menu-title h3 {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  /*font-weight: 400;*/
  font-style: normal;
  text-transform: uppercase;
  /*font-size: 4.5em;*/
  letter-spacing: 0.09em;
  line-height: 1em;
  position: relative;
  z-index: 5;
}
.accordian-play .menu-title h3 span {
  display: block;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 0;
  letter-spacing: 0;
  position: relative;
  top: 15px;
}
.accordian-play .menu-title p {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  font-size: 2em;
  font-style: italic;
  margin: 0.3em 0 0;
  position: relative;
  z-index: 5;
}
.accordian-play .menu-title i {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #ccc;
  display: block;
  height: 38px;
  position: absolute;
  font-size: 38px;
  width: 38px;
  margin-top: -19px;
  top: 50%;
  right: 90px;
  z-index: 5;
}
.accordian-play .menu-title.adjust {
  padding: 50px 0;
}
.accordian-play.press .menu-title a {
  color: inherit;
  text-decoration: none;
}
.accordian-play.press .menu-title p {
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #484747;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
}
.accordian-play.press .menu-title .bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.accordian-play.press .menu-title i {
  border: solid 3px #ccc;
  border-radius: 36px;
  height: 32px;
  width: 32px;
  font-size: 20px;
}
.accordian-play.press .menu-title i:before {
  left: 1px;
  top: 6px;
  position: relative;
}
.accordian-play.press .menu-title:hover {
  background: #8f2626;
}
.accordian-play.press .menu-title:hover p {
  color: #fff;
}
.accordian-play.press .menu-title:hover i {
  border: solid 3px #fff;
}
.widget-images .image-description p {
  margin: 0;
}
.widget-images .image-description br {
  display: none !important;
}
/*widget social share links*/
.social-sharing-links li {
  float: left;
  padding: 0 7px 7px;
}
.social-sharing-links a {
  font-size: 18px;
}
/*widget social share links*/
.lookbook-products {
  overflow: hidden;
  overflow: auto;
  height: 100%;
  width: 100%;
  min-width: 100px;
}
.product-view .ves-container .product-img-box,
.product-view .ves-container .product-shop,
.product-view .ves-container .add-to-cart-wrapper,
.product-view .ves-container .block-related {
  width: 100%;
}
.jcarousel-control {
  display: block;
  text-align: center;
}
/*Product Deals Counting number*/
.ves-widget .item-countdown {
  padding: 10px 0;
}
.ves-widget .item-countdown ul {
  /*text-align: center;*/
}
.ves-widget .item-countdown ul li {
  display: inline-block;
  margin: 0px 8px 0 0;
  line-height: normal;
  border: 0;
}
.ves-widget .item-countdown ul li.last {
  margin: 0px;
}
.ves-widget .item-countdown ul li div {
  text-transform: lowercase;
  font-size: 12px;
  display: inline-block;
}
.ves-widget .item-countdown ul li div.countdown_num span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 4px 0px;
}
.ves-widget .item-countdown ul li div.countdown_num span + span {
  border-left: 0;
}
/*Product Deals Counting number*/
/*Product builder: Media styles*/
.product-image-gallery .gallery-image {
  display: none;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
/*Products list style*/
.ves-base-productlist-widget {
  float: left;
  width: 100%;
}
.ves-base-productlist-widget .etabs {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ves-base-productlist-widget .tab {
  display: inline-block;
  zoom: 1;
  background: #fff;
  border: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: 5px;
}
.ves-base-productlist-widget .tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
.ves-base-productlist-widget .product-item-info .hover-image {
  display: none;
}
.panel-container {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.ves-base-productlist-widget {
  width: 100%;
  float: left;
}
.ves-base-productlist-widget .tab a {
  font-size: 18px;
  line-height: 2em;
  display: block;
  padding: 0 15px;
  color: #3d3d3d;
}
.ves-base-productlist-widget ul.etabs > li a:hover,
.ves-base-productlist-widget ul.etabs > li a.active {
  color: #fb477e;
  border-top: 2px solid;
}
.ves-base-productlist-widget .paneltab {
  min-height: 300px;
}
.ves-base-productlist-widget .tab a:hover {
  text-decoration: none;
}
.ves-base-productlist-widget .productlist-wait {
  height: 300px;
  background: url('../images/preloader.gif') center no-repeat;
}
.ves-base-productlist-widget .ves-products-grid .product-item-info:hover,
.ves-base-productlist-widget .ves-products-grid .product-item-info.active {
  border: 1px solid #bbb;
  position: relative;
  z-index: 2;
  background: #fff;
}
.ves-base-productlist-widget .product-item-info .item-countdown {
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul {
  margin: 0px;
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li {
  margin: 0px;
  width: 42px;
  height: 52px;
  text-align: center;
  border-right: 1px solid #CCC;
  font-size: 11px;
  color: #000;
  line-height: 16px;
  padding: 9px 0px;
  float: left;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li:first-child {
  border-left: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li div.countdown_num span {
  background: none;
  border: none;
  padding: 0px;
  font-weight: 800;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul div {
  text-transform: uppercase;
  font-size: 11px;
}
.ves-base-productlist-widget .product-block .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 12;
}
.ves-base-productlist-widget .product-block .icon span {
  background: transparent;
}
.ves-base-productlist-widget .product-block .icon span span {
  background: #fb477e;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  text-transform: uppercase;
}
.ves-base-productlist-widget .product-block .icon span span {
  background: #fb477e;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  text-transform: uppercase;
}
.ves-base-productlist-widget .product-block .icon .new-icon span {
  background: #4cb6ac;
}
/*End products list style*/
/*Instagram*/
.item-instagram,
.item-box-title {
  float: left;
}
#ves-instagram .row {
  margin-left: 10px;
}
.ves-instagram .grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.ves-instagram .grid li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  border-radius: 3px;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.ves-instagram .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  z-index: 1;
}
.instagram-content {
  padding: 20px 8px 8px;
  width: 100%;
  height: 170px;
  z-index: 0;
}
.instagram-comment {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 150px;
  overflow: hidden;
}
.instagram-content > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}
.instagram-content > .instagram-avatar {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}
/**********Css for Hover**********/
.instagram-content-hover {
  padding: 100px 8px 8px;
  position: absolute;
  background: #edeff0;
  width: 150px;
  height: 150px;
  z-index: 0;
}
.instagram-comment-hover {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 88px;
  overflow: hidden;
}
.instagram-content-hover > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}
.instagram-avatar-hover {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}
.carousel-next {
  float: right;
}
.carousel-prev {
  float: left;
}
/*Product item widget*/
.widget-singleproduct .product-item-details .product-item-name,
.widget-singleproduct .product-item-details .product-item-name a {
  display: block;
}
.widget-singleproduct .product-item-info {
  width: auto;
}
/*Deal product widget*/
.dealproduct-widget .product-block .product-item-info {
  float: left;
  text-align: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.dealproduct-widget .product-block .product-item-info .product-item-name {
  padding: 0 !important;
  display: inline-block;
  zoom: 1;
  width: 50%;
}
.dealproduct-widget .product-block .product-item-info .product-image {
  width: 50%;
  float: left;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.dealproduct-widget .product-block .product-item-info .product-item-details {
  width: 50%;
  padding: 0 !important;
  float: left;
}
.dealproduct-widget .product-block .product-item-info .product-item-name a {
  font-size: 18px;
  line-height: 25px;
}
.dealproduct-widget .product-block .product-image .product-thumb {
  float: right;
  width: 18%;
}
@media screen and (min-width: 768px) {
  .dealproduct-widget .owl-carousel .owl-item {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-right: 1px solid #eaeaea;
  }
  .dealproduct-widget .product-thumb .view_scroll_left,
  .dealproduct-widget .product-thumb .view_scroll_right {
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    height: 20px;
    line-height: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .dealproduct-widget .product-thumb .view_scroll_left {
    top: 10px;
  }
  .dealproduct-widget .product-thumb .view_scroll_right {
    bottom: 10px;
  }
  .dealproduct-widget .product-block .product-item-info .price-box {
    margin: 10px 0;
  }
  .dealproduct-widget .product-block .product-image .product-img {
    display: inline-block;
    zoom: 1;
    float: left;
    width: 79%;
  }
  .dealproduct-widget .product-block .product-image .product-thumb {
    float: right;
    width: 18%;
  }
  .dealproduct-widget .product-block .product-item-info .product-image {
    top: 0;
    margin-bottom: 0;
    left: 0;
    padding-right: 20px;
  }
}
/*General styles*/
.ves-widget .product-block .icon .new-icon {
  background: transparent;
}
.ves-widget .product-block .icon {
  position: absolute;
  top: 20px;
  z-index: 12;
}
.ves-widget .product-block .icon > span > span,
.ves-widget .product-block .icon > .new-icon {
  background: #f05253;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 10px;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  line-height: 16px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.ves-widget .owl-carousel ul,
.ves-widget .owl-carousel li {
  list-style: none;
}
.ves-widget .owl-carousel {
  width: auto;
  margin-left: -9px;
  margin-right: -9px;
}
.ves-widget .owl-carousel .owl-item {
  padding-left: 9px;
  padding-right: 9px;
  float: left;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.ves-widget .owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  float: left;
}
.ves-widget .carousel-controls .carousel-control {
  background: #fff;
  color: #8e8e8e;
  font-size: 13px;
  text-shadow: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
}
.ves-widget .carousel-controls .carousel-control {
  color: #1979c3 !important;
}
.ves-widget .carousel-controls .carousel-control.left {
  left: -10px;
  background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.left {
  right: -10px;
  left: auto;
  background-image: none;
}
.ves-widget .carousel-controls .carousel-control.right {
  right: -10px;
  background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.right {
  left: -10px;
  right: auto;
  background-image: none;
}
.brand-description {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ves-widget .carousel-controls a {
  display: none;
}
.brand-widget:hover .carousel-controls a {
  display: block;
}
.brand-widget .block-title {
  text-align: center;
  margin-bottom: 30px;
}
.brand-widget .block-title strong {
  font-size: 25px;
}
.panel {
  margin: 0;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ves-brandlist .brandlist .brand-item {
  height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar {
  margin-top: 30px;
  text-align: right;
}
.brand-sidebar .brand-item {
  height: 50px;
}
.inner_checkbox_text {
  margin-bottom: 20px;
}
.cat_list_attrs .grid_attrib {
  font-weight: 700;
}
.checkout-index-index .grand.totals.excl {
  display: none !important;
}
.form.form-edit-account #group-fields-customer-attributes .step-title,
.form.form-edit-account #group-fields-customer-attributes .admin__field.field.field-customer_type {
  display: none !important;
}
body.account .sidebar.sidebar-additional {
  display: none !important;
}
.hide_trust [id^=trustbadge],
.hide_trust [id^=trustcard] {
  display: none !important;
}
div.field[name="shippingAddress.custom_attributes.send_catalog"] {
  display: none !important;
}
.amcard-page-product #description,
.amcard-page-product .page-main.page-main-details {
  display: none !important;
}
#checkout_notice_shadow {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  opacity: 0.1;
}
body.mode_hobby div.field[name="shippingAddress.custom_attributes.customer_type"] {
  display: none !important;
}
.checkout-index-index #checkout-shipping-method-load .amcheckout-header,
.checkout-index-index #checkout-shipping-method-load .col.col-carrier {
  display: none !important;
}
.checkout-cart-index .cart-discount {
  display: none !important;
}
:focus-visible {
  outline: #00aaff auto 7px !important;
}
b,
strong {
  font-weight: 400 !important;
  font-family: "Carnas W01 Medium" !important;
}
.checkout-onepage-success .account {
  display: none !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.giftcard_mode .product-item-tax.shippingline-incl,
.giftcard_mode .product-item-tax.shippingline-excl {
  display: none !important;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.action-gift {
  line-height: inherit;
}
.catalog-product-view .price-container.price-final_price {
  min-height: 25px;
  display: block;
}
.catalog-product-view .price-container.price-final_price .taxinfo {
  min-height: 30px;
}
.catalog-product-view .price-container.price-final_price > div > span {
  display: none;
}
.shipping-item-details {
  /*display: none;*/
}
.checkout-cart-index .data.table.totals,
.checkout-cart-index .totals-tax-summary,
.checkout-cart-index .totals-tax-details {
  display: none !important;
}
.mst-search__index-image .image {
  width: 100px;
}
.block.filter {
  display: none;
}
.mst-search__result-tabs {
  /*	display:none;*/
}
.catalogsearch-result-index .column.main {
  padding-left: 0 !important;
}
.customer-account-create .field-recaptcha {
  margin-top: 10px;
  float: right;
}
.form-address-edit fieldset:nth-child(2) legend {
  display: none !important;
}
.create_account_field.moved {
  margin-top: 20px;
}
.items.check.payable .title {
  display: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.15px;
}
.box.box-newsletter {
  display: none;
}
.customer-address-form #gw-euvat-field {
  margin-bottom: 29px !important;
}
.displayit {
  display: block !important;
}
#remember-me-box {
  display: none !important;
}
.transformed {
  display: none;
}
.col-inner {
  min-width: 100% !important;
  width: 0 !important;
}
#visitor_country {
  width: 150px;
  margin-left: 10px;
}
#cart-totals #visitor_country {
  margin: 10px 0 0 0;
  width: 100%;
}
.mode_hide {
  display: none !important;
}
.mode_hobby .show_on_mode_hobby {
  display: block !important;
}
.mode_hobby span.show_on_mode_hobby {
  display: inline !important;
}
.mode_hobby span.attribute.show_on_mode_hobby {
  display: block !important;
}
.mode_hobby tr.show_on_mode_hobby {
  display: table-row !important;
}
.mode_hobby div#gw-euvat-field {
  display: none !important;
}
.mode_hobby .gw-euvat-field {
  display: none !important;
}
.mode_hobby #vat_number_container {
  display: none !important;
}
.mode_hobby .icon_sprite.show_on_mode_hobby {
  display: grid !important;
}
.mode_business .show_on_mode_business {
  display: block !important;
}
.mode_business span.show_on_mode_business {
  display: inline !important;
}
.mode_business span.attribute.show_on_mode_business {
  display: block !important;
}
.mode_business tr.show_on_mode_business {
  display: table-row !important;
}
.mode_business .icon_sprite.show_on_mode_business {
  display: grid !important;
}
@media (max-width: 769px) {
  .hide_mobile {
    display: none;
  }
}
.show_mobile {
  display: none;
}
@media (max-width: 769px) {
  .show_mobile {
    display: block;
  }
}
i,
em {
  font-family: 'Carnas W01 Light Italic';
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "Carnas W01 Medium" !important;
  font-weight: 400 !important;
}
.amcard-input-arrow.fixed {
  font-size: 0 !important;
}
.action.primary.add_to_cart {
  padding: 5px 10px 5px 55px;
  text-align: left;
  width: 100%;
  float: right;
  font-size: 2.4rem;
  font-family: "Carnas W01 Medium";
  background-image: url('../images/warenkorb.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 36px 20px !important;
  background-position: 10px center !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.action.primary.add_to_cart .checkmark {
  display: none;
  opacity: 1 !important;
}
.action.primary.add_to_cart .checkmark.draw:after {
  height: 22px;
  width: 14px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.action.primary.add_to_cart .checkmark:after {
  margin-top: -2px;
  margin-left: -12px;
  height: 22px;
  width: 14px;
  transform-origin: left top;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
}
.action.secondary {
  padding: 10px 15px;
  display: inline-block;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  background-color: #ffffff;
  border: 1px #eb5f00 solid !important;
  color: #eb5f00;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.secondary.add_to_cart {
  padding: 0;
  border: none;
  position: relative;
}
.action.secondary.add_to_cart .icon {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url('../images/warenkorb.svg');
  background-repeat: no-repeat;
  background-size: 36px 20px;
  background-position: center center;
  background-color: #eb5f00;
}
.action.secondary.add_to_cart .text {
  font-size: 1px;
  text-indent: -1000px;
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
}
.action.secondary.add_to_cart .checkmark {
  display: none;
  opacity: 1 !important;
}
.action.secondary.add_to_cart .checkmark.draw:after {
  height: 22px;
  width: 14px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.action.secondary.add_to_cart .checkmark:after {
  margin-top: -2px;
  margin-left: -12px;
  height: 22px;
  width: 14px;
  transform-origin: left top;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
}
.action.disabled_button {
  opacity: 0.2;
  cursor: unset;
}
.action.disabled.primary {
  background-image: inherit;
  position: relative;
}
.action.disabled.primary span {
  opacity: 0;
}
.action.disabled.primary:before {
  margin: -15px 0 0 -15px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguOCwxLjVjMC4xLTAuOCwwLjctMC42LDEuNS0wLjRjMTIuMSwyLjEsMjAuMywxMywxOC4yLDI1LjFjLTAuMSwwLjgtMC45LDEuMy0xLjYsMS4xcy0xLjMtMC45LTEuMS0xLjYKCQljMS45LTEwLjYtNS4xLTIxLjQtMTUuNy0yMy4yQzE5LjMsMi4zLDE4LjcsMi4zLDE4LjgsMS41eiIvPgo8L2c+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIvPgo8L3N2Zz4K');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate 2s infinite linear;
  /* Safari 4+ */
  -moz-animation: rotate 2s infinite linear;
  /* Fx 5+ */
  -o-animation: rotate 2s infinite linear;
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.action.disabled.primary.addtocart-ok:before {
  display: none;
}
.action.disabled.secondary.add_to_cart .icon {
  background-image: none;
}
.action.disabled.secondary.add_to_cart:before {
  margin: -15px 0 0 -15px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/rotate.svg');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate 2s infinite linear;
  /* Safari 4+ */
  -moz-animation: rotate 2s infinite linear;
  /* Fx 5+ */
  -o-animation: rotate 2s infinite linear;
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.action.disabled.secondary.addtocart-ok:before {
  display: none;
}
html {
  background: #bcbcbc;
}
body {
  margin: 0px auto;
  max-width: 1620px;
  background: #ffffff;
}
body .page-wrapper {
  margin: 0 auto 75px 0px;
  width: 100%;
  max-width: 1620px;
  position: relative;
  z-index: 10;
  background: #ffffff;
}
body .page-wrapper > a.skip:focus,
body .page-wrapper > a.skip:focus-visible {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Carnas W01 Medium" !important;
  border-top: 10px #bcbcbc solid;
  border-bottom: 10px #bcbcbc solid;
}
body .page-wrapper #header_info {
  background-color: #bcbcbc;
}
body .page-wrapper #header_info:empty {
  display: none;
}
body .page-wrapper #header_info #header_info_content {
  margin: 5px 0px;
  padding: 5px;
  color: #636363;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.45em;
  z-index: 98;
  border: 2px #eb5f00 solid;
  background: #fbdfcc;
  order: 1;
}
@media screen and (max-width: 769px) {
  body .page-wrapper #header_info #header_info_content {
    margin: 5px;
    font-size: 1.2rem;
  }
}
body .page-wrapper #header_info #header_info_content.warning {
  background-color: #cc0000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MCA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQuOCw2NC42YzAtMy4yLDIuMi01LjQsNS4yLTUuNGMzLjIsMCw1LjIsMi4zLDUuMiw1LjRjMCwzLjEtMiw1LjQtNS4yLDUuNEMzNi45LDcwLDM0LjgsNjcuNiwzNC44LDY0LjZ6CgkJIE0zNyw1MmwtMS4yLTQyaDguNEw0Myw1MkgzN3oiLz4KPC9nPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iODAiIGhlaWdodD0iODAiLz4KPC9zdmc+Cg=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MCA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQuOCw2NC42YzAtMy4yLDIuMi01LjQsNS4yLTUuNGMzLjIsMCw1LjIsMi4zLDUuMiw1LjRjMCwzLjEtMiw1LjQtNS4yLDUuNEMzNi45LDcwLDM0LjgsNjcuNiwzNC44LDY0LjZ6CgkJIE0zNyw1MmwtMS4yLTQyaDguNEw0Myw1MkgzN3oiLz4KPC9nPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iODAiIGhlaWdodD0iODAiLz4KPC9zdmc+Cg==');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 60px 60px,60px 60px;
}
@media screen and (max-width: 769px) {
  body .page-wrapper #header_info #header_info_content.warning {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MCA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQuOCw2NC42YzAtMy4yLDIuMi01LjQsNS4yLTUuNGMzLjIsMCw1LjIsMi4zLDUuMiw1LjRjMCwzLjEtMiw1LjQtNS4yLDUuNEMzNi45LDcwLDM0LjgsNjcuNiwzNC44LDY0LjZ6CgkJIE0zNyw1MmwtMS4yLTQyaDguNEw0Myw1MkgzN3oiLz4KPC9nPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iODAiIGhlaWdodD0iODAiLz4KPC9zdmc+Cg==') !important;
    background-position: -5px 5px !important;
    background-repeat: no-repeat !important;
    background-size: 60px 60px !important;
    text-align: left !important;
    padding-left: 50px !important;
  }
}
body .page-wrapper #header_info #header_info_content p {
  margin: 5px 0px;
}
body .page-wrapper #header_info #header_info_content a {
  color: #636363;
  text-decoration: underline;
}
body .page-wrapper #header_usp {
  overflow: hidden;
  z-index: 1;
  background: #bcbcbc;
  color: #4b4b4b;
  order: 2;
}
body .page-wrapper #header_usp .usp_container {
  margin: 0 auto;
  max-width: 1620px;
  width: 100%;
  height: 75px;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business {
  height: 100%;
  display: none;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x {
  height: 100%;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x {
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
  padding: 10px 0;
  width: auto;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
    margin: 0 auto;
    display: inline-grid;
    column-gap: 5px;
    grid-template-columns: auto auto;
    text-align: left;
  }
}
@media screen and (min-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
    margin: 0 30px 0 0;
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
    margin-right: 20px;
    flex: 1 0 auto;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div:last-child,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div:last-child {
  margin-right: 0;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div img,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div img {
  display: inline-block;
  margin-top: -5px;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div img,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div img {
    margin-top: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div img,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div img {
    display: block;
    float: left;
    margin-top: 0;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div strong,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div strong {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div strong,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div strong {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div strong,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div strong {
    display: block;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text {
  display: inline-block;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text::before,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text::before {
  margin: 0 5px;
  display: inline-flex;
  content: '|';
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text {
    grid-column: 2;
    grid-row: 2;
  }
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text::before,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text::before {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text {
    display: block;
  }
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text::before,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text::before {
    display: none;
  }
}
body .page-wrapper #header_container {
  order: 10;
  margin: 10px 10px 0px 10px;
  background: #fffbf1;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  body .page-wrapper #nav_sections {
    order: 20;
    margin: 0px 10px;
    background: #fffbf1;
    position: relative;
    z-index: 15;
  }
}
@media screen and (max-width: 768px) {
  body .page-wrapper #nav_sections {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: calc(100% - 70px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 5px #636363;
    box-shadow: 0 0 20px 5px #636363;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  body .page-wrapper #nav_sections.visible {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  body .page-wrapper #nav_sections .section-items .section-item-title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body .page-wrapper #nav_sections .section-items .section-item-title {
    display: block;
    float: left;
    width: 33.33%;
    border-right: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
  }
  body .page-wrapper #nav_sections .section-items .section-item-title:last-child {
    border-right: inherit;
  }
  body .page-wrapper #nav_sections .section-items .section-item-title > a {
    margin: 0px 0px 0px 0px;
    padding: 25px 0px;
    text-align: center;
    display: block;
  }
  body .page-wrapper #nav_sections .section-items .section-item-title.active {
    background-color: #fffbf1;
    color: #eb5f00;
    font-family: 'Carnas W01 Medium', serif;
  }
}
@media screen and (max-width: 768px) {
  body .page-wrapper #nav_sections .section-items .section-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0px;
  }
}
body .page-wrapper #breadcrumb {
  order: 21;
  margin: 0px 10px;
  padding: 0px 0px 60px 0px;
  background: #fffbf1;
}
@media screen and (max-width: 768px) {
  body .page-wrapper #breadcrumb {
    padding: 20px 0px;
  }
}
body .page-wrapper #breadcrumb .breadcrumbs {
  margin: 0px auto;
  padding: 0px 20px;
}
body .page-wrapper #maincontent {
  order: 30;
  margin: 0px 10px;
  padding: 0px 20px 50px 20px;
  border-bottom: 50px #fffbf1 solid;
  background: #fffbf1;
  width: initial;
  max-width: initial;
}
@media screen and (min-width: 1400px) {
  body .page-wrapper #maincontent > * {
    margin: 0px auto;
    padding: 0px 20px;
    max-width: 1340px;
  }
}
body .page-wrapper .page-footer {
  order: 40;
  margin: 0px 10px 10px 10px;
}
body .page-wrapper .page-footer .widget.block {
  margin: inherit;
}
body .page-wrapper .page-footer .footer.content {
  border-top: inherit;
  margin: 0 auto;
  padding: 0;
  max-width: 1640px;
}
body .page-wrapper .page-footer .footer.content .block {
  float: none;
}
body .page-wrapper .page-footer .footer.content a {
  display: inline-block;
  padding: 2px 10px 2px 0;
  text-decoration: underline;
  color: #636363;
}
body .page-wrapper .page-footer .footer.content h4 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  font-size: 20px;
}
body .page-wrapper .page-footer .footer.content p {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
body .page-wrapper .page-footer .footer.content > .magezon-builder {
  background-image: url('../images/bg_footer_02.jpg');
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #ffe7b6;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer {
  padding: 20px 0 30px 0;
  max-width: 100%;
  font-size: 1.3em;
  text-align: center;
  background: #0a735a;
  color: #ffffff;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer:after {
  content: '';
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 1300px;
  height: 1px;
  background: #ffffff;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer span.title {
  margin-bottom: 10px;
  display: block;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer select {
  padding: 10px 20px;
  margin-bottom: 30px;
  height: auto;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #636363;
  background: transparent;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMEE3MzVBO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMTcuNWwxMCwxMGwxMC0xMEgweiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMCwwaDI1djQ4SDBWMHoiLz4KPC9zdmc+Cg==');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01,
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01,
  body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 {
    width: 100% !important;
    float: none;
    padding: 0 !important;
  }
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p a,
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  color: #636363;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p a:hover,
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p a:hover {
  text-decoration: underline;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 {
  width: 80%;
  padding: 0 10px 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p:nth-of-type(1) > span.block-category-link-inline > a {
  color: #c94b00;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p:nth-of-type(2) > span.block-category-link-inline > a {
  color: #0f6400;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 ul {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 {
  width: 20%;
  padding: 0 0 0 10px;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:first-of-type {
  padding-top: 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(1) > span.block-category-link-inline > a {
  color: #ea5172;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(2) > span.block-category-link-inline > a {
  color: #0f6400;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(3) > span.block-category-link-inline > a {
  color: #0073ae;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(4) > span.block-category-link-inline > a {
  color: #962b7e;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns3,
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns4,
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns5,
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns6 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (min-width: 769px) {
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns5 {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
  }
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns6 {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
  }
}
body .page-wrapper .page-footer .footer.content #footer_category_menu ul a {
  display: block;
  padding: 2px 10px 2px 0;
  text-decoration: none;
  color: #636363;
}
@media screen and (min-width: 769px) {
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul a {
    padding: 4px 10px 4px 0;
  }
}
body .page-wrapper .page-footer .footer.content #footer_category_menu ul a:hover {
  text-decoration: underline;
}
#navigation_main {
  padding: 25px 0px;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main {
    padding-top: 0;
  }
}
#navigation_main ul {
  margin: 0px auto;
  padding: 0 20px;
  max-width: 1340px;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul {
    padding: 0;
    font-size: 1.6rem;
  }
}
#navigation_main ul li.level0 {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (min-width: 769px) {
  #navigation_main ul li.level0 {
    margin: 10px 5px;
    display: inline-block;
  }
  #navigation_main ul li.level0.first {
    margin-left: -10px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 {
    display: block;
    margin: 0;
    border-top: 1px #d1d1d1 solid;
  }
  #navigation_main ul li.level0:last-of-type {
    border-bottom: 1px #d1d1d1 solid;
  }
}
#navigation_main ul li.level0 .level-top {
  padding: 10px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400 !important;
  display: inline-block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #636363;
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 .level-top {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #navigation_main ul li.level0 .level-top {
    padding: 10px 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 875px) {
  #navigation_main ul li.level0 .level-top {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 .level-top {
    padding: 10px 20px;
    font-size: 1em;
    text-transform: inherit;
    display: block;
    position: relative;
  }
}
#navigation_main ul li.level0 .level-top:hover {
  color: #eb5f00;
}
#navigation_main ul li.level0.active .level-top,
#navigation_main ul li.level0.has-active .level-top {
  border-bottom: none;
  color: #c94b00;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.parent a.level-top::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-left: 2px #d1d1d1 solid;
    border-bottom: 2px #d1d1d1 solid;
  }
  #navigation_main ul li.level0.parent.active a.level-top::after,
  #navigation_main ul li.level0.parent.has-active a.level-top::after {
    border-color: #eb5f00;
  }
}
@media screen and (min-width: 769px) {
  #navigation_main ul li.level0 ul.submenu {
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    padding: 60px 60px 60px 310px;
    border: inherit;
    min-width: 750px;
    display: none;
    overflow: hidden !important;
    background: #ffffff;
    font-weight: 400 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 ul.submenu {
    padding: 60px 30px 30px 230px;
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu {
    top: inherit;
    left: inherit;
    padding: 10px 10px 20px 20px;
    min-width: inherit;
    background: none;
    border-bottom: 1px #d1d1d1 solid;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu ul.level1.submenu {
    display: none !important;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  padding: 60px 20px;
  display: block;
  z-index: 2;
  background: #f2f2f2;
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info {
    width: 200px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info {
    margin-top: -10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 20px 20px;
    background-color: transparent;
    column-span: all;
    font-size: 1em;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info strong {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  color: #eb5f00;
  display: block;
  font-size: 1.4em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info strong {
    display: none;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info span.info {
  margin: 0 0 5px 0;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info span.info {
    font-size: 0.9em;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info p {
  margin: 0 0 5px 0;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a:not(.overview) {
  margin: 0 0 0 0;
  padding: 3px 0;
  font-size: 1.3em;
  line-height: inherit;
  color: #0a735a;
  background: transparent;
  display: block;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a:not(.overview):hover {
  color: #eb5f00;
  background: transparent;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info a:not(.overview) {
    padding: 2px 0;
    font-size: 1em;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info span.active a,
#navigation_main ul li.level0 ul.submenu .basic_cat_info p.active a {
  border: none;
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a.overview {
  margin: 5px 0 5px 0;
  padding: 0 0 0 35px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAAHlBMVEUAAAD0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwnr60pZAAAACXRSTlMAcNDAgJxUOGgcLCqzAAAAQ0lEQVQY02OYOXPmFAbLmTMnM3gCmRRxlZSUNBiClJRUGZqATAb8QFBQUJwhUVBQjKEQyKSiM9BNxg8QbgYBhFEUcwGRP1zEFJ5O/AAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: left center;
  color: #eb5f00;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a.overview:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAAHlBMVEUAAAD0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwnr60pZAAAACXRSTlMAcNDAgJxUOGgcLCqzAAAAQ0lEQVQY02OYOXPmFAbLmTMnM3gCmRRxlZSUNBiClJRUGZqATAb8QFBQUJwhUVBQjKEQyKSiM9BNxg8QbgYBhFEUcwGRP1zEFJ5O/AAAAABJRU5ErkJggg==');
  background-color: inherit;
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info span.content {
  margin: 15px 0 0 0;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info span.content {
    margin: 7px 0 0 0;
  }
  #navigation_main ul li.level0 ul.submenu .basic_cat_info span.content p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
#navigation_main ul li.level0 ul.submenu .all-category {
  display: none;
}
#navigation_main ul li.level0 ul.submenu .level1 {
  margin: 0 0 2px 0;
  display: inline-block;
  width: 50%;
  font-size: 1.3em;
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 ul.submenu .level1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .level1 {
    width: 100%;
    font-size: 1em;
    color: inherit;
  }
}
#navigation_main ul li.level0 ul.submenu .level1 a {
  padding: 8px 0;
  color: #0a735a;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .level1 a {
    padding: 3px 0;
    font-size: 0.9em;
    color: #636363;
  }
}
#navigation_main ul li.level0 ul.submenu .level1 a:hover,
#navigation_main ul li.level0 ul.submenu .level1 a.ui-state-focus {
  background: none;
  color: #eb5f00;
}
#navigation_main ul li.level0 ul.submenu .level1 a span.ui-menu-icon,
#navigation_main ul li.level0 ul.submenu .level1 a span.ui-menu-icon:after {
  display: none;
}
#navigation_main ul li.level0 ul.submenu .level1.active a {
  border: none;
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul li.level0 ul.submenu.sub_width_100 {
  min-width: 500px;
}
#navigation_main ul li.level0 ul.submenu.sub_width_100 .level1 {
  width: 100%;
}
#navigation_main ul li.level0 ul.submenu.sub_width_100 .level1 a {
  white-space: nowrap;
}
#navigation_main ul li.level0 ul.submenu .level1.submenu {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#navigation_main ul li.level0 ul.submenu .level1.submenu .basic_cat_info {
  display: none;
}
#navigation_main ul li.level0.category-item ul.submenu.full_width {
  max-width: 1340px;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#navigation_main ul li.level0.category-item ul.submenu.full_width .level1 {
  width: 100%;
}
#navigation_main ul li.level0:hover.category-item > .submenu.level0,
#navigation_main ul li.level0:focus-within.category-item > .submenu.level0 {
  display: block;
}
#navigation_main ul li.level0:hover.content-menue > .submenu.level0,
#navigation_main ul li.level0:focus-within.content-menue > .submenu.level0 {
  display: flex;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0:nth-child(1) .submenu,
  #navigation_main ul li.level0:nth-child(2) .submenu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
#navigation_main ul li.level0.content-menue {
  float: right;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue {
    float: inherit;
  }
}
#navigation_main ul li.level0.content-menue .submenu {
  top: 100%;
  right: 0;
  left: inherit;
  padding: 60px 60px 60px 60px;
  gap: 25px;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue .submenu {
    padding: 10px 20px 20px 20px;
    flex-wrap: wrap;
  }
}
#navigation_main ul li.level0.content-menue .submenu li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.4em;
  flex: 1 1 25%;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue .submenu li {
    width: 100%;
    float: inherit;
    font-size: 0.9em;
    padding-right: 0;
    padding-bottom: 25px;
    flex: 0 0 100%;
  }
}
#navigation_main ul li.level0.content-menue .submenu li ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block !important;
  left: inherit !important;
  right: inherit !important;
}
#navigation_main ul li.level0.content-menue .submenu li ul li {
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  font-size: 0.9em;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue .submenu li ul li {
    padding-bottom: 0;
  }
}
#navigation_main ul li.level0.content-menue .submenu li ul li a {
  padding: 10px 0 0 0;
  color: #0a735a;
  display: block;
}
#navigation_main ul li.level0.content-menue .submenu li ul li a:hover,
#navigation_main ul li.level0.content-menue .submenu li ul li a.ui-state-focus {
  color: #eb5f00;
}
#navigation_main ul li.level0.content-menue .submenu li ul li.active > a {
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul ul.level1.submenu .level2 {
  display: none;
}
#navigation_main .subnavigation_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
#navigation_main .header .welcome {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
  .breadcrumbs {
    margin: 5px auto 60px auto;
  }
}
.breadcrumbs span {
  display: inline-block;
  color: #636363;
}
.breadcrumbs span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.breadcrumbs .items {
  display: inline-block;
  font-size: inherit;
  color: #636363;
}
.breadcrumbs .items item strong {
  color: #636363;
}
.breadcrumbs .items item:not(:last-child):after {
  content: '\e608';
}
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active {
  color: #636363;
}
.category-view {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0;
}
.category-view .category-description {
  margin: 0 0 40px 0;
  width: auto;
  display: block;
  font-size: 1.1em;
  line-height: 1.6em;
  position: relative;
}
.category-view .category-description > div > div {
  padding: 0 !important;
}
.category-view .button_readmore {
  margin-top: -85px;
  padding: 5px 0 0 0;
  display: block;
  width: 100%;
  max-width: 900px;
  text-align: center;
  border-top: 1px #ee6000 solid;
}
.category-view .button_readmore::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  clear: both;
}
.category-view .button_readmore span {
  margin: 0 auto 0 auto;
  padding: 0 45px 0 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 1.1em;
  color: #eb5f00;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MDAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjAuMTU7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6I0VFNzIwMzt9Cgkuc3Qye2ZpbGw6I0Y0NzAwQTt9Cgkuc3Qze2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxnPgoJPGRlZnM+CgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB5PSIwIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjYwIi8+Cgk8L2RlZnM+Cgk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJPC9jbGlwUGF0aD4KCTxnIGNsYXNzPSJzdDAiPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8zXyIgeD0iLTE4LjEiIHk9Ii0xMC40MSIgd2lkdGg9IjQzNi4yIiBoZWlnaHQ9IjcxLjkiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIj4KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCTwvY2xpcFBhdGg+CgkJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMCwwIDAsMCAwLDYwIDQwMCw2MCA0MDAsMCAJCQkiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSIzNzUuMTYsMjcuNTMgMzgxLjUyLDMzLjg5IDM4Ny44OSwyNy41MyAiLz4KPHJlY3QgeD0iMjAxIiB5PSI5Ljg0IiBjbGFzcz0ic3QzIiB3aWR0aD0iMTk4Ljg4IiBoZWlnaHQ9IjQwLjMzIi8+Cjwvc3ZnPgo=');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 400px 60px;
  cursor: pointer;
}
.category-view .button_readmore.button_readmore_less span {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MDAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjAuMTU7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6I0VFNzIwMzt9Cgkuc3Qye2ZpbGw6I0Y0NzAwQTt9Cgkuc3Qze2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGRlZnM+CgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSI2MCIvPgoJCTwvZGVmcz4KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQk8L2NsaXBQYXRoPgoJCTxnIGNsYXNzPSJzdDAiPgoJCQk8Zz4KCQkJCTxnPgoJCQkJCTxkZWZzPgoJCQkJCQk8cmVjdCBpZD0iU1ZHSURfM18iIHg9Ii0xOC4xIiB5PSItMTAuNCIgd2lkdGg9IjQzNi4yIiBoZWlnaHQ9IjcxLjkiLz4KCQkJCQk8L2RlZnM+CgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF80XyI+CgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCQkJPC9jbGlwUGF0aD4KCQkJCQk8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjAsMCAwLDAgMCw2MCA0MDAsNjAgNDAwLDAgCQkJCQkiLz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8cG9seWdvbiBjbGFzcz0ic3QyIiBwb2ludHM9IjM4Ny45LDMzLjkgMzgxLjUsMjcuNSAzNzUuMiwzMy45ICIvPgo8cmVjdCB4PSIyMDEiIHk9IjkuOCIgY2xhc3M9InN0MyIgd2lkdGg9IjE5OC45IiBoZWlnaHQ9IjQwLjMiLz4KPC9zdmc+Cg==');
}
.category-view #cat_children_nav {
  margin: 30px 0 30px 0;
  padding: 0 0 0 0;
  border-bottom: 1px #eb5f00 solid;
  list-style-type: none;
}
@media screen and (max-width: 769px) {
  .category-view #cat_children_nav {
    margin: 0 0 10px 0;
    border-bottom: none;
  }
}
.category-view #cat_children_nav li {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-right: 10px #fffbf1 solid;
}
@media screen and (max-width: 1250px) {
  .category-view #cat_children_nav li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .category-view #cat_children_nav li {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .category-view #cat_children_nav li {
    margin: 0 0 5px 0;
    width: 100%;
    border-right: none;
  }
  .category-view #cat_children_nav li img {
    display: none;
  }
}
.category-view #cat_children_nav li:nth-child(4n+4) {
  margin-right: 0;
}
.category-view #cat_children_nav li .block-promo {
  display: flex;
  align-items: center;
  color: #636363;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px #d1d1d1 solid;
}
.category-view #cat_children_nav li .block-promo:hover {
  background-color: #eb5f00;
  color: #ffffff;
}
.category-view #cat_children_nav li .block-promo .image {
  flex: 0 0 120px;
}
.category-view #cat_children_nav li .block-promo .image img {
  width: 100%;
}
.category-view #cat_children_nav li .block-promo .content {
  padding: 15px 10px;
  flex: 0 1 auto;
  font-size: 1.1em;
  height: auto;
}
@media screen and (max-width: 769px) {
  .category-view #cat_children_nav li .block-promo .content {
    padding: 5px 10px;
    width: 100%;
    font-size: 1em;
  }
}
.category-view #cat_children_nav li .block-promo .action.button {
  display: none;
}
.catalog-category-view .columns .sidebar-main {
  display: none;
}
.catalog-category-view .latin_name,
.catalogsearch-result-index .latin_name,
.cms-page-view .latin_name {
  padding-bottom: 25px;
  font-size: 0.9em;
  font-style: italic;
  color: #0a735a;
  display: block;
}
.catalog-category-view .columns .sidebar-main,
.catalogsearch-result-index .columns .sidebar-main,
.cms-page-view .columns .sidebar-main {
  padding-right: 0;
  width: 100%;
  float: inherit;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .sidebar-main,
  .catalogsearch-result-index .columns .sidebar-main,
  .cms-page-view .columns .sidebar-main {
    z-index: 1;
  }
}
.catalog-category-view .columns .column.main,
.catalogsearch-result-index .columns .column.main,
.cms-page-view .columns .column.main {
  width: 100%;
  float: inherit;
  padding-left: 0;
}
.catalog-category-view .columns .column.main .products,
.catalogsearch-result-index .columns .column.main .products,
.cms-page-view .columns .column.main .products {
  margin: 0 !important;
}
.catalog-category-view .columns .column.main .product-items,
.catalogsearch-result-index .columns .column.main .product-items,
.cms-page-view .columns .column.main .product-items {
  padding-top: 10px;
}
.catalog-category-view .columns .column.main .product-items .item,
.catalogsearch-result-index .columns .column.main .product-items .item,
.cms-page-view .columns .column.main .product-items .item {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item:after,
.catalogsearch-result-index .columns .column.main .product-items .item:after,
.cms-page-view .columns .column.main .product-items .item:after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info,
.cms-page-view .columns .column.main .product-items .item .product-item-info {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo {
  padding: 0;
  display: block;
  width: 17.693%;
  float: left;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo {
    width: 25%;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  display: inline-block;
  position: relative;
  overflow: visible;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  z-index: 2;
  border: 4px #ffffff solid;
  vertical-align: inherit;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details {
  width: 82.307%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details {
    width: 100%;
    display: block;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box {
  float: left;
  width: 60%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box {
    float: inherit;
    width: inherit;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons {
  float: right;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons {
    display: none;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before {
  margin: 0 0 5px 10px;
  content: "";
  width: 36px;
  height: 55px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before {
  background-image: url('../images/ks_new.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before {
  background-image: url('../images/ks_ehz.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before {
  background-image: url('../images/rs_new.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before {
  background-image: url('../images/rs_ehz.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before {
  background-image: url('../images/sg_new.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr881_bv:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr881_bv:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr881_bv:after {
  margin: 0 0 5px 10px;
  content: "";
  width: 36px;
  height: 55px;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url('../images/bv_sort.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name {
  padding: 0;
  font-weight: normal;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product-item-link,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product-item-link,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product-item-link {
  font-size: 1.8em;
  color: #eb5f00;
  padding-right: 5px;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product_sku,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product_sku,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product_sku {
  font-size: 1.4em;
  color: #0a735a;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .page-title-wrapper_sub,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .page-title-wrapper_sub,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .page-title-wrapper_sub {
  margin-left: 10px;
  display: inline-block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-description,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-description,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-description {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .aussaat_values,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .aussaat_values,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .aussaat_values {
  margin-top: 20px;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box {
  margin: 0 0 0px 0;
  float: right;
  width: 38.319%;
  padding: 10px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box {
    margin: 25px 0 0px 0px;
    float: inherit;
    width: inherit;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper {
  margin: 0 0 10px 0;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type {
  border: 1px #686866 solid;
  width: auto;
  width: 65%;
  min-height: 50px;
  float: left;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDojNTc1NzU3O30KPC9zdHlsZT4KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQwIi8+Cjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNS41LDIyLjUgMTEsMTcuNSAwLDE3LjUgIi8+Cjwvc3ZnPgo=');
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 1050px) and (min-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type {
    width: 100%;
    font-size: 1.2rem;
    float: none;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type a.variation_button,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type a.variation_button,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type a.variation_button {
  padding: 5px 40px 5px 10px;
  min-height: 50px;
  display: block;
  color: #636363;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_name,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_name,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_name {
  font-size: 1.2em;
  line-height: 20px;
  white-space: nowrap;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_unit_description,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_unit_description,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_unit_description {
  line-height: 20px;
  white-space: initial;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price {
  padding-top: 5px;
  width: 35%;
  float: right;
  min-height: 55px;
  text-align: right;
}
@media screen and (max-width: 1050px) and (min-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price {
    padding: 10px 0px;
    float: none;
    width: 100%;
    text-align: left;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_price {
  line-height: 25px;
  color: #0a735a;
  font-size: 1.6em;
  font-weight: bold;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_unit_info,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_unit_info,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_unit_info {
  line-height: 20px;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px #686866 solid;
  text-align: right;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price.price-container,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price.price-container,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price.price-container {
  border-bottom: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax {
  line-height: 25px;
  color: #0a735a;
  font-weight: bold;
  font-size: 1.1rem;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax:before {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price {
  font-size: 1em;
  line-height: 25px;
  color: #0a735a;
  font-weight: bold;
  font-size: 1.6em !important;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .tocompare,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .tocompare,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .tocompare {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .taxinfo,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .taxinfo,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .taxinfo {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .product-item-actions,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .product-item-actions,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .product-item-actions {
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #686866 solid;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action {
  margin: 0;
  display: block;
  float: left;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
  width: 35%;
  padding: 5px 10px;
  background: #ffffff;
  color: #eb5f00;
  border: 1px #ff9852 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1050px) and (min-width: 951px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    width: 44%;
  }
}
@media screen and (max-width: 950px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.2em;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more.full_width,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more.full_width,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more.full_width {
  width: 100%;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
  padding: 5px 10px 5px 55px;
  text-align: left;
  width: 63%;
  float: right;
  font-size: 1.8rem;
  background-image: url('../images/warenkorb.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 36px 20px !important;
  background-position: 10px center !important;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1050px) and (min-width: 951px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    width: 54%;
    padding: 5px 10px 5px;
    text-align: center;
    background-image: none !important;
  }
}
@media screen and (max-width: 950px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    width: 100%;
    font-size: 1.2em;
    padding: 5px 10px 5px 55px;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark {
  display: none;
  opacity: 1 !important;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark.draw:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark.draw:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark.draw:after {
  height: 22px;
  width: 14px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark:after {
  margin-top: -2px;
  margin-left: -12px;
  height: 22px;
  width: 14px;
  transform-origin: left top;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled {
  background-image: inherit;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled span,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled span,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled span {
  opacity: 0;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled:before {
  margin: -15px 0 0 -15px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguOCwxLjVjMC4xLTAuOCwwLjctMC42LDEuNS0wLjRjMTIuMSwyLjEsMjAuMywxMywxOC4yLDI1LjFjLTAuMSwwLjgtMC45LDEuMy0xLjYsMS4xcy0xLjMtMC45LTEuMS0xLjYKCQljMS45LTEwLjYtNS4xLTIxLjQtMTUuNy0yMy4yQzE5LjMsMi4zLDE4LjcsMi4zLDE4LjgsMS41eiIvPgo8L2c+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIvPgo8L3N2Zz4K');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate 2s infinite linear;
  /* Safari 4+ */
  -moz-animation: rotate 2s infinite linear;
  /* Fx 5+ */
  -o-animation: rotate 2s infinite linear;
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.addtocart-ok:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.addtocart-ok:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.addtocart-ok:before {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box {
  margin: 10px 0 5px 0;
  padding: 5px 0 0 0;
  border-top: 1px #686866 solid;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite {
  margin: 0 0 3px 0;
  gap: 7px;
  grid-template-columns: auto 1fr;
  display: grid;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:before {
  grid-column: 1;
  grid-row: 1;
  --scale: 1.4;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite span,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite span,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite span {
  grid-column: 2;
  grid-row: 1;
  padding-top: 9px;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:last-of-type,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:last-of-type,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:last-of-type {
  margin: 0 0 0 0;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info {
  margin: 10px -11px -20px -11px;
  padding: 10px 10px 10px 10px ;
  background-color: #fffbf1;
  border-top: 1px #d1d1d1 solid;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info a,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info a,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info a {
  color: #636363;
  text-decoration: underline;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable {
  text-align: center;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable strong,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable strong,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable strong {
  color: #007858;
  font-size: 1.4em;
  font-family: inherit;
  white-space: nowrap;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable .action.more,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable .action.more,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable .action.more {
  float: right;
  width: 100%;
}
.catalog-category-view.mode_business .columns .sidebar-main,
.catalogsearch-result-index.mode_business .columns .sidebar-main,
.cms-page-view.mode_business .columns .sidebar-main,
.catalog-category-view.mode_hobby .columns .sidebar-main,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main,
.cms-page-view.mode_hobby .columns .sidebar-main {
  z-index: 3;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter,
.cms-page-view.mode_business .columns .sidebar-main .block.filter,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter {
  margin: 20px 0 0 0;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-title,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-title,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-title,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-title,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-title,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-title {
  display: none;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 1100px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option {
  position: relative;
  z-index: 3;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title {
  margin: 0 0 0 0;
  padding: 10px 25px 10px 7px;
  line-height: initial;
  position: relative;
  cursor: pointer;
  border: 1px #d1d1d1 solid;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDojNTc1NzU3O30KPC9zdHlsZT4KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQwIi8+Cjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNS41LDIyLjUgMTEsMTcuNSAwLDE3LjUgIi8+Cjwvc3ZnPgo=');
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: right center;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  display: none;
  border: 1px #d1d1d1 solid;
  border-top: none;
  background: #ffffff;
  z-index: 100;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a {
  margin: 0 0 5px 0;
  padding: 3px 40px 3px 25px;
  display: block;
  color: #636363;
  position: relative;
  line-height: 18px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before {
  margin: 2px 7px 0 0;
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  width: 14px;
  height: 14px;
  border: 1px #636363 solid;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover {
  color: #eb5f00;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before {
  background-color: #d1d1d1;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count {
  position: absolute;
  right: 7px;
  top: 3px;
  line-height: 18px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a {
  margin-bottom: 0;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active {
  z-index: 9;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title {
  border-color: #d1d1d1;
  border-bottom-color: #ffffff;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after {
  -webkit-transform: translateY(-50%) scaleX(140%) scaleY(-1);
  transform: translateY(-50%) scaleX(140%) scaleY(-1);
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content {
  display: block;
  z-index: 10;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle {
  margin: 20px 0 0 0;
  font-size: 1.2em;
  display: block;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters {
  margin: 10px 0 30px 0;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-flow: row wrap;
  background: #ffffff;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current {
  flex: 1 1 0;
  width: auto;
}
@media screen and (max-width: 650px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current {
    flex: content;
    width: 100%;
  }
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item {
  margin: 0 10px 10px 0;
  padding: 7px 20px 7px 10px;
  display: inline-block;
  position: relative;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child {
  margin-right: 0;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value {
  margin: 0 5px 0 0;
  display: inline-block;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label {
  font-family: "Carnas W01 Medium";
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #636363;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  font-family: "Carnas W01 Medium";
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover {
  background: #eb5f00;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before {
  content: "x";
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span {
  font-size: 1px;
  display: none;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions {
  margin: 0;
  flex: 0 0 0;
  width: auto;
}
@media screen and (max-width: 650px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions {
    flex: content;
    width: 100%;
    margin: 10px 0;
    text-align: right;
  }
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button {
  padding: 7px 10px 7px 10px;
  background: #ffffff;
  border: 1px #eb5f00 solid;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover {
  color: #636363 !important;
}
.catalog-category-view.mode_business .columns .column.main .product-items,
.catalogsearch-result-index.mode_business .columns .column.main .product-items,
.cms-page-view.mode_business .columns .column.main .product-items,
.catalog-category-view.mode_hobby .columns .column.main .product-items,
.catalogsearch-result-index.mode_hobby .columns .column.main .product-items,
.cms-page-view.mode_hobby .columns .column.main .product-items {
  padding-top: 0;
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products,
.cms-page-view.mode_business .columns .column.main .toolbar-products,
.catalog-category-view.mode_hobby .columns .column.main .toolbar-products,
.catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products,
.cms-page-view.mode_hobby .columns .column.main .toolbar-products {
  margin: 20px 0 0 0;
  padding: 3px 0;
  border-top: 1px #d1d1d1 solid;
  border-bottom: 1px #d1d1d1 solid;
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products,
  .cms-page-view.mode_business .columns .column.main .toolbar-products,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products {
    margin: 10px 0 0 0;
    padding: 7px 0;
  }
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-amount,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-amount,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products .toolbar-amount,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products .toolbar-amount {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    font-size: 0.9em;
    line-height: 32px;
  }
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-sorter,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    float: right;
    width: 70%;
    font-size: 0.9em;
    text-align: right;
  }
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter .sorter-label {
    display: none;
  }
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products,
.cms-page-view.mode_business .columns .column.main .toolbar-products {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 40px;
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products:after,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products:after,
.cms-page-view.mode_business .columns .column.main .toolbar-products:after {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-amount,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-amount,
.cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-amount {
  float: right;
  display: none;
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .sorter-label,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .sorter-label,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .sorter-label {
    display: none;
  }
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products .sorter,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .sorter,
.cms-page-view.mode_business .columns .column.main .toolbar-products .sorter {
  float: right;
}
.catalog-category-view.mode_business .columns .column.main .products + .toolbar-products,
.catalogsearch-result-index.mode_business .columns .column.main .products + .toolbar-products,
.cms-page-view.mode_business .columns .column.main .products + .toolbar-products {
  height: auto;
  padding-top: 10px;
  margin-bottom: 100px;
}
.catalog-category-view.mode_business .columns .column.main .products + .toolbar-products:after,
.catalogsearch-result-index.mode_business .columns .column.main .products + .toolbar-products:after,
.cms-page-view.mode_business .columns .column.main .products + .toolbar-products:after {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box {
  width: 250px;
  /* Buisness Mode - Product with no Configurables */
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_time,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_time,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_time {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax {
  display: block;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary {
  margin: 0;
  padding: 0;
  border-top: inherit;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action {
  margin: 10px 0 0 0;
  float: inherit;
  width: 100%;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business {
  display: block;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-hobby,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-hobby,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-hobby {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product {
  width: 38.319%;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_time,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_time,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_time {
  display: block;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .actions-primary,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .actions-primary,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .actions-primary {
  margin-top: 10px;
  padding-top: 0;
  border-top: 1px #686866 solid;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_info,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_info,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_info {
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item:after,
.catalogsearch-result-index .columns .column.main .product-items .item:after {
  clear: both;
}
.catalog-product-view #product_media img {
  border: 6px #ffffff solid;
}
.catalog-product-view #product_media img.fotorama__img {
  border: 6px #ffffff solid !important;
}
.catalog-product-view .product-reviews-summary,
.catalog-product-view .product_options_hidden,
.catalog-product-view .product-info-price,
.catalog-product-view .product-options-bottom,
.catalog-product-view .product-social-links,
.catalog-product-view .price-box {
  display: none;
}
.catalog-product-view .page-title-wrapper {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main {
  padding-right: 20px;
  display: inline-block;
}
@media screen and (min-width: 1380px) {
  .catalog-product-view .page-title-wrapper .page-title-wrapper_main {
    min-width: 444px;
  }
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku {
  display: inline-block;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .stock {
  display: none;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .product.attribute.sku {
  display: inline-block;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .product.attribute.sku strong {
  display: none;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .product.attribute.sku .value {
  padding-left: 10px;
  display: inline-block;
  font-size: 1.6em;
  color: #0a735a;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_sub {
  display: inline-block;
}
.catalog-product-view .page-title-wrapper .latin_name {
  display: none;
}
.catalog-product-view #product_info {
  font-size: 17px;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #product_info {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.catalog-product-view #product_info .icons {
  float: right;
}
@media screen and (max-width: 950px) {
  .catalog-product-view #product_info .icons {
    max-width: 60px;
  }
  .catalog-product-view #product_info .icons:before,
  .catalog-product-view #product_info .icons:after {
    margin: 0px 0px 10px 10px !important;
    max-width: 50px;
  }
}
@media screen and (max-width: 769px) {
  .catalog-product-view #product_info .icons {
    display: none;
  }
}
.catalog-product-view #product_info .icons.attr760_ks_new:before,
.catalog-product-view #product_info .icons.attr760_ks_ehz:before,
.catalog-product-view #product_info .icons.attr760_rs_new:before,
.catalog-product-view #product_info .icons.attr760_rs_ehz:before,
.catalog-product-view #product_info .icons.attr760_sg_new:before {
  margin: 0 0 5px 15px;
  content: "";
  width: 72px;
  height: 110px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.catalog-product-view #product_info .icons.attr760_ks_new:before {
  background-image: url('../images/ks_new.png');
}
.catalog-product-view #product_info .icons.attr760_ks_ehz:before {
  background-image: url('../images/ks_ehz.png');
}
.catalog-product-view #product_info .icons.attr760_rs_new:before {
  background-image: url('../images/rs_new.png');
}
.catalog-product-view #product_info .icons.attr760_rs_ehz:before {
  background-image: url('../images/rs_ehz.png');
}
.catalog-product-view #product_info .icons.attr760_sg_new:before {
  background-image: url('../images/sg_new.png');
}
.catalog-product-view #product_info .icons.attr881_bv:after {
  margin: 20px 0 5px 15px;
  content: "";
  width: 72px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url('../images/bv_sort.png');
}
.catalog-product-view #product_extended {
  font-size: 17px;
  line-height: 1.6em;
}
.catalog-product-view .details_content span.attribute {
  display: block;
  margin: 0 0 7px 0;
  line-height: 1.4em;
}
.catalog-product-view.mode_business #maincontent {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1380px) {
  .catalog-product-view.mode_business .page-title-wrapper .page-title-wrapper_main {
    min-width: unset;
  }
}
.catalog-product-view.mode_business .columns .column.main {
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
  grid-template-columns: repeat(24, 1fr);
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main {
    display: flex !important;
    flex-direction: column;
    grid-template-columns: inherit !important;
    column-gap: 0;
    row-gap: 40px;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_pricebox {
  grid-column: 14 / span 11;
  grid-row: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_pricebox {
    order: 2;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-reviews-summary,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-info-price,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .price-box,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product_options_hidden,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-options-bottom,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-social-links {
  display: none;
}
.catalog-product-view.mode_business .columns .column.main #product_media {
  grid-column: 1 / span 7;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_media {
    order: 1;
    margin-bottom: 20px;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_info {
  grid-column: 1 / span 12;
  grid-row: 2;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_info {
    order: 3;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_extended {
  grid-column: 1 / span 12;
  grid-row: 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_extended {
    order: 4;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid {
  display: flex !important;
  flex-direction: column;
  row-gap: 40px;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_characteristics {
  order: 1;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_calender {
  order: 2;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_cultivation {
  order: 3;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_origin {
  order: 4;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_breeders {
  order: 5;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_multipliers {
  order: 6;
}
.catalog-product-view.mode_business .columns .column.main .block.related {
  grid-column: 1 / span 24;
  grid-row: 4;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main .block.related {
    order: 5;
  }
}
.catalog-product-view.mode_business .columns .column.main .block.upsell {
  grid-column: 1 / span 24;
  grid-row: 5;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main .block.upsell {
    order: 6;
  }
}
.catalog-product-view.mode_business .columns .column.main .block-viewed-products-grid {
  grid-column: 1 / span 24;
  grid-row: 6;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main .block-viewed-products-grid {
    order: 7;
  }
}
.catalog-product-view.mode_business .columns .details_content#details_infos_tipps {
  display: none;
}
.catalog-product-view.mode_business .columns .details_content#details_infos_certifications {
  width: 100%;
}
.catalog-product-view.mode_business .columns .details_content .aussaat_values {
  margin: 0 0 10px 0;
}
.catalog-product-view.mode_business .columns .details_content h2 {
  margin: 0 0 10px 0 !important;
  padding: 5px 7px !important;
  display: inline-block !important;
  background: #0a735a !important;
  color: #ffffff !important;
  font-size: 1.9rem !important;
}
.catalog-product-view.mode_hobby #maincontent .column.main {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 950px) {
  .catalog-product-view.mode_hobby #maincontent .column.main {
    gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox {
  grid-column: 3;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox {
    order: 2;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-reviews-summary,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product_options_hidden,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-info-price,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-options-bottom,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-social-links,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .price-box {
  margin: 0;
  display: none;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper {
  margin: 0 0 10px 0;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type {
  border: 1px #686866 solid;
  width: auto;
  width: 100%;
  min-height: 50px;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDojNTc1NzU3O30KPC9zdHlsZT4KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQwIi8+Cjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNS41LDIyLjUgMTEsMTcuNSAwLDE3LjUgIi8+Cjwvc3ZnPgo=');
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: right center;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type a.variation_button {
  padding: 5px 40px 5px 10px;
  min-height: 50px;
  display: block;
  color: #636363;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type .v_smallest_name {
  font-size: 1.2em;
  line-height: 20px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type .v_smallest_unit_description {
  line-height: 20px;
  white-space: initial;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price {
  padding: 15px 0 10px 0;
  width: 100%;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price .v_smallest_price {
  line-height: 25px;
  color: #0a735a;
  font-size: 1.8em;
  font-weight: 700;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price .v_smallest_unit_info {
  line-height: 20px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .shipping_time {
  padding: 0 0 15px 0;
  width: 100%;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .shipping_time:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box.notSaleable {
  text-align: center;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box.notSaleable strong {
  color: #007858;
  font-size: 1.4em;
  font-family: inherit;
  white-space: nowrap;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .shipping_info {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_media {
  grid-column: 1;
  grid-row: 1;
  max-width: 406px;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_media {
    order: 1;
    max-width: 100%;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_info {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_info {
    order: 3;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended {
  grid-column: 1 / span 2;
  grid-row: 2;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_extended {
    order: 4;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid {
  display: flex !important;
  flex-direction: column;
  gap: 40px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_calender {
  order: 1;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_calender .aussaat_values {
  margin-top: 10px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_characteristics {
  order: 2;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_origin {
  order: 3;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_cultivation {
  order: 4;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_breeders {
  order: 5;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_multipliers {
  order: 6;
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps {
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps {
    order: 7;
    font-size: 0.86em;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  padding: 30px 10px;
  font-size: 16px;
  line-height: 1.5em;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner {
    padding: 15px 10px;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner:before {
  content: "";
  margin: 0 auto 40px auto;
  padding: 0;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg');
  background-size: 500px 500px;
  background-position: 0 0;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner:before {
    display: none;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 22px !important;
  color: #c94b00 !important;
  background: none !important;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner h2 {
    font-size: 1.2em !important;
    margin-bottom: 10px !important;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .block.related {
  grid-row: 3;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main .block.related {
    order: 5;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .block.upsell {
  grid-row: 4;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main .block.upsell {
    order: 6;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .block-viewed-products-grid {
  grid-column: 1 / span 3;
  grid-row: 5;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main .block-viewed-products-grid {
    order: 7;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .details_content h2 {
  margin: 0 0 15px 0 !important;
  padding: 5px 7px !important;
  display: inline-block !important;
  background: #0a735a !important;
  color: #ffffff !important;
  font-size: 1.9rem !important;
}
.catalog-product-view #maincontent.simple_product .column.main {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main {
    display: flex !important;
    flex-direction: column;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox {
  grid-column: 3;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main #product_pricebox {
    order: 2;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price,
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .price-box {
  display: block !important;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .price-excluding-tax {
  display: none;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price {
  width: 100%;
  padding: 15px 15px 0 15px;
  background: #ffffff;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price .price-box .price-including-tax,
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price .price-box .price-excluding-tax {
  font-size: 1rem;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price .price-box .price {
  line-height: 25px;
  color: #0a735a;
  font-size: 3em;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .taxinfo {
  width: 100%;
  padding: 5px 0 0 0;
  text-align: right;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .taxinfo:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .shipping_time.amount {
  margin-top: 3px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .shipping_time.amount:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .shipping_time.amount:has(.label:empty) {
  display: none;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .stock_notification {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .stock_notification .action.alert {
  margin: 0 0 0 0;
  padding: 5px 10px 5px 10px;
  display: block;
  text-align: center;
  background: #eb5f00;
  color: #ffffff;
  border-radius: 0 !important;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form {
  width: 100%;
  padding: 5px 15px 15px 15px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart {
  margin: 5px 0 0 0;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset {
  margin: 0;
  display: flex;
  gap: 20px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .field.qty {
  margin: 0;
  width: 30%;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .field.qty label {
  margin: 0 0 4px 0;
  height: 20px;
  display: block;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .field.qty .control input {
  height: 46px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .actions {
  width: 70%;
  margin-top: 24px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .actions .action.primary {
  width: 100%;
}
.catalog-product-view #maincontent.simple_product .column.main #product_media {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main #product_media {
    order: 1;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_info {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main #product_info {
    order: 3;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_extended {
  display: none;
}
.catalog-product-view #maincontent.simple_product .column.main .block.related {
  grid-row: 2;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main .block.related {
    order: 4;
  }
}
.catalog-product-view #maincontent.simple_product .column.main .block.upsell {
  grid-row: 3;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main .block.upsell {
    order: 5;
  }
}
.catalog-product-view #maincontent.simple_product .column.main .block-viewed-products-grid {
  grid-column: 1 / span 3;
  grid-row: 4;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main .block-viewed-products-grid {
    order: 6;
  }
}
.block-viewed-products-grid,
.block.related,
.block.upsell {
  margin: 20px 0;
  padding: 15px;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px #d1d1d1 solid;
}
.block-viewed-products-grid .block-title,
.block.related .block-title,
.block.upsell .block-title {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.block-viewed-products-grid .block-title strong[role="heading"],
.block.related .block-title strong[role="heading"],
.block.upsell .block-title strong[role="heading"],
.block-viewed-products-grid .block-title #block-related-heading,
.block.related .block-title #block-related-heading,
.block.upsell .block-title #block-related-heading {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 26px;
}
.block-viewed-products-grid .block-actions,
.block.related .block-actions,
.block.upsell .block-actions {
  display: none;
}
.block-viewed-products-grid .block-content .products-grid,
.block.related .block-content .products-grid,
.block.upsell .block-content .products-grid,
.block-viewed-products-grid .block-content .products-related,
.block.related .block-content .products-related,
.block.upsell .block-content .products-related {
  margin: 0;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items,
.block.related .block-content .products-grid ol.product-items,
.block.upsell .block-content .products-grid ol.product-items,
.block-viewed-products-grid .block-content .products-related ol.product-items,
.block.related .block-content .products-related ol.product-items,
.block.upsell .block-content .products-related ol.product-items,
.block-viewed-products-grid .block-content .products-grid ol.products,
.block.related .block-content .products-grid ol.products,
.block.upsell .block-content .products-grid ol.products,
.block-viewed-products-grid .block-content .products-related ol.products,
.block.related .block-content .products-related ol.products,
.block.upsell .block-content .products-related ol.products {
  margin: 20px 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: block;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li,
.block.related .block-content .products-grid ol.product-items li,
.block.upsell .block-content .products-grid ol.product-items li,
.block-viewed-products-grid .block-content .products-related ol.product-items li,
.block.related .block-content .products-related ol.product-items li,
.block.upsell .block-content .products-related ol.product-items li,
.block-viewed-products-grid .block-content .products-grid ol.products li,
.block.related .block-content .products-grid ol.products li,
.block.upsell .block-content .products-grid ol.products li,
.block-viewed-products-grid .block-content .products-related ol.products li,
.block.related .block-content .products-related ol.products li,
.block.upsell .block-content .products-related ol.products li {
  margin: 0 0 15px 0 !important;
  padding: 0 15px 0 0;
  display: inline-block;
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .block-viewed-products-grid .block-content .products-grid ol.product-items li,
  .block.related .block-content .products-grid ol.product-items li,
  .block.upsell .block-content .products-grid ol.product-items li,
  .block-viewed-products-grid .block-content .products-related ol.product-items li,
  .block.related .block-content .products-related ol.product-items li,
  .block.upsell .block-content .products-related ol.product-items li,
  .block-viewed-products-grid .block-content .products-grid ol.products li,
  .block.related .block-content .products-grid ol.products li,
  .block.upsell .block-content .products-grid ol.products li,
  .block-viewed-products-grid .block-content .products-related ol.products li,
  .block.related .block-content .products-related ol.products li,
  .block.upsell .block-content .products-related ol.products li {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .block-viewed-products-grid .block-content .products-grid ol.product-items li,
  .block.related .block-content .products-grid ol.product-items li,
  .block.upsell .block-content .products-grid ol.product-items li,
  .block-viewed-products-grid .block-content .products-related ol.product-items li,
  .block.related .block-content .products-related ol.product-items li,
  .block.upsell .block-content .products-related ol.product-items li,
  .block-viewed-products-grid .block-content .products-grid ol.products li,
  .block.related .block-content .products-grid ol.products li,
  .block.upsell .block-content .products-grid ol.products li,
  .block-viewed-products-grid .block-content .products-related ol.products li,
  .block.related .block-content .products-related ol.products li,
  .block.upsell .block-content .products-related ol.products li {
    width: 100%;
    padding-right: 0;
  }
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info,
.block.related .block-content .products-grid ol.product-items li .product-item-info,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info,
.block.related .block-content .products-related ol.product-items li .product-item-info,
.block.upsell .block-content .products-related ol.product-items li .product-item-info,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info,
.block.related .block-content .products-grid ol.products li .product-item-info,
.block.upsell .block-content .products-grid ol.products li .product-item-info,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info,
.block.related .block-content .products-related ol.products li .product-item-info,
.block.upsell .block-content .products-related ol.products li .product-item-info {
  width: auto;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-photo,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-photo,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-photo,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-photo,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-photo,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-photo,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-photo,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-photo,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-photo,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-photo,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-photo,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-photo {
  margin: 0 0 0 0;
  padding: 0 10px 20px 0;
  display: block;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 35%;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details {
  display: block;
  float: left;
  width: 65%;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product_sku,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product_sku,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product_sku,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product_sku {
  margin: 0 0 5px 0;
  padding: 0 5px 5px 0;
  display: inline-block;
  color: #0a735a;
  border-bottom: 3px #eb5f00 solid;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name {
  margin: 0;
  padding: 0;
  color: #0a735a;
  font-size: 1.6em;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name a,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name a {
  color: #0a735a;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .secondary-addto-links {
  display: none;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-description,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-description,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-description,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-description {
  margin: 10px 0;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .action.primary,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .action.primary,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .action.primary,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .action.primary {
  padding: 5px 20px;
  font-size: 16px;
  font-family: "Carnas W01 Medium";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.login-container .block-customer-login .advice_new_shop {
  margin-bottom: 29px;
  padding: 10px;
  max-width: 550px;
}
.login-container .block-customer-login .label {
  display: none;
}
.login-container .block-customer-login .control {
  width: 75% !important;
  min-width: 300px !important;
}
.login-container .block-customer-login .actions-toolbar {
  margin-left: 0 !important;
}
.login-container .block-customer-login .actions-toolbar .primary {
  margin-right: 5px;
}
.login-container .block-customer-login .actions-toolbar .secondary {
  float: left !important;
}
.login-container .block-customer-login .actions-toolbar .secondary a {
  padding: 10px 15px;
  color: #636363;
  text-decoration: underline;
}
.login-container .block-customer-login .actions-toolbar .secondary a:hover {
  color: #eb5f00;
}
.login-container fieldset:after {
  margin-left: 0 !important;
}
.checkout-cart-index .cart-container .cart-summary {
  padding-bottom: 0;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary {
  font-family: "Carnas W01 Medium";
  font-size: 2.4rem;
}
.checkout-cart-index .cart-container .cart-summary .mark,
.checkout-cart-index .cart-container .cart-summary mark {
  background: none;
}
.checkout-cart-index .cart-container .cart-summary .table > tbody > tr > td,
.checkout-cart-index .cart-container .cart-summary .table > tbody > tr > th,
.checkout-cart-index .cart-container .cart-summary .table > tfoot > tr > td,
.checkout-cart-index .cart-container .cart-summary .table > tfoot > tr > th,
.checkout-cart-index .cart-container .cart-summary .table > thead > tr > td,
.checkout-cart-index .cart-container .cart-summary .table > thead > tr > th {
  padding: 10px 5px !important;
  border-color: #0a735a;
}
.checkout-cart-index .cart-container .cart-summary #tips_in_cart {
  padding: 0 0 25px 0;
  margin: 25px -16px -1px -16px;
  background-color: #fffbf1;
  border-top: 1px #d1d1d1 solid;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart-summary #tips_in_cart {
    padding-bottom: 1px;
  }
  .checkout-cart-index .cart-container .cart-summary #tips_in_cart * {
    display: none;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper {
  padding: 10px 15px 0 15px;
  margin-bottom: 0;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-bottom: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table thead th {
  border-bottom: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td {
  padding: 10px 5px !important;
  border-top: 1px #0a735a solid;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td {
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td.col.price,
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td.col.qty,
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td.col.subtotal {
    border-top-color: #d1d1d1;
  }
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td .product-item-photo {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td .product-item-name {
    display: block;
    font-size: 1.1em;
    margin: 10px 0 3px 0;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td {
  padding: 0 !important;
  border-top: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar {
  text-align: right;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar .action-edit {
  display: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar .action-delete {
  padding: 7px 10px 7px 10px;
  font-size: 1em;
  line-height: 1.2em;
  margin-top: -50px;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar .action-delete {
    margin: 10px 0;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper .items thead + .item {
  border-top: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items > .item {
  border-top: none;
  border-bottom: none;
}
.checkout-cart-index .cart-container #cart_total_shipping_info {
  font-size: 0.9em;
}
.checkout-cart-index .cart.main.actions {
  padding: 10px 15px 10px 15px;
  margin-bottom: 50px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-top: 1px #0a735a solid;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart.main.actions {
    padding: 20px 15px;
  }
}
.checkout-cart-index .cart.main.actions .action {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart.main.actions .action {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.checkout-cart-index .cart.main.actions .action.clear,
.checkout-cart-index .cart.main.actions .action.update,
.checkout-cart-index .cart.main.actions .action.continue {
  padding: 7px 10px 7px 10px;
  font-size: 1em;
  line-height: 1.2em;
}
.checkout-cart-index .cart.main.actions .action.clear:before,
.checkout-cart-index .cart.main.actions .action.update:before,
.checkout-cart-index .cart.main.actions .action.continue:before {
  margin-left: -10px;
  line-height: inherit;
}
.checkout-cart-index .cart.main.actions .action.clear span,
.checkout-cart-index .cart.main.actions .action.update span,
.checkout-cart-index .cart.main.actions .action.continue span {
  font-size: 1em;
  line-height: 1em;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart.main.actions .action.clear,
  .checkout-cart-index .cart.main.actions .action.update,
  .checkout-cart-index .cart.main.actions .action.continue {
    font-size: 1em;
    line-height: 1em;
  }
}
.checkout-index-index {
  /* remove standard-styles */
  /* graceful degradation for ie8 */
}
.checkout-index-index .checkout-agreements {
  display: none !important;
}
.checkout-index-index #header_middle,
.checkout-index-index #header_right,
.checkout-index-index .block-search,
.checkout-index-index .page-footer .footer.content .line.line01,
.checkout-index-index .page-footer .footer.content .line.line02 {
  display: none !important;
}
.checkout-index-index #customer-attributes {
  display: none !important;
}
.checkout-index-index #maincontent {
  overflow-x: hidden;
}
.checkout-index-index #cart_links {
  margin: 0 9px 20px 0;
  padding: 0 46px 0 0;
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjU2NDY0O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDEzLjVMNC44LDYuM0gxLjQgTTI5LjIsMjMuOGMwLDEuNSwxLjMsMi44LDIuOSwyLjhjMS42LDAsMi45LTEuMywyLjktMi44YzAtMS41LTEuMy0yLjgtMi45LTIuOAoJQzMwLjQsMjEsMjkuMiwyMi4zLDI5LjIsMjMuOHogTTI3LjQsMTguOWwyLjYsMi42IE0xOS40LDE4LjlsLTQuMSw2LjhjMCwwLTAuNywxLjEtMS43LDAuN2MtMC44LTAuNC0wLjQtMS41LTAuNC0xLjVsMS4xLTYuNAoJIE0zNC4xLDkuN0gxMS4zbDEuNyw4LjZsMTIsMC44YzAsMCwyLjcsMC40LDQtMS42QzMwLjcsMTQuOSwzNC4xLDkuNywzNC4xLDkuN3oiLz4KPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjM2IiBoZWlnaHQ9IjMwIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 36px 30px;
  background-position: right center;
}
.checkout-index-index #cart_links a {
  color: #636363;
  text-decoration: underline;
}
.checkout-index-index #cart_links a:hover {
  color: #636363;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .checkout-index-index #cart_links {
    float: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 46px;
    background-position: left center;
  }
}
.checkout-index-index .checkout-header {
  margin-top: 30px;
}
.checkout-index-index .checkout-header h1.title {
  margin: 0 auto 0;
  padding-bottom: 0;
}
.checkout-index-index .checkout-header div.description {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin: 0 0 0 0;
  padding: 0 9px 20px 9px;
  float: none;
  width: 60%;
  max-width: 60%;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .checkout-index-index .authentication-wrapper {
    padding: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
  }
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle,
.checkout-index-index .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action.action-auth-toggle,
.checkout-index-index .authentication-wrapper .action-gift.action-auth-toggle {
  text-align: left;
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle > span,
.checkout-index-index .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action.action-auth-toggle > span,
.checkout-index-index .authentication-wrapper .action-gift.action-auth-toggle > span {
  color: #636363;
  text-decoration: underline;
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle > span.button_title,
.checkout-index-index .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action.action-auth-toggle > span.button_title,
.checkout-index-index .authentication-wrapper .action-gift.action-auth-toggle > span.button_title {
  text-decoration: none;
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle:hover > span,
.checkout-index-index .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action.action-auth-toggle:hover > span,
.checkout-index-index .authentication-wrapper .action-gift.action-auth-toggle:hover > span {
  color: #636363;
}
.checkout-index-index #info-required-fields {
  margin: 0px 9px 5px 9px;
}
.checkout-index-index #info-required-fields .required {
  color: #cc0000;
}
.checkout-index-index .continue_phrase {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  float: none;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .page-header .logo {
    margin-left: 0;
  }
  .checkout-index-index .checkout-header {
    padding: 0;
  }
  .checkout-index-index .checkout-block {
    margin-left: 0;
    margin-right: 0;
  }
}
.checkout-index-index #checkout.am-checkout {
  margin: 0;
  padding: 0;
  background: none;
}
.checkout-index-index #checkout.am-checkout .checkout-block {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 15px;
}
.checkout-index-index #checkout.am-checkout .checkout-block hr {
  display: none;
}
.checkout-index-index #checkout.am-checkout .checkout-block .step-title {
  border-bottom: 1px #0a735a solid !important;
}
.checkout-index-index .opc-block-summary {
  margin: 0;
  padding: 0;
  background: none;
}
.checkout-index-index .payment-method-title img,
.checkout-index-index .payment-method-title .field.type {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-method {
  margin-bottom: 0 !important;
}
.checkout-index-index .form-shipping-address {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.checkout-index-index .fieldset div.field {
  margin-bottom: 20px !important;
}
.checkout-index-index .fieldset fieldset.field {
  margin-bottom: 0 !important;
}
.checkout-index-index .fieldset .label {
  width: 100% !important;
  float: inherit !important;
  padding: 0 0 5px 0 !important;
  text-align: left !important;
}
.checkout-index-index .fieldset .control {
  width: 100% !important;
  float: inherit !important;
}
.checkout-index-index #co-payment-form .fieldset > br {
  display: none;
}
.checkout-index-index #co-payment-form .fieldset .field {
  margin-bottom: 0 !important;
}
.checkout-index-index #co-payment-form .fieldset.address .field {
  margin-bottom: 20px !important;
}
.checkout-index-index #co-payment-form .fieldset .payment-method-title input {
  margin-right: 15px;
}
.checkout-index-index #co-payment-form .step-title-billing-address {
  margin: 20px 0 20px;
}
.checkout-index-index #co-payment-form .checkout-billing-address {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
}
.checkout-index-index #co-payment-form .checkout-billing-address fieldset.fieldset {
  margin-top: 20px;
}
.checkout-index-index #checkout-block-more-information .field {
  display: inline-block;
  padding: 0;
  margin: 10px 0;
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout-index-index #checkout-block-more-information .field label {
  width: 100%;
  float: inherit;
  padding: 0 0 5px 0;
  display: block;
  word-break: inherit;
}
.checkout-index-index #checkout-block-more-information .field select {
  width: auto;
}
.checkout-index-index .amcheckout-comment {
  margin-top: 40px;
}
.checkout-index-index .amcheckout-comment label.label {
  margin: 0 0 0 0;
  padding: 20px 0 10px 0;
  color: #0a735a;
  font-family: "Carnas W01 Medium";
  font-weight: 400;
  font-size: 26px;
}
@media (max-width: 769px) {
  .checkout-index-index .amcheckout-comment label.label {
    font-size: 1.3em;
  }
}
.checkout-index-index .opc-wrapper .fieldset > .field.required > label:after,
.checkout-index-index .opc-wrapper .fieldset > .field._required > label:after {
  top: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  padding: 30px 5px 10px;
  width: 48% !important;
  margin: 0 0 20px 0;
  border-color: #d1d1d1;
}
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(odd) {
  margin-right: 2%;
}
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(even) {
  margin-left: 2%;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  padding: 3px 10px;
  margin-top: 0;
  font-size: 14px;
  line-height: 120%;
}
.checkout-index-index .opc-wrapper .action-show-popup {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 120%;
}
.checkout-index-index .table-totals {
  padding-top: 30px;
  background: #e6f1ee;
}
.checkout-index-index .table-totals .mark {
  background: none;
}
.checkout-index-index .table-totals .shipping .value {
  display: none;
}
.checkout-index-index .opc-block-summary .table-totals .totals.sub .mark,
.checkout-index-index .opc-block-summary .table-totals .totals.sub .amount {
  border-bottom: 1px #0a735a solid;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .mark,
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px #0a735a solid;
  border-bottom: 1px #0a735a solid;
}
.checkout-index-index .opc-block-summary .table > tbody > tr > td,
.checkout-index-index .opc-block-summary .table > tbody > tr > th,
.checkout-index-index .opc-block-summary .table > tfoot > tr > td,
.checkout-index-index .opc-block-summary .table > tfoot > tr > th,
.checkout-index-index .opc-block-summary .table > thead > tr > td,
.checkout-index-index .opc-block-summary .table > thead > tr > th {
  padding: 10px 15px;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 0;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  right: inherit;
  left: 100%;
}
.checkout-index-index .opc-block-summary .table > tbody > tr > td.amount {
  padding-right: 35px;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.sub.excl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.sub.incl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.shipping.incl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.shipping.excl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals {
  background: #0a735a;
  color: #ffffff;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals th,
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals td {
  padding: 10px 15px;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals th.amount,
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals td.amount {
  padding-right: 35px;
}
.checkout-index-index .additional-options {
  margin: 20px 0;
}
.checkout-index-index .additional-options .checkout-agreement {
  margin: 0 0 10px 0;
}
.checkout-index-index .additional-options .checkout-agreement:last-child {
  margin-bottom: 0;
}
.checkout-index-index .additional-options .checkout-agreement button.action,
.checkout-index-index .additional-options .checkout-agreement .cart.table-wrapper .actions-toolbar > .action.action,
.checkout-index-index .additional-options .checkout-agreement .action-gift.action {
  margin-top: 4px;
  display: block;
}
.checkout-index-index .additional-options .checkout-agreement label .action-show {
  color: #636363;
  text-decoration: underline;
}
.checkout-index-index .additional-options .checkout-agreement label .action-show:hover {
  color: #0a735a;
}
.checkout-index-index .am-comment {
  margin: 25px 0 25px 0 !important;
}
.checkout-index-index .am-comment label {
  display: inline-block;
  padding-bottom: 7px;
  font-weight: bold;
}
.checkout-index-index .am-comment textarea {
  margin: 0 0 0 0;
  padding: 7px;
  min-height: 75px;
}
.checkout-index-index .checkout-payment-method {
  margin: 20px 0 10px 0;
}
.checkout-index-index .checkout-payment-method#payment {
  margin-top: 0;
}
.checkout-index-index .checkout-payment-method.submit .action.primary {
  font-family: "Carnas W01 Medium";
  font-size: 2.4rem;
}
.checkout-index-index input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 1em;
  width: 100%;
}
.checkout-index-index input[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
.checkout-index-index input[type='checkbox']:checked,
.checkout-index-index input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.checkout-index-index input[type='checkbox'] + label {
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
}
.checkout-index-index input[type='checkbox']:checked + label::before,
.checkout-index-index input[type='checkbox']:not(:checked) + label::before {
  content: ' ';
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #636363;
  background: white;
  margin-top: -3px;
  margin-right: 8px;
  flex: 0 0 17px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.checkout-index-index input[type='checkbox']:hover + label::before {
  background: #656565;
  box-shadow: inset 0 0 0 2px white;
}
.checkout-index-index input[type='checkbox']:checked + label::before {
  background: #0a735a;
  box-shadow: inset 0 0 0 2px white;
}
.checkout-index-index .custom-checkbox._required label span:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 769px) {
  .checkout-index-index select {
    max-width: 100%;
  }
}
.checkout-index-index .opc-block-summary span.title {
  display: none;
}
.checkout-index-index .items-in-cart {
  margin-bottom: 0;
}
.checkout-index-index .items-in-cart > .title {
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
  cursor: inherit;
}
.checkout-index-index .items-in-cart > .title strong[role="heading"] {
  display: block;
  border-bottom: 1px #0a735a solid;
  padding-bottom: 10px;
  font-size: 2.6rem;
}
.checkout-index-index .items-in-cart > .title:after {
  display: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper {
  margin: 20px 0 0 0;
  padding: 0;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .header {
  padding: 0 0 10px 0;
  margin-bottom: 0;
  border-bottom: 1px #0a735a solid;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0a735a;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item {
  padding: 10px 0 10px 0;
  border-top: none;
  border-bottom: 1px #c2c2c2 solid;
  background: #e6f1ee;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-image-container {
  display: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  padding: 0;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner {
  margin: 0;
  padding-left: 15px;
  padding-right: 50px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name {
  font-size: inherit;
  margin: 0px 0px 5px 0px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .details-qty {
  margin-top: 5px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .details-row-total {
  position: absolute;
  top: 0;
  right: 35px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .details-row-total .label {
  display: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details {
  padding: 0;
  margin-bottom: 30px;
  text-align: right;
  background: #e6f1ee;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details div {
  padding: 10px 35px 10px 15px;
  border-bottom: 1px #c2c2c2 solid;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details div:last-of-type {
  border-bottom: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details span.label {
  float: left;
}
.checkout-index-index #checkout-step-shipping .hidden-fields .actions-toolbar {
  margin-left: 0;
}
.checkout-index-index #checkout-step-shipping .hidden-fields .actions-toolbar .secondary {
  margin-right: 10px;
  line-height: 45px;
}
.checkout-index-index #checkout-step-shipping .hidden-fields .actions-toolbar .secondary .action {
  margin-top: 0;
}
.checkout-index-index.mode_hobby .opc-block-summary .table > tbody > tr.totals.sub.incl {
  display: table-row;
}
.checkout-index-index.mode_hobby .opc-block-summary .table > tbody > tr.totals.shipping.incl {
  display: table-row;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-excluding-tax {
  display: none;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax {
  display: block;
  font-size: inherit;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax span {
  display: block;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax:before {
  display: none;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax .price {
  font-size: inherit;
}
.checkout-index-index.mode_business .opc-block-summary .table > tbody > tr.totals.sub.excl {
  display: table-row;
}
.checkout-index-index.mode_business .opc-block-summary .table > tbody > tr.totals.shipping.excl {
  display: table-row;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-including-tax {
  display: none;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax {
  display: block;
  font-size: inherit;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax span {
  display: block;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax:before {
  display: none;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax .price {
  font-size: inherit;
}
.checkout-index-index .loading-mask {
  z-index: 9998 !important;
}
.checkout-index-index .place_order_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  padding: 30px;
  z-index: 99999;
  border: 1px #0a735a solid;
  background: #ffffff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.opc-block-summary .minicart-items-wrapper {
  max-height: unset;
}
.ves-container {
  padding-top: 0;
  padding-bottom: 35px;
}
.ves-container .ves-widget.info_box {
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
.ves-container .ves-widget.info_box .block-title {
  margin: 0 0 0 0 !important;
  padding: 5px 10px !important;
  display: block;
  background: #eb5f00;
  color: #ffffff !important;
  font-size: 20px !important;
  -webkit-border-radius: 5px 5px 0 0px;
  -moz-border-radius: 5px 5px 0 0px;
  -o-border-radius: 5px 5px 0 0px;
  border-radius: 5px 5px 0 0px;
}
.ves-container .ves-widget.info_box .block-content {
  margin: 0 0 0 0;
  padding: 30px 10px;
  background-color: #ffffff;
  -webkit-border-radius: 0px 0 5px 5px;
  -moz-border-radius: 0px 0 5px 5px;
  -o-border-radius: 0px 0 5px 5px;
  border-radius: 0px 0 5px 5px;
}
.ves-container .ves-widget.info_box .block-content h3 {
  font-size: 22px !important;
  color: #eb5f00 !important;
}
.ves-container .ves-widget.info_box.icon .block-content:before {
  content: "";
  margin: 0 auto 40px auto;
  padding: 0;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg?v-01');
  background-size: 500px 500px;
  background-position: 0 0;
}
.ves-container .ves-widget.info_box.icon.icon_shipping .block-content:before {
  background-position: -100px 0;
}
.ves-container .image_style_01 {
  position: relative;
  display: inline-block;
}
.ves-container .image_style_01 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.ves-container .image_style_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.ves-container .image_style_02 {
  position: relative;
  display: inline-block;
}
.ves-container .image_style_02 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.ves-container .image_style_02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.ves-container .widget-html {
  margin: 15px 0 10px 0;
}
.ves-container .widget-accordion .panel-heading {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
}
.ves-container .widget-accordion .panel-heading h4 a {
  padding: 12px 20px;
  display: block;
  color: #eb5f00;
}
.ves-container .widget-accordion .panel-heading h4 a[aria-expanded='true'] {
  background: $white;
}
.ves-container .panel-body {
  border-top: none !important;
  padding: 0 20px;
  background: #fff;
}
.ves-container table.striped {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
}
.ves-container table.striped td,
.ves-container table.striped th {
  padding: 10px 15px !important;
}
.ves-container table.striped thead tr th {
  background: #eb5f00;
  color: #ffffff;
}
.ves-container table.striped tbody tr:nth-child(odd) td {
  background: #EEE;
}
.cms-index-index #maincontent,
.cms-page-view #maincontent {
  margin-bottom: 150px;
  font-size: 1.2em;
  line-height: 1.7em;
}
.cms-index-index #maincontent table > thead > tr > th,
.cms-page-view #maincontent table > thead > tr > th,
.cms-index-index #maincontent table > tbody > tr > th,
.cms-page-view #maincontent table > tbody > tr > th,
.cms-index-index #maincontent table > tfoot > tr > th,
.cms-page-view #maincontent table > tfoot > tr > th,
.cms-index-index #maincontent table > thead > tr > td,
.cms-page-view #maincontent table > thead > tr > td,
.cms-index-index #maincontent table > tbody > tr > td,
.cms-page-view #maincontent table > tbody > tr > td,
.cms-index-index #maincontent table > tfoot > tr > td,
.cms-page-view #maincontent table > tfoot > tr > td {
  padding: 10px 40px 10px 0;
}
.cms-index-index #maincontent .ves-widget table > thead > tr > th,
.cms-page-view #maincontent .ves-widget table > thead > tr > th,
.cms-index-index #maincontent .ves-widget table > tbody > tr > th,
.cms-page-view #maincontent .ves-widget table > tbody > tr > th,
.cms-index-index #maincontent .ves-widget table > tfoot > tr > th,
.cms-page-view #maincontent .ves-widget table > tfoot > tr > th,
.cms-index-index #maincontent .ves-widget table > thead > tr > td,
.cms-page-view #maincontent .ves-widget table > thead > tr > td,
.cms-index-index #maincontent .ves-widget table > tbody > tr > td,
.cms-page-view #maincontent .ves-widget table > tbody > tr > td,
.cms-index-index #maincontent .ves-widget table > tfoot > tr > td,
.cms-page-view #maincontent .ves-widget table > tfoot > tr > td {
  padding: 0 30px 5px 0;
  font-size: 0.95em;
  line-height: 1.3em;
}
.cms-index-index #maincontent .ves-widget table tr td:first-of-type,
.cms-page-view #maincontent .ves-widget table tr td:first-of-type {
  color: #007858 !important;
}
.cms-index-index #maincontent ol,
.cms-page-view #maincontent ol,
.cms-index-index #maincontent ul,
.cms-page-view #maincontent ul {
  padding-top: 5px;
  padding-left: 20px;
}
.cms-index-index #maincontent ul > li,
.cms-page-view #maincontent ul > li,
.cms-index-index #maincontent ol > li,
.cms-page-view #maincontent ol > li {
  margin-bottom: 2px;
  font-size: 1em;
}
@media (max-width: 769px) {
  .cms-index-index #maincontent ul > li,
  .cms-page-view #maincontent ul > li,
  .cms-index-index #maincontent ol > li,
  .cms-page-view #maincontent ol > li {
    font-size: 16px;
    line-height: 1.3em;
  }
}
.cms-index-index #maincontent h2,
.cms-page-view #maincontent h2 {
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  font-size: 1.563em;
}
.cms-index-index #maincontent .col-lg-5 p,
.cms-page-view #maincontent .col-lg-5 p,
.cms-index-index #maincontent .col-lg-4 p,
.cms-page-view #maincontent .col-lg-4 p,
.cms-index-index #maincontent .col-lg-3 p,
.cms-page-view #maincontent .col-lg-3 p,
.cms-index-index #maincontent .col-lg-2 p,
.cms-page-view #maincontent .col-lg-2 p {
  font-size: 16px !important;
  line-height: 1.7em !important;
}
.cms-index-index #maincontent p,
.cms-page-view #maincontent p {
  font-size: 18px;
}
@media (max-width: 769px) {
  .cms-index-index #maincontent p,
  .cms-page-view #maincontent p {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.cms-index-index #maincontent p + h2,
.cms-page-view #maincontent p + h2 {
  margin: 25px 0 12px 0 !important;
}
.cms-index-index #maincontent h3,
.cms-page-view #maincontent h3 {
  margin: 0 0 10px 0;
  padding: 0 !important;
  font-size: 18px;
  color: #636363;
}
.cms-index-index #maincontent p + h3,
.cms-page-view #maincontent p + h3 {
  margin: 20px 0 10px 0;
}
.cms-index-index #maincontent p,
.cms-page-view #maincontent p,
.cms-index-index #maincontent .block p:last-child,
.cms-page-view #maincontent .block p:last-child {
  max-width: 1000px;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}
.cms-index-index #maincontent .slick-slide p,
.cms-page-view #maincontent .slick-slide p {
  max-width: none !important;
}
.cms-index-index #maincontent .startslider .bg_gruen,
.cms-page-view #maincontent .startslider .bg_gruen {
  background: transparent !important;
  padding: 15px 15px 15px 15px !important;
}
.cms-index-index #maincontent .startslider p,
.cms-page-view #maincontent .startslider p {
  max-width: inherit;
}
.cms-index-index #maincontent .dealproduct-widget .etabs,
.cms-page-view #maincontent .dealproduct-widget .etabs {
  display: none !important;
}
.cms-index-index #maincontent .widget-contenthtml,
.cms-page-view #maincontent .widget-contenthtml {
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-index-index #maincontent .widget-contenthtml.white_background,
.cms-page-view #maincontent .widget-contenthtml.white_background {
  padding: 30px;
  background: #ffffff;
  position: relative;
}
.cms-index-index #maincontent .widget-contenthtml.white_background .block-content,
.cms-page-view #maincontent .widget-contenthtml.white_background .block-content {
  position: relative;
  z-index: 1;
}
.cms-index-index #maincontent .widget-contenthtml.white_background:after,
.cms-page-view #maincontent .widget-contenthtml.white_background:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.cms-index-index #maincontent .widget-contenthtml.white_background table,
.cms-page-view #maincontent .widget-contenthtml.white_background table {
  margin: 10px 0;
  font-size: 0.9em;
}
.cms-index-index #maincontent .widget-contenthtml.white_background table tr td,
.cms-page-view #maincontent .widget-contenthtml.white_background table tr td {
  border-top: 1px #636363 solid;
  padding: 10px 15px 10px 5px;
  line-height: 1.4em;
}
.cms-index-index #maincontent div#home_business.mode_hide + p,
.cms-page-view #maincontent div#home_business.mode_hide + p {
  display: none;
}
.cms-index-index #maincontent {
  margin-bottom: 0;
}
.cms-index-index #maincontent h2 {
  padding-top: 0 !important;
}
.cms-index-index #maincontent ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}
.aussaat_values {
  font-size: 1.4rem;
}
.aussaat_values svg {
  width: 100%;
  height: auto;
}
.aussaat_values svg .linien {
  fill: none;
  stroke: #bcbcbc;
  stroke-width: 1px;
}
.aussaat_values svg .transparent {
  fill: none;
}
.aussaat_values svg text.month {
  font-family: "Carnas W01 Medium";
}
.aussaat_values svg rect.products_aussaat_1 {
  fill: #962b7e;
}
.aussaat_values svg rect.products_aussaat_2 {
  fill: #ac8862;
}
.aussaat_values svg rect.products_aussaat_3 {
  fill: #51aee2;
}
.aussaat_values svg rect.products_aussaat_4 {
  fill: #a81239;
}
.aussaat_values svg rect.products_aussaat_5 {
  fill: #479a36;
}
.aussaat_values svg rect.products_aussaat_6 {
  fill: #ffd500;
}
.aussaat_values svg rect.products_aussaat_7 {
  fill: #ea5172;
}
.aussaat_values {
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 350px) and (max-width: 399px) {
  .aussaat_values {
    max-width: 320px;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  .aussaat_values {
    max-width: 370px;
  }
}
@media (min-width: 450px) and (max-width: 499px) {
  .aussaat_values {
    max-width: 420px;
  }
}
@media (min-width: 500px) and (max-width: 549px) {
  .aussaat_values {
    max-width: 470px;
  }
}
@media (min-width: 550px) and (max-width: 599px) {
  .aussaat_values {
    max-width: 520px;
  }
}
@media (min-width: 600px) and (max-width: 649px) {
  .aussaat_values {
    max-width: 570px;
  }
}
@media (min-width: 650px) and (max-width: 669px) {
  .aussaat_values {
    max-width: 620px;
  }
}
@media (min-width: 700px) and (max-width: 750px) {
  .aussaat_values {
    max-width: 670px;
  }
}
.aussaat_values::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 4px;
}
.aussaat_values::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #d1d1d1;
}
.aussaat_values table {
  margin-bottom: 5px;
}
.aussaat_values table thead tr th {
  margin: 0 0 0 0;
  padding: 0 5px;
  border-left: 1px #636363 solid;
  font-weight: normal;
}
@media (max-width: 769px) {
  .aussaat_values table thead tr th {
    min-width: 20px;
    text-align: center;
  }
}
.aussaat_values table thead tr th:first-child {
  border-left: inherit;
}
.aussaat_values table tbody tr th {
  margin: 0;
  padding: 0 3px 0 0;
  vertical-align: middle;
  text-align: right;
  font-weight: normal;
}
.aussaat_values table tbody tr td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-left: 1px #636363 solid;
}
.aussaat_values table tbody tr td table {
  min-height: 20px;
}
.aussaat_values table tbody tr td table tr td {
  padding: 0;
  font-size: 1rem;
  text-indent: -1000px;
  overflow: hidden;
  height: 15px;
  border-left: none;
  color: #000000;
}
.aussaat_values table tbody tr table tr td.active {
  background: #636363;
}
.aussaat_values table tbody tr.products_aussaat_1 table tr td.active {
  background: #962b7e;
  color: #ffffff;
}
.aussaat_values table tbody tr.products_aussaat_1 td.active_border {
  border-color: #962b7e;
}
.aussaat_values table tbody tr.products_aussaat_2 table tr td.active {
  background: #ac8862;
}
.aussaat_values table tbody tr.products_aussaat_2 td.active_border {
  border-color: #ac8862;
}
.aussaat_values table tbody tr.products_aussaat_3 table tr td.active {
  background: #51aee2;
}
.aussaat_values table tbody tr.products_aussaat_3 td.active_border {
  border-color: #51aee2;
}
.aussaat_values table tbody tr.products_aussaat_4 table tr td.active {
  background: #a81239;
}
.aussaat_values table tbody tr.products_aussaat_4 td.active_border {
  border-color: #a81239;
}
.aussaat_values table tbody tr.products_aussaat_5 table tr td.active {
  background: #479a36;
}
.aussaat_values table tbody tr.products_aussaat_5 td.active_border {
  border-color: #479a36;
}
.aussaat_values table tbody tr.products_aussaat_6 table tr td.active {
  background: #ffd500;
}
.aussaat_values table tbody tr.products_aussaat_6 td.active_border {
  border-color: #ffd500;
}
.aussaat_values table tbody tr.products_aussaat_7 table tr td.active {
  background: #ea5172;
}
.aussaat_values table tbody tr.products_aussaat_7 td.active_border {
  border-color: #ea5172;
}
h1,
.page-title {
  margin: 0 0 0 0;
  padding: 0 0 13px 0;
  color: #eb5f00 !important;
  display: inline-block;
  font-size: 36px;
}
@media (max-width: 769px) {
  h1,
  .page-title {
    font-size: 1.9em !important;
  }
}
h1.with_latinname,
.page-title.with_latinname {
  padding: 0 0 5px 0;
}
.ves-container h1,
.ves-container .page-title {
  display: block !important;
}
h2,
.block-title {
  margin: 0 0 0 0 !important;
  padding: 20px 0 10px 0 !important;
  border-bottom: none !important;
  color: #0a735a !important;
  font-size: 26px !important;
}
@media (max-width: 769px) {
  h2,
  .block-title {
    font-size: 1.3em !important;
  }
}
h1 + h2 {
  padding-top: 0 !important;
}
h3 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  color: #0a735a;
  font-size: 1.6rem;
}
.cms-index-index #maincontent .bg_color_primary_light h3.block {
  margin: 0 0 10px 0 !important;
  display: inline-block !important;
  color: #0073ae !important;
}
.bg_color_secondary_light h3.block {
  margin: 0 0 10px 0 !important;
  padding: 3px 10px !important;
  display: inline-block !important;
  color: #ffffff !important;
  background: #0a735a !important;
}
.bg_color_primary_light {
  background: #e6f1f7;
  padding: 20px 25px;
  margin-bottom: 40px;
}
.bg_color_primary_light p {
  color: #0073ae;
}
p.float_right {
  float: right;
}
h2.special,
h3.special,
h4.special {
  margin: 0 0 10px 0 !important;
  padding: 5px 7px !important;
  display: inline-block !important;
  background: #0a735a !important;
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 1.4em !important;
}
h2.special.primary,
h3.special.primary,
h4.special.primary {
  background: #eb5f00 !important;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-popup .modal-inner-wrap {
  max-width: 800px;
  background: #ffffff;
}
.modal-popup .modal-inner-wrap #modal-content-12 h2 {
  font-size: 3.5rem !important;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-popup .modal-inner-wrap .modal-content h2 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  color: #0a735a;
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector {
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select {
  margin: 0 10px 0 10px;
  padding: 25px;
  width: 50%;
  max-width: 340px;
  height: auto;
  min-height: 100px;
  display: inline-block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select {
    width: 100%;
    max-width: inherit;
    margin: 0 0 20px 0;
    padding: 20px 0 20px 20px;
  }
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container {
  color: #636363;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container strong,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container strong {
  padding: 0 0 10px 0;
  display: inline-block;
  color: #eb5f00;
  font-size: 1.7em;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container strong,
  .modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container strong {
    font-size: 1.2em;
  }
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container[for=hobby_selector] strong,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container[for=hobby_selector] strong {
  color: #962b7e;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container[for=business_selector] strong,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container[for=business_selector] strong {
  color: #428b9c;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container .checkmark,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container .checkmark {
  background: #ffffff;
}
.modal-popup .modal-inner-wrap .more {
  margin: 10px 30px 0 30px;
  padding: 30px 20px 10px 20px;
  text-align: left;
  border-top: 1px #bcbcbc solid;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-inner-wrap .more {
    margin-top: 0;
    padding: 27px 0 10px 0;
  }
}
.modal-popup .modal-inner-wrap .more h3 {
  margin: 0 0 3px 0;
  padding: 5px;
  display: inline-block;
  background-color: #ffd500;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
}
.modal-popup .modal-inner-wrap .more a {
  margin: 0 30px 0 0;
  padding: 0 0 0 0;
  display: inline-block;
}
.modal-popup .modal-inner-wrap .more a:before {
  content: "» ";
}
.modal-popup.buyoptions {
  width: 100%;
}
.modal-popup.buyoptions.modal-slide {
  left: 0;
}
@media screen and (max-width: 769px) {
  .modal-popup.buyoptions .modal-header,
  .modal-popup.buyoptions .modal-content,
  .modal-popup.buyoptions .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-popup.buyoptions .modal-inner-wrap {
  max-width: 700px;
}
.modal-popup.buyoptions .modal-inner-wrap .modal-footer {
  display: none;
}
.page-product-configurable.mode_hobby .product_name_wrap {
  display: none;
}
.modal-content .layer_variants {
  display: block !important;
}
.layer_variants .product_name_wrap {
  margin-bottom: 20px;
}
.mode_business .layer_variants .product_name_wrap {
  display: none;
}
.mode_business .modal-content .layer_variants .product_name_wrap {
  display: block;
}
.layer_variants .product_name_wrap .product_name {
  font-size: 2.2em;
  color: #eb5f00;
  padding-right: 5px;
}
.layer_variants .product_name_wrap .product_sku {
  font-size: 1.6em;
  color: #0a735a;
}
.layer_variants .layer_variants_navigation {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.layer_variants .layer_variants_navigation .advice_buisness {
  margin: -25px 0 10px 0;
  padding: 0 0 10px 0;
  display: block;
}
@media screen and (max-width: 769px) {
  .layer_variants .layer_variants_navigation .advice_buisness {
    margin-top: 0;
    text-align: center;
  }
}
.modal-content .layer_variants .layer_variants_navigation .advice_buisness {
  margin-top: -10px;
}
.layer_variants .layer_variants_navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
@media screen and (max-width: 769px) {
  .layer_variants .layer_variants_navigation ul {
    margin: 0 0 10px 0 !important;
  }
}
.layer_variants .layer_variants_navigation ul li {
  margin: 0 5px -1px 0;
  padding: 12px 34px 11px 10px;
  max-width: 200px;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXucgL3AbooAAAAAXRSTlMz/za5cAAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=');
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px transparent solid;
}
.modal-content .layer_variants .layer_variants_navigation ul li {
  margin-bottom: 0px;
}
@media screen and (max-width: 769px) {
  .layer_variants .layer_variants_navigation ul li {
    display: block !important;
    max-width: inherit !important;
    margin: 0 0 3px 0 !important;
  }
}
.layer_variants .layer_variants_navigation ul li:last-child {
  margin-right: 0;
}
.layer_variants .layer_variants_navigation ul li:hover,
.layer_variants .layer_variants_navigation ul li.active {
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-bottom: 1px #ffffff solid;
}
.modal-content .layer_variants .layer_variants_navigation ul li:hover,
.modal-content .layer_variants .layer_variants_navigation ul li.active {
  border-color: transparent;
}
.layer_variants .layer_variants_option {
  margin: 0 0 0 0;
  padding: 20px 10px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  display: none;
}
.modal-content .layer_variants .layer_variants_option {
  border-color: transparent;
}
.layer_variants .layer_variants_option ul.navigation {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  background: none;
  font-size: 1.2em;
}
.layer_variants .layer_variants_option ul.navigation li {
  margin: 0 5px 0 0;
  padding: 2px 5px;
  display: inline-block;
  background: #e8ac2e;
  color: #ffffff;
  cursor: pointer;
}
.layer_variants .layer_variants_option ul.navigation li:hover,
.layer_variants .layer_variants_option ul.navigation li.active {
  background: #eb5f00;
}
.layer_variants .layer_variants_option .kaliber_text {
  margin: -5px 5px 12px 0;
  padding: 0;
  display: block;
}
.layer_variants .layer_variants_option .layer_variants_kaliber_option {
  display: none;
}
.layer_variants .layer_variants_option ul.options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.layer_variants .layer_variants_option ul.options li {
  margin: 0;
  padding: 0 0 5px 0;
  width: 100%;
}
.layer_variants .layer_variants_option ul.options li:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #eb5f00 solid;
  opacity: 0.25;
}
.layer_variants .layer_variants_option ul.options li.header h3 {
  padding-bottom: 0;
}
.layer_variants .layer_variants_option ul.options li table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  border-collapse: collapse;
}
.layer_variants .layer_variants_option ul.options li table td {
  margin: 0 0 0 0;
  padding: 0 7px 0 0;
}
.layer_variants .layer_variants_option ul.options li table td.option_value {
  width: 28%;
}
.layer_variants .layer_variants_option ul.options li table td.shipping_time {
  width: 35%;
}
.layer_variants .layer_variants_option ul.options li table td.option_price {
  text-align: right;
}
.layer_variants .layer_variants_option ul.options li table td.option_price .price {
  font-size: 1.2em;
  color: #0a735a;
  display: block;
}
.layer_variants .layer_variants_option ul.options li table td.option_cart {
  padding-right: 0;
  padding-top: 3px;
  width: 50px;
  text-align: center;
  vertical-align: top;
}
.layer_variants .layer_variants_option ul.options li table .basic_rate {
  font-size: 0.9em;
}
.layer_variants .layer_variants_option ul.options li.more_variants_advice {
  padding: 5px 0 10px 0;
}
.layer_variants .layer_variants_option ul.options li.more_variants_advice:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.layer_variants .layer_variants_option ul.options li.more_variants_advice::after {
  margin: 5px 0 0 auto;
}
.layer_variants .layer_variants_option .info {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  background: #ffffff;
  font-size: 0.9em;
}
.layer_variants .layer_variants_option .info .info_left {
  float: left;
  width: 65%;
}
.layer_variants .layer_variants_option .info .info_right {
  float: right;
  width: 35%;
  text-align: right;
}
.layer_variants .layer_variants_option .info .info_right a {
  color: #636363;
  text-decoration: underline;
}
#hb-cc-wrap {
  padding: 10px 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  text-align: left;
  background: transparent !important;
}
#hb-cc-wrap span {
  margin: 0;
  padding: 10px;
  background: #eb5f00;
  border: 1px #ffffff solid;
  color: #ffffff;
  border: none;
  position: relative;
  z-index: 2;
  display: block;
}
#hb-cc-wrap span a {
  color: #ffffff;
  text-decoration: underline;
}
#partiensuche {
  margin-bottom: 50px;
}
#partiensuche .content_left {
  margin: 0;
  padding: 0 80px 0 0;
  float: left;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #partiensuche .content_left {
    width: 60%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 769px) {
  #partiensuche .content_left {
    width: 100%;
    padding-right: 0;
  }
}
#partiensuche .content_right {
  margin: 0;
  padding: 0;
  float: right;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  #partiensuche .content_right {
    width: 40%;
  }
}
@media screen and (max-width: 769px) {
  #partiensuche .content_right {
    margin-top: 40px;
    width: 100%;
  }
}
#partiensuche .partiensuche_form {
  margin: 30px 0 50px 0;
  padding: 20px;
  border: 1px #0a735a solid;
  background: #ffffff;
  max-width: 95%;
}
@media screen and (max-width: 769px) {
  #partiensuche .partiensuche_form {
    max-width: 100%;
  }
}
#partiensuche .partiensuche_form h2 {
  padding-top: 0 !important;
}
#partiensuche .partiensuche_form form {
  max-width: 600px;
}
#partiensuche .partiensuche_form form .text_input {
  margin: 5px 0;
  padding: 3px 5px;
  background: #ffffff;
  border: 1px #636363 solid;
}
#partiensuche .partiensuche_form form .text_input:hover {
  border-color: #0a735a;
}
#partiensuche .partiensuche_form form button,
#partiensuche .partiensuche_form form .cart.table-wrapper .actions-toolbar > .action,
#partiensuche .partiensuche_form form .action-gift {
  padding: 5px 10px;
  background: #eb5f00;
  color: #ffffff;
  border: 1px #eb5f00 solid;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#partiensuche #ps_results {
  max-width: 750px;
}
#partiensuche #ps_results .check_result {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px #eb5f00 solid;
  border-bottom: 1px #eb5f00 solid;
}
#partiensuche #ps_results .check_result tr td {
  margin: 0 0 0 0;
  padding: 10px 25px 10px 00px;
}
#partiensuche #ps_results .check_result tr.space_tr td {
  padding: 0;
  border-bottom: 1px #eb5f00 dotted;
}
.customer-account-create {
  /* remove standard-styles */
  /* graceful degradation for ie8 */
}
.customer-account-create .form.create.account {
  width: 100%;
}
.customer-account-create .form.create.account .fieldset {
  margin: 20px 0.625% 40px 0.625%;
  padding: 10px 15px;
  width: 32.5%;
  float: left;
  background: #ffffff;
}
.customer-account-create .form.create.account .fieldset:nth-of-type(1) {
  margin-left: 0;
}
.customer-account-create .form.create.account .fieldset:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .customer-account-create .form.create.account .fieldset {
    margin: 0 0 40px 0;
    width: 100%;
  }
}
.customer-account-create .form.create.account .fieldset legend.legend {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px #0a735a solid;
  font-weight: 400;
  font-size: 2.6rem;
}
.customer-account-create .form.create.account .fieldset .fieldset {
  padding: 0;
  margin: 0;
  width: 100%;
  float: inherit;
}
.customer-account-create .form.create.account .fieldset.address > .field {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-create .form.create.account .fieldset label.label {
  padding: 0 0 0 0;
  width: 100%;
  float: inherit;
  text-align: left;
}
.customer-account-create .form.create.account .fieldset .customer-name-prefix label.label span {
  display: none;
}
.customer-account-create .form.create.account .fieldset .customer-name-prefix .control .label.label span {
  display: inline-block;
}
.customer-account-create .form.create.account .fieldset .control {
  width: 100%;
  float: inherit;
}
.customer-account-create .form.create.account .fieldset .control select {
  width: auto;
}
.customer-account-create .form.create.account .fieldset .admin__legend {
  display: none;
}
.customer-account-create .form.create.account .fieldset .field.choice.newsletter {
  display: none;
}
.customer-account-create .form.create.account .actions-toolbar {
  margin-top: 50px;
  margin-left: 0;
}
.customer-account-create .form.create.account .actions-toolbar .primary {
  float: right;
}
.customer-account-create .form.create.account .actions-toolbar .secondary {
  display: none;
}
.customer-account-create input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  font-size: 1em;
  width: 100%;
}
.customer-account-create input[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
.customer-account-create input[type='checkbox']:checked,
.customer-account-create input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.customer-account-create input[type='checkbox'] + label {
  cursor: pointer;
}
.customer-account-create input[type='checkbox']:checked + label::before,
.customer-account-create input[type='checkbox']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #636363;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.customer-account-create input[type='checkbox']:hover + label::before {
  background: #656565;
  box-shadow: inset 0 0 0 2px white;
}
.customer-account-create input[type='checkbox']:checked + label::before {
  background: #0a735a;
  box-shadow: inset 0 0 0 2px white;
}
@media screen and (max-width: 769px) {
  .customer-account-create select {
    max-width: 100%;
  }
}
.account #maincontent .account-nav .content {
  background: #ffffff;
}
.account #maincontent .account-nav .item a:hover {
  background: #0a735a;
  color: #ffffff;
}
.account #maincontent .block-title strong {
  font-size: 2.6rem !important;
}
.account #maincontent .block-title .action {
  font-size: 1.2rem;
  text-decoration: underline;
}
.account #maincontent .block-content .action,
.account #maincontent .orders-history .action {
  margin: 0 5px 0 0;
  padding: 3px 10px;
  display: inline-block;
  border: 1px #0a735a solid;
  color: #0a735a;
}
.account #maincontent .block-content .action:hover,
.account #maincontent .orders-history .action:hover {
  border-color: #eb5f00;
  color: #eb5f00;
}
.customer-address-index #maincontent,
.customer-account-index #maincontent,
.customer-account-edit #maincontent,
.sales-order-history #maincontent,
.sales-order-view #maincontent {
  margin-bottom: 50px;
}
.customer-address-index .page-title-wrapper .order-status,
.customer-account-index .page-title-wrapper .order-status,
.customer-account-edit .page-title-wrapper .order-status,
.sales-order-history .page-title-wrapper .order-status,
.sales-order-view .page-title-wrapper .order-status {
  display: none;
}
.customer-address-index .column.main,
.customer-account-index .column.main,
.customer-account-edit .column.main,
.sales-order-history .column.main,
.sales-order-view .column.main {
  margin: 0;
  padding: 10px 15px !important;
  width: 100%;
  float: left;
  background: #ffffff;
}
.customer-address-index .column.main legend.legend,
.customer-account-index .column.main legend.legend,
.customer-account-edit .column.main legend.legend,
.sales-order-history .column.main legend.legend,
.sales-order-view .column.main legend.legend {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px #0a735a solid;
  font-weight: 400;
  font-size: 2.6rem;
}
.customer-address-index .column.main .actions-toolbar,
.customer-account-index .column.main .actions-toolbar,
.customer-account-edit .column.main .actions-toolbar,
.sales-order-history .column.main .actions-toolbar,
.sales-order-view .column.main .actions-toolbar {
  margin-left: 0 !important;
}
.customer-address-index #my-orders-table .col.status,
.customer-account-index #my-orders-table .col.status,
.customer-account-edit #my-orders-table .col.status,
.sales-order-history #my-orders-table .col.status,
.sales-order-view #my-orders-table .col.status {
  display: none;
}
.customer-address-index #my-orders-table .col.actions,
.customer-account-index #my-orders-table .col.actions,
.customer-account-edit #my-orders-table .col.actions,
.sales-order-history #my-orders-table .col.actions,
.sales-order-view #my-orders-table .col.actions,
.customer-address-index #my-orders-table .col.total,
.customer-account-index #my-orders-table .col.total,
.customer-account-edit #my-orders-table .col.total,
.sales-order-history #my-orders-table .col.total,
.sales-order-view #my-orders-table .col.total {
  text-align: right;
}
.customer-address-index #my-orders-table .col.actions .action,
.customer-account-index #my-orders-table .col.actions .action,
.customer-account-edit #my-orders-table .col.actions .action,
.sales-order-history #my-orders-table .col.actions .action,
.sales-order-view #my-orders-table .col.actions .action,
.customer-address-index #my-orders-table .col.total .action,
.customer-account-index #my-orders-table .col.total .action,
.customer-account-edit #my-orders-table .col.total .action,
.sales-order-history #my-orders-table .col.total .action,
.sales-order-view #my-orders-table .col.total .action {
  margin-right: 0;
}
.customer-address-index .mark,
.customer-account-index .mark,
.customer-account-edit .mark,
.sales-order-history .mark,
.sales-order-view .mark {
  background-color: inherit;
}
.customer-address-form #maincontent {
  margin-bottom: 50px;
}
.customer-address-form .form-address-edit {
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  float: left;
  background: #ffffff;
}
.customer-address-form .form-address-edit fieldset.fieldset {
  margin-bottom: 0;
}
.customer-address-form .form-address-edit fieldset.fieldset legend.legend {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px #0a735a solid;
  font-weight: 400;
  font-size: 2.6rem;
  float: inherit;
}
.customer-address-form .form-address-edit fieldset.fieldset legend.legend + br {
  display: none;
}
.customer-address-form .form-address-edit fieldset.fieldset .field.taxvat {
  margin: 0 !important;
}
.customer-address-form .form-address-edit fieldset.fieldset .field.telephone {
  margin-bottom: 29px !important;
}
.customer-address-form .form-address-edit fieldset.fieldset label.label {
  padding: 0 0 0 0;
  width: 100%;
  float: inherit;
  text-align: left;
}
.customer-address-form .form-address-edit fieldset.fieldset .control {
  width: 100%;
  float: inherit;
}
.customer-address-form .form-address-edit fieldset.fieldset .control select {
  width: auto;
}
.customer-address-form .form-address-edit .actions-toolbar {
  margin: 15px 0 0 0 !important;
}
.customer-address-form .form-address-edit .actions-toolbar .secondary {
  float: left;
}
.customer-address-form .form-address-edit .actions-toolbar .secondary .action {
  margin-top: 15px;
}
.customer-address-form .form-address-edit .actions-toolbar .primary {
  float: right;
}
.customer-address-form .form-address-edit .actions-toolbar .primary .action {
  margin-right: 0;
}
.delete-index-index .block-dashboard-info {
  margin-bottom: 10px;
}
.delete-index-index .block-content {
  max-width: 600px;
  padding-bottom: 20px;
}
.minicart-wrapper .block-minicart {
  right: 30px;
}
.minicart-wrapper .block-minicart .product.options {
  display: none;
}
@media screen and (max-width: 769px) {
  .minicart-wrapper .block-minicart {
    margin-top: 20px;
    right: -70px !important;
    z-index: 200;
  }
  .minicart-wrapper .block-minicart:after {
    right: 75px;
  }
  .minicart-wrapper .block-minicart:before {
    right: 76px;
  }
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-wrapper:before {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-wrapper .price {
  margin: 5px 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-including-tax {
  display: none;
}
.mode_hobby .minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-including-tax {
  display: block;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-excluding-tax {
  display: none;
}
.mode_business .minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-excluding-tax {
  display: block;
}
.mode_business .minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-including-tax {
  display: none;
}
.mode_hobby .minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-excluding-tax {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-excluding-tax:before {
  display: none !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-excluding-tax .price {
  font-size: 1.4rem !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .additional_info {
  margin-bottom: -15px;
  padding: 10px 0 0 0;
  text-align: center;
}
.checkout-onepage-success #maincontent {
  margin-top: 70px;
  margin-bottom: 50px;
}
.cms-index-index #maincontent .slider_image_outer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer {
    font-size: 0.9em;
  }
}
.cms-index-index #maincontent .slider_image_outer a {
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  font-size: 1px;
  overflow: hidden;
}
.cms-index-index #maincontent .slider_image_outer .imagebox {
  position: relative;
  padding: 20px 10px;
  z-index: 11;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .imagebox {
    padding: 0;
  }
}
.cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_image {
  position: relative;
  z-index: 15;
  border: 6px #ffffff solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_image {
    border-bottom: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.cms-index-index #maincontent .slider_image_outer .imagebox.noborder .imagebox_image {
  border-color: transparent;
}
.cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_shadow {
  width: 97%;
  height: 85%;
  background: #9c9c9c;
  position: absolute;
  top: 60px;
  left: 10px;
  z-index: 12;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_shadow {
    display: none;
  }
}
.cms-index-index #maincontent .slider_image_outer .textbox {
  position: absolute;
  left: 15px;
  top: 30%;
  z-index: 12;
  max-width: 40%;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .textbox {
    position: relative;
    left: inherit;
    bottom: inherit;
    max-width: inherit;
  }
}
.cms-index-index #maincontent .slider_image_outer .textbox p {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.cms-index-index #maincontent .slider_image_outer .textbox p:last-child {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.cms-index-index #maincontent .slider_image_outer .textbox p span.title {
  padding: 0 0 10px 0;
  margin-bottom: 0 !important;
  font-size: 36px;
  line-height: 1.05em;
  color: #0a735a;
  display: inline-block;
  font-family: 'Carnas W01 Medium';
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .textbox p span.title {
    font-size: 1.3em;
    display: block;
  }
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen {
  padding: 0 0 15px 0 !important;
  /* background: @color_secondary; */
  font-size: 17px;
  line-height: 1.5em;
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen:last-child {
  padding: 0 0 15px 0 !important;
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen .button {
  margin-top: 5px;
  padding: 10px 0 0 0;
  display: inline-block;
  width: auto;
  background: none;
  font-size: 17px;
  line-height: 1em;
  position: relative;
  color: #0a735a;
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen .button:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #0a735a;
  transition: background-color 0.2s;
}
input::placeholder {
  color: #4b4b4b !important;
}
span.label-container,
label.container {
  display: block;
  width: auto;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 23px;
  color: #636363;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
span.label-container input,
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  span.label-container,
  label.container {
    line-height: 19px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 769px) {
  span.label-container,
  label.container {
    display: none;
  }
}
span.label-container .checkmark,
label.container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px #636363 solid;
}
@media screen and (max-width: 1000px) {
  span.label-container .checkmark,
  label.container .checkmark {
    height: 15px;
    width: 15px;
  }
}
span.label-container .checkmark:after,
label.container .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 6px;
  top: -7px;
  width: 10px;
  height: 20px;
  border-style: solid;
  border-color: #636363;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
span.label-container a:hover .checkmark:after,
label.container a:hover .checkmark:after,
span.label-container input:hover ~ .checkmark:after,
label.container input:hover ~ .checkmark:after,
span.label-container input:checked ~ .checkmark:after,
label.container input:checked ~ .checkmark:after {
  display: block;
}
.shipping_time .stock_state {
  margin: 4px 6px 2px 0;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.shipping_time .stock_state.stock_state_nope {
  background-color: #636363;
}
.shipping_time .stock_state.stock_state_0,
.shipping_time .stock_state.stock_state_5 {
  background-color: #96dc5a;
}
.shipping_time .stock_state.stock_state_2,
.shipping_time .stock_state.stock_state_3 {
  background-color: #ffaa00;
}
.shipping_time .stock_state.stock_state_1,
.shipping_time .stock_state.stock_state_4 {
  background-color: #cc0000;
}
.shipping_time .label {
  display: block;
  float: left;
}
.variants_option_tooltip {
  margin-top: -9px;
  position: absolute !important;
  top: 50%;
  right: 10px;
  display: block;
  position: relative;
}
.variants_option_tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.variants_option_tooltip .tooltip-content:after,
.variants_option_tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.variants_option_tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.variants_option_tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.variants_option_tooltip .tooltip-content:after,
.variants_option_tooltip .tooltip-content:before {
  bottom: 100%;
}
.variants_option_tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.variants_option_tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.variants_option_tooltip .tooltip-toggle {
  cursor: help;
}
.variants_option_tooltip .tooltip-toggle:hover + .tooltip-content,
.variants_option_tooltip .tooltip-toggle:focus + .tooltip-content,
.variants_option_tooltip:hover .tooltip-content {
  display: block;
}
.variants_option_tooltip .tooltip-toggle {
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjguNSIgeTE9IjEzLjg1IiB4Mj0iOC41IiB5Mj0iNy4xNSIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iOC41IiB5MT0iNS4xNSIgeDI9IjguNSIgeTI9IjMuMTUiLz4KPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3Ii8+Cjwvc3ZnPgo=');
  background-color: #636363;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.variants_option_tooltip .tooltip-toggle:hover {
  background-color: #eb5f00;
}
.variants_option_tooltip .tooltip-content {
  left: -7px;
}
body > .block-static-block.widget {
  margin: 0 !important;
}
body > .block-static-block.widget > p {
  margin: 0 !important;
}
.fixfloat {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 0;
  float: none;
  clear: both;
}
.col-inner {
  min-width: 100% !important;
  width: 0 !important;
}
.do_block > h2 {
  border-bottom: 1px #007858 solid !important;
  margin: 0 0 20px 0 !important;
  padding: 20px 0 10px 0 !important;
  color: #575757 !important;
  font-weight: 400;
  font-size: 2.6rem !important;
}
.product-item-totals-step {
  border-bottom: 4px solid #007858 !important;
}
.do_block {
  margin-bottom: 20px;
}
.do_block .do_block_item {
  display: table;
  margin-bottom: 15px;
}
.do_block .do_block_item input {
  display: table-cell;
}
.do_block .do_block_item label {
  display: table-cell;
  padding-left: 15px;
}
.shipping_time_tooltip {
  padding-bottom: 2px;
  position: relative;
}
.shipping_time_tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.shipping_time_tooltip .tooltip-content:after,
.shipping_time_tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.shipping_time_tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.shipping_time_tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.shipping_time_tooltip .tooltip-content:after,
.shipping_time_tooltip .tooltip-content:before {
  bottom: 100%;
}
.shipping_time_tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.shipping_time_tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.shipping_time_tooltip .tooltip-toggle {
  cursor: help;
}
.shipping_time_tooltip .tooltip-toggle:hover + .tooltip-content,
.shipping_time_tooltip .tooltip-toggle:focus + .tooltip-content,
.shipping_time_tooltip:hover .tooltip-content {
  display: block;
}
.shipping_time_tooltip .tooltip-toggle {
  margin-left: 3px;
  margin-bottom: -4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px #d1d1d1 solid;
  color: #323232;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.shipping_time_tooltip:hover .tooltip-toggle {
  color: #eb5f00 !important;
  border-color: #eb5f00;
}
.shipping_time_tooltip .tooltip-content {
  left: -5px;
}
.gift_error {
  margin: 10px auto;
  padding: 10px;
  background: #f5cccc;
  color: #990000;
  width: 100%;
  font-size: 1.2rem;
}
#maincontent.simple_product .gift_error {
  max-width: 364px;
}
body.page-product-configurable.mode_business .gift_error {
  margin-top: 0;
  margin-bottom: 45px;
}
.amcard-general-container {
  max-width: 364px;
}
@media screen and (max-width: 769px) {
  .amcard-general-container {
    max-width: 100%;
  }
}
.amcard-general-container .amcard-form-container:first-of-type {
  margin: 0;
  border: none;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container {
  display: block;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container .amcard-field-block {
  justify-content: space-between;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container .amcard-field {
  flex-basis: 70%;
  border-radius: 2px;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container .amcard-button {
  padding: 0 9px;
  flex-basis: 26%;
  height: 32px;
  line-height: 1.42857143;
  border: 1px solid #cdcdcd;
  background: #f2f2f2;
}
.amcard-general-container .amcard-image-container img {
  max-width: 100%;
}
.amcard-general-container .amcard-image-container > .amcard-container.-active,
.amcard-general-container .amcard-image-container > .amcard-image.-active,
.amcard-general-container .amcard-image-container > .amcard-container:hover,
.amcard-general-container .amcard-image-container > .amcard-image:hover {
  border-color: #cdcdcd;
}
.amcard-general-container .amcard-carousel-container .slick-slider .slick-arrow::after,
.amcard-general-container .amcard-carousel-container .slick-slider .slick-arrow::before {
  display: none !important;
}
.amcard-general-container .amcard-preview-container {
  text-align: right;
}
.amcard-general-container .amcard-preview-container > .amcard-button {
  border-color: #0a735a;
  color: #0a735a;
}
.amcard-general-container .amcard-preview-container > .amcard-button:hover {
  background-color: #0a735a;
  color: #ffffff;
}
.product-info-main .box-tocart .input-text.qty {
  width: 104px;
}
#checkout .amcard-codes-list,
#checkout .amcard-field-container {
  padding-left: 0;
}
#checkout .amcard-codes-list .amcard-title,
#checkout .amcard-field-container .amcard-title {
  padding: 0 0 10px 0;
  margin: 10px 0 20px 0;
  border-bottom: 1px #0a735a solid;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0a735a;
  display: block;
}
#checkout .amcard-codes-list .amcard-input-arrow::after,
#checkout .amcard-field-container .amcard-input-arrow::after {
  right: 5px;
}
#checkout .amcard-codes-list .amcard-input-arrow .amcard-field,
#checkout .amcard-field-container .amcard-input-arrow .amcard-field {
  padding-right: 22px;
}
#checkout .amcard-codes-list .amcard-check,
#checkout .amcard-field-container .amcard-check {
  color: #636363;
  text-decoration: underline;
}
body:not(.page-layout-cms-full-width) .magezon-builder .full_width_row_content_no_paddings {
  margin-left: -20px;
  margin-right: -20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder > .mgz-element > .mgz-element-inner > .mgz-container {
  max-width: initial !important;
  min-width: 100% !important;
  width: auto !important;
  margin-left: -20px;
  margin-right: -20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0px 20px 35px 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-container .mgz-element-column.info_box > .mgz-element-inner {
  padding: 0px 0px 0px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element .mgz-block-heading {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box {
  margin-top: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title {
  margin: 0px 0px 0px 0px !important;
  padding: 5px 10px !important;
  display: block;
  background: #eb5f00;
  color: #ffffff !important;
  font-size: 24px !important;
  font-family: 'Carnas W01 Medium';
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title p,
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title p:last-child {
  margin: 0px !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title * {
  padding: 0px;
  margin: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-content {
  margin: 0px 0px 0px 0px;
  padding: 30px 10px;
  background-color: #ffffff;
  border: 1px #d1d1d1 solid;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-content h3 {
  font-size: 22px !important;
  color: #c94b00 !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-content .mgz-element-column > .mgz-element-inner {
  padding: 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box.icon .block-content:before {
  content: "";
  margin: 0px auto 40px auto;
  padding: 0px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg?v-01');
  background-size: 500px 500px;
  background-position: 0px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box.icon.icon_shipping .block-content:before {
  background-position: -100px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info {
  display: flex;
  gap: 20px;
  justify-content: center;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-photo {
  max-width: 100px;
  flex-shrink: 1;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-sku {
  padding-bottom: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name {
  color: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name a {
  color: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 15px 0px 5px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element a.button-secondary {
  padding: 2px 5px;
  width: auto;
  background: #ffffff;
  color: #c94b00;
  border: 1px #eb5f00 solid;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item img[data-amsrc] {
  aspect-ratio: 3.02325581;
}
@media screen and (max-width: 769px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    height: auto;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-top-left > .item-content,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-middle-left > .item-content,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-bottom-left > .item-content {
  left: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
  max-width: 40%;
}
@media screen and (max-width: 769px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
    position: relative;
    left: inherit;
    bottom: inherit;
    max-width: inherit;
    padding: 10px 0px 0px 0px;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading {
  margin: 0px 0px 0px 0px !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
  padding: 0 0 10px 0px !important;
  margin-bottom: 0px !important;
  font-size: 36px !important;
  line-height: 46px !important;
  color: #0a735a !important;
  display: inline-block !important;
  font-family: 'Carnas W01 Medium' !important;
  vertical-align: bottom !important;
}
@media screen and (max-width: 769px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
    font-size: 1.3em !important;
    display: block !important;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 {
  padding: 0 0 15px 0 !important;
  font-size: 17px !important;
  font-family: 'Carnas W01 Light' !important;
  line-height: 1.5em !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3:last-child {
  padding: 0 0 15px 0 !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button {
  margin-top: 5px;
  padding: 10px 0 0 0;
  display: inline-block;
  width: auto;
  background: none;
  font-size: 17px;
  line-height: 1em;
  position: relative;
  color: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #0a735a;
  transition: background-color 0.2s;
}
@media (max-width: 1430px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav {
    display: none;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-prev,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-next {
  opacity: 1;
  color: #e8ac2e;
  font-size: 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-prev.disabled,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-prev {
  left: -45px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-next {
  right: -45px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
#tips_in_cart body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0%;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  border: 2px #0a735a solid;
  width: 20px;
  height: 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots .owl-dot span:hover {
  background: #cee3de;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots .owl-dot.active span {
  background: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel {
  margin-top: 5px;
  color: inherit;
  border-radius: 4px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading {
  border-radius: inherit;
  border: none;
  background: rgba(255, 255, 255, 0.5) !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading .mgz-panel-heading {
  font-size: 1.6rem;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading h4 a {
  padding: 12px 20px;
  color: #c94b00;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-body {
  background: transparent !important;
  border-left: none !important;
  border-right: none !important;
  border: none;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-body .mgz-panel-body-inner {
  padding: 15px 0px 30px 40px !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .textbox {
  position: absolute;
  left: 15px;
  top: 30%;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-container {
  width: inherit;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element-row.full_width_row_content > .mgz-element-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1320px);
}
body.page-layout-cms-full-width #maincontent .mgz-container {
  width: inherit;
}
body.page-layout-cms-full-width #maincontent .mgz-container .mgz-element-inner {
  padding: 0px;
}
body.page-layout-cms-full-width #maincontent .mgz-row-gap-margin > .mgz-element-inner {
  margin: 0px 20px;
}
body.page-layout-cms-full-width #maincontent .mgz-element-column > .mgz-element-inner {
  padding: inherit;
}
body.page-layout-cms-full-width #maincontent .contained {
  width: 100%;
  max-width: calc(1300px);
}
body.page-layout-cms-full-width #maincontent .full_width_row {
  width: 100%;
  max-width: 100%;
}
body.page-layout-cms-full-width #maincontent .full_width_row_content_contained {
  width: 100%;
  max-width: 100%;
}
body.page-layout-cms-full-width #maincontent .full_width_row_content_contained > .mgz-element-inner {
  width: 100%;
  max-width: 100%;
}
body.page-layout-cms-full-width #maincontent .full_width_row_content_contained > .mgz-element-inner > .inner-content {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
footer.page-footer .magezon-builder .full_width_row_content_no_paddings {
  margin-left: -20px;
  margin-right: -20px;
}
footer.page-footer .magezon-builder > .mgz-element > .mgz-element-inner > .mgz-container {
  max-width: initial !important;
  min-width: 100% !important;
  width: auto !important;
  margin-left: -20px;
  margin-right: -20px;
}
footer.page-footer .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0px 20px 35px 20px;
}
footer.page-footer .magezon-builder .mgz-container .mgz-element-column.info_box > .mgz-element-inner {
  padding: 0px 0px 0px 0px;
}
footer.page-footer .magezon-builder .mgz-element .mgz-block-heading {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box {
  margin-top: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-title {
  margin: 0px 0px 0px 0px !important;
  padding: 5px 10px !important;
  display: block;
  background: #eb5f00;
  color: #ffffff !important;
  font-size: 20px !important;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-title p,
footer.page-footer .magezon-builder .mgz-element.info_box .block-title p:last-child {
  margin: 0px !important;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-title * {
  padding: 0px;
  margin: 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-content {
  margin: 0px 0px 0px 0px;
  padding: 30px 10px;
  background-color: #ffffff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-content h3 {
  font-size: 24px !important;
  color: #c94b00 !important;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-content .mgz-element-column > .mgz-element-inner {
  padding: 20px;
}
footer.page-footer .magezon-builder .mgz-element.info_box.icon .block-content:before {
  content: "";
  margin: 0px auto 40px auto;
  padding: 0px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg?v-01');
  background-size: 500px 500px;
  background-position: 0px 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box.icon.icon_shipping .block-content:before {
  background-position: -100px 0px;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info {
  display: flex;
  gap: 20px;
  justify-content: center;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-photo {
  max-width: 100px;
  flex-shrink: 1;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-sku {
  padding-bottom: 0px;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name {
  color: #0a735a;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name a {
  color: #0a735a;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 15px 0px 5px 0px;
}
footer.page-footer .magezon-builder .mgz-element a.button-secondary {
  padding: 2px 5px;
  width: auto;
  background: #ffffff;
  color: #eb5f00;
  border: 1px #eb5f00 solid;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item img[data-amsrc] {
  aspect-ratio: 3.02325581;
}
@media screen and (max-width: 769px) {
  footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    height: auto;
  }
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-top-left > .item-content,
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-middle-left > .item-content,
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-bottom-left > .item-content {
  left: 0px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
  max-width: 40%;
}
@media screen and (max-width: 769px) {
  footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
    position: relative;
    left: inherit;
    bottom: inherit;
    max-width: inherit;
    padding: 10px 0px 0px 0px;
  }
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading {
  margin: 0px 0px 0px 0px !important;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
  padding: 0 0 10px 0px !important;
  margin-bottom: 0px !important;
  font-size: 36px !important;
  line-height: 46px !important;
  color: #0a735a !important;
  display: inline-block !important;
  font-family: 'Carnas W01 Medium' !important;
  vertical-align: bottom !important;
}
@media screen and (max-width: 769px) {
  footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
    font-size: 1.3em !important;
    display: block !important;
  }
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 {
  padding: 0 0 15px 0 !important;
  font-size: 17px !important;
  font-family: 'Carnas W01 Light' !important;
  line-height: 1.5em !important;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3:last-child {
  padding: 0 0 15px 0 !important;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button {
  margin-top: 5px;
  padding: 10px 0 0 0;
  display: inline-block;
  width: auto;
  background: none;
  font-size: 17px;
  line-height: 1em;
  position: relative;
  color: #0a735a;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #0a735a;
  transition: background-color 0.2s;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-prev,
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-next {
  opacity: 1;
  color: #e8ac2e;
  font-size: 20px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-prev.disabled,
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-prev {
  left: -45px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-next {
  right: -45px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
#tips_in_cart footer.page-footer .magezon-builder .owl-carousel .owl-dots {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0%;
}
footer.page-footer .magezon-builder .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  width: 20px;
  height: 20px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-dots .owl-dot span:hover {
  background: #cee3de;
}
footer.page-footer .magezon-builder .owl-carousel .owl-dots .owl-dot.active span {
  background: #0a735a;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel {
  margin-top: 5px;
  color: inherit;
  border-radius: 4px;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading {
  border-radius: inherit;
  border: none;
  background: rgba(255, 255, 255, 0.5) !important;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading .mgz-panel-heading {
  font-size: 1.6rem;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading h4 a {
  padding: 12px 20px;
  color: #c94b00;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-body {
  background: transparent !important;
  border-left: none !important;
  border-right: none !important;
  border: none;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-body .mgz-panel-body-inner {
  padding: 15px 0px 30px 40px !important;
}
footer.page-footer .magezon-builder .textbox {
  position: absolute;
  left: 15px;
  top: 30%;
}
footer.page-footer .magezon-builder .mgz-container {
  width: inherit;
}
footer.page-footer .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer .magezon-builder .mgz-element-row.full_width_row_content > .mgz-element-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1320px);
}
body.checkout-cart-index #tips_in_cart .mgz-block-heading {
  margin: 15px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  color: #0a735a;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-bottom: none;
}
body.checkout-cart-index #tips_in_cart .mgz-block-heading > .title {
  margin: 0px !important;
  padding: 0px !important;
}
body.checkout-cart-index #tips_in_cart .mgz-block-content {
  background-color: #ffffff;
  border: 1px #d1d1d1 solid;
  border-top: none;
}
body.checkout-cart-index #tips_in_cart .mgz-block-content > * {
  padding: 15px;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .product-item-sku {
  display: inline-block;
  line-height: 0.8em;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .product-item-name {
  display: block;
  font-size: 18px;
  color: #0a735a;
  font-family: "Carnas W01 Medium";
}
body.checkout-cart-index #tips_in_cart .mgz-carousel table tr td {
  text-align: left;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel a.mgz-btn {
  color: #c94b00;
  border-color: #eb5f00;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel a.mgz-btn:hover {
  color: #ffffff;
  background-color: #eb5f00;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .owl-item img {
  width: initial !important;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .owl-dots .owl-dot span {
  margin: 8px 5px;
  width: 15px;
  height: 15px;
}
.image_style_01 {
  position: relative;
  display: inline-block;
}
.image_style_01 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.image_style_01:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.image_style_01 + h2,
.image_style_01 + h3,
.image_style_01 + p,
.image_style_01 + ul {
  margin-top: 20px !important;
}
.image_style_02 {
  position: relative;
  display: inline-block;
}
.image_style_02 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.image_style_02:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.image_style_02 + h2,
.image_style_02 + h3,
.image_style_02 + p,
.image_style_02 + ul {
  margin-top: 20px !important;
}
h1.orange,
h2.orange,
h3.orange {
  color: #c94b00 !important;
}
h1.gruen,
h2.gruen,
h3.gruen {
  color: #0a735a !important;
}
.box {
  text-align: left;
}
.box .text {
  padding: 20px 0px;
}
.box.background_white .media {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.box.background_white .text {
  padding: 20px 15px 7px 15px;
  border: 1px #d1d1d1 solid;
  border-top: none;
  background-color: #ffffff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.box.background_white .text.no_border {
  border: none !important;
  padding: 20px 15px;
}
.box.no_image.background_white .text {
  border: 1px #d1d1d1 solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.color-primary {
  color: #eb5f00;
}
.color-secondary {
  color: #0a735a;
}
a.mgz-btn {
  margin-top: 5px !important;
  padding: 5px 12px !important;
  font-size: inherit !important;
  color: #0a735a;
  background-color: #ffffff;
  border: 1px #0a735a solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
a.mgz-btn:hover {
  color: #ffffff;
  background-color: #0a735a;
}
table.striped {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
}
table.striped td,
table.striped th {
  padding: 10px 15px !important;
}
table.striped thead tr th {
  background: #eb5f00;
  color: #ffffff;
}
table.striped tbody tr:nth-child(odd) td {
  background: #EEE;
}
table.blank {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-collapse: collapse;
}
table.blank td,
table.blank th {
  padding: 0px 15px 15px 0px !important;
}
table.blank td:last-of-type,
table.blank th:last-of-type {
  padding-right: 0px !important;
}
table.blank tr:last-of-type td,
table.blank tr:last-of-type th {
  padding-bottom: 0px !important;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
  padding: 3px 0px 10px 0px;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content .image-description {
  font-size: 1.2rem;
}
.bg_white {
  background: #ffffff;
}
body.page-layout-cms-full-width #maincontent .bg_white {
  background: inherit;
}
body.page-layout-cms-full-width #maincontent .bg_white > .mgz-element-inner {
  background: #ffffff;
}
.bg_orange {
  background: #eb5f00;
  color: #ffffff;
}
body.page-layout-cms-full-width #maincontent .bg_orange {
  background: inherit;
  color: inherit;
}
body.page-layout-cms-full-width #maincontent .bg_orange > .mgz-element-inner {
  background: #eb5f00;
  color: #ffffff;
}
.bg_orange a:not(.mgz-btn) {
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  transition: color 0.2s;
}
.bg_orange a:not(.mgz-btn):after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.bg_orange a:not(.mgz-btn):hover {
  color: #bcbcbc;
}
.bg_orange a:not(.mgz-btn):hover:after {
  background-color: #bcbcbc;
}
.bg_gruen,
.hintergrund_gruen {
  background: #0a735a;
  color: #ffffff;
}
body.page-layout-cms-full-width #maincontent .bg_gruen,
body.page-layout-cms-full-width #maincontent .hintergrund_gruen {
  background: inherit;
  color: inherit;
}
body.page-layout-cms-full-width #maincontent .bg_gruen > .mgz-element-inner,
body.page-layout-cms-full-width #maincontent .hintergrund_gruen > .mgz-element-inner {
  background: #0a735a;
  color: #ffffff;
}
.bg_gruen a:not(.mgz-btn),
.hintergrund_gruen a:not(.mgz-btn) {
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  transition: color 0.2s;
}
.bg_gruen a:not(.mgz-btn):after,
.hintergrund_gruen a:not(.mgz-btn):after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.bg_gruen a:not(.mgz-btn):hover,
.hintergrund_gruen a:not(.mgz-btn):hover {
  color: #bcbcbc;
}
.bg_gruen a:not(.mgz-btn):hover:after,
.hintergrund_gruen a:not(.mgz-btn):hover:after {
  background-color: #bcbcbc;
}
.page-footer .bg_gruen + .mgz-element:before,
.page-footer .hintergrund_gruen + .mgz-element:before {
  margin-top: -2px;
  margin-bottom: -1px;
  content: '';
  background-color: #0a735a;
  background-image: url('../images/bg_footer_02_before.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 769px) {
  .page-footer .bg_gruen + .mgz-element:before,
  .page-footer .hintergrund_gruen + .mgz-element:before {
    height: 50px;
  }
}
.bg_light_white,
.hintergrund_weiss_transparent {
  position: relative;
  padding-top: 30px;
  margin-bottom: 70px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABcgAAAA8CAMAAABl0qnhAAAAkFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////UTh+mAAAAMHRSTlPlAFZlOayQSCsegnPYyrwFCyXiD55LmFuJ33wUbaMwxc7VPXdR0Lc1Ql8ZskXaqcDm/3siAAAMx0lEQVR42uzaiXLiOBAGYLVky/d932AbDJjA+7/dthwmITtDNqnsZmBWX1XAcsnGNUg/bXkISJIkSQ9NBrkkSdKDk0EuSZL04GSQS5IkPTgZ5JIkSQ9OBrkkSf9XPvIEeHAyyCVJ+r8xaNrZtk2uhbawcVCXmubWdWdVaGIh5dy0WDZqKKEoY2xPE61Xek2je4atRKGD+WpgdNf2yd4SGKM0GTNmmZynsYDnM8X+4aSqeHr4ChnkkiT9JpURwSsv0AMj8uC2HaV0nyWTEflwQblZZ1ogjtrV5WDViQ/XeoxOq86mxIp5ogNX1dTwDCVzyLueGisl3yuCL5BBLkn/rerwUzb5UQQfEFVGoE/KTlOmwEDY0ltFUVr973nnvzTf7veiyEC6YBiVB76BJzxiTUkXGUOUJtpOUfBzhMt+wXpmXhksxKjWH2md8/S5rizrozLiUQwNJo9P6nZr0lEHgGhH2ZDHnWppfWKdt02Z7euhNAdWFp0a87yeSp6XrDcMz4ufCLG3VNEoauEX/EPQa0el1THyDR9QH8DPIqPXJnilK7ou/vVaxROthFIWkntTwRfIIL9vlRh+gYGiSDRxXuMYruCf+Mukn3ba4rhMfpz+VSXqnl7LmJislPbarsXO7RFbbJHRN/bP+xJtsVOQvgjwT1GOogvtfYA2Y1bNru3H5XMD42aR5VWB0msjFXaBD6Av11EvJxJX1x7gM7yD3u5ECCQVtgIFQ+kG7WeYDsGSeJMiLDP/gDuUY0Kz5XISJYgwR5KsHizRZkxkXM75ctv9C6m7ds3SVItCZJswu2dn46xfbuTXjtMMtTXk6Wll2+RTCjy4W27+XafAtr36cQpxXrS2C/JD2KmLbVeQ77ByVk45tX1C67HOG/fp+sI3IRHWrnvig6KPJk/TlJvJSPftkeV1axwsXk5BL0ZcT7e27Vw0uZUEu2GwRJGdTBG81dbi60hZkrGytEa6VOiGCHZ9+ZVSFOMy7jKb3J27rMijW/sDeGZUsPAreKHjd1fBDRP4cMXzQI/gJ1UAPuaLloyQ1PvoRxhe3YphE/mX3/dl8+O8VtNGHBD6C+WFJiwbdI9hhOqs9+BdETLQz6cTMIh3u2QnYElWVUaLZ7bKPDeXBbfnYG3xKO9NrefDr3iR0e5GNphmud8puiBqsARDWoS8Ihpv9cot0/NvS0/pOB2i6DDS0YA3dj3GYnSd4F5A2S/s6Wewaxijy3JjIwLKXWzVV65zh5OVzHm9z8lvEDrzHJLfYDWr6mlb3LqqVfijX5ObW0Jck7EmJDeFa/Jqo5oDZjcySzZqC2bylKP0dOlZrFyxzi26LbcQjYoKcm9C+BoC/wX/7+0sgDeGFhbOhr52ig342ekAGUBtK7A4BHW7dKYhB1+Ht9IMopCgbi/eXO11Ntsrx3W7zY9WqnbhMhRSLuQmS5T2baD2l8caCb7uzXlOuYlKyypFgvBlSHBR9u3rwbRaLN7oEpTW4tKtwURx1RhHmhhx4hC8CqyWnsjHOHjFnbN6t3uJocbGfmq1pXpkmQ7XPGP87wsx2xHWdig2N0T6la2V9EdqNSvyG4VuI8b8vMKvi0j3ooM39lghwWcQ+A6VStIKkO/DIoALuqlAqPFPy314dahAMPPA1IG6GSz2JNwB8sPZ8VvSQwKHJMC2+BSvw2M68iJWOHlwTrcdxHrDsPzy3FA0Y+DDLVFimWlz2nYbO7zceW/ub4lQ+k72rAoO+RedsfJebYrQTVkmfyI+a8M08L2DAYucjA1nA3wcge/BTA9fvdXGf7OU6xFieIBqsX8luvABFmYDi8nYZfCCL6GNVnrkeS5vySEnxPJEZz7QCMAhL2imkQfx5M5qo25X4aaZ3a2a5mXZ2Nd3lFjXb8jFxp2buBH3q4W96ebU8uEdnlI3hTkNphlzFJ/UswzyP4ybi8WmtCBf58wxUlX37Njh89DEBnnP6sStUTxRGVxXDNJ17hDps85x7BwjkXjmiqAw5C18GIHv5PUUrihEDJAZN54IXep0r2q6w6WvO8FisnIQKkAqvjJ874nI/2HdEn1Ie6acsbVN8UW/HmBxRh7DKUsSWlvWYLHnB497akQjZQz3mSjT2uAAkXjyLh7DRYIPHxZgTe6ISdqIJJ+7e1w+lu6N7cxnx3Fc13FC8o/WWH/M97f2/FiYoie5Si5UFT6MwO+UP5GCHnGjdTwQGHEyg5Ug6BosVBH14Nepwg8gnLdTRbYAnm9307Fv8FBLHFJzkVn2Ub2KcvIYCtsOiRB2nHeXaaSmalfgho1FEkcqNoou5ajZute26m2nGDWqXLeWpHvH+fkpDF+aDnwYgW/hww1BPAIo9vopA4FZEzOHChaKB4JX1WrqsyILmVcBcslmCgN24gbRIElL7NJEnnf5lABmIkmS9HDsdUiuhB58FIFv0WVwAycGMEKcIwiM+eu4VmBRBiBMJr6PorzeqU+A/GBzIsOQup6TQEEogBFBahmWrzCWZSmRJEl6fBF8FIFvUVhwQ3AEsIhTwcGhXsXDuiTEBGCjp9ceCJTMQPWGxH7ACpHtjG/10c3PDqAjjZWyyxkJ17F8xCJJ0p+jgo8i8C0CeE+fGwBeyn2enjvPVA8ATToU6aYGpGwT2G9c1UvKow9otcXuUE3ZeTVzLh/cSZL0RzrARxH4osiDf1UAi8QK8pTXgKI97szmMQ4752XtvNKPTP5nVUn6i7173VUTiMIwvBYnGRgGGAQZFAGPFTd6/3dX0cQedptUbXfT5nsSf5jw+w1hZs3Af+yPvpHP4+zL+qVQScBX/X3yPnmzqyCoFrPVnP1FWdmfBAvbuo9+L/1UzJNfWh5N0tWssmftnDmki6guvOlJYR80APzvfuNi55z508aPmWO+sRrl1cxZoI8Lb1e1x1XJV2kdHKnJhVMOdKfpRkp6Z+iis3JP03H0PVzczmvaTK6DBfaiKovTrhlotDVklML+OQD4/xlJNV2drNQXm5dCHiccL4rKM/tibG5dtaJfcrw500jV9zCrahpWnqt2JYYBAABeZIiaI43Wp/Yc9Vn2RMj7WKzs8hRps1b0jVZqF1+lAQD+IHOdSadRIyNvsZ7Onwj5CV+fAQA+nuwk3QyaLrQiUq1K+YmQuwQAAB+t+5Tu6CbSdDFVrRm2OSPkAAD/iMM9v5rGknsVmaPPCDkAwL9iZ53pwtBFN63KQ9nYgperZ0JeEwAAfLhofR5zHg7UzUQcMwt7E8yz5JmQ59iYAgDw8bargQYztMoNKtvxD3lQusrfOwfbieOH95H7+cG2SwIAgA80NUaaS8e3jQqDsmzaVkVVta4OVpI8GPJVGIaHzaYhAAD4K3TgbVWro3bXOrN9bT/8aSUwciAAAPhbNG2jc0dSdkXnTSsqmEXyUMitmpmTrBf+0nnLr9dHhmG4DoJwVG3JLehGN6473hZMV6ZoZRHiRR4A4GWSpNY6ohvFzPOHQs5WyVeOwz+QCObcRJrqScI386UzeVsmbCfsSxwODgDwunqrpezoSj5/+qFlcv4JsVxEY8Z715tkzMn4YLy8/NpD7BEAALxEk2rI3P+mj4Y8uYe8nfM7+55HwVuf2ku7o4vmKNts5XZFzhORVRgoAgB42qDPUk2PLRlJd97Tb+SO4PdUyWJhz2S/6ugrcggGopK2uPcYAOBZXmCJlFNm3peavlC/84agni2TlnSxo6+5+SIV7g57zwEAXr/bLV539I3i9ZBnKV9MSsHNQdAmq+l72zfbsvecEwAAPK22Nk7PXNF3Eub4pZBnQnQZc9+QnCmdWyvP0DtRyEHOPo4y/9zeHe4mCkRhGD6fgB0QRUAEUVGzam1rd+//7lb702xWqDXR5H0u4s1kcuYMAHzfZhOlubS2C5K8pnvIw4PC9FgkUtl73RelXuxLdsr4v0y8cuUYWAGAm2RZttzbhY2k6K17yGPPj204XGhRVzOrJlPv0/6vZzXrtgDgRrEX2IWR8+rpoFPI57mkVVLV7pCGGpnVvSy2q1zJFTkA3Gr9xy59no/TUac58oUvqZbkm1WSipe5XffRD50BAO5g9nsZad4+5G5X5NJR0jgt3iWF7tWu6weD8W7DA30AuIP9pC+Xtw+5VaEkfy41c7lE0q9WIZ8qybcGAPhxUTRVs2sd8sZmTa7KVt52ORpvl+9ysV03DQIlM5YfAsCPy8okqeTHrUN+CNI4q2P78hGZrTJrYe1FEWtWAOAORpLGXUJe9HNuugHggUx00iXkZZQQcgB4IL2uIR8cRcgB4IG86axpH/KlCDkAPJJCZ659yIeEHAAeSkjIAeC5pTrzCDkAPCtfJ+FsT8gB4Em9SEoCmxByAHhS20E1CMz6hBwAntTw2mf6fwGciTCNAZDaKwAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABcgAAABaCAMAAAC7f0WmAAAAP1BMVEX///8AAAD////////////////////////////////////////////////////////////////////////////NY5A9AAAAFXRSTlPlANgFyQifkIFku3M6VUisKh2JrmzzEc3kAAAB30lEQVR42uzUOYpCARBAQb8jsziBoN7/rMYGQof9oOoQdTreXY7jfAJgm/vxicgBEs4iB2gTOUCcyAHiRA4QJ3KAOJEDxIkcIG4e+VXkABvNI3+IHGCjeeQ3kQNsNI/8W+QAG4kcIE7kAHEiB4gTOUDcPPIfkQNsJHKAOJEDxIkcIE7kAHHzyO8iB9hoHvmvyAE2EjlAnMgB4kQOEHcROUCbyAHiRA4QN4/8X+QAG4kcIE7kAHEiB4gTOUCcyAHixpF/iRxgpXnkT5EDbDSP/E/kABuJHCBO5ABxV5G/2KmTE4QCIIBiiHwX3Ptv1hbmOA+SIgLQJnKAOJEDxIkcIG4e+UvkABuJHCBO5ABxIgeIEzlAnMgB4j4iB2ibR/4WOcBGIgeIEzlAnMgB4kQOEHcROUDbPPKnyAE2EjlAnMgB4kQOEDeO/BA5wEoiB4i7ihygbR75V+QAG4kcIE7kAHEiB4gTOUCcyAHibuPIfyIH2EjkAHEiB4ibR36IHGAjkQPEPUQO0DaP/CxygI3mkZ9EDrDRfRr5WeQAK40jP4kcYCWRA8SJnH+7dk4DAAzEQFCp8/CHGwQHYKUZEFtYBuKukAO0PSEHaDtCDtAm5ABxQg4QZyMHiHM/BIjba/IBQF8VhRMOkL4AAAAASUVORK5CYII=');
  background-repeat: no-repeat, no-repeat;
  background-position: top center,
		center 60px;
  background-size: 1480px 60px,
		1480px 100%;
}
.bg_light_white:after,
.hintergrund_weiss_transparent:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 50px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABcgAAAAyCAMAAABf2MiRAAAAmVBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9EnpBsAAAAM3RSTlPlAII5ZVZIrA6Qn7sdcyvYeOK1yULOmojEbzFdpJXdS1lhaieMFwhP1Ki/IVOwfhI9NQzm5REoAAAVqklEQVR42uza6Q6aQBSG4e8gSpHNGVZZRkQFRMXl/i+u2Gqb1ja1a2p7HraT+cO/N5MA6IEHxhhjf5sZfQ2HnDHGXgKHnDHGXlzAIWeMsddWcMgZY+y1yTcccsYYe2nJhkPOGGOvzeaQM8bYa1sRNc6YQ84YY3+MZ8kt/MTDr6FtiGaq4ZAzxtjvo/AJv4gcmWhmUyj8GKEwiPUE09S1+a8Vxhj7rRS6uYQIFT7ypITX+j6+pbWszvf9VmFgwNCAMMpWRLZuToiopsH3hPzNLg0y3XHmYIwx9py9m9orWOdjAwsfCO/9Q2IwT227XC41FEksMJBZ4BgeEu1MVFfuahTQrpwFdCLaHOl5oC84Lefz8rQGY4z931TcAB0eKXxmd0zts6zIXuBO6PtF6qbuLt7QSDNPdLMarrk8nWJNz/Ybw1jeVi8Xekb9VMgvFjBtcScFGGPsf9GGHoSy/A5R3PVOAhnjnURIhNo6BFqVUOADuO23h6EVFrwI6LaHNndMc6v3RlX2a23YGDtjOyjHTUrBbEj7JNBnlTZOxuveivJs3m8tm+g4St+4+mW1SONGX+ubJjvSsLqjB0c4T+3ILwekswNugt2yPK32Cowx9k9JzFwro72jcLM9AH0LCKX58iC90IisSMip6BCGy2lmWssuWjb1QT/FwFQAOQbduxH+NIGZO4fYNNF1W3/rh2ZRuFnkVktrmc2yLM21fKt1BZSBMOqMyCiisEQcr2xrkuvL0pDpeqEfifY6DS5neiRRPRNyciVRWgqn1FvTqQ0wxtg/6JjaQdCcQ4E7D1BoAUydBFeqFUA4HNdTtGF/gOodyATwlMDd+0ndpo+E8vysKuNdZBoevCxKQiPfSlxZTXjwuqKrkqH5k+AycsryTVpdNq59tIOUvio9PxXyq94th3t8JhdaUaYtGGPsn+JVRgQPDwQGicBP63DlyUMno85Yt9rhfepFlKBD5BWQ/mwbZEns03Z+1GS/GMWn+boyJlpAH1wWF3LpwTMh309pkNqU+TQIERrmrCon53je4yu8md7wN1LGGPuo89FBQazhiVBhGLvWgDCQW4lSgBEsF4sVZek5TBZNNdkc63p1rOlT6Y+FnDR6b7Ohgbuhm37ShNrANKdbafmth3da34jHRLWFK+WDMcbY3XYf9mg1Hz6UKXxPdBH6tdHlYpRm+3k8107LIKD6Gt39KitnF3oa6GuOOT2YtfZwS3uXvuj63trD1bjOwRhjzLo/u2Un46INgajQDWixeTBD6ed9YG9quuvzIp5KLTaiySj96ZDryRfWjOvbzh59WTle1RQUCoiIAiOrCqsNwRh7y955sDeKA2FYCAGmi947GIMBl///426E7Zwv2eS23+4e75PYcgISjOCb0UgkG38qlvdUPnh2jixltAd/RNY8hpj6SmtnSjqPnsm2yA+5k44HO60UL5OSuOPesLcRcobQsmzL9LtvFfLmwr2DM7+7Tx7uaQ5HC62f4HPVwNZp6NipkobbcvSNjY0/hVyhQiLYaSEGDo2KoKjcpoGsxJ4/coyj9laDd1pjANqe2x+597kaQus7LJs+mv63CPnHuOsxaIXGvUE87I82Qo/GEUj+cH2cRCFvS182NjZ+f1SEAn8xmm7f7Rvux2DolTTbLvdZIO5rsVHPfZJ9gMp7kQet/8dW58UeZVvV0cbGxsbvTpj6gV/XF6LrSVScxBNfXP650KTjfgqI+2o0jmFwb4GQ/SM6g8uc+nwWqD8eLBOhw5Z12djY+P0YDgfJzFQTWUFAgsmNDUPT9k8aucbr15Mb8+ISJUZcadpuz31/EPdtpOjIfTklud5Lmn5U0932+P/GxsZ/zmyhr8RCtomcEDFyjwz2LA2jpMeiHCRpkEYB9vXIBZq4MpgEVg331Xx/IT8jpHFfDkajT/xAjLCIYrOZ0MbGxsZPRUX/wAMZt2d0SFvpHNvI+ur/KmGlOLrwTdcSUkluRNPcT484dHKo0xodb0jxdDTIpbrQyJf9bEmE86XomiN3JBrvns9nXnuE9VpxFuulbiWl4x78CCHXhIL7CpJRFZraRMhsst7nKBrRxsbGxk+EiY5pmShEuT20Ph71pJDUNKfedLFzE302DgIs+Do41pAX4uJe2iGtU/XCnV3c4suynLpTHKWSJIXSy4rsPEdPhI5KMzuEWuDbhDcHHcLQevgcgXvhewr5rrnwTxjHjvsi9nv2stvtuLVw5Xbfjc4llOo1SaokqSOs2Kqq+jSK6qQmdV263W5XUIqBQAZ/qIB1HYX0x10Xl4QU2q7A2aDOaYvlWdZlXMMeT5z6YPaylkYY6ziV1n/qYbfF7ommIBGNyHF3qgIlbeFoKPZtdSjEiUi2LSmZjD0nzAhOA0qJy2u7ZzSxEEosSbBnFWV27rQJv3sQT1VU64qDHuRqKo2eaXpk1xX+6A1Za88k8ZFpS8MwtIUW80WZ9Ce2c4HbVqbJ5dJTDz1Qi7jTRPdy7C7UNl/qxYWYWeiFwzhLQ4huBFWt4yDARMdZaocH2w9wgNspjiNfGm3VsdBbHHXwg3ZAn8CSMG5lee0N+8BaC6VZUobUztGKB3b27mUTTk3x5aDNFMlWP1WbF6qqiV6h9iSwPesQqnaAsRwMaupDYckk1ZZG9CBPcUQIifQ2S8dbi2NJIvYcszJI7GKSskoQEmmtUuwFQRBFkb/whLa+omQtpoFie16mk4o+7DVUvRsfT51mCHqrKJIEFdmD3y66jq27eQ/om3BUCbC3xza+mtwyw1D1UigGMvTP5wf1FrP/wvpgsZepL5rSbQJ94n1jf2brDOG728Frt+d2156gL0ZBaG64D0Hcr8F+9QyxcdROO+AbKjoZZXHRmiQRGEVsGMUUdx96pRc47npOCBEm8Rw3mqYZPEscNSJZMIabrq6EXmQIzf7WGJ/oq0eQZXijOiMiDN12JFqKRVESnXmNFkele+JcWwbNZxMEvAAk2AftgjsbU1JNyd3rdmVS6VgGWN2+DE1XGrdyhqp5VmgIEOFMCg9mjqw06XtD1NkxUF/xdfwQOM9EDMuhVw64HtPQMR+CZ2NC8agqdVllc6iGdlnL0p1BmtXRZFu1lVDVMrLMIalwqnoWAmZ2fFkpEF1PVTV0PBP0dUzptPiSGsIn00Kwy8GB1t5i2eDMggAqQ+9Q160EmqnTm0+wwiESEoJlZZTiqGVty2ma+W1AI5qpTn6gYt3aTBEHHCngX+dUBqP2onxvgmpaA10KNxRgwLWWLeDr97tG1MFfqUlCFXWmYEFdJ1iaBzA7Xl2LAqUgU5ayFwgemGXw5BoiSDsI8hze3YsXRIl7v8yuYlm3jjPq09lotI55/+NZnMQyWUJLalltSjrbcp+QRORPzXmqCtE49r6vx1rjMnMCo6wnRhlI2FdsNpeWFGJdVVTKUb5a90bujaodIoYJ/ovhMe8OzgkOXFaGMEcrzPuBz81DqN6eJXttRFXv/WGaTC5keXZy9IynYJ3Cmc7heimkPrsoX2gdtgmOaJD+EQ7Ew3LKOjhIrtw+eXXh3kzuMTNACch0XCo0k5V6UKEXpBmZs2PaGUTl/lx79IAzwXO5vcsVVKhDmaqeEqL8o8D+PeBQPp6L/HWEvNMA48Hxyn0VGn8H7pu6PF7EXjxxDQub4r9l+8KvuCJEvuSJWgepJqTstYZ3p4pULNbqe9dtwKPC7d5iPenPcSGAzvMnjmG4INQ08MkrK3e9AHs94ZZRQCFgLav++tjm4ooFf/c+OwjWds8VUMWn4ulWbnhA476EazJ4KB+CyU0wSL1pHgLQu4PU0uaCcZUIpB5CX6Z1pdNFd6ERnpSF67oizrAYx5MglCRaQrRiQhRrwwWuMIacXcsjyNic4sooPISyyTC0hhB9gTAZYmXm7iYSRRSDYfbNuUhqPCOGpYC8RnXNx3Bumju5F9flxQXjWmAtkkpstEsBBQFIoB7oSgIkAiuDUGrgRt3V5RtGzL/mAkPD2O0h58g/YBtqR7eqyYME+p0BcbQBQstqMZ76794dmnZ81cRZ/Begzu6pEuN5R54XgUl4QBglKxXiP7gdORxzx+2MIiGkKMAykR5VkziBRaH3BGC1Vl0TIIqiumhO3LGMwDUR4oM3S4QXqkFipEpG2F7YRoAZ3GpYhln11mB+9hw5VWfFx0CQDQcE2OsHxbYHRc7Ab2GhDmRFYXLeYpyF9+Vm3qwof8IjIi64eo47RbrG+i9y5LYPFsWzEku0c08REAqLHKExV5GaI/p3V68Jbe2qwctxKgQqCsYxJaA+MVc0UGPXnY6XKkMfYllvf/RSkCLuI34dIf9TOfLui8pwK2WbSqn7xpEZrlBC5ItbijEtV63ac9/GlWWujq7IcPlztSpHRRhl78aN1hjNFfJboFmgWycjjtfD7B5JJO0BSNrx7mZXL+jeFCkRGeDySpF/AbwmuMQFw41/UxCbRZivoxvQjoCNVOqpEN3zOuwhtSBO+jqwiQTtfgb89LfW3Q1pGN2L0WJ+VT7jvvn+aFzcvmVVEMHd/7uBrredjNvdaMCZseKu2739h4ndlIDdBLEDEzBWJ7AOH7vVQDGTarBJD7pLcSAvrpHggHmtm9VLOMVSB8OwtE5UyX55CyR0rNO6P7fSIINvXFEAOcA4dFTAlnw2MAAkycsPEPo9mOG3Tjibd18LWq1kcpaa6IdzkFhG0g7/xNVmjpwha4SL1vOcu6NyDgWHfY6LrFhs2OBqLonocv/CRArO3d9XaWuihF4xI5Qr8K7WmZR+ekjjocNhThPNOHEfswn5j2d345vrOL2OGLXmHjKKTBIeJKSC14mlbY0mdgvhNtiIyN/Q1DNNJ420s3RgEzRsGB4sc24zbXDQA8iLjLMEm7yDnWa3tPY9l5IjxvPuLK39Md7o83A+bi37/erNiiQpCQDpsU5rYt6dJlHTijqiOAOJ84MoKvtJKNlWSUDFhjqWJy3gTmpKQTZLbZ170YD9aqpzQZIaU/FVAi4aTeTJga86Kc58ec1A5D4OghaktuqrCMuYO5FW1suy17gXzjdXQ0i1RtSFIa6hbaTjpT9pCW5xnUxCpTAHxkbpuljg1CfL6ElyWVYRpZQcjzVUkq1Zi9kz8/CQ39JHQQQeIH2ymQUdYpqTEano4Ms0CXx/APk8qBmpF+zPzEnmz+aEA6O+g34G/69nPzwrT06cJCNzKcpQxTLWK6ESaCi+RE019yjetdt3r4/b3mhHUOrU8g72hAc/qikmRR9djOu14xh7rmHzR95T5t0M3CbmVi5pbfhBzb3LJuT/MffAt3koMjD1ongbe0eB7XjqzAKfNd8c2pI9OjLWBZiZLQ7oS8idQQlf/0ySQo/FfPPgt7gNLeSo6BWmY6J3CBU2AciS9Eyz1ccMJxyxNCjZqu8fPOl1GGSM9boCNRThWq5AAXvQT11vbgLM7AJWeZVmi8soYvkWd2qeRzN8012/eLRyOmodH/OxxjAujLNxZK2zWYxv4Aq13T1oKaxAlxYlK1d1PfVF4RpHPfXbJSJJuU6i6PrU12Ra5EzGEaGyAr9bWpw54LlmZHlrHvwQVEWhU72AA+eO534q9aBtA6oHfqYoLPMl44I3hNbeHrH7aZi1mEQxV3tK/hgCzuaVAyYrdOanYWHTTKDw71xZp/gC2THSZyPE/+MajFvjYGclx9BSoSsig3uXTci/D/tbTFwSILqPn+WgFhsBDx4oW6oMIT4nSouB2+ToeDABhFAa0KgSzzVC6tnQtLgo+34S+T4hZHKbUwm1rdCqd89xnBCQhTOP7TmjCaQV4shDKq4r2vq4AkHbaQaD1wlhUXgVtSy3CeIHQOCbwrVRTBHGTC9aUGLjRH0/o+WRhZtZVtXYV5SUwhYtpkQP0SdwIBRn+6brb60DG9Z7a0o1YGpuhiPLCAzDmldRPx2Wj5lMhYtbthIL7LN1kglTdp4RE+lTomNg0eE8WPStM6MFOFAUxSdMEUn9mFqGT8nD6lgOdGag+NVtwoJ7vhdu9HzziJQ0prhrdQkbxriXjvtJHMV13OTykLUCp8XMz1z6c/tNDwaoezY9ElNZptDbYiSDcAMUA7LPph6hnEprpmrRI6Hg+aKqqcq6RbI9donl5p2fpO5O6H2/pkJK1t5XQvQL46ADje4abdg3xc0Qwk/DaEHGxDVUX3sE6SQbVHVKpvhcZQ5ayc3cE62/BzxtkHCfxSbk34nOgJsMVLXp1miSsf/MmPxROLq3GVh4E0FdKtAbkWW0+1gUeyFZB/Iu1K8rwCDdaSuSrYVUpjx/TnAqQWBGC57obtec8SPn6stPUOPSZ54jg7dZqsmFZiPHkUEMlxFu99GWo7KsqHrwHEBVJSUDZ5OaphfwjRHJANYj5idKDE5ISKiqUu4qDuGAiXha8z6GMfmDt4qIA3jmY7kKuJ91KR638UPZv/Pjp5w+f5t+TchKpN95Nf+va7u4VQAJSHFNqiqZ1Tv24EvW0xJVKdOn472ho9sTfVE8xAj9dl2p6uW5Fx7Qt2KyCQElVd/UpLZ0yZRPDCy/xbdYw9PyVPhyxlfLW3PVjN5Ynofg6Ik6RFbi+tldmvuBxTxe5XpyvIMO4RmuUGmcEVWLbYVIRYMVWp93o2xC/uvQaQ1bq/Z+LuDK/VbsX00MdEw6Om7jj6ODOWbeNd7p24L4inyDLdsvhZXXy3SAf1sgNAmfJCEvCHCB6czh9NoR29Lf+OCPFkoD5SmmwSty/qLWtwGyncmyckD5nLFPB9U+qBiC6HRos3WraxyzG7Fh0u4o7YykJSuv3P70mQ/PPHP9YNtYb+dBQQH3WXypkF87NkSFEM6Iz0VZL7JyI5Mf+MoTdy/OjNcmRbzjDIMvKn25+X14iU9YClVaug2EooKOgVaWaWLcl5L9Ztq1sbHx23DSQMbcFf4FjdtTBbMlTxpf1CU4imJd8yUWSRCx/KZxl+OL23GAcOZ+IM2R+0zQvziReKoDZV3pFDqfnkGxFNn3FQe9iznOsP8Yemxj1Q/0mraKbSHLCecAY2zn6C1sfgdcQLuAA9C4jY2Njf+K/Y7xXg7rl+ADIb+6WLXQO6iSBFqc40DO1j8PMKcsFdvWlOo6lj0m2dnkXhrIx2HPzmKOExW5zbJ0HrIlitpgna9pZUyTwu2xzKJ3BHht5Pt9s6VQNzY2Nr5ZyE+1im7YszSa6J+Mk9gvOai16ln3B4VV9IIUrAsm+OOeVYRV1aY19aX0nqFqmYjTqrisMy5xHBvitP4d3x3wizi4jY2Njd8GxL3PafLN+yLk1pZajAP7MS2wrkUI2SIzSZHpuWNJGMhqsycAGaffbWbur3bt2AYAEAZiIOlSZBP23w+JAah56W4IVwbIteqtZ1/TBcCP7IcA4YQcIJyQA4QTcoBwQg4QTsgBwgk5QLgDyod2Iq471k0AAAAASUVORK5CYII=');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1480px 50px;
}
.field-tooltip {
  z-index: 4;
}
.field-tooltip-content.bottom {
  margin-top: 10px;
  left: initial;
  top: 100%;
  right: 0;
}
.field-tooltip-content.bottom::after,
.field-tooltip-content.bottom::before {
  left: initial !important;
  top: -20px;
  right: 0;
  border-right-color: transparent;
}
.field-tooltip-content.bottom:after {
  border-bottom-color: #f4f4f4;
}
.field-tooltip-content.bottom:before {
  border-bottom-color: #666;
}
.page-title-wrapper_sub {
  transform: translateY(-2px);
}
.page-title-wrapper_sub .attr {
  margin: 0 4px 0 0;
  padding: 0 7px;
  display: inline-block;
  font-size: 1.3em;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: 600;
  line-height: 130%;
  color: #0a735a;
  border: 1px #0a735a solid;
  cursor: pointer;
  position: relative;
}
.page-title-wrapper_sub .attr[tooltip-title]:hover:after {
  content: attr(tooltip-title);
  background: #ffffff;
  white-space: nowrap;
  padding: 6px 8px;
  z-index: 100;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #636363;
  margin-top: 5px;
  left: 5px;
  top: 100%;
  font-size: 12px;
}
body {
  font-size: 14px;
}
body.page-print #header_container {
  margin-bottom: 25px;
}
body.page-print .logo {
  display: block;
  width: 240px;
  max-width: inherit;
  float: none;
}
body.page-print .logo::after {
  display: none;
}
body.page-print .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: inherit;
}
body.page-print .mark,
body.page-print mark {
  background-color: none;
}
body.page-print .amount {
  text-align: right;
}
body.page-print .table > tbody > tr > td,
body.page-print .table > tbody > tr > th,
body.page-print .table > tfoot > tr > td,
body.page-print .table > tfoot > tr > th,
body.page-print .table > thead > tr > td,
body.page-print .table > thead > tr > th {
  padding: 5px 0px 5px 0px;
}
body.page-print .order-details-items .item-options dd {
  margin-bottom: 5px;
}
body.page-print .order-details-items .item-options dd:last-of-type {
  margin-bottom: 0px;
}
body.page-print .table:not(.cart):not(.totals) tfoot > tr:first-child th,
body.page-print .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  padding-top: 5px;
}
body.page-print .block-content .box {
  display: block;
  float: left;
  width: 50%;
}
body.page-print .block-content .box::nth-child(2) {
  clear: both;
}
@media only screen and (max-width: 770px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 769px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 20px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #636363;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #636363;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #636363;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #adadad;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #adadad;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #adadad;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #636363;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #636363;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amcard-field-container {
    padding: 0 1.5rem;
  }
  .form-returns-create .product-item-photo {
    display: none;
  }
  .form-returns-create .product-item-details .product-item-name {
    margin: 0 0 5px 0;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -20px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #414141;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .mgz-newsletter-form-inline {
    display: block;
  }
  .mgz-newsletter-form-inline .mgz-newsletter-fields {
    display: block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #ffffff;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #c94b00;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #c94b00;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #d25500;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #d25500;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #c94b00;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
