@charset "UTF-8";
#maincontent {
  display: inline;
}
#maincontent .page-main {
  max-width: 100%;
}
#maincontent .primary button {
  background: #1d235c;
}
#maincontent .primary button:hover {
  background: #30529b;
  border: 1px solid #30529b;
}
#maincontent .primary a {
  background: #1d235c;
}
#maincontent .primary a:hover {
  background: #30529b;
}
#maincontent .sidebar .actions-toolbar a {
  background: none;
}
#maincontent #wishlist-sidebar .colli {
  font-size: 12px;
}
#maincontent .secondary a {
  color: #1d235c;
}
#maincontent .secondary a:hover {
  color: #30529b;
}
#maincontent .staff-dashboard .tabs li a.active {
  background: #1d235c;
}
#maincontent .staff-dashboard .tabs li a:hover {
  background: #a7b2c0;
}
#maincontent .action.primary {
  background: #1d235c;
  border: 1px solid #1d235c;
}
#maincontent .action.primary:hover {
  background: #30529b;
  border: 1px solid #30529b;
}
#maincontent .actions-secondary .btn-remove.delete {
  display: none;
}
#maincontent .product-info-main .product-info-price {
  display: grid;
}
#maincontent .product-info-main .product-info-price .price-final_price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
#maincontent a:focus {
  outline: none;
}
#maincontent ul.nav.items {
  font-size: 16px;
}
#maincontent .sorter-action:hover:before {
  color: #30529b;
}
#maincontent .product-social-links a {
  color: #a7b2c0;
}
#maincontent .product-social-links a:hover {
  color: #161b37;
}
#maincontent .newer-product a {
  color: #a7b2c0;
}
#maincontent .newer-product a:hover {
  color: #56a33c;
}
@media all and (min-width: 1280px) {
  #maincontent .page-main {
    max-width: 100%;
    background-color: #161b37 !important;
  }
  #maincontent .login-container {
    background: url("../images/login_header.jpg") no-repeat top center;
    background-size: 100%;
    color: #fff;
    height: 460px;
    position: relative;
  }
  #maincontent .login-container .block-customer-login {
    width: 28%;
    background-color: rgba(255, 255, 255, 0.3);
    float: left;
    clear: left;
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 7%;
    margin-left: 35px;
    position: absolute;
    bottom: 0;
  }
  #maincontent .login-container .block-new-customer {
    width: 28%;
    padding: 10px;
    float: left;
    clear: left;
    height: 250px;
    margin-top: 460px;
    margin-left: 35px;
  }
  #maincontent .login-container .block-new-customer .block-title {
    color: #000;
  }
  #maincontent .login-container .block-new-customer p {
    font-size: 14px;
    color: #000;
  }
  #maincontent .login-container input {
    color: #000;
  }
  #maincontent .fieldset > .field,
#maincontent .fieldset > .fields > .field {
    margin: 0 0 10px;
  }
  #maincontent .login-container .fieldset::after {
    margin-top: 5px;
  }
}
#maincontent .field ul {
  font-size: 14px;
  padding-left: 35px;
}
#maincontent ul.info li {
  font-size: 12px;
}
#maincontent .required label.label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  display: none;
}

.block-minicart .primary span {
  background: #1d235c;
}
.block-minicart .primary span:hover {
  background: #56a33c;
}

.page-footer .btn-blue {
  background: #1d235c;
}

.label span {
  font-size: 14px;
}

.modal-content {
  border-radius: 0;
}

@media all and (max-width: 1280px) {
  .custom_burger, .custom-row {
    z-index: 1002;
  }

  .navbar-toggle {
    z-index: 1005 !important;
  }

  #corner {
    z-index: 1000;
  }

  .auth_row {
    z-index: 1003;
  }

  #maincontent {
    display: block;
  }

  .search-form {
    width: 100%;
    z-index: 1002;
  }
}
@media all and (max-width: 450px) {
  .sorter-label {
    display: none;
  }
}
.product-add-form .box-tocart .control {
  padding: 10px;
}
.product-add-form .box-tocart .control input {
  margin: 0 5px;
}

