html,
body {
  color: #333333;
  background: #fff;
  font-family: 'Space Mono', monospace;
}
a {
  color: #333333;
}
a:hover {
  text-decoration: none;
}
a,
.alink {
  color: #333333;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #000;
}
a:visited,
.alink:visited {
  color: #000;
}
p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/*** Reset Field ***/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Space Mono', monospace;
}
input[type="checkbox"] {
  border-radius: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
}
select {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Space Mono', monospace;
}
textarea {
  min-height: 120px;
}
button,
a.action.primary {
  border-radius: 0;
}
button {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  padding: 12px 25px;
  font-family: 'Space Mono', monospace;
}
button:hover {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  background: #333;
  border: 1px solid #333;
}
.action.primary,
.action-primary {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  padding: 12px 25px;
  border: 1px solid #000;
  font-family: 'Space Mono', monospace;
}
.action.primary:hover,
.action-primary:hover {
  background: #333;
  border: 1px solid #333;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  background: #000;
  border: 1px solid #000;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  background: #000;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none !important;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  color: #ffffff;
  background: #333;
  border: 1px solid #333;
}
.message.success {
  background: #ccc;
  color: #333;
}
.message.success a {
  color: #000;
  font-weight: 700;
}
.file__choosefile {
  display: flex;
  -webkit-display: flex;
  position: relative;
}
.file__choosefile input[type="file"] {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Space Mono', monospace;
  width: 100%;
  padding: 0 10px;
}
.file__choosefile .file-render {
  display: flex;
  align-items: center;
  min-height: 40px;
  width: 100%;
  position: absolute;
  padding-left: 15px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #ccc;
  max-width: 97%;
  overflow: hidden;
  background: #fff;
  font-family: 'Space Mono', monospace;
  border: 1px solid #ccc;
}
.file__choosefile .button_choosefile {
  align-items: center;
  -webkit-align-items: center;
  background: transparent;
  color: transparent;
  display: flex;
  -webkit-display: flex;
  height: 100%;
  pointer-events: none;
  padding: 0 10px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.file__choosefile .button_choosefile:after {
  content: "";
  background: url(../images/form_upload.svg) no-repeat;
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  right: 10px;
  transform: translateX(-50%);
}
.fieldset > .field > .label {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 2px;
}
.fieldset > .fields > .field > .label {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 2px;
}
/* Policy Checkbox*/
.policy {
  padding-left: 30px;
  position: relative;
}
.policy .spanx {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}
.policy .spanx a {
  color: #636363;
  text-decoration: underline;
}
.policy .spanx:before {
  content: "";
  border: 1px solid #ccc;
  background: #fff;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 20px;
}
.policy .mage-error {
  position: absolute;
  bottom: -20px;
}
.policy > input {
  height: 20px !important;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px !important;
  z-index: 8;
  cursor: pointer;
}
.policy > input[type="checkbox"]:checked + .spanx::after {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
}
.policy > input[type="checkbox"]:checked + .mage-error + .spanx::after {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
}
/* Policy Checkbox*/
.page-wrapper {
  overflow: hidden;
  margin-top: 110px;
}
.page-main .page-title-wrapper .page-title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
}
.page-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
}
.minicart-items .product-item-name a {
  color: #000;
  font-size: 15px;
}
.minicart-items .product-item-details .price {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
/*** Cart & Checkout ***/
.checkout-index-index .ammenu-header-container .header.content .ammenu-menu-wrapper,
.checkout-index-index .ammenu-header-container .header.content .minicart-wrapper,
.checkout-index-index .ammenu-header-container .header.content .header.links,
.checkout-index-index .ammenu-header-container .header.content .block-search {
  display: none;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .opc > li {
  padding: 0 10px 0 0;
  border: none;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .step-title {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .step-title:before {
  content: "";
  display: none;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary > .title {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary > .title:before {
  content: "";
  display: none;
}
.firecheckout.checkout-index-index #checkout .opc-block-summary .items-in-cart .title {
  margin: 25px 0 0;
}
.firecheckout.checkout-index-index #checkout .opc-sidebar {
  padding: 0;
  border: none;
}
.firecheckout.checkout-index-index #checkout .opc-sidebar .step-title {
  border-bottom: 1px solid #333;
}
.firecheckout #checkout .fieldset .field {
  width: 49.5% !important;
}
.firecheckout #checkout .fieldset .field.street {
  width: 99% !important;
}
.firecheckout #checkout .fieldset .field .label {
  color: #333333;
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 25px;
}
.firecheckout #checkout .fieldset .field._required .label:after {
  color: transparent !important;
}
.firecheckout #checkout .fieldset .field[name="swissupCheckoutFields.swissup_checkout_field[message]"] {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field[name="swissupCheckoutFields.swissup_checkout_field[message]"] .label {
  display: none !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.company"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.company"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.telephone"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.telephone"] {
  width: 99.5% !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.street.0"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.street.0"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.street.1"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.street.1"],
