.field.customer-type .control {
    display: flex;
    gap: 20px;
}

.toolbar-products .toolbar-amount {
    display: block !important;
}

.products.wrapper ~ .toolbar .limiter {
    display: none;
}

.am-filter-items-attr_size_number .swatch-option.text {
    border: none;
    font-size: 1.4rem;
    min-width: inherit;
    font-weight: normal;
    padding-right: 7px;
    padding-left: 0;
}

.am-filter-items-attr_manufacturer .swatch-option.image {
    background: none;
}

.cart-container .form-cart .actions.main .clear, .cart-container .form-cart .actions.main .update {
    margin: 0;
}

.checkout-index-index .checkout-block.-summary {
    background: #f5f5f5;
}

.checkout-index-index .amcheckout-additional-options {
    margin: 0 25px 25px;
}

.checkout-payment-method .payment-option-title .action-toggle {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.checkout-payment-method.submit {
    margin: 0 25px;
    padding-bottom: 25px;
}

.checkout-index-index .checkout-payment-method.amcheckout-summary-container {
    border-top: 1px solid #C4C4C4;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    width: auto;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    padding-top: 0;
    padding-bottom: 0;
}

.checkout-index-index .opc-payment-additional.discount-code .payment-option-title:after {
    display: none;
}

.checkout-index-index .opc-block-summary .minicart-items .delete {
    display: none;
}

.amscroll-load-button:not(.focus-visible) {
    border-color: #000 !important;
}

.filter-options-content ul, .filter-options-content ol {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}

.items[class*='category_ids']:not(.items-children) > .item > a {
    font-weight: bold;
}

.filter-options-content .item > a {
    display: inline-flex !important;
}

.swatch-option.text.selected {
    color: #fff;
    outline-color: #000;
    border: none;
}

.am-show-button {
   background: #eeeeee;
}

.am-show-button > .amshopby-button {
	margin-left: 15px;
	background: #014495;
	color: #ffffff;
	padding: 17px 50px;
	font-size: 14px;
	border-radius: 0;
}

@font-face {
  font-family: 'IsaccoIcons';
  src: url('../fonts/icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
body.cms-home .page-title-wrapper {display: none;}


.amshopby-slider-container.-default .am-slider {
  height: 5px;
  margin: 0;
}
.amshopby-slider-container .ui-slider-range {
  background: #014495 !important;
  height: 5px !important;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-left: -5px;
  padding: 0;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #014495 !important;
  transform: unset !important;
}
.pay-later-message {
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    .am_shopby_apply_filters {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .checkout-payment-method .payment-option {
        margin: 0 10px;
    }
}