td .action-select-wrap .action-menu {
  z-index: 35;
}

body .breadcrumbs {
  padding-left: 0;
}
body .breadcrumbs .item.home a {
  background: #1d235c;
  border-radius: 8px;
  border: 1px solid #1d235c;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 10px;
  color: #fff;
}
body .breadcrumbs .item.home a:hover {
  color: #fff;
}
body .breadcrumbs .item {
  color: #161b37;
}
body .breadcrumbs .item a {
  color: #161b37;
}
body .breadcrumbs .item a:hover {
  color: #30529b;
}
body .breadcrumbs .item:hover {
  color: #30529b;
}
body .breadcrumbs .item:after {
  color: #161b37;
}

body .confirm .modal-content {
  border: 0;
  box-shadow: none;
}
body .confirm .modal-footer {
  border-top: 0;
}
body .confirm .modal-footer .action-primary {
  background: #1d235c;
}
body .confirm .modal-footer .action-primary:hover {
  background: #30529b;
  border: 1px solid #30529b;
}
body .confirm .modal-header {
  border-bottom: 0;
}

.dmbs-footer #newsletter {
  font-size: 16px;
  background: transparent;
  color: #ffffff;
  padding: 13px 20px 13px 30px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  width: 70%;
  float: left;
  border: 1px solid #a7b2c0;
  height: auto;
  vertical-align: inherit;
  margin-right: -1px;
}
.dmbs-footer .newsletter-footer-link {
  font-size: 15px;
  color: #A7B3C0;
}
.dmbs-footer .newsletter-footer-link a {
  color: #ffffff;
  display: inline-block;
  font-family: "UniSansBold";
  font-size: 20px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 15px auto 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: #A7B3C0 none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 13px 50px;
}
.dmbs-footer button.subscribe {
  font-size: 16px;
  width: 30%;
  border: 1px solid #a7b2c0;
  outline: 0;
  box-shadow: none;
  padding: 13px 20px;
  color: #ffffff;
  text-transform: uppercase;
  background: #a7b2c0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-left-style: ridge;
}
.dmbs-footer button.subscribe:hover {
  background: #30529b;
  border: 1px solid #30529b;
}

#mini-cart .item.product.product-item {
  display: list-item;
  cursor: auto;
}
#mini-cart .details-qty .label {
  width: inherit;
}
#mini-cart .label {
  color: #161b37;
  font-size: 13px;
}
#mini-cart .cart-item-qty {
  margin-left: 4px;
}
#mini-cart .product.actions .primary {
  display: none;
}
#mini-cart .product.actions .secondary a {
  cursor: pointer;
}

li.item .price-container.price-tier_price.tax.weee .price {
  font-family: "Muli", sans-serif;
  font-size: 20px;
}

.additional-attributes-wrapper.table-wrapper th.col.label {
  color: black;
}
.additional-attributes-wrapper.table-wrapper .additional-attributes p {
  font-size: 14px;
  color: #333333;
}

#top-cart-btn-checkout {
  background: #1d235c;
  border: 0px;
}
#top-cart-btn-checkout:hover {
  background: #56a33c;
  border: 0px;
}

@media all and (min-width: 1025px) {
  .products.list.items.product-items .item.product.product-item {
    height: 450px;
  }
}

.review-form .primary.actions-primary .action.submit.primary span {
  color: white;
}

.custom_copex .street .label {
  color: black !important;
  font-weight: normal;
  text-align: left !important;
}

