/*----------------------------------
GENERAL
-----------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}
#maincontent {
  background-color: rgba(255, 255, 255, 0.6);
  padding-right: 0px;
  padding-left: 0px;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100%;
  width: 100%;
}
body {
  color: #3d3d3f;
  width: 100%;
  overflow-x: hidden !important;
}
.navigation .level0 > .level-top {
  color: #ffffff;
}
.column.main {
  background-color: #ffffff;
  padding: 3%;
  margin-right: 0;
}
.header.content {
  padding: 30px 20px 15px 20px;
}
.page-layout-2columns-left .column.main {
  width: 80%;
}
.page-layout-2columns-left .sidebar-main {
  width: 20%;
}
button {
  background-image: none;
  background: #f2f2f2;
  border: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #8d7f60;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button:hover {
  border: none !important;
}
button:not(.primary) {
  box-shadow: none;
  border: none !important;
  border-radius: 0;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  border: none !important;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  border: none !important;
  background: #cec7b8 !important;
}
a:before {
  color: #3d3d3f;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.columns .sidebar-main {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
/*----------------------------------
Site
-----------------------------------*/
.content-pages {
  width: 70%;
}
.content-pages ul {
  padding: 12px;
  margin: 8px 15px 8px 20px;
  list-style: initial;
  line-height: 25px;
}
.content-pages table {
  border-collapse: collapse;
  font-family: open sans;
}
.content-pages table,
.content-pages td,
.content-pages th {
  border: 1px solid black;
}
.content-pages td {
  padding: 5px;
}
.content-pages .table_static th {
  padding: 5px;
  border: 1px solid #333;
  width: 20%;
  text-align: left;
  background: #ddd;
}
.content-pages .group1 {
  background: rgba(10, 150, 210, 0.2);
}
.content-pages .group2 {
  background: rgba(252, 140, 66, 0.2);
}
.content-pages h3 {
  line-height: 150%;
}
.content-pages .table-opening-hours {
  border: none;
  width: 60%;
}
.content-pages .table-opening-hours td,
.content-pages .table-opening-hours th {
  border: none;
  padding: 0;
}
.sidebar-nav-container {
  width: 100%;
  margin-top: 20px;
}
ul.sidebar-nav-ul {
  padding: 0;
}
li.sidebar-nav {
  border-bottom: 1px solid #beb49f;
  padding: 5px;
  margin: 5px;
  list-style: none;
}
li.sidebar-nav--title {
  border-bottom: 1px solid #beb49f;
  padding: 5px;
  margin: 5px;
  list-style: none;
  font-weight: 900;
  color: #005023;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 18px;
}
.page-layout-2columns-left .sidebar-additional {
  width: 20%;
}
/*-----------------------------------
New Products
-----------------------------------*/
.page-layout-1column .block.widget .products-grid .product-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block-content {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
}
.owl-carousel.owl-theme .product-item {
  padding: 20px !important;
  width: calc(100% + 0px) !important;
}
.block-content .products-grid .product-item-info {
  min-height: 380px;
}
.block.widget .product-item-info {
  width: 100%;
}
/*-----------------------------------
Mini Chart
-----------------------------------*/
.minicart-wrapper .block-minicart {
  right: -7px;
}
#minicart-content-wrapper .block-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#minicart-content-wrapper .actions {
  order: 6;
}
#minicart-content-wrapper .subtotal {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  text-align: left;
}
#minicart-content-wrapper .minicart-items-wrapper {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  margin: 15px 0;
  padding: 15px 0;
}
#minicart-content-wrapper .items-total {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.minicart-wrapper .action.showcart:before {
  line-height: 32px;
}
.minicart-wrapper .action.showcart.active:before {
  line-height: 32px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before,
.minicart-wrapper .action.close:before {
  font-size: 30px !important;
  line-height: 28px !important;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  font-size: 40px;
}
.minicart-wrapper .action.showcart.active {
  display: block;
  position: relative;
}
.minicart-wrapper .action.showcart {
  display: block;
  position: relative;
}
.minicart-wrapper {
  display: block;
  position: relative;
  float: right;
}
.minicart-wrapper.active .block-minicart {
  display: block;
  position: absolute;
  margin-top: 20px;
}
div.minicart-wrapper.active {
  width: 60px;
}
/*----------------------------------- 
Bewertung
-----------------------------------*/
.product-item .product-reviews-summary .reviews-actions {
  text-transform: none;
}
/*-----------------------------------
Custom Stock
-----------------------------------*/
.page-title-wrapper {
  display: none;
}
.page-title-wrapper.product {
  display: block;
}
.product-info-main img.amstockstatus_icon {
  widt: 30%;
  padding-bottom: 20px;
  margin-left: -5px;
}
.products-list img.amstockstatus_icon {
  width: 13%;
  padding-bottom: 20px;
  margin-left: -5px;
}
.search.results img.amstockstatus_icon {
  padding-bottom: 0;
  margin-left: 0;
  width: 40%;
  margin-top: -60px;
}
.products.wrapper.grid.products-grid img.amstockstatus_icon {
  padding-bottom: 0;
  margin-left: 0;
  width: 40%;
  margin-top: -60px;
}
.page-products .products-grid .product-item {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-container img.amstockstatus_icon {
  width: 23%;
  padding-bottom: 20px;
  margin-left: -5px;
}
.product-item-details div {
  background: none !important;
  padding-left: 0px !important;
}
.product.details.product-item-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-item-actions {
  display: block;
}
.products-grid .product-item-info {
  background-color: rgba(227, 223, 214, 0.5);
  box-shadow: none;
  border: none;
  margin: -10px;
  padding: 10px;
  overflow: auto;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: none;
  box-shadow: none;
  border: none;
  margin: -10px;
  padding: 10px;
  position: relative;
  z-index: 2;
  background-color: #e3dfd6;
}
.products-grid .product-item .tocart {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.products-grid .product-item-info:hover .tocart,
.products-grid .product-item-info.active .tocart {
  background-color: #8d7f60;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.products-grid .product-item-info:hover .action.primary,
.products-grid .product-item-info.active .action.primary {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.products-grid .product-item-info:hover .action.primary:hover,
.products-grid .product-item-info.active .action.primary:hover {
  color: #e3dfd6;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 25px;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before,
.sorter-action:before,
.customer-welcome .action.switch:after {
  font-size: 30px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #999999;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 640px) {
  strong.product.name.product-item-name {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .products-grid .product-item-inner {
    box-shadow: none;
    border: none;
    display: block;
    position: static;
    padding: 0;
    margin: 0;
  }
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    position: static;
    overflow: visible;
    padding: 0;
    margin: 0;
    height: auto;
  }
  .products-grid .product-item-inner {
    box-shadow: none;
    border: none;
    display: block;
    position: static;
    padding: 0;
    margin: 0;
  }
}
.product-item-actions .actions-primary + .actions-secondary {
  width: auto;
}
.product-item-actions .actions-primary + .actions-secondary > .action {
  margin-right: 5px;
  display: table-cell;
}
.product-item-actions .actions-primary + .actions-secondary > .action:last-child {
  margin-right: 0;
}
.stock {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
strong.product.name.product-item-name {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.price-box.price-final_price {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.product-item-inner {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.products-grid .product-item .tocart {
  font-size: 1rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.product-item .price-box {
  margin: 10px 0 20px;
}
.old-price span {
  display: block;
  text-decoration: line-through;
}
span.price-label {
  display: none !important;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
  color: #005023;
}
.column.main .product-items {
  margin-left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toolbar select {
  box-shadow: none;
  border-radius: 0px;
  border: none;
  background-color: #e3dfd6;
}
.modes {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.modes-mode {
  background-color: rgba(227, 223, 214, 0.5);
  box-shadow: none;
  color: #3d3d3f;
  border: none;
  border-right: 0;
  float: left;
  font-weight: 400;
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.modes-label + .modes-mode {
  border-radius: 0px;
}
.modes-mode:hover {
  color: #7d7d7d;
  background: #e3dfd6;
}
.modes-mode:last-child {
  border-radius: 0px;
  border-right: none;
}
.modes-mode.active {
  box-shadow: none;
  background: #e3dfd6;
  color: #9e9e9e;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: inherit;
  color: #3d3d3f;
  content: '\e60d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:hover:before {
  color: #3d3d3f;
}
.page-products .sorter {
  position: static;
}
.mode-list:before {
  content: '\e60b';
}
strong#modes-label {
  display: none;
}
.toolbar-amount {
  position: relative;
}
li.item.current span {
  color: #fa7323;
}
.pages .action {
  background: #e3dfd6;
  border: none;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0px;
}
.pages .action.previous:before,
.pages .action.next:before {
  margin: 0 -6px 0 -6px;
}
.product-item-name {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  display: block;
  hyphens: none;
  margin: 5px 0;
  word-wrap: break-word;
}
/*-----------------------------------
Wishlist
-----------------------------------*/
.form-wishlist-items .products-grid .product-item {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid .product-item-info:hover .product-item-inner {
  background-color: transparent;
}
.form-wishlist-items textarea {
  width: auto;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  width: 0px;
}
.products-grid.wishlist .product-item .fieldset .field.qty,
.products-grid.wishlist .product-item .fieldset .product-item-actions {
  display: block;
}
.block.block-wishlist {
  display: none;
}
.products-grid.wishlist .product-item-actions {
  margin: 10px 0 0;
  width: max-content;
}
a.btn-remove.action.delete {
  display: block;
}
p.unavailable.stock {
  display: block;
  width: max-content;
}
/*-----------------------------------
Related & Upsell Products
-----------------------------------*/
.block.related .product.actions.product-item-actions {
  display: none;
}
.block.upsell .product-item-info,
.block.related .product-item-info {
  max-width: 100%;
}
.page-layout-1column .products-grid .product-item {
  width: auto;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 17.7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block.related .field.choice {
  left: 0;
  display: none;
  position: absolute;
  top: 2px;
}
.block.related .related-available .product-item-name {
  margin-left: 0px;
}
/*----------------------------------
Checkout
-----------------------------------*/
.opc-wrapper {
  width: 60%;
}
.opc-progress-bar-item._active > span:before {
  background: #fa7323;
}
.opc-progress-bar-item._active:before {
  background: #fa7323;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #fa7323;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #fa7323;
}
.abs-navigation-icon:after,
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after,
.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,
.product.data.items .item.title a:after,
.minicart-items .product.options .toggle.tooltip:after,
.opc-block-summary .items-in-cart > .title:after,
.checkout-payment-method .payment-option-title .action-toggle:after,
.gift-item-block .title:after,
.filter-options-title:after,
.wishlist.split.button .action.toggle:after,
.order-details-items .action.show:after,
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after,
.abs-toggling-title-mobile:after,
.block-wishlist-management .wishlist-select .wishlist-name:after,
.block-collapsible-nav .title:after,
.navigation .parent .level-top:after,
.nav-sections .switcher-trigger strong:after,
.filter .filter-current-subtitle:before {
  font-size: 40px;
}
.product.data.items .item.title a:after {
  font-size: 40px;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 40px;
}
/*----------------------------------
Detail Site Product
-----------------------------------*/
.options-list.nested {
  float: left;
}
.product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 100%;
  display: inline-block;
}
label.label.admin__field-label {
  font-weight: 700;
}
span.price-notice {
  font-weight: 400;
  background-color: #e3dfd6;
  padding: 1px 12px;
  margin-left: 10px;
  display: inline-block;
}
.options-list.nested input[type="checkbox"] {
  margin: 5px 8px 0 0;
}
a.product-item-link {
  font-weight: 700 !important;
}
/*-----------------------------------
TOP NAVIGATION
-----------------------------------*/
ul.header.links {
  vertical-align: bottom;
}
.panel.wrapper {
  background-color: rgba(255, 255, 255, 0.6);
}
li.greet.welcome {
  display: none !important;
}
.header.panel > .header.links > li {
  margin: 0 0 0 30px;
}
/*----------------------------------
SEARCH
-----------------------------------*/
input#search.input-text {
  min-height: 48px;
}
.block.block-search {
  width: 66%;
  float: left;
}
.block-search .action.search::before {
  font-size: 35px;
  line-height: 35px;
  padding: 5px 5px;
}
.logo {
  width: 250px;
  padding-top: 5px;
  padding-right: 20px;
}
.logo > img {
  width: 250px !important;
}
button.action.search {
  height: 48px;
}
/*----------------------------------
MENU
-----------------------------------*/
div.group-title span.menu-title {
  color: #fa7323;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  line-height: 26px;
}
li.mega .ui-menu-item .ui-corner-all .menu-title {
  border: 0px;
}
.group-content {
  border: 0px;
  background-color: #e3dfd6;
}
li.mega.last.group.ui-menu-item::after {
  width: 0px;
}
li.mega.first.group.ui-menu-item::after {
  width: 0px;
}
.ub-mega-menu ul.level0 ul.level1 ul.level2 li.group:after {
  width: 0px;
}
.ub-mega-menu ul.level0 li.mega.style-2 ul.level2 li.mega a.mega {
  background-image: none;
}
span.menu-title {
  padding: 0 !important;
}
.ub-mega-menu ul.level0 li.mega .child-content .child-content-inner-wrap {
  overflow: hidden;
  padding: 10px 20px 20px;
}
li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level2 {
  padding: 0px;
}
.ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .mega-col.last ul.level1 {
  border-top: 0px;
}
.ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner ul.level1 .group .group-title {
  float: left;
  display: block;
  padding-bottom: 0px;
  padding-top: 15px;
  width: 100%;
}
.ub-mega-menu ul.level0 li.mega a.mega.has-child span.menu-title,
.ub-mega-menu ul.level0 li.mega.has-child > a.mega span.menu-title {
  background: none !important;
  font-weight: 400;
}
.ub-mega-menu ul.level0 li.mega a.mega.has-child span.span.menu-title:hover,
.ub-mega-menu ul.level0 li.mega.has-child > a.mega span.menu-title:hover {
  text-decoration: none;
}
i.fa.fa-home {
  color: #ffffff;
}
#menu377 {
  color: #ffffff !important;
}
.ub-mega-menu ul.level0 li.mega.active a.mega.has-child span.menu-title,
.ub-mega-menu ul.level0 li.mega.mega-hover a.mega.has-child span.menu-title,
.ub-mega-menu ul.level0 li.mega.has-child.mega-hover > a.mega span.menu-title {
  background: none;
}
.ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner ul.level1:after {
  height: 100vh;
}
.ub-mega-menu ul.level0 li.mega .child-content {
  left: unset;
}
.ub-mega-menu ul.level0 li.mega.style-2.one-column .child-content .child-content-inner ul.level1:after {
  width: 0px;
}
ul.level0 > li.mega > a.mega.ui-state-active,
ul.level0 > li.mega > a.mega.active,
ul.level0 > li.mega > a.mega:active,
ul.level0 > li.mega > a.mega:focus,
ul.level0 > li.mega > a.mega:hover {
  background: #00401c;
  height: 50px;
}
ul.level0 > li.mega.first.ui-menu-item {
  height: 50px;
}
ul.level0 > li.mega > a.mega.link-subsite,
ul.level0 > li.mega > a.mega.link-subsite:active,
ul.level0 > li.mega > a.mega.link-subsite:focus,
ul.level0 > li.mega > a.mega.link-subsite:hover {
  background: none;
}
.ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner ul.level1:after {
  height: 100vh;
}
li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner ul.level3 > li.mega > a.mega .menu-title {
  background: none;
}
.child-content .group-title a {
  padding: 0 !important;
}
.menu-description {
  display: inline-block !important;
}
.mega.active.ui-corner-all span {
  font-weight: 600;
}
ul.level0 > li.mega.has-child:focus > .child-content,
ul.level0 > li.mega.has-child:hover > .child-content {
  display: block !important;
  left: 0 !important;
}
ul.level0 > li.mega.has-child > a.mega.ui-state-active:after,
ul.level0 > li.mega.has-child > a.mega:hover:after,
ul.level0 > li.mega.has-child > a.mega:focus:after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  top: -43px;
  margin-left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 100;
}
ul.level0 > li.mega.first > a.mega.ui-state-active:after,
ul.level0 > li.mega.first > a.mega:hover:after,
ul.level0 > li.mega.first > a.mega:focus:after {
  content: none;
}
/*-----------------------------------
CHART
-----------------------------------*/
.minicart-wrapper .action.showcart.active:before {
  font-size: 50px;
  margin-top: 10px;
  float: right;
  transform: scaleX(-1);
}
.minicart-wrapper .action.showcart:before {
  font-size: 50px;
  margin-top: 10px;
  float: right;
  transform: scaleX(-1);
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fa7323;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  display: inline-block;
  margin: 0 -20px 0 0px;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  float: right;
  transform: scale(1.01, 1.01);
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #005023;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.minicart-items .action.edit:before {
  content: '\e606';
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 0px;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  right: 55px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  font-size: 28px;
}
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  padding: 7px;
}
/*-----------------------------------
AGB
-----------------------------------*/
.modal-slide .action-close {
  padding: 20px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-size: 32px;
}
/*-----------------------------------
NAVIGATION
-----------------------------------*/
.sections.nav-sections {
  background-color: #005023;
}
span.menu-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 285;
  color: #e8e5de;
  letter-spacing: 0.1rem;
}
span.menu-title:activ {
  font-weight: 800;
  display: inline-block;
  text-decoration: underline;
}
span.menu-title:hover {
  text-decoration: underline;
}
.nested {
  float: right;
  position: relative !important;
}
a.action.advanced {
  font-size: 1.15rem;
}
.nav-sections {
  margin-bottom: 0px;
}
.breadcrumbs {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  border-bottom: 2px solid #e3dfd6;
}
.breadcrumbs ul.items {
  font-size: 1.5rem;
}
.breadcrumbs ::after {
  font-size: 1.8rem;
}
.navigation .level0 > .level1 {
  font-weight: 600;
  color: #fa7323;
}
.child-content .menu-title {
  color: #3d3d3f;
  text-transform: none;
  letter-spacing: 0;
}
.ub-mega-menu ul.level0 li.mega.active a.mega.has-child span.menu-title,
.ub-mega-menu ul.level0 li.mega.mega-hover a.mega.has-child span.menu-title,
.ub-mega-menu ul.level0 li.mega.has-child.mega-hover > a.mega span.menu-title {
  background: url(../Ubertheme_UbMegaMenu/images/bg-has-child.png) no-repeat right 0px;
}
#menu377 span.menu-title {
  color: #ffffff !important;
  font-weight: 100 !important;
}
.neu-im-angebot {
  margin-bottom: 20px;
  margin-right: 0;
}
.neu-im-angebot .menu-title {
  font-weight: bold;
  color: #005023;
  text-transform: uppercase;
}
.fa-home:before {
  font-size: 25px;
  vertical-align: sub;
}
li.mega.last {
  float: left;
}
.ub-mega-menu ul.level0 {
  width: 100% !important;
}
li.mega.last.link-subsite.ui-menu-item {
  float: right;
}
.link-subsite {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.link-subsite:hover {
  opacity: 0.8;
}
ul.level0 > li.mega.link-subsite > a.mega span.menu-icon {
  right: 0;
  left: 0;
  position: absolute;
  top: 12px;
  width: 150px;
}
.link-subsite {
  width: 130px;
}
.new-boerse {
  color: #fa7323;
  padding-right: 30px;
}
.child-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e3dfd6;
  display: none;
  position: absolute;
  top: 50px;
  z-index: 99;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
/*-----------------------------------
TOP SLIDER
-----------------------------------*/
img.slide-image {
  width: 100% !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 2rem;
  margin: 0 auto;
  font-style: italic;
  height: auto;
  display: inline-block;
  text-transform: lowercase;
  width: auto;
  padding: 1rem 5rem;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -moz-order-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.banner .owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
  left: 5rem;
  display: none;
}
.owl-theme.ub-style-1 .slide-content-desc {
  position: absolute;
  top: 55%;
  margin-top: -10rem;
  left: 15rem;
  width: 60%;
}
.owl-theme.ub-style-1 .slide-content-desc .slide-title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 5.5rem;
  text-shadow: 0.4px 1px 6px #3d3d3f;
}
.owl-theme.ub-style-1 .owl-controls .owl-buttons {
  display: block;
}
.owl-theme.ub-style-1 .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 0px;
  height: 47px;
  opacity: 1;
  padding: 0;
  width: 30px;
  border-radius: 0;
}
div.owl-next {
  background-position: 0;
  margin-right: 50px;
  background: url(../Ubertheme_UbContentSlider/images/arrow_right.png) no-repeat 0 0 !important;
}
div.owl-prev {
  background-position: 0;
  margin-left: 50px;
  background: url(../Ubertheme_UbContentSlider/images/arrow_left.png) no-repeat 0 0 !important;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:focus.owl-prev,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover.owl-prev {
  background-position: 0px;
  opacity: 0.7;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div:focus.owl-prev,
.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover.owl-next {
  background-position: 0px;
  opacity: 0.7;
}
.owl-theme.ub-style-1 .slide-content-desc .slide-readmore:active,
.owl-theme.ub-style-1 .slide-content-desc .slide-readmore:focus,
.owl-theme.ub-style-1 .slide-content-desc .slide-readmore:hover {
  color: #ffffff;
  border-color: #ffffff;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.25);
  front-weight: 800;
}
.owl-carousel.owl-theme .bar {
  background: #fa7323;
}
.owl-carousel.owl-theme .owl-pagination .owl-page span.owl-numbers {
  background: #005023;
  border-radius: 10px;
  font-size: 10px;
}
.owl-theme.ub-style-2 .owl-item .item .slide-title {
  background-color: #e3dfd6;
  padding: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 285;
  margin-top: -5px;
}
.owl-theme.ub-style-2 .owl-item .item .slide-title a {
  text-transform: none;
}
.owl-theme.ub-style-2 .owl-theme .owl-controls {
  margin-top: -5px;
  text-align: center;
}
.owl-theme.ub-style-2 .owl-item .item {
  padding: 0px;
}
.owl-theme.ub-style-1 .slide-content {
  padding: 0;
}
.owl-carousel.owl-theme .progressBar {
  margin: 0px;
}
/*-----------------------------------
SLIDER
-----------------------------------*/
.banner .owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
  left: 5rem;
}
.banner .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
  font-size: 4rem;
  line-height: 1rem;
}
.buttom-slider .slide-content-desc .slide-title a {
  font-size: 4rem !important;
}
div.banner div.slide-content-desc {
  position: absolute;
  top: 45%;
  margin-top: -10rem;
  left: 4rem !important;
  width: 85% !important;
}
.buttom-slider .slide-content-desc {
  left: 5rem !important;
}
.banner .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
  font-weight: 800;
  text-shadow: 0.4px 1px 6px #3d3d3f;
}
.ub-style-1.bottom.owl-carousel .owl-item {
  border-right: 6px solid white;
}
/*-----------------------------------
CATEGORY IMAGE
-----------------------------------*/
.category-image {
  margin-bottom: 0px;
}
/*-----------------------------------
PRODUCTS
-----------------------------------*/
.block.widget.block-new-products.grid {
  padding: 0px;
  margin-top: 40px;
}
.block.widget.block-new-products.grid .block-title strong {
  font-size: 2.5rem;
}
.product.attribute.overview strong {
  display: none;
}
.product-addto-links {
  display: block;
}
.column.main .product-items.widget-new-grid {
  margin-left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-layout-1column .block.widget .products-grid .product-item {
  margin-left: 0px;
  width: 16.66666667%;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
  margin-right: 10px;
  margin-left: 0px;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
  margin-left: 10px;
}
/*-----------------------------------
TYPO
-----------------------------------*/
.page-title-wrapper {
  margin-top: 4rem;
}
.page-title-wrapper #page-title-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #005023;
  text-transform: uppercase;
  margin-left: 0;
  margin-top: 0;
}
/*-----------------------------------
BUTTONS
-----------------------------------*/
button.action {
  border-radius: 0px;
  background-color: #e3dfd6;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  background-image: none;
  background: #e3dfd6;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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,
.cart.table-wrapper .action-gift:focus,
.cart.table-wrapper .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .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,
.cart.table-wrapper .action-gift.disabled,
.cart.table-wrapper .action-gift[disabled],
fieldset[disabled] .cart.table-wrapper .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.cart.table-wrapper .action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*------------------------------------
FILTER
-----------------------------------*/
.sidebar.sidebar-main {
  padding-left: 20px;
  padding-top: 3%;
}
.sidebar.sidebar-additional {
  padding-left: 20px;
}
dl#narrow-by-list2.options dd ol.items li.item span.count {
  background-color: #646464;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 1rem;
  max-width: 2rem;
  font-size: 1.25rem;
}
.count {
  background-color: #646464;
  color: #ffffff !important;
  padding: 0 5px;
  border-radius: 1rem;
  max-width: 2rem;
  font-size: 1.25rem;
}
.filter-options .count:after {
  display: none;
}
.filter-options .count:before {
  display: none;
}
.filter-current .action.remove {
  left: 0px;
  position: absolute;
  top: 4px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before,
.filter .filter-current-subtitle:before {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
}
.filter-title strong {
  background-color: white;
  background: #ffffff url(../images/select-bg.svg) no-repeat 100% 45%;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  padding-right: 50px;
}
.filter-current .item {
  padding: 5px 0px 5px 33px;
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 3px;
}
.filter-label {
  display: block;
}
.filter-options-title:after {
  position: absolute;
  right: 0px;
  top: 11px;
  font-size: 30px;
  line-height: 20px;
}
.product.data.items .item.title a:after {
  font-size: 30px;
}
/*------------------------------------
BANNER WAFFENBOERSE
-----------------------------------*/
.banner-waffenboerse {
  background-color: rgba(0, 59, 134, 0.5);
  height: 30px;
  padding: 15px 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.banner-waffenboerse:hover {
  background-color: #003b86;
}
.banner-waffenboerse p {
  display: inline-block;
  color: #ffffff !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  margin-bottom: 0;
}
.banner-waffenboerse img {
  vertical-align: middle;
  padding-left: 10px;
  height: 30px;
}
.banner-waffenboerse a:hover {
  text-decoration: none;
}
/*----------------------------------
FOOTER
-----------------------------------*/
.footer.content .links a {
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.footer.content .links a:hover,
.footer.content .links a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
footer.page-footer a {
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
footer.page-footer a:hover,
footer.page-footer a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.adress {
  float: right;
  margin-top: 20px;
  width: 70%;
}
footer.page-footer {
  background-color: #e3dfd6;
  color: #ffffff;
}
ul.footer.links {
  display: block;
  float: left;
  width: calc(30% - 50px);
  padding: 0;
  margin-top: 20px;
  padding-right: none;
}
small.copyright {
  float: right;
  padding-bottom: 20px;
  padding-left: 50px;
}
.copyright span {
  padding-left: 50px;
}
ul.footer.links li a {
  color: #ffffff;
}
.footer.content {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  border-top: 0;
  background-color: #393636;
  height: 335px;
}
.footer.content .links {
  display: block;
  padding: 0px;
  padding-left: 50px;
  padding-top: 20px;
}
.page-footer {
  padding-bottom: 0px;
}
.adress-na {
  float: left;
  width: 50%;
}
.opening-hours {
  float: left;
  width: calc(50% - 50px);
  padding-right: 50px;
}
.adress h4,
.opening-hours h4,
.adress p,
.opening-hours p {
  margin: 0;
  line-height: 28px;
}
.opening-hours h4,
.adress h4 {
  margin-top: 16px;
}
.adress-phone:before {
  content: '\f095';
  margin-right: 12px;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  margin-left: 1px;
  font-size: 17px;
}
.adress-fax:before {
  content: '\f02f';
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 12px;
  -webkit-font-smoothing: antialiased;
}
.adress-mail:before {
  content: '\f0e0';
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 12px;
  -webkit-font-smoothing: antialiased;
}
.adress-location:before {
  content: '\f041';
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 12px;
  -webkit-font-smoothing: antialiased;
  margin-left: 4px;
  font-size: 17px;
}
/*----------------------------------
Team Site
-----------------------------------*/
.team_wrapper {
  float: left;
}
.team_member {
  float: left;
  padding-right: 20px;
  width: calc(33.333% - 20px);
}
.team_member img {
  width: 100%;
}
.team_wrapper p {
  margin-bottom: 0;
}
.team_desc {
  min-height: 120px;
}
@media only screen and (max-width: 1024px) {
  .team_member {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .team_member {
    width: 100%;
  }
}
/*----------------------------------
Related Products
-----------------------------------*/
.block-content .products-grid.products-related .product-item-info,
.block-content .products-grid.products-upsell .product-item-info {
  min-height: 0;
}
.product-image-photo {
  margin: 0;
  width: 100%;
}
.product-image-container {
  display: initial;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
Mobile 1140px
--------------------------------------------------------------------------------------------------------------------------------------------*/
ul.level0 > li.mega.style-2 {
  position: static;
}
ul.level0 > li.mega {
  position: static;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
Mobile 1140px
--------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  /*----------------------------------
	SEARCH
	-----------------------------------*/
  .block.block-search {
    width: 100%;
    padding-left: 0px !important;
  }
  .block-search .action.search::before {
    font-size: 35px;
    line-height: 35px;
    padding: 5px 5px;
  }
  /*-----------------------------------
	FOOTER
	-----------------------------------*/
  .footer {
    width: 100% !important;
    background-color: #393636;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    float: left;
    padding: 0 !important;
  }
  .footer.content {
    height: auto;
  }
  .adress {
    padding: 0px !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #393636;
    hyphens: auto;
    display: initial;
  }
  footer.page-footer {
    background-color: #393636;
    color: #ffffff;
  }
  ul.footer.links {
    display: inherit !important;
    float: left;
    width: 100% !important;
    margin: 0px !important;
    background-color: #393636;
    padding: 0px !important;
  }
  small.copyright {
    width: 100%;
    float: left;
    background-color: #393636;
    margin-top: 0px !important;
    display: initial;
    padding: 0px !important;
    padding-bottom: 20px !important;
  }
  .adress-na {
    float: left;
    width: 40%;
    padding-bottom: 20px;
    padding-left: 50px;
  }
  .opening-hours {
    float: left;
    width: 40%;
    padding-bottom: 20px;
    padding-left: 50px;
  }
  .copyright span {
    padding-left: 50px;
  }
  .footer.content .links > li {
    padding-left: 50px;
  }
  .content-pages .table-opening-hours {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
Tablet 1024px
--------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
    margin-left: 0px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-right: 0;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
Mobile 980px
--------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
  /*-----------------------------------
	SLIDER
	-----------------------------------*/
  .banner .owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
    display: none;
  }
  .banner .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
    font-size: 3.5rem;
  }
  div.banner div.slide-content-desc {
    position: absolute;
    top: 45%;
    margin-top: -10rem;
    left: 4rem !important;
    width: 80% !important;
  }
  /*-----------------------------------
	TOP SLIDER
	-----------------------------------*/
  img.slide-image {
    width: 100% !important;
  }
  .owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 auto;
    font-style: italic;
    height: auto;
    display: inline-block;
    width: auto;
    padding: 1rem 2rem;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    -moz-order-radius: 0px;
    -webkit-border-radius: 0px;
  }
  .owl-theme.ub-style-1 .slide-content-desc {
    position: absolute;
    top: 55%;
    margin-top: -10rem;
    left: 10rem;
    width: 70%;
  }
  .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
    color: #ffffff;
    text-decoration: none;
    font-size: 4.5rem;
  }
  .owl-theme.ub-style-1 .owl-controls .owl-buttons {
    display: block;
  }
  .owl-theme.ub-style-1 .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 0px;
    height: 47px;
    opacity: 1;
    padding: 0;
    width: 30px;
    border-radius: 0;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
Mobile 768px
--------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /*-----------------------------------
	New Products
	-----------------------------------*/
  .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.3333%;
    padding: 15px;
  }
  /*----------------------------------
	Site
	-----------------------------------*/
  .content-pages {
    width: 100%;
  }
  /*----------------------------------
	Filter
	-----------------------------------*/
  .page-title-wrapper {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .block.filter {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .logo {
    float: left;
    margin: 0px 0 10px 50px;
    max-width: 200px;
    position: relative;
  }
  body.page-layout-2columns-left {
    width: 100% !important;
  }
  body.page-layout-1column {
    width: 100% !important;
  }
  .header.content {
    padding: 25px 20px 15px 20px !important;
  }
  .nav-toggle:before {
    font-size: 40px !important;
    padding-top: 5px;
  }
  .block.block-search {
    width: 100%;
    float: right;
  }
  .page-title-wrapper {
    padding-left: 0;
  }
  .page-title-wrapper {
    height: inherit;
    margin-left: 20px;
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .filter-title strong {
    position: relative;
  }
  .page-products .sorter {
    position: relative;
    right: 0px;
  }
  .block.filter {
    margin-bottom: 26px;
    margin-top: 0px;
  }
  .page-products .columns {
    padding-top: 20px;
    position: relative;
    z-index: 1;
  }
  .filter .filter-current {
    overflow: hidden;
    margin: 25px -10px 0;
    width: 100%;
  }
  /*----------------------------------
	SEARCH
	-----------------------------------*/
  .block.block-search {
    width: 100%;
    padding-left: 0px !important;
  }
  .block-search .action.search::before {
    font-size: 35px;
    line-height: 35px;
    padding: 5px 5px;
  }
  .block-search input {
    position: static;
  }
  /*-----------------------------------
	GENERAL
	-----------------------------------*/
  header.page-header {
    margin: 0;
  }
  .breadcrumbs {
    border: 0;
  }
  #maincontent {
    background-color: #e3dfd6;
    padding-right: 0px;
    padding-left: 0px;
  }
  /*----------------------------------
	Benutzer
	-----------------------------------*/
  .block-collapsible-nav {
    top: 0px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    top: -11px;
  }
  /*-----------------------------------
	eye
	-----------------------------------*/
  .minicart-wrapper .action.showcart:before {
    margin-top: 5px !important;
  }
  .minicart-wrapper .action.showcart.active:before {
    font-size: 50px;
    margin-top: 5px !important;
    float: right;
    transform: scaleX(-1);
  }
  .minicart-wrapper .action.showcart .counter.qty {
    margin: -5px -18px 0 0px;
  }
  .minicart-wrapper {
    margin-top: 0px;
  }
  /*----------------------------------
	NAVIGATION
	----------------------------------*/
  .nav-sections {
    background-color: #f6f5f1 !important;
    width: calc(100% - 54px);
  }
  span.menu-title {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 285;
    color: #e8e5de;
    letter-spacing: 0.1rem;
    color: #646464;
    width: calc(100% - 20px);
    border-bottom: none;
    margin: 0 !important;
    line-height: 50px;
  }
  .nav-sections ul li a span {
    padding-left: 20px !important;
  }
  .ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner ul.level1 .group .group-title {
    padding-top: 0px;
  }
  span.menu-group-link.active {
    display: none !important;
  }
  span.menu-title:hover {
    text-decoration: none;
  }
  .ub-mega-menu ul.level0 li.mega ul.level1 li.mega.has-child a.mega .menu-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fa7323;
  }
  li .mega .ui-menu-item {
    font-size: 1rem;
  }
  li.mega has-child ui-menu-item {
    line-height: 50px;
  }
  header .block-search .control {
    height: 85px;
  }
  input {
    position: static;
  }
  header .block-search label.label {
    display: none;
  }
  .mega-col .column1 .column2 .column3 .column4 {
    width: 200px;
  }
  .fa-home::before {
    color: #646464;
    display: block;
    float: left;
    padding-right: 5px;
  }
  .fa-home::after {
    content: "HOME";
    text-transform: uppercase;
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #646464;
  }
  .ub-mega-menu ul.level0 li.mega a.mega span.menu-icon {
    left: 0;
  }
  .ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .mega-col ul.level1 {
    padding: 0;
  }
  .nav-sections .header.links li > a {
    border-top: 2px solid #ffffff;
  }
  .ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega ul.level2 li.mega a.mega {
    margin-left: 0px;
  }
  .ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner ul.level1 li.mega ul.level2 li.mega ul.level3 li.mega a.mega {
    margin-left: 0px;
  }
  .ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner-wrap .child-content-inner .mega-col.column4 ul.level1 {
    padding: 0;
  }
  .ub-mega-menu ul.level0 li.mega .menu-parent-icon {
    right: 20px;
  }
  .ub-mega-menu ul.level0 li.mega.style-2 .child-content .child-content-inner ul.level1:after {
    display: none;
  }
  li.mega.last.link-subsite.ui-menu-item {
    background-color: #003b86;
    height: 53px;
  }
  li.mega.last.link-subsite.ui-menu-item a {
    height: 53px;
    width: 100%;
  }
  .ub-mega-menu ul.level0 li.mega a.mega span.menu-icon {
    left: 15px;
  }
  ul.level0 > li.mega.has-child > a.mega.ui-state-active:after,
  ul.level0 > li.mega.has-child > a.mega:hover:after,
  ul.level0 > li.mega.has-child > a.mega:focus:after {
    content: none;
  }
  /*-----------------------------------
	TOP NAVIGATION
	-----------------------------------*/
  ul.header.links {
    vertical-align: bottom;
  }
  .panel.wrapper {
    background-color: rgba(255, 255, 255, 0.6);
  }
  li.item.link.compare {
    display: block;
  }
  li.item.link.compare::before {
    display: none;
  }
  li.authorization-link::before {
    display: none;
  }
  li.link.wishlist::before {
    display: none;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: none;
    font-weight: 700;
    padding: 0px;
  }
  .nav-sections .header.links {
    border-bottom: none;
  }
  li.authorization-link {
    border-bottom: 1px solid #ffffff;
  }
  /*-----------------------------------
	TOP SLIDER
	-----------------------------------*/
  img.slide-image {
    width: 100% !important;
  }
  .owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
    display: none;
  }
  .owl-theme.ub-style-1 .slide-content-desc {
    position: absolute;
    top: 70%;
    margin-top: -10rem;
    left: 10rem;
    width: 60%;
  }
  .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
    color: #ffffff;
    text-decoration: none;
    font-size: 3rem;
  }
  /*-----------------------------------
	SLIDER
	-----------------------------------*/
  .banner .owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
    left: 5rem;
  }
  .banner .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
    font-size: 2.5rem;
  }
  div.banner div.slide-content-desc {
    position: absolute;
    top: 45%;
    margin-top: -10rem;
    left: 2rem !important;
    width: 80% !important;
  }
  .nav-sections-item-title {
    background-color: #e3dfd6;
    border: none;
  }
  .owl-theme.ub-style-1 .slide-content-desc .slide-title {
    line-height: 35px;
  }
  /*-----------------------------------
	FOOTER
	-----------------------------------*/
  .footer {
    width: 100% !important;
    background-color: #393636;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    float: left;
    padding: 0 !important;
    padding-bottom: 30px !important;
    overflow: hidden;
  }
  .footer.content {
    height: auto;
  }
  .adress {
    padding: 0px !important;
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #393636;
    hyphens: auto;
    display: initial;
  }
  footer.page-footer {
    background-color: #393636;
    color: #ffffff;
  }
  ul.footer.links {
    display: inherit !important;
    float: left;
    width: 100% !important;
    margin: 0px !important;
    background-color: #393636;
    padding: 0px !important;
  }
  small.copyright {
    width: 100%;
    float: left;
    background-color: #393636;
    margin-top: 0px !important;
    display: initial;
    padding: 0px !important;
    padding-bottom: 20px !important;
  }
  .adress-na {
    float: left;
    width: calc(100% - 20px);
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .opening-hours {
    float: left;
    width: calc(100% - 20px);
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0px !important;
  }
  .copyright span {
    padding-left: 20px;
  }
  .footer.content .links > li {
    padding-left: 20px;
  }
  .footer.content .links a {
    font-size: 14px;
    margin-left: 15px;
  }
  .footer.content .links > li {
    background: #393636;
  }
  /*------------------------------------
	Mobile Menu
	-----------------------------------*/
  .menu-desc p {
    font-size: 14px;
    line-height: 23px;
  }
  .menu-desc {
    padding-left: 20px;
  }
  .menu-desc button {
    background: #fa7323;
    margin-bottom: 20px;
  }
  .mega .first .neu-im-angebot {
    margin-bottom: 0;
  }
  .new-boerse p {
    color: black;
    font-size: 14px;
    line-height: 23px;
  }
  /*------------------------------------
	Warenkorb
	-----------------------------------*/
  .opc-wrapper {
    width: 100%;
  }
  .products-grid .product-item .tocart {
    padding: 8px;
    margin-bottom: 8px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping,
  .checkout-payment-method .payment-methods {
    margin: 0px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------
Mobile 479px
--------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  /*-----------------------------------
	New Products
	-----------------------------------*/
  .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: 50%;
    padding: 15px;
  }
  .logo {
    padding-left: 0px;
    width: 180px;
    padding-top: 2px;
    padding-right: 0px;
    margin-top: -3px;
    margin: 0 0 10px 35px;
  }
  .nav-toggle:before {
    font-size: 30px !important;
    padding-top: 5px;
  }
  .header.content {
    padding: 20px 20px 20px 20px;
  }
  /*-----------------------------------
	SLIDER
	-----------------------------------*/
  .banner .owl-theme.ub-style-1 .slide-content-desc .slide-readmore {
    display: none;
  }
  .banner .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
    font-size: 2rem;
  }
  div.banner div.slide-content-desc {
    position: absolute;
    top: 45%;
    margin-top: 0rem;
    left: 4rem !important;
    width: 85% !important;
  }
  .main .owl-theme.ub-style-1 .slide-content-desc {
    display: block;
  }
  .owl-theme.ub-style-1 .slide-content-desc .slide-title a {
    color: #ffffff;
    text-decoration: none;
    font-size: 2rem;
  }
  /*-----------------------------------
	TOP SLIDER
	-----------------------------------*/
  .owl-theme.ub-style-1 .slide-content-desc {
    position: absolute;
    top: 55%;
    margin-top: -2.5rem;
    left: 5rem;
    width: 80%;
  }
  /*------------------------------------
	BANNER WAFFENBOERSE
	-----------------------------------*/
  .banner-waffenboerse {
    background-color: #003b86;
    height: 60px;
    padding: 15px 0;
  }
  .banner-waffenboerse img {
    vertical-align: middle;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
  }
  .banner-waffenboerse a {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
  }
  /*------------------------------------
	TABLE
	-----------------------------------*/
  .table {
    overflow-x: hidden;
    width: calc(100vw - 6% - 2px);
  }
  .table__container {
    overflow-y: auto;
    width: 100%;
  }
}
@media print {
  .banner-waffenboerse,
  small.copyright,
  .message.global.demo,
  a.action.print {
    display: none;
  }
  .logo img {
    width: 60%;
  }
  .toolbar.toolbar-products,
  .product-add-form,
  .product-social-links,
  .breadcrumbs,
  .mz-hint,
  .MagicToolboxSelectorsContainer {
    display: none;
  }
  /*

	.mz-figure {
    	height: 100px;
    	width: auto;
	}

	.mz-figure img {
		height: auto;
		width: 100%;
	}

*/
  div.data.item.content {
    display: block !important;
  }
  .product.data.items {
    font-size: 10px;
  }
  .data.switch {
    font-size: 10px;
  }
  .page-title-wrapper {
    margin-top: 0;
  }
  .column.main {
    padding: 0px;
  }
  .header.content {
    padding: 0px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 10px;
  }
  .product.data.items > .item.content {
    border: none;
  }
}
/* ******************** */
/* Codemonks Navigation */
/* ******************** */
.cm-navigation {
  width: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.cm-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  position: relative;
}
.cm-navigation > ul {
  width: 1280px;
}
.cm-navigation > ul > li {
  display: inline-block;
  height: 50px;
  margin-bottom: 0px !important;
}
.cm-navigation > ul > li > a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.0s;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
}
.cm-navigation > ul > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cm-navigation > ul > li .cm-hrsub {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 9000;
  transition: all 0.4s;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner {
  width: 1240px;
  margin: 0 auto;
  padding-top: 40px;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div {
  width: 25%;
  float: left;
  padding: 0 2em 0;
  box-sizing: border-box;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div > a {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.0s;
  display: block;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 26px;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div > a:hover {
  text-decoration: underline;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div ul {
  margin-bottom: 40px;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div ul li a {
  color: #3d3d3f;
  line-height: 1.2em;
  text-transform: normal;
  transition: all 0.0s;
  font-weight: 285;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div ul li a:hover {
  text-decoration: underline;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div ul li a.active {
  font-weight: bold;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner:before {
  content: " ";
  display: table;
}
.cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner:after {
  content: " ";
  display: table;
  clear: both;
}
.cm-navigation > ul > li:hover .cm-hrsub {
  padding-bottom: 3em;
  display: block;
}
.cm-navigation > ul > li:hover > a:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 500px) {
  .cm-navigation > ul > li:hover > a:after {
    display: none;
  }
}
.cm-navigation .link-other-shop {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  height: 30px;
}
.cm-navigation .link-other-shop > a {
  display: block;
  height: 100%;
  width: auto;
}
.cm-navigation .link-other-shop > a > img {
  display: block;
  outline: none;
  opacity: 0.9;
  height: 30px;
  width: auto;
  cursor: pointer;
}
.cm-navigation .link-other-shop > a:hover > img {
  opacity: 1;
}
.cm-navigation .mobileonly {
  display: none;
}
/* ********************** */
/* Codemonks Nav NA Style */
/* ********************** */
.cm-navigation.na {
  background: #005023;
}
.cm-navigation.na > ul > li > a:hover {
  background: #00401c;
}
.cm-navigation.na > ul > li > a.active {
  background: #00401c;
  color: #fff !important;
}
.cm-navigation.na > ul > li p {
  color: #fa7323;
}
.cm-navigation.na > ul > li p.default {
  color: #3d3d3f;
}
.cm-navigation.na > ul > li p a {
  text-decoration: underline !important;
}
@media screen and (max-width: 766px) {
  .cm-navigation.na > ul > li:hover > a {
    background: #00401c;
  }
}
.cm-navigation.na .cm-hrsub-inner {
  background: #fff;
  border: 1px solid #e3dfd6;
  border-top: 0;
}
.cm-navigation.na .cm-hrsub-inner > ul > li > a {
  background: #002c66;
}
.cm-navigation.na .cm-hrsub-inner > ul > li.active {
  background: #002c66;
}
.cm-navigation.na .cm-hrsub-inner > div > a {
  color: #fa7323;
}
.cm-navigation.na .cm-hropen {
  background: #00401c;
}
.cm-navigation.na .link-other-shop a {
  background: #005023;
}
.cm-navigation.na .link-other-shop a:hover {
  background: #005023;
}
/* ********************** */
/* Codemonks Nav WB Style */
/* ********************** */
.cm-navigation.wb {
  background: #013f87;
}
.cm-navigation.wb > ul > li > a:hover {
  background: #002c66;
}
.cm-navigation.wb > ul > li > a.active {
  background: #002c66;
  color: #fff !important;
}
.cm-navigation.wb > ul > li p {
  color: #0a96d2;
}
.cm-navigation.wb > ul > li p.default {
  color: #3d3d3f;
}
.cm-navigation.wb > ul > li p a {
  text-decoration: underline !important;
}
@media screen and (max-width: 766px) {
  .cm-navigation.wb > ul > li:hover > a {
    background: #002c66;
  }
}
.cm-navigation.wb .cm-hrsub-inner {
  background: #fff;
  border: 1px solid #e3dfd6;
  border-top: 0;
}
.cm-navigation.wb .cm-hrsub-inner > ul > li > a {
  background: #002c66;
}
.cm-navigation.wb .cm-hrsub-inner > ul > li.active {
  background: #002c66;
}
.cm-navigation.wb .cm-hrsub-inner > div > a {
  color: #0a96d2;
}
.cm-navigation.wb .cm-hropen {
  background: #002c66;
}
.cm-navigation.wb .link-other-shop a {
  background: #003b86;
}
.cm-navigation.wb .link-other-shop a:hover {
  background: #013f87;
}
/* ******************************* */
/* Codemonks Navigation Responsive */
/* ******************************* */
@media screen and (max-width: 1280px) {
  .cm-navigation ul {
    width: 100%;
  }
  .cm-navigation .cm-hrsub-inner {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .cm-navigation > ul > li > a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 766px) {
  .cm-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white !important;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    transition: all 0.2s;
    margin-left: -100%;
  }
  .cm-navigation.active {
    margin-left: 0;
  }
  .cm-navigation > ul {
    margin-top: 100px;
  }
  .cm-navigation > ul > li {
    width: 100%;
    border-bottom: 1px solid #aaa !important;
    height: auto;
  }
  .cm-navigation > ul > li > a {
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 1.7rem;
  }
  .cm-navigation > ul > li .cm-hrsub {
    width: 100%;
    position: relative;
    top: auto;
    padding-bottom: 0 !important;
  }
  .cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner {
    width: 100%;
  }
  .cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div {
    width: 100%;
  }
  .cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div a {
    font-size: 1.7rem;
  }
  .cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div ul {
    width: 100%;
  }
  .cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div ul > li {
    width: 100%;
  }
  .cm-navigation > ul > li .cm-hrsub .cm-hrsub-inner > div ul > li a {
    width: 100%;
    display: block;
    font-size: 1.7rem;
  }
  .cm-navigation > ul > li:hover > a {
    color: #ffffff !important;
  }
  .cm-navigation > ul > li:first-of-type:hover .fa-home {
    color: #fff;
  }
  .cm-navigation > ul > li:first-of-type:hover .fa-home:after {
    color: #fff;
  }
  .cm-navigation > ul > li:first-of-type:hover .fa-home:before {
    color: #fff;
  }
  .cm-navigation .mobileonly {
    display: block;
  }
  .cm-navigation .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 36px;
  }
  .cm-navigation .close:hover {
    color: #000 !important;
  }
  .cm-navigation .link-other-shop {
    position: static;
    width: 100%;
    transition: all 0.2s;
  }
  .cm-navigation .link-other-shop a {
    transition: all 0.2s;
    padding: 10px;
    padding-left: 15px;
  }
}
/* ****************************** */
/* Remove Scrollbar on mobile nav */
/* ****************************** */
body.removescrollbar {
  overflow: hidden !important;
}
/* *********************** */
/* Codemonks Slider Banner */
/* *********************** */
#slider {
  width: 100%;
  height: auto;
  position: relative;
}
#slider .progressbar {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  background: #ededed;
}
#slider .progressbar > div {
  height: 5px;
  width: 0%;
  background: #fa7323;
}
#slider .progressbar > div.fill {
  animation: fill 5s forwards;
}
#slider.wb .progressbar > div {
  background: #0e97d2;
}
@keyframes fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#slider .nav-left {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  margin-top: -30px;
  left: 20px;
}
#slider .nav-left > i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #slider .nav-left > i {
    font-size: 40px;
  }
}
#slider .nav-left:hover > i {
  color: #ffffff;
}
#slider .nav-right {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  margin-top: -30px;
  right: 20px;
}
#slider .nav-right > i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #slider .nav-right > i {
    font-size: 40px;
  }
}
#slider .nav-right:hover > i {
  color: #ffffff;
}
#slider > ul {
  margin: 0;
  padding: 0;
  position: relative;
  height: 420px;
}
@media screen and (max-width: 1200px) {
  #slider > ul {
    height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  #slider > ul {
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  #slider > ul {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  #slider > ul {
    height: 250px;
  }
}
@media screen and (max-width: 750px) {
  #slider > ul {
    height: 250px;
  }
}
@media screen and (max-width: 700px) {
  #slider > ul {
    height: 220px;
  }
}
@media screen and (max-width: 600px) {
  #slider > ul {
    height: 200px;
  }
}
@media screen and (max-width: 530px) {
  #slider > ul {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  #slider > ul {
    height: 150px;
  }
}
@media screen and (max-width: 400px) {
  #slider > ul {
    height: 130px;
  }
}
#slider > ul > li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  list-style: none;
  padding: 0;
  display: none;
}
#slider > ul > li.actslide {
  display: block;
}
#slider > ul > li > a {
  display: block;
  width: 100%;
  height: auto;
}
#slider > ul > li > a > img {
  width: 100%;
  height: auto;
}
#slider > ul > li > a > button {
  position: absolute;
  border: 2px solid #fff !important;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  font-style: italic;
  height: auto;
  display: inline-block;
  text-transform: lowercase;
  width: auto;
  padding: 0 30px;
  height: 53px;
  background-color: transparent;
  bottom: 28%;
  left: 15%;
  font-weight: normal;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -moz-order-radius: 0px;
  -webkit-border-radius: 0px;
  transition: all 0.2s;
}
#slider > ul > li > a > button:hover {
  background: rgba(255, 255, 255, 0.25) !important;
}
@media screen and (max-width: 972px) {
  #slider > ul > li > a > button {
    padding: 0 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #slider > ul > li > a > button {
    display: none;
  }
}
/* ************************ */
/* Codemonks Product Slider */
/* ************************ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
ol#related {
  padding: 0 !important;
}
ol#related .slick-list {
  position: relative;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
}
ol#related .slick-slide {
  box-sizing: border-box;
  height: 420px;
}
ol#related .slick-slide > div {
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
ol#related .slick-slide > div > div {
  background: #f1efeb;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  transition: all 0.2s;
}
ol#related .slick-slide > div > div > a {
  margin-bottom: 10px;
  height: 240px;
  display: block;
  position: relative;
  background: white;
}
ol#related .slick-slide > div > div > a > span {
  display: table;
  height: 100%;
}
ol#related .slick-slide > div > div > a > span > span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
ol#related .slick-slide > div > div > a > span > span > img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
ol#related .slick-slide > div > div .product-item-inner .actions-primary {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
ol#related .slick-slide > div > div .product-item-inner .actions-primary button {
  width: 100%;
  box-sizing: border-box;
}
ol#related .slick-slide > div > div .product-item-inner .actions-primary button:hover {
  background: #8d7f60;
}
ol#related .slick-slide > div > div:hover {
  background: #e3dfd6;
}
ol#related .slick-slide > div > div:hover .product-item-inner .actions-primary button {
  background: #cec7b8;
}
ol#related .slick-slide > div > div:hover .product-item-inner .actions-primary button:hover {
  background: #8d7f60;
}
ol#related .slick-prev {
  display: none !important;
}
ol#related .slick-next {
  display: none !important;
}
ol#related .slick-dots {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
ol#related .slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ol#related .slick-dots li button {
  height: 20px !important;
  width: 20px !important;
  text-align: center;
  line-height: 20px !important;
  border-radius: 100%;
  background: #8bad9b !important;
  transition: all 0.2s;
  color: white;
  cursor: pointer;
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 !important;
}
ol#related .slick-dots li.slick-active button {
  background: #005023 !important;
}
ol#related .slick-dots li:hover button {
  background: #005023 !important;
}
/* ******************************* */
/* Codemonks Landing Bottom Images */
/* ******************************* */
.codemonks-landing-images {
  display: block;
  clear: left;
}
.codemonks-landing-images > div {
  width: 50%;
  float: left;
}
@media screen and (max-width: 650px) {
  .codemonks-landing-images > div {
    width: 100%;
  }
}
.codemonks-landing-images > div > div {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.codemonks-landing-images > div > div > a {
  width: 100%;
  height: 100%;
}
.codemonks-landing-images > div > div > a > span {
  position: absolute;
  top: 40%;
  left: 5%;
  font-weight: 800;
  text-shadow: 0.4px 1px 6px #3d3d3f;
  font-size: 4rem;
  line-height: 4rem;
  color: white;
}
@media screen and (max-width: 850px) {
  .codemonks-landing-images > div > div > a > span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .codemonks-landing-images > div > div > a > span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.codemonks-landing-images > div > div > a > img {
  width: 100%;
  height: auto;
}
.codemonks-landing-images > div:first-of-type > div {
  padding-right: 5px;
}
@media screen and (max-width: 650px) {
  .codemonks-landing-images > div:first-of-type > div {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.codemonks-landing-images > div:last-of-type > div {
  padding-left: 5px;
}
@media screen and (max-width: 650px) {
  .codemonks-landing-images > div:last-of-type > div {
    padding-left: 0;
  }
}
.codemonks-landing-images .clearleft {
  clear: left;
}
/* ****************************************** */
/* Codemonks Catalog Product Image Correction */
/* ****************************************** */
.catalog-category-view .products-grid .product-items li {
  position: relative;
}
.catalog-category-view .products-grid .product-items li .product-item-info {
  height: 450px;
}
.catalog-category-view .products-grid .product-items li .product-item-photo {
  margin-bottom: 10px;
  height: 240px;
  display: block;
  position: relative;
  background: white;
}
.catalog-category-view .products-grid .product-items li .product-item-photo > span {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  background: white;
}
.catalog-category-view .products-grid .product-items li .product-item-photo > span > span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  background: white;
}
.catalog-category-view .products-grid .product-items li .product-item-photo > span > span > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  display: inline-block;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}
.catalog-category-view .products-grid .product-items li .product-item-details {
  position: static;
}
.catalog-category-view .products-grid .product-items li .product-item-details .actions-primary {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: auto;
}
.catalog-category-view .products-grid .product-items li .product-item-details .actions-primary button {
  width: 100%;
  box-sizing: border-box;
}
.catalog-category-view .products-grid .product-items li .product-item-details .actions-primary button:hover {
  background: #8d7f60;
}
.catalog-category-view .products-grid .product-items li .product-item-details .actions-secondary {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 1050px) {
  .catalog-category-view .products-grid .product-items li .product-item-details .actions-secondary {
    bottom: 55px;
  }
}
.catalog-category-view .products-grid .product-items li .product-item-info:hover {
  background: #e3dfd6;
}
.catalog-category-view .products-grid .product-items li .product-item-info:hover .product-item-inner .actions-primary {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: auto;
}
.catalog-category-view .products-grid .product-items li .product-item-info:hover .product-item-inner .actions-primary button {
  background: #cec7b8;
}
.catalog-category-view .products-grid .product-items li .product-item-info:hover .product-item-inner .actions-primary button:hover {
  background: #8d7f60;
}
.catalog-category-view .products-grid .product-items li .product-item-info:hover .product-item-inner .actions-secondary {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1050px) {
  .catalog-category-view .products-grid .product-items li .product-item-info:hover .product-item-inner .actions-secondary {
    bottom: 55px;
  }
}
.catalog-category-view .products-grid .product-items li .product-item-inner:before {
  display: none !important;
}
/* ******************************** */
/* Codemonks Breadcrumbs Correction */
/* ******************************** */
.breadcrumbs {
  border-bottom: 2px solid #fff;
}
/* ******************************** */
/* Codemonks Breadcrumbs Correction */
/* ******************************** */
.catalog-product-view .MagicToolboxSelectorsContainer a img {
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3) !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.catalog-product-view .MagicToolboxSelectorsContainer a:hover img {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.catalog-product-view .MagicToolboxSelectorsContainer a.active-selector img {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.cm-navigation > ul > li:first-of-type > a:after {
  display: none !important;
}
ol#related .slick-slide > div > div > a {
  overflow: hidden;
}
.catalog-category-view .products-grid .product-items li .product-item-photo > span {
  width: 100% !important;
}
.schiesskeller-slider .slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.schiesskeller-slider .slick-dots li.slick-active button {
  background: #005023 !important;
}
.schiesskeller-slider .slick-dots {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.schiesskeller-slider .slick-dots li button {
  height: 20px !important;
  width: 20px !important;
  text-align: center;
  line-height: 20px !important;
  border-radius: 100%;
  background: #8bad9b !important;
  transition: all .2s;
  color: white;
  cursor: pointer;
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 !important;
}
.cms-home #slider span.headline {
  font-weight: 800;
  position: absolute;
  bottom: 10px;
  display: block;
  left: 10%;
  width: 60%;
  color: #fff;
  text-decoration: none;
  font-size: 5.5rem;
  text-shadow: 0.4px 1px 6px #3d3d3f;
  line-height: 7.2rem;
}
.cms-home #slider span.headline small {
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.7;
  text-shadow: none;
}
#slider .headline button {
  position: relative;
  border: 2px solid #fff !important;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  font-style: italic;
  height: auto;
  display: inline-block;
  text-transform: lowercase;
  width: auto;
  padding: 0 30px;
  height: 53px;
  background-color: transparent;
  font-weight: normal;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -moz-order-radius: 0px;
  -webkit-border-radius: 0px;
  transition: all .2s;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 1130px) {
  .cms-home #slider span.headline {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cms-home #slider span.headline {
    font-size: 16px;
    line-height: 18px;
  }
  .cms-home #slider span.headline small {
    line-height: 12px;
    font-size: 12px;
  }
}
.catalog-category-view .item.product.product-item .product-image-photo {
  width: 100% !important;
}
/* Änderungen nach Update Magento 2.4.6 */
.sections.nav-sections {
  display: none !important;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