.firecheckout #checkout .fieldset .field[name="shippingAddress.vat_id"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.vat_id"] {
  width: 100% !important;
}
.firecheckout #checkout .fieldset .field[name="shippingAddress.street.1"],
.firecheckout #checkout .fieldset .field[name="billingAddressshared.street.1"] {
  display: none !important;
}
.firecheckout #checkout .form.form-login .fieldset .field {
  width: 100% !important;
}
.firecheckout #maincontent .page-title-wrapper .authentication-wrapper {
  display: none;
}
.firecheckout #checkout .note {
  color: #333 !important;
  font-size: 13px !important;
}
.opc-wrapper .form-login {
  margin-bottom: 15px;
}
.firecheckout.checkout-index-index #checkout .opc-wrapper .step-content > * + .form-shipping-address {
  margin-top: 15px;
}
.firecheckout .form-shipping-address input[type="checkbox"],
.firecheckout #checkout input[type="checkbox"],
.firecheckout .form-shipping-address input[type="radio"],
.firecheckout #checkout input[type="radio"] {
  border-radius: 0px !important;
}
.firecheckout .form-shipping-address input[type="checkbox"]::after,
.firecheckout #checkout input[type="checkbox"]::after {
  background-color: #ccc !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-title {
  width: 100% !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-title .action.action-toggle {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-title .action.action-toggle:after {
  color: transparent;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content {
  display: block !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount {
  position: relative;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .field {
  width: 100% !important;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .field .input-text {
  height: 57px;
  padding: 0 25px;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar {
  position: absolute;
  right: 0;
  top: 10px;
}
.firecheckout #checkout .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar button {
  background: none;
  color: #333;
  border: none;
  padding: 12px 15px;
}
.firecheckout #checkout .fieldset .discount-code .payment-option-title {
  width: 100% !important;
}
.firecheckout.checkout-index-index .form-shipping-address input[type="checkbox"] + label,
.firecheckout.checkout-index-index #checkout input[type="checkbox"] + label,
.firecheckout.checkout-index-index .form-shipping-address input[type="radio"] + label,
.firecheckout.checkout-index-index #checkout input[type="radio"] + label {
  font-size: 10px;
}
.firecheckout.checkout-index-index .form-shipping-address input[type="checkbox"],
.firecheckout.checkout-index-index #checkout input[type="checkbox"],
.firecheckout.checkout-index-index .form-shipping-address input[type="radio"],
.firecheckout.checkout-index-index #checkout input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  transition: none !important;
}
.firecheckout.checkout-index-index .form-shipping-address input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index #checkout input[type="checkbox"]:checked::after,
.firecheckout.checkout-index-index .form-shipping-address input[type="radio"]:checked::after,
.firecheckout.checkout-index-index #checkout input[type="radio"]:checked::after {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  left: 9px;
  position: absolute;
  top: 7px;
  width: 20px;
  height: 20px;
  display: flex;
  background: none;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  border: 1px solid #ccc;
  transition: none !important;
}
.checkout-policy .policy {
  padding-left: 0;
}
.checkout-policy .policy .span {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}
.checkout-policy .policy .span a {
  color: #636363;
  text-decoration: underline;
}
.firecheckout .place-order .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.firecheckout .place-order .actions-toolbar .primary .action {
  width: 100%;
}
.checkout-text-policy p {
  color: #888888;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.checkout-text-policy p strong {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}
.opc-block-summary .minicart-items .product-item .product .product-image-container {
  display: none;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details {
  padding: 0;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  width: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  margin: 0;
}
.opc-block-summary .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin: 0;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}
.table-wrapper {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.cart.table-wrapper .cart thead tr th.col {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  padding: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  position: relative;
}
.cart.table-wrapper .cart thead tr th.col:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 25px;
  background: #fff;
}
.cart.table-wrapper .cart thead tr th.col.subtotal:after {
  background: none;
}
.cart.table-wrapper .cart tbody td {
  vertical-align: middle;
}
.cart.table-wrapper .product-item-details {
  padding: 0 0 0px;
  vertical-align: middle;
}
.cart.table-wrapper .product-item-details .product-item-name {
  margin: 0;
}
.cart.table-wrapper .product-item-details .product-item-name a {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}
.cart.table-wrapper .product-item-details .product-item-name a:hover {
  color: #333333;
}
.cart.table-wrapper .product-item-details .product-item-sku {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.cart.table-wrapper .item .col.item {
  padding: 10px 8px 10px 10px;
}
.cart.table-wrapper .item .col.price {
  padding: 10px 8px 10px 10px;
}
.cart.table-wrapper .item .col.qty {
  padding: 10px 8px 10px 10px;
}
.cart.table-wrapper .col.price {
  width: 105px;
}
.cart.table-wrapper .col.price .price {
  color: #333333;
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 25px;
}
.cart.table-wrapper .col.qty {
  width: 105px;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: 0;
  text-align: center;
  width: 84px;
}
.cart.table-wrapper .col.subtotal {
  padding: 10px 15px 10px 10px;
  width: 185px;
}
.cart.table-wrapper .col.subtotal .price {
  color: #333333;
  font-size: 15px;
  font-weight: 700 !important;
  line-height: 25px;
}
.item-actions-subtotal {
  display: inline-block;
  position: relative;
  width: 100%;
}
.item-actions-subtotal .item-actions {
  position: absolute;
  top: 0;
  right: -15px;
}
.item-actions-subtotal .item-actions .action.action-edit {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 18px;
  background: url(../images/delete.svg) no-repeat;
}
.cart-container .form-cart .actions.main .action.update {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  font-size: 15px;
  height: 45px;
  padding: 0 25px;
}
.cart-container .form-cart .actions.main .action.update:hover {
  background: #333;
  border: 1px solid #333;
}
.cart-summary {
  background: #fff;
  padding: 0;
}
.cart-summary .checkout-methods-items {
  margin: 0;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items .item .action.primary.checkout {
  color: #ffffff;
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}
.cart-summary > .title {
  margin: 0 0 10px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.cart-summary .block .title strong {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-summary .block > .title {
  border-top: 1px solid #333;
}
.cart-summary .block > .title:after {
  color: #333333;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 0px solid #cccccc;
  padding-top: 0;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 0px solid #cccccc;
  padding-top: 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.cart-summary .block.discount {
  margin: 15px 0 0;
}
.cart-summary .block.discount > .title {
  border-top: 0px solid #333;
  background: #eeeeee;
  padding: 15px 25px;
}
.cart-summary .block.discount > .title strong {
  font-weight: 400;
}
.cart-summary .block.discount > .title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 22px;
  height: 1px;
  width: 16px;
  background: #333;
}
.cart-summary .block.discount > .title:before {
  content: "";
  position: absolute;
  right: 32px;
  top: 18px;
  height: 16px;
  width: 1px;
  background: #333;
}
.cart-summary .block.discount > .content .fieldset.coupon {
  margin: 15px 0 0;
}
.cart-summary .block.discount > .content .fieldset.coupon .label {
  display: none;
}
.cart-summary .block.discount.active > .title:before {
  background: none;
}
/*** Category & Product Page ***/
.page-layout-1column .product-info-main {
  width: 48%;
}
.page-layout-1column .product.media {
  width: 50%;
}
.fotorama__thumb {
  background: none;
  opacity: 0.5;
}
.fotorama__active .fotorama__thumb {
  opacity: 1;
}
.fotorama__thumb-border {
  border: none;
  background: none;
}
.fotorama__stage {
  max-height: 640px;
}
.fotorama--fullscreen .fotorama__stage {
  max-height: 100%;
}
.fotorama__nav--thumbs {
  max-height: 500px;
}
.page-main-description {
  display: none;
}
.page-main .product-info-main .page-title-wrapper h1 {
  color: #000;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.product-info-main .page-title-wrapper h1 {
  color: #000;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.product-info-main .product-sku span {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
.product-info-main .product.attribute.overview {
  margin: 4px 0 0px;
}
.product-info-main .product.attribute.overview p {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.custom__attribute {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  list-style: none;
}
.custom__attribute li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.custom__attribute li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #333;
  height: 3px;
  width: 3px;
  border-radius: 3px;
}
.box-tocart .fieldset {
  display: flex;
}
.box-tocart .fieldset .field.qty {
  display: flex;
  align-items: center;
  width: 50%;
}
.box-tocart .fieldset .field.qty .label {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 20px 0px 0px;
}
.box-tocart .fieldset .field.qty .control .qty {
  height: 53px;
}
.box-tocart .fieldset .actions {
  width: 50%;
}
.box-tocart .fieldset .actions .action.tocart {
  width: 100%;
  margin: 0;
  font-size: 15px;
}
.old-price .price-label {
  display: none !important;
}
.old-price .price {
  font-size: 15px;
  line-height: 25px;
  color: #ccc;
  font-weight: 300;
  text-decoration: line-through;
}
.product-info-main .product-info-price {
  margin: 0;
  border-bottom: 0px solid #c1c1c1;
}
.product-info-main .product-info-price .price-box {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.product-info-main .product-info-price .price-box .price-container .price {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.product-info-main .product-info-price .price-box .price-container .price-label {
  display: none;
}
.product-info-main .product-info-price .price-box .old-price .price {
  font-size: 15px;
  line-height: 25px;
  color: #ccc;
  font-weight: 300;
  text-decoration: line-through;
  margin-left: 10px;
}
.table-wrapper.grouped {
  margin: -35px 0 0;
}
.table-wrapper.grouped th.col {
  padding: 11px 0px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
}
.table-wrapper.grouped th.col:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #000;
  height: 1px;
  width: 100%;
}
.table-wrapper.grouped th.col:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #fff;
  height: 1px;
  width: 25px;
  z-index: 1;
}
.table-wrapper.grouped th.col.stock:before,
.table-wrapper.grouped th.col.price:before {
  width: 0;
}
.table-wrapper.grouped td.col {
  padding: 13px 0px 9px;
}
.table-wrapper.grouped .col.item {
  width: 20%;
}
.table-wrapper.grouped .col.name {
  width: 30%;
}
.table-wrapper.grouped .col.size {
  width: 10%;
}
.table-wrapper.grouped .col.qty {
  width: 12%;
}
.table-wrapper.grouped .col.qty .control.qty .input-text.qty {
  height: 25px;
}
.table-wrapper.grouped .col.sku {
  width: 25%;
}
.table-wrapper.grouped .col.sku span {
  word-break: break-all;
  display: inline-block;
}
.table-wrapper.grouped .col.price {
  width: 10%;
}
.table-wrapper.grouped .col.stock {
  width: 17%;
  text-align: right;
}
.table-wrapper.grouped .col.stock span {
  color: #d17412;
  border: 1px solid #d17412;
  padding: 2px 10px;
}
.table-wrapper.grouped tr:first-child td {
  border: none;
}
.table-wrapper.grouped .product-item-name {
  margin: 0;
}
.table-wrapper.grouped .price-box .old-price .price {
  font-size: 13px;
}
.page-product-grouped #grouped-product-custom-total {
  float: left;
}
.page-product-grouped .box-tocart {
  width: 45%;
  float: right;
}
.page-product-grouped .box-tocart .fieldset .actions {
  width: 100%;
}
#grouped-product-custom-total-qty {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
#grouped-product-custom-total-price {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.input-group-addon button {
  border: none;
  background: none;
}
.input-group-addon .icon-decrease {
  position: relative;
}
.input-group-addon .icon-decrease:after {
  content: "";
  background: #ccc;
  height: 1px;
  width: 16px;
  position: absolute;
  top: -5px;
  right: -5px;
}
.input-group-addon .icon-increase {
  position: relative;
}
.input-group-addon .icon-increase:before {
  content: "";
  background: #ccc;
  height: 16px;
  width: 1px;
  position: absolute;
  top: -10px;
  right: 0;
}
.input-group-addon .icon-increase:after {
  content: "";
  background: #ccc;
  height: 1px;
  width: 17px;
  position: absolute;
  top: -3px;
  right: -8px;
}
.backtolink__block {
  margin-top: 20px;
  margin-bottom: 30px;
}
.backtolink__block .back__tolink {
  width: 188px;
  height: 50px;
  border: 1px solid #ccc;
  text-align: center;
  color: #333333 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
}
.backtolink__block .back__tolink:hover {
  color: #fff !important;
  border: 1px solid #000 !important;
  background: #000;
}
.product-info-main .backtolink__block {
  display: none;
}
#additional {
  display: none;
}
.label_sku_mobile,
.mobile__qty,
.label_size_mobile {
  display: none !important;
}
.mobile__group__price {
  display: none;
}
.page-layout-1column .products-grid .grid-custom .product-item {
  width: 100%;
}
.page-layout-1column .products-grid .grid-custom .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-item-price {
  text-align: center;
}
.products-grid .product-item-price .action.more {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  padding: 0px 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
}
.products-grid .product-item-price .action.more:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000;
}
.products-grid .product-item .price-box .price {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.block.related .block-title {
  text-align: center;
}
.block.related .block-title strong {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}
.block.related .related-available .product-item-name {
  margin: 0 0 5px;
  text-align: center;
}
.block.related .related-available .product-item-name a {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}
.block.related .related-available .product-item-name a:hover {
  color: #000;
}
.block.related .product-item-sku {
  text-align: center;
}
.block.related .product-item-sku span {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: none;
  border: 0px solid #bbbbbb;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.amscroll-load-button {
  width: 184px;
  height: 50px;
  border: 1px solid #ccc;
  text-align: center;
  color: #333333 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 30px;
  justify-content: center;
}
.amscroll-load-button:hover {
  color: #fff !important;
  border: 1px solid #000 !important;
  background: #000;
}
.amscroll-load-button:not(.focus-visible) {
  border: 1px solid #ccc !important;
}
.page-products .sorter,
.page-products .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin: 0;
}
.pages strong.page {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  background: none;
}
.pages a.page {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
}
.pages a.page:hover {
  color: #000;
  opacity: 1;
}
.pages a.page:visited {
  color: #000;
  opacity: 1;
}
.pages .action {
  box-shadow: none;
  border-radius: 0;
  padding: 0 8px;
  background: #fff;
}
.toolbar-products {
  justify-content: center;
  display: flex;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.toolbar select {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ccc;
}
.breadcrumbs a {
  color: #cccccc;
  font-size: 11px;
  font-weight: 400;
}
.breadcrumbs a:visited {
  color: #cccccc;
}
.breadcrumbs .item:not(:last-child):after {
  content: "/";
  font-size: 13px;
  margin: 0px;
}
.page-products .page-title-wrapper {
  text-align: center;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 700;
  text-decoration: none;
}
.product-item-name {
  margin: 0 0 5px;
}
.product-item-name a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.products-grid .product-item .product-item-name {
  text-align: center;
}
.page-products.page-layout-2columns-left .sidebar-main {
  width: 100%;
  float: none;
  padding: 0;
}
.page-products.page-layout-2columns-left .column.main {
  width: 100%;
  float: none;
  padding: 0;
}
.page-products.page-layout-2columns-left .columns {
  display: flex;
}
.products {
  margin: 0px 0 30px;
}
.products-list .product-item {
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid #ccc;
}
.products-list .product-item .product-item-price {
  position: absolute;
  right: 0;
  top: 28px;
  text-align: right;
}
.products-list .product-item .product-item-price .action.more {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  height: 50px;
  display: block;
  padding: 0px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
}
.products-list .product-item .product-item-price .action.more:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000;
}
.products-list .product-item .product-item-photo {
  padding: 0 30px 25px 0;
}
.products-list .product-item:last-child {
  border-bottom: 0px solid #ccc;
}
.products-list .product-item-details {
  position: relative;
  padding: 0 250px 0 0;
}
.products-list .product-item-description {
  margin: 5px 0 20px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.products-list .product-item-description p {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.products-list .product-item-description ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.products-list .product-item-description ul li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.products-list .product-item-description ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #333;
  height: 3px;
  width: 3px;
  border-radius: 3px;
}
.product-item .price-box .old-price .price-label {
  display: none;
}
.product-item .price-box .old-price .price {
  font-size: 15px;
  color: #ccc;
  font-weight: 300;
  text-decoration: line-through;
}
.product-item-sku {
  margin: 0 0 2px;
}
.product-item-sku span {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
.product-item .price-box {
  margin: 0 0 10px;
}
.product-item .price-box .price {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.filter-options-title {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 7px 40px 7px 15px !important;
  margin: 0 10px 0 0;
}
.filter-options-title:after {
  line-height: 19px;
  right: 13px !important;
  top: 12px !important;
}
.filter-options-content a:hover {
  color: #000;
  background: none;
}
.product-item-info-mobile {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #000;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #000;
}
/*** Media KIT ***/
.kit__note {
  margin: -15px 0 0;
}
.kit__note p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 25px;
}
.kit__items {
  display: flex;
  margin: 0 -12px;
}
.kit__items .kit__item {
  width: 33.333%;
  padding: 0 12px;
  margin: 0 0 25px;
}
.kit__item h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 0px;
  padding: 0 0 15px;
  position: relative;
}
.kit__item h2:after {
  content: "";
  background: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.accordion__toggle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion__toggle > li {
  margin: 0;
}
.accordion__toggle > li .head__toggle {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 12px 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
.accordion__toggle > li .head__toggle:after {
  content: "";
  background: #333;
  height: 1px;
  width: 16px;
  position: absolute;
  top: 25px;
  right: 10px;
}
.accordion__toggle > li .head__toggle:before {
  content: "";
  background: #333;
  height: 16px;
  width: 1px;
  position: absolute;
  top: 17px;
  right: 17px;
}
.accordion__toggle > li .head__toggle.active:before {
  display: none;
}
.accordion__toggle > li .inner__toggle {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: padding 0.2s ease-in-out;
}
.accordion__toggle > li .inner__toggle.show {
  display: block;
  padding: 5px 0px 0px 25px;
  border-bottom: 1px solid #ddd;
}
.accordion__toggle > li .inner__toggle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion__toggle > li .inner__toggle ul li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.accordion__toggle > li .inner__toggle ul li a {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  position: relative;
  padding: 12px 0 12px 33px;
}
.accordion__toggle > li .inner__toggle ul li a:hover {
  font-weight: 700;
}
.accordion__toggle > li .inner__toggle ul li a:before {
  content: "";
  background: url(../images/Icons/folder.svg) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
}
.accordion__toggle > li .inner__toggle ul li:last-child {
  border: none;
}
/*** Contact Page ***/
.contact__container {
  display: flex;
  flex-wrap: wrap;
}
.contact__container .contact__info {
  width: 44%;
}
.contact__container .contact__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact__container .contact__info ul li {
  margin: 0 0 25px;
  position: relative;
}
.contact__container .contact__info ul li p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 2px;
}
.contact__container .contact__info ul li p.p_link {
  position: relative;
}
.contact__container .contact__info ul li p.p_link:after {
  content: "";
  background: #333;
  height: 1px;
  width: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact__container .contact__info ul li a {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.contact__container .contact__info ul li a:hover {
  color: #000;
}
.contact__container .contact__info ul li.info1 {
  padding: 0 0 0 30px;
  background: url(../images/Icons/email.svg) no-repeat 0px 2px;
}
.contact__container .contact__info ul li.info2 {
  padding: 0 0 0 30px;
  background: url(../images/Icons/phone.svg) no-repeat 0px 2px;
}
.contact__container .contact__data {
  width: 48%;
}
.contact__container .contact__data h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.contact__container .contact__data .note {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px !important;
}
.contact__container .fieldset {
  margin: 0 0 10px;
}
.contact__container .fieldset > .field {
  margin: 0 0 5px;
}
.contact__container .fieldset > .field .label:label {
  content: "";
}
.contact__container .fieldset > .fields {
  display: flex;
  margin: 0 -12px;
}
.contact__container .fieldset > .fields > .field {
  margin: 0 0 5px;
  padding: 0 12px;
  width: 50%;
}
.contact__container .fieldset > .fields > .field .label:after {
  content: "";
}
.contact__container .fieldset > .fields > .field > .field.required .label:after {
  content: "";
}
.actions__contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
.actions__contact .action.primary,
.actions__contact .action-primary {
  height: 50px;
  padding: 12px 70px;
}
/*** Index & CMS ***/
.item__brand_mauna_kea {
  display: flex;
  margin: 0 0 60px;
}
.item__brand_mauna_kea .title__brand_mauna_kea {
  width: 23%;
  padding: 0 30px 0 0;
}
.item__brand_mauna_kea .title__brand_mauna_kea h2 {
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 15px;
  padding: 15px 0 0;
  font-family: 'Space Grotesk', sans-serif;
}
.item__brand_mauna_kea .title__brand_mauna_kea h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 95px;
  background: #000;
}
.item__brand_mauna_kea .text__brand_mauna_kea {
  width: 75%;
  display: flex;
}
.item__brand_mauna_kea .text__brand_mauna_kea .img {
  width: 55%;
}
.item__brand_mauna_kea .text__brand_mauna_kea .text {
  width: 45%;
}
.item__brand_mauna_kea .text__brand_mauna_kea .text p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 0 0 25px;
}
.item__brand_mauna_kea.last {
  margin: 0;
}
.brand_lookbook_ss {
  display: flex;
  margin: 0 0 60px;
}
.brand_lookbook_ss .lookbook_ss_title {
  width: 23%;
  padding: 0 0 0 30px;
}
.brand_lookbook_ss .lookbook_ss_title h2 {
  position: relative;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 15px;
  padding: 15px 0 0;
  font-family: 'Space Grotesk', sans-serif;
}
.brand_lookbook_ss .lookbook_ss_title h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 95px;
  background: #000;
}
.brand_lookbook_ss .lookbook_ss_title a {
  display: block;
  width: 184px;
  height: 50px;
  border: 1px solid #333333;
  text-align: center;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
.brand_lookbook_ss .lookbook_ss_title a:hover {
  color: #fff;
  background: #333;
}
.brand_lookbook_ss .lookbook_ss_img {
  width: 66%;
  display: flex;
}
.item__company {
  display: flex;
  margin: 0 0 60px;
}
.item__company .title__company {
  width: 23%;
  padding: 0 30px 0 0;
}
.item__company .title__company h2 {
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 15px;
  padding: 15px 0 0;
  font-family: 'Space Grotesk', sans-serif;
}
.item__company .title__company h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 95px;
  background: #000;
}
.item__company .text__company {
  width: 75%;
  display: flex;
}
.item__company .text__company .img {
  width: 55%;
}
.item__company .text__company .text {
  width: 45%;
}
.item__company .text__company .text p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 0 0 25px;
}
.item__company.item__years {
  display: block;
  margin: 0 0 60px;
}
.item__company.item__years .title__company {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}
.item__company.last {
  margin: 0;
}
.years__company {
  width: 100%;
}
.years__company .years ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.years__company .years ul li {
  padding: 0 30px 0 0;
}
.years__company .years ul li h2 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
  font-family: 'Space Grotesk', sans-serif;
}
.years__company .years ul li a {
  font-weight: 700;
  text-decoration: underline;
}
.years__company .years ul li:last-child {
  padding-right: 0;
}
.slider__company .item a {
  display: block;
  position: relative;
}
.slider__company .item a .text-com {
  position: absolute;
  bottom: 32%;
  left: 0;
  right: 0;
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.slider__company .item a .text-com span {
  display: inline-block;
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin: 25px 0 0;
}
.slider__company .item a .text-com img {
  display: inline-block;
  width: auto !important;
}
.slider__company .item a .image-com {
  display: block;
}
.slider__company .item a:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider__company .item a:hover span {
  color: #fff;
  background: #000;
}
.slider__company .item a:hover img {
  opacity: 1;
}
.slider__company .item a:hover:after {
  opacity: 0;
}
.index__title h2 {
  color: #000;
  font-size: 80px;
  font-weight: 300;
  line-height: 63px;
  margin: 3px 0 20px;
  font-family: 'Space Grotesk', sans-serif;
}
.index__title .text {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.index__title .text h2 {
  color: #000;
  font-size: 80px;
  font-weight: 700;
  line-height: 53px;
  margin: 0 45px 0px 0;
  font-family: 'Space Grotesk', sans-serif;
}
.index__title .text span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.index__style {
  margin: 0 0 50px;
}
.index__style .head__style h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px;
  font-family: 'Space Grotesk', sans-serif;
}
.index__style .nav__style {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
}
.index__style .nav__style li {
  height: 50px;
  min-width: 170px;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0px 5px;
}
.index__style .nav__style li span {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
}
.index__style .nav__style li.current {
  border: 1px solid #333;
}
.index__style .nav__style li:hover {
  background: #333;
  border: 1px solid #333;
}
.index__style .nav__style li:hover span {
  color: #fff;
}
.index__style .nav__style__tab {
  visibility: hidden;
  height: 0px;
}
.index__style .nav__style__tab.current {
  visibility: visible;
  height: auto;
}
.slider__category {
  margin: 0 0 50px;
}
.slider__category .slider__link {
  display: block;
  position: relative;
}
.slider__category .slider__link .slider_text {
  position: absolute;
  left: 35px;
  bottom: 110px;
  z-index: 1;
}
.slider__category .slider__link .slider_text .order_sheet {
  display: block;
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.slider__category .slider__link .slider_text .order_sheet:hover {
  color: #fff;
  background: #000;
}
.slider__category .slider__link .slider_text h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 53px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.slider__category .slider__link .slider_text p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}
.slider__category .slider__link img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider__category .slider__link:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider__category .slider__link:hover .order_sheet {
  color: #fff;
  background: #000;
}
.slider__category .slider__link:hover img {
  opacity: 1;
}
.slider__category .slider__link:hover:after {
  opacity: 0;
}
.slider__category .item {
  position: relative;
}
.slider__category .item:hover .order_sheet {
  color: #fff;
  background: #000;
}
.slider__category .item:hover img {
  opacity: 1;
}
.slider__category .item:hover:after {
  opacity: 0;
}
.slider__category .slider__link__lb {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  left: 35px;
  bottom: 80px;
  display: block;
}
.index__company .head__company h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin: 0 0 10px;
  font-family: 'Space Grotesk', sans-serif;
}
.index__company .head__company p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}
.index__company .content__company {
  margin: 35px 0 25px;
}
.index__company .content__company ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__company .content__company ul li {
  padding: 0 50px;
}
.index__company .bottom__company {
  display: flex;
  justify-content: center;
  margin: 0 0 5px;
}
.index__company .bottom__company .discover__more {
  display: block;
  width: 184px;
  height: 50px;
  border: 1px solid #333333;
  text-align: center;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
.index__company .bottom__company .discover__more:hover {
  color: #fff;
  background: #333;
}
/*** Index & CMS ***/
/*** Header & Footer ***/
.block-search input::-moz-placeholder {
  color: #333333 !important;
  font-size: 14px;
  font-weight: 300;
}
.block-search input::-webkit-input-placeholder {
  color: #333333 !important;
  font-size: 14px;
  font-weight: 300;
}
.block-search input:-ms-input-placeholder {
  color: #333333 !important;
  font-size: 14px;
  font-weight: 300;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.page-header .panel.wrapper .switcher strong {
  color: #333333;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding: 0 12px 0 0;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  background: url(../images/arrow-down.png) no-repeat;
  width: 8px;
  height: 5px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  margin-top: 8px;
}
.page-header .header.panel {
  min-height: 35px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
}
.page-header .header.panel .header.links .greet.welcome {
  display: none;
}
.page-header .header.panel .header.links .pre-message {
  color: #333333;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-header .header.content .logo {
  max-width: 76px;
  margin: -10px auto 20px 0;
}
.page-header .header.content .header.links {
  float: right;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0px 0 22px;
}
.page-header .header.content .header.links .authorization-link {
  margin-left: 25px;
}
.page-header .header.content .header.links a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.minicart-wrapper {
  margin-left: 22px;
}
.minicart-wrapper .action.showcart .text {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: static;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: auto;
  background: none;
  overflow: inherit;
  margin: 0;
  padding: 0 0px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number:before {
  content: "(";
}
.minicart-wrapper .action.showcart .counter.qty .counter-number:after {
  content: ")";
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty:after {
  content: "(0)";
  display: block;
}
.minicart-wrapper .action.showcart:before {
  content: "";
}
.minicart-wrapper .action.showcart.active:before {
  content: "";
}
.minicart-wrapper .block-minicart {
  margin-top: 10px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
  color: #333333;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
  font-weight: 700;
}
.hamburger__toggle {
  display: none;
}
.page-footer {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
}
.footer__links .footer__link__item {
  margin: 0 0 40px;
}
.footer__links .footer__link__item h6 {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 10px;
}
.footer__links .footer__link__item ul li a {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
}
.footer__links .footer__link__item ul li a:hover {
  font-weight: 700;
}
.footer.content .footer__social ul li {
  margin: 0 0 10px;
}
.footer.content .footer__social ul li a {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}
.footer.content .footer__social ul li a:hover {
  font-weight: 700;
}
.footer__copyright {
  border-top: 1px solid #ccc;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.footer__container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 5px;
  max-width: 1280px;
}
.footer__container .footer__copyright__address p {
  color: #888888;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.footer__container .footer__copyright__address p a {
  color: #888888;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.footer__container .footer__copyright__address p a:hover {
  color: #333333;
  font-weight: 700;
}
.footer__container .footer__up3up .up_up {
  color: #b4b4b4;
  font-family: Arial;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  padding: 1px 0 2px 17px;
  background: url(../images/Icons/up3up.png) no-repeat;
}
.footer__container .footer__up3up .up_up:hover {
  color: #b4b4b4;
}
/*** Header & Footer ***/
.mpblog-post-index.page-layout-2columns-right .sidebar-main {
  display: none;
}
.mpblog-post-index.page-layout-2columns-right .column.main {
  width: 100%;
}
.mpblog-post-index.page-layout-2columns-right .pager {
  text-align: right;
}
.mpblog-post-index.page-layout-2columns-right .pages .item.pages-item-next,
.mpblog-post-index.page-layout-2columns-right .pages .item.pages-item-previous {
  display: none;
}
.mpblog-post-view .sidebar-main {
  display: none;
}
.mpblog-post-view .column.main {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.mpblog-post-view .page-title-wrapper {
  display: none;
}
/*** Customer ***/
.customer__extra__info {
  float: left;
  width: 42%;
  padding-right: 2%;
}
.login-container {
  float: right;
  width: 55%;
}
.login-container .block-customer-login,
.login-container .block-new-customer,
.login-container .block-custom-login-language-switcher {
  width: 100%;
  float: none;
  margin: 0;
}
.login-container .block .block-title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border: none;
  margin: 0 0 0;
}
.login-container .block .block-title strong {
  font-weight: 700;
}
.login-container .block .block-content .required .label:after {
  color: transparent;
}
.login-container .block .fieldset.login {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 20px;
  width: 100%;
  max-width: 630px;
}
.login-container .block .fieldset.login > div {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.login-container .block .fieldset.login > div.email {
  width: 50%;
}
.login-container .block .fieldset.login > div.password {
  width: 50%;
}
.login-container .block .fieldset.login > div.secondary {
  margin: -15px 0 0;
}
.login-container .block .fieldset.login > div.secondary .action.remind {
  color: #333333;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}
.login-container .block .fieldset.login > div.secondary .action.remind:hover {
  text-decoration: underline;
}
.login-container .block .fieldset > .field > .control {
  width: 100%;
}
.login-container .block .fieldset:after {
  color: transparent;
  margin: 0;
}
.login-container .block .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 5px 12px 0 !important;
}
.login-container .block .actions-toolbar .action.login.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
}
.login-container .block-custom-login-language-switcher {
  max-width: 615px;
  margin-bottom: 50px;
}
.login-container .block-custom-login-language-switcher .block-content p {
  display: inline;
}
.login-container .block-custom-login-language-switcher .block-content .switcher {
  display: inline;
  font-size: 14px;
  font-family: 'Space Mono', monospace;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options {
  display: inline-block;
  position: relative;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options .action.toggle::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  background: url(../images/arrow-down.png) no-repeat;
  width: 8px;
  height: 5px;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options .action.toggle strong {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  padding: 0 12px 0 0;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown {
  margin: 0;
  margin-top: 8px;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown::before {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 10px;
  right: auto;
  top: -12px;
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown::after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 9px;
  right: auto;
  top: -14px;
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown li a::hover,
.login-container .block-custom-login-language-switcher .block-content .switcher .options ul.dropdown li a:visited {
  color: #333333;
}
.login-container .block-custom-login-language-switcher .block-content .switcher .options.active ul.dropdown {
  display: block;
}
.login-container .block-new-customer {
  width: 100%;
  max-width: 615px;
  float: none !important;
}
.login-container .block-new-customer .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 5px 12px 0 !important;
}
.login-container .block-new-customer .actions-toolbar .action.create.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
  line-height: 25px;
}
.customer__extra__item {
  margin: 0 0 25px;
}
.customer__extra__item h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;
}
.customer__extra__item p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.customer__extra__item a {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}
.customer__extra__item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer__extra__item ul li {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.customer__extra__item .check__list li {
  position: relative;
  padding: 0 0 0 28px;
}
.customer__extra__item .check__list li:before {
  color: #333;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  font-weight: 900;
  left: 5px;
  position: absolute;
  top: 1px;
  width: 20px;
  height: 20px;
}
.customer__extra__item .number__list li {
  position: relative;
  padding: 0 0 0 33px;
}
.customer__extra__item .number__list li .num {
  font-weight: 700;
  position: absolute;
  left: 5px;
  top: 1px;
}
.form.create.account {
  float: right;
  width: 55%;
}
.form.create.account .fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 0px;
  width: 100%;
  max-width: 630px;
}
.form.create.account .fieldset > .legend {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;
  border: none;
  padding: 0 12px;
}
.form.create.account .fieldset > .legend span {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.form.create.account .fieldset .required .label:after {
  color: transparent;
}
.form.create.account .fieldset > div {
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
.form.create.account .fieldset > div.newsletter {
  width: 100%;
}
.form.create.account .fieldset > div.street {
  width: 100%;
}
.form.create.account .fieldset > div.email_address {
  width: 100%;
}
.form.create.account .fieldset.create.account:after {
  color: transparent;
  margin-top: 0;
}
.form.create.account .swissup-customer-fields-container,
.form.create.account .swissup-address-fields-container {
  height: 1px;
}
.form.create.account .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 5px 12px 0 !important;
  margin: 0 0 35px;
  max-width: 595px;
}
.form.create.account .actions-toolbar .action.submit.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
  line-height: 25px;
}
.actions__register {
  display: flex;
}
.customer-account-forgotpassword .page-main .page-title-wrapper {
  text-align: center;
}
.customer-account-forgotpassword .page-main .column.main {
  max-width: 630px;
  margin: 0 auto;
}
.form.password.forget .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 35px;
}
.form.password.forget .actions-toolbar .action.submit.primary {
  height: 50px;
  min-width: 290px;
  margin: 0;
  line-height: 25px;
}
.account__logged .action.switchre {
  background: none;
  border: none;
  color: #333;
  font-weight: 300;
  text-transform: capitalize;
  padding: 0;
}
.account__logged .customer-menu .header.links {
  padding: 0 !important;
  margin: 10px 0 0 !important;
  flex-direction: column;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  position: static;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid #333;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px 0;
  box-sizing: border-box;
}
.ammenu-header-container .header.content {
  position: static;
}
.childs__submenu {
  display: flex;
  flex-wrap: wrap;
}
.childs__submenu .col__submenu {
  min-width: 160px;
  margin: 0 70px 15px 0;
}
.childs__submenu .col__submenu h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.childs__submenu .col__submenu ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.childs__submenu .col__submenu ul li {
  margin: 0;
}
.childs__submenu .col__submenu ul li a {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
}
.childs__submenu .col__submenu ul li a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.ammenu-tabs-list {
  display: none;
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  width: 13px;
  height: 13px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle svg {
  width: 13px;
  height: 13px;
  color: #333;
}
.ammenu-nav-sections .ammenu-item .ammenu-items .ammenu-link .ammenu-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
}
.ammenu-nav-sections .ammenu-item .ammenu-items .ammenu-link:hover .ammenu-text {
  font-weight: 700;
}
.ammenu-nav-sections .ammenu-item.-active > .ammenu-link .ammenu-text {
  font-weight: 700;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  min-height: 36px;
  padding: 0px 0;
}
.ammenu-menu-title .ammenu-button.-close {
  color: #333 !important;
}
.ammenu-menu-title:before {
  content: "";
  left: 20px;
  position: absolute;
  top: 15px;
  width: 80px;
  height: 36px;
  background: url(../images/logo.svg) no-repeat;
}
.hamburger__toggle__layer {
  transition: 0.3s all ease-in;
  bottom: 0;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 84px;
  width: 100vw;
  z-index: 272;
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
  display: none;
}
.hamburger__toggle__layer.open {
  display: block;
  left: 0;
}
.amasty-mega-menu.hidden {
  overflow: hidden;
}
.hamburger__head {
  position: relative;
  margin: 0px;
  border-bottom: 1px solid #000;
}
.hamburger__head .ammenu-logo-open {
  display: inline-block;
  padding: 15px 15px 10px;
  display: none;
}
.hamburger__toggle_close {
  position: fixed;
  right: 10px;
  top: 38px;
  font-size: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: #ffffff url(../images/toggle-nav-close.png) no-repeat center;
  z-index: 1;
}
.hamburger__content {
  padding: 0 15px 15px 20px;
}
.hamburger__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger__content ul li {
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.hamburger__content ul li a {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
}
.hamburger__content ul li .tog_ico {
  position: absolute;
  top: 25px;
  right: 0;
  width: 30px;
  height: 25px;
  background: url(../images/arrow-select.svg) no-repeat center;
  z-index: 1;
  cursor: pointer;
}
.hamburger__content ul li .tog_ico.active {
  transform: rotate(180deg);
}
.hamburger__content ul.hamburger__level1 li {
  border-bottom: 1px solid #ccc;
}
.hamburger__content ul.hamburger__level1 li a {
  color: #333333;
  font-family: "Space Mono";
  font-size: 20px;
  font-weight: 400;
}
.hamburger__content ul.hamburger__level1 li a:hover {
  font-weight: 700;
}
.hamburger__content ul.hamburger__level1 li.parent.active > a {
  font-weight: 700;
}
.hamburger__content ul .hamburger__level2 {
  margin: 15px 0 0;
}
.hamburger__content ul .hamburger__level2 li {
  padding: 0;
  border-bottom: 0px solid #ccc;
}
.hamburger__content ul .hamburger__level2 li a {
  color: #333333;
  font-family: "Space Mono";
  font-size: 15px;
  font-weight: 400;
}
.hamburger__content ul .hamburger__level2 li a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.hamburger__content.open ul.hamburger__level1 li a {
  font-weight: 700;
}
.hamburger__content .tog__accordion {
  padding: 0px 0px 15px 15px;
  display: none;
}
.hamburger__content .tog__accordion .title {
  color: ##000;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.hamburger__content .tog__accordion.open {
  display: block;
}
.hamburger__toggle__layeroverlay {
  display: none;
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.hamburger__toggle__layeroverlay.open {
  display: none;
}
.wordpress-posttype-view .sidebar {
  display: none;
}
.wordpress-posttype-view .column.main {
  width: 100%;
  float: none !important;
  padding: 0 !important;
}
.wordpress-post-view .sidebar {
  display: none;
}
.wordpress-post-view .column.main {
  width: 100%;
  float: none !important;
  padding: 0 0 20px !important;
  max-width: 1024px;
  margin: 0 auto;
}
.footer.content .switcher.store {
  display: none;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: pointer;
}
.error_wrapper {
  text-align: center;
}
.error_wrapper h4 {
  color: #000;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 12px;
}
.error_wrapper .backtohome {
  margin: 15px 0 0;
}
.error_wrapper .backtohome a {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  padding: 0px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
}
.error_wrapper .backtohome a:hover {
  color: #fff;
  background: #333;
}
.cms-contacts-ok .page.messages {
  display: none;
}
.checkout-onepage-success .page-title-wrapper {
  text-align: center;
}
.checkout-onepage-success .page-title-wrapper .print {
  display: none;
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  display: flex;
  justify-content: center;
}
.firecheckout .table-checkout-shipping-method tbody td {
  padding: 10px 0;
}
.hamburger__store {
  padding: 15px 20px 0;
  display: flex;
  align-items: center;
}
.hamburger__store strong {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.hamburger__store ul {
  display: flex;
  align-items: center;
}
.hamburger__store ul li {
  padding: 0 15px 0 15px;
  position: relative;
  margin: 0;
}
.hamburger__store ul li a {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.hamburger__store ul li:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 13px;
  background: #333;
}
.hamburger__store ul li.last:after {
  background: none;
}