.menu-underitem-has-children {
  position: relative;
}
.menu-underitem-has-children a {
  color: #a7b2c0 !important;
}
.menu-underitem-has-children a:before {
  border: 0px !important;
}
@media all and (min-width: 768px) {
  .menu-underitem-has-children:hover > ul {
    display: block;
    margin-left: 100%;
    top: 0px;
  }
  .menu-underitem-has-children ul {
    margin-top: 0px;
  }
  .menu-underitem-has-children .dropdown-menu {
    margin-top: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .menu-underitem-has-children .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    margin-left: 90px;
    margin-right: 10px;
    text-align: right;
  }
}

.menu-underitem-has-children.level1 .caret {
  display: none;
}

.menu-underitem-has-children.level0 > a:hover .caret {
  border-top: 4px solid transparent;
  border-left: 4px dashed;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 2px;
}
.menu-underitem-has-children.level0 > a .caret {
  opacity: 1 !important;
}

li.current-menu-parent a:before {
  border: 0px !important;
}
.breadcrumbs {
  margin-top: 10px;
}

.product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th {
  font-size: 14px;
  margin: 0;
}
.product.info.detailed .additional-attributes > thead > tr > th.label, .product.info.detailed .additional-attributes > tbody > tr > th.label, .product.info.detailed .additional-attributes > tfoot > tr > th.label {
  display: table-cell;
  text-align: left;
}
.product.info.detailed .additional-attributes > thead > tr > td, .product.info.detailed .additional-attributes > tbody > tr > td, .product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5px;
  margin: 0;
}

.product-item-link.link-sku {
  color: #575757;
  font-size: 20px;
}

@media all and (min-width: 768px) {
  .dropdown-menu {
    padding-bottom: 0;
    margin-top: -15px !important;
  }
}
.picheader {
  margin-bottom: -52px;
}

.custom_burger {
  right: 0 !important;
}

.page-main {
  padding-top: 50px;
}

.top-promo {
  width: 100%;
  line-height: 35px;
  margin-top: -50px;
}

.modal-popup .top-promo {
  display: none;
}

.page-title-wrapper {
  margin-top: -30px;
}

.page-title-wrapper .page-title {
  margin-bottom: 20px;
}

.dmbs-header-img {
  padding-left: 0;
}

@media all and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .dmbs-header-img {
    z-index: 0 !important;
    padding-left: 15px;
  }
}
.custom-row {
  margin-left: 0;
}

.mobileNavLevel1 {
  display: block;
  width: 100%;
  text-align: right;
}
.mobileNavLevel1 .menu-underitem-has-children .caret {
  display: none;
}
.mobileNavLevel1 ul {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media all and (min-width: 767px) {
  .page-layout-1column .page-main .product-info-main {
    width: 60%;
  }
  .page-layout-1column .page-main .product.media {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .customer-account-login .navigation,
.customer-account-login .breadcrumbs,
.customer-account-login .page-header .header.panel,
.customer-account-login .header.content,
.customer-account-login .footer.content,
.customer-account-login .page-wrapper > .widget,
.customer-account-login .page-wrapper > .page-bottom,
.customer-account-login .block.category.event,
.customer-account-login .top-container,
.customer-account-login .page-main {
    max-width: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .customer-account-login .navigation,
.customer-account-login .breadcrumbs,
.customer-account-login .page-header .header.panel,
.customer-account-login .header.content,
.customer-account-login .footer.content,
.customer-account-login .page-wrapper > .widget,
.customer-account-login .page-wrapper > .page-bottom,
.customer-account-login .block.category.event,
.customer-account-login .top-container {
    background-color: #30529b;
  }
  .customer-account-login .page-title {
    color: white;
  }
}

.product-info-main .product-info-price .price-box {
  width: inherit;
}

#maincontent .page-title-wrapper {
  position: relative;
  width: 100%;
}

.copex_custom_summary table .mark {
  background-color: white;
}

.cart-summary table .mark {
  background-color: whitesmoke;
}
.cart-summary table th, .cart-summary table .label {
  color: #333333;
}
.cart-summary table .label {
  font-weight: normal;
}

table#shopping-cart-table td.col.qty {
  min-width: 90px;
  padding: 20px 0 4px;
}
table#shopping-cart-table td.col.qty .input-text {
  width: 55px;
}

.copex_custom_summary {
  background-color: #fff;
}
.copex_custom_summary .label {
  color: #333333;
}
.copex_custom_summary .details-qty .label {
  padding: 0;
  margin: 0;
}

.copex_custom_payment .actions-toolbar button {
  color: #fff !important;
  padding: 7px 15px !important;
  margin: 5px !important;
  border: 0px !important;
  border-radius: 3px !important;
  text-decoration: none !important;
}
.copex_custom_payment .actions-toolbar span {
  color: white;
}

#cookienotification-block > p {
  color: inherit;
  font-size: inherit;
}

.copex_custom_summary .totals:not(.grand) {
  display: none;
}

.opc-progress-bar {
  margin-top: 30px !important;
}

.copex_custom_payment.form.payments {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  height: 100%;
  position: relative;
  padding-bottom: 95px;
  padding-left: 30px;
}
.copex_custom_payment.form.payments .checkout-agreement.field input {
  width: auto;
}
.copex_custom_payment.form.payments .payment-method-content {
  padding: 0;
}
.copex_custom_payment.form.payments .field.error input {
  border-color: #ed8380;
}
.copex_custom_payment.form.payments .field.error .label.error {
  color: red !important;
  display: inline;
}
.copex_custom_payment.form.payments .field {
  margin-left: 30px;
  margin-bottom: 15px;
}
.copex_custom_payment.form.payments .field .label {
  position: relative;
  display: inline;
  padding-left: 5px;
}
.copex_custom_payment.form.payments .field .label.error {
  display: none;
}
.copex_custom_payment.form.payments .field input {
  width: 50%;
}
.copex_custom_payment.form.payments .field.info .notice {
  font-weight: bold;
}
.copex_custom_payment.form.payments .field.info .notice:before {
  content: "";
  font-family: "luma-icons";
}
.copex_custom_payment.form.payments .field.dayofdelivery label:after {
  display: none;
}
.copex_custom_payment.form.payments .field.dayofdelivery label span {
  color: #888;
}
.copex_custom_payment.form.payments .field.dayofdelivery label input {
  width: 15px;
  float: left;
}
.copex_custom_payment.form.payments .field.dayofdelivery.checked label span {
  color: #000;
}
.copex_custom_payment.form.payments .actions-toolbar {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.copex_custom_payment.form.payments .checkout-billing-address, .copex_custom_payment.form.payments .step-title, .copex_custom_payment.form.payments .payment-method-title, .copex_custom_payment.form.payments .discount-code {
  display: none;
}
.copex_custom_payment.form.payments .legend {
  position: relative;
  height: 30px;
  width: 90%;
  font-size: 30px;
  margin: 30px 0;
  border-bottom: 1px black solid;
  line-height: 0;
  overflow: inherit;
}

.copex_colli {
  width: 100px;
}

.opc-progress-bar-item._active:before {
  background: #a7b2c0 !important;
  border-color: #a7b2c0 !important;
}

.opc-progress-bar-item._active > span {
  color: #a7b2c0 !important;
  font-weight: 600 !important;
}

.opc-progress-bar-item._active > span:before {
  background: #a7b2c0 !important;
  border-color: #a7b2c0 !important;
}

.opc-progress-bar-item._active > span:after {
  border-color: #a7b2c0 !important;
  content: "";
  font-family: "luma-icons";
}

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #a7b2c0 !important;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #a7b2c0 !important;
}

.copex-checkout-logo {
  margin-top: 20px;
  width: 400px;
}

.copex_shipping_methods .step-title {
  display: none;
}
.copex_shipping_methods #checkout-shipping-method-load {
  display: none;
}
.copex_shipping_methods #shipping-method-buttons-container {
  display: block;
}

#shipping-method-buttons-container {
  display: none;
}

.product-info-price > .price-details {
  display: none;
}

.product-info-stock-sku > .price-details {
  float: left;
  width: 190px;
  text-align: left;
  line-height: 35px;
}

.product-info-stock-sku > .product.attribute.sku {
  float: right;
}

.prices-tier + .price-details {
  display: none;
}

.prices-tier .item {
  font-size: 12px;
  color: #575757;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

[class*=col] {
  margin-bottom: 10px;
}

.thumbnail {
  height: 100%;
  margin-bottom: 0;
  background-color: #1d235c;
}
.thumbnail:hover {
  background-color: #30529b;
}
.thumbnail:hover a {
  text-decoration: none;
}
.thumbnail .caption {
  word-wrap: break-word;
}
.thumbnail .caption p {
  color: #ffffff;
}
.thumbnail.white {
  background-color: #fff;
}
.thumbnail.white .caption p {
  color: #333333;
}

.opc-sidebar {
  margin-top: 0 !important;
}
.opc-sidebar .modal-header {
  display: none;
}

.checkout-description {
  font-size: 11px;
}

.product-info-main .product.attribute.sku .type::after {
  content: ":";
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #575757;
}

.box-order-comment {
  width: 100% !important;
}
.box-order-comment td {
  text-align: right;
}

input[type=radio],
input[type=checkbox] {
  display: inline;
}

.parcel-unit .control {
  padding: 10px;
}
.parcel-unit .control > div {
  display: inline;
}
.parcel-unit input {
  text-align: center;
  width: 54px;
  margin: 0 5px;
}
.parcel-unit:after {
  clear: both;
}

.order-details-items table#my-orders-table tr.shipping {
  display: none;
}
.order-details-items .item-options dt {
  font-weight: normal;
  float: left;
  padding-right: 5px;
}

.cart .product-item-details .item-options dt:after,
.order-details-items .item-options dt:after {
  content: " x";
}

.table-comparison .cell.label.remove span {
  position: relative;
}

th.label, td.label {
  display: table-cell;
}

.product.options.list {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}
.product.options.list .values.parcel_unit {
  display: inline;
  float: left;
  clear: left;
  color: #1d235c;
  margin: 0 5px 5px 0 !important;
}
.product.options.list .values.parcel_unit:after {
  content: " x" !important;
}
.product.options.list .label,
.product.options.list .label.parcel_unit {
  width: 75%;
  float: left;
  text-align: left;
  padding: 0.3em 0 0;
}

#cart-totals table.data.totals .totals.shipping {
  display: none;
}

.cart-summary #block-shipping {
  display: none;
}

.minicart-items .item-options {
  display: table;
}
.minicart-items .item-options .label, .minicart-items .item-options .values {
  display: table-cell;
  font-size: 100%;
  font-weight: 400;
}
.minicart-items .item-options .label:after {
  content: " x";
}
.minicart-items .product-item-name {
  margin-bottom: -5px;
}
.minicart-items .price-wrapper {
  float: left;
}
.minicart-items .minicart-colli {
  float: left;
  display: block;
  margin: 8px 0 5px 5px;
}

tr.grand_total td.amount span.price:after {
  content: "*";
}

tr.grand.totals span.price:after {
  content: "*";
  font-size: 13px;
  vertical-align: top;
  line-height: 20px;
  font-weight: 400;
}

.category-image .image {
  max-width: 20% !important;
}

.checkout-index-index .modal-popup .fieldset .field .label {
  color: #000;
}

.discounts > span, .discounts > div {
  line-height: 12px;
  font-size: 12px;
}
.discounts .label {
  color: #999;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.discounts .discount1, .discounts .discount2 {
  color: #d7716f;
  float: left;
  padding: 0 5px;
}

.staff-menu-links li {
  width: 100%;
}

.auth_row > div {
  margin-bottom: 0;
}
.auth_row > div .login_register {
  margin-bottom: 0;
}
.auth_row > div .staff-login {
  float: left;
  margin-left: -20px;
  display: block;
  font-size: 1.3rem;
  color: #3d7a30;
  padding: 12px 20px 12px 40px;
  position: relative;
}
.auth_row > div .staff-login > div {
  float: left;
}
.auth_row > div .staff-login > div a.action.primary {
  padding: 0 10px;
}
.auth_row > div .staff-login > div.staff-logout-button {
  padding-left: 15px;
}
.auth_row > div .staff-login.nowonline {
  color: #e02b27;
}
.auth_row > div .staff-login.nowonline:before {
  color: #e02b27;
  content: "";
}
.auth_row > div .staff-login:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #3d7a30;
  content: "";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}

ul.items-qty .title,
ul.items-qty .item,
ul.items-qty .content {
  color: #333;
  font-size: 14px;
}

.page-title-wrapper .print {
  display: none;
}

.catalog-product-view .page-title {
  color: #575757;
}
.catalog-product-view .product.attribute {
  margin-bottom: 20px;
}
.catalog-product-view .product.data.items > .item.title {
  margin-top: 3px;
}
.catalog-product-view .product.data.items > .item.title.active {
  margin-top: 4px;
}

.tooltip-toggle {
  cursor: help;
  background: #1d235c;
  border: 1px solid #1d235c;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}

.fieldset > .field.choice.confirm-company input {
  float: left;
}
.fieldset > .field.choice.confirm-company .label {
  white-space: normal;
  text-align: left;
  display: block;
  padding-left: 25px;
  line-height: 16px;
  font-weight: 600;
}

.opc-block-summary .items-in-cart .product.options > span {
  font-size: 75%;
  font-weight: bold;
}

.checkout-onepage-success .print {
  display: none !important;
}

.products-list .action.available {
  display: none;
}

.new_cart_quote_items {
  font-weight: 700;
  color: #666666;
  font-size: 1.8rem;
  /* display: block; */
  line-height: 1 !important;
  white-space: nowrap;
  text-align: right !important;
}

.custom-product-info-price {
  text-align: left !important;
  padding-left: -10%;
}
.custom-product-info-price .custom_price_product_view {
  font-size: 15px;
}

.product-info-stock-sku {
  padding-top: 30px;
  padding-left: 0 !important;
}

.login_register .level0 {
  position: relative;
}
.login_register .level0:hover .dropdown-menu {
  display: block !important;
  top: 33px;
  left: 5px;
}
.login_register .dashboard {
  background: #1d235c;
  border-radius: 8px;
  border: 1px solid #1d235c;
  font-weight: 600;
  padding: 2px 10px;
}
.login_register .dashboard a {
  color: #fff !important;
}

.staff-login a.primary {
  background: #1d235c;
}
.staff-login a.primary:hover {
  background: #56a33c !important;
  border: 1px solid #56a33c !important;
}

.custom_notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: none;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.custom_notice:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}

.page-product-grouped .product-info-price span.tax-details {
  display: none;
}

.cart .sum_amount_parcel {
  margin-right: 0 !important;
}
.cart .sum_amount_parcel:after {
  content: "" !important;
}

.customer-price-toggle {
  position: absolute;
  top: 0;
  right: 60px;
  width: 260px;
  height: 37px;
}

.outer_iosToggle {
  position: relative;
  float: left;
  line-height: 32px;
  width: 100%;
}

.ios_title {
  font-size: 18px;
  position: relative;
  top: 50%;
  float: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iosToggle {
  width: 60px;
  text-align: center;
  transform: scale(0.7);
  float: right;
  /* GREEN CHECKBOX */
}
.iosToggle *:after, .iosToggle *:before {
  /*transition*/
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.iosToggle .ios-toggle, .iosToggle .ios-toggle:active {
  position: absolute;
  top: -5000px;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
}
.iosToggle .checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  margin-top: -20px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 36px;
  /*border-radius*/
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #f8f8f8;
  cursor: pointer;
}
.iosToggle .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 34px;
  text-indent: 40px;
  height: 36px;
  width: 36px;
  /*border-radius*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  right: auto;
  background: white;
  /*box-shadow*/
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
}
.iosToggle .checkbox-label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #bfbfbf;
  white-space: nowrap;
}
.iosToggle .ios-toggle:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 20px #a7b2c0, 0 0 0 2px #a7b2c0;
  -moz-box-shadow: inset 0 0 0 20px #a7b2c0, 0 0 0 2px #a7b2c0;
  box-shadow: inset 0 0 0 20px #a7b2c0, 0 0 0 2px #a7b2c0;
}
.iosToggle .ios-toggle:checked + .checkbox-label:before {
  left: calc(100% - 36px);
  /*box-shadow*/
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
}
.iosToggle .ios-toggle:checked + .checkbox-label:after {
  content: attr(data-on);
  left: 60px;
  width: 36px;
}
.iosToggle #isOwnPrice + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 0px #30529b, 0 0 0 0 #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #30529b, 0 0 0 0 #dddddd;
  box-shadow: inset 0 0 0 0px #30529b, 0 0 0 0 #dddddd;
}
.iosToggle #isOwnPrice:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 18px #30529b, 0 0 0 0px #30529b;
  -moz-box-shadow: inset 0 0 0 18px #30529b, 0 0 0 0px #30529b;
  box-shadow: inset 0 0 0 18px #30529b, 0 0 0 0px #30529b;
}
.iosToggle #isOwnPrice:checked + .checkbox-label:after {
  color: #30529b;
}

.table.grouped .col.item {
  width: 60%;
}
.table.grouped .grouped_sku {
  width: 15%;
}
.table.grouped .image_thumb {
  width: 25%;
}

.column.main {
  position: relative;
}

.grouped-point-to {
  text-align: left;
  margin-top: 20px;
}
.grouped-point-to ul {
  list-style: none;
  padding-left: 0;
}

.staff-index-orders .modal-header {
  border-bottom: 0;
}
.staff-index-orders .modal-content {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#modal-overlay .columns {
  width: 79%;
  margin: 0 auto;
}
#modal-overlay .order-details-items.ordered {
  margin-bottom: 10px;
}
#modal-overlay .block-title {
  margin-bottom: 20px;
}
#modal-overlay .block-content {
  display: flex;
}
#modal-overlay .block-content .box {
  margin: 0 auto;
}
#modal-overlay .column.main {
  width: 100%;
  padding-bottom: 0;
}
#modal-overlay .page-title {
  display: none;
}
#modal-overlay .order-date {
  margin-bottom: 20px;
}
#modal-overlay .order-date .label {
  color: #333333;
  font-size: 14px;
}

.sidebar #cart-sidebar-reorder .product-item-details {
  overflow: hidden;
}
.sidebar .block.block-wishlist .block-title a {
  color: #333333;
}
.sidebar .block.block-wishlist .block-title .counter {
  vertical-align: bottom;
  line-height: 22px;
}

#menu-hauptmenue > li:nth-child(6) a {
  color: #fff;
  background: #1d235c;
  border-radius: 18px;
  padding: 8px;
  margin-top: -8px;
}

.form-cart .cart.table-wrapper .product-item-photo {
  padding-right: 10px;
}
.form-cart .cart.table-wrapper .product-item-name {
  word-break: break-word;
}
.form-cart .cart.table-wrapper .product-item-name > span {
  display: block;
}

.minicart-wrapper .block-minicart {
  padding: 25px 20px 0;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
.minicart-wrapper .action.close {
  top: 5px;
}

/*# sourceMappingURL=custom.css.map */
