.shop-details .buttons .add-to-cart-wrap .btn-add-to-cart {
  border: none;
  padding: 0 20px;
}

.price-no-dph {
  color: #ababab;
  font-size: 15px;
  margin-right: 2px;
}

.products-list.grid .product-wapper .rating .count {
  margin-left: 0;
}

.product-info .btn-wishlist {
  width: 100%;
}

.site-main .page-title.simple-title-section {
  padding-top: 15px;
  padding-bottom: 15px;
  background: none;
}

.mini-cart .cart-popup .remove,
#basket-show .delete .btn {
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: no-repeat;
  padding: 0;
  line-height: 17px;
  font-size: 17px;
}

.mini-cart .cart-popup .remove:hover,
#basket-show .delete .btn:hover {
  color: #fff;
  background: #cb8161;
  border-color: #cb8161;
}

.mini-cart .cart-popup .buttons .button {
  width: 100%;
}

.shop-details .product-info .product-meta.top-list {
  border-bottom: 0px none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.item-availability.in-stock {
  color: #4caf50;
  font-weight: 600;
}

.fitem > label {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: Cormorant Garamond, serif;
  color: #000;
}

.fitem .checkbox label {
  font-family: Lato,sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.fitem .checkbox input[type="checkbox"],
.fitem .checkbox-inline input[type="checkbox"],
.fitem .radio input[type="radio"],
.fitem .radio-inline input[type="radio"] {
  margin-left: 0;
  margin-top: 9px;
}

.fitem {
  margin-bottom: 50px;
}

.fitem .ui-widget-header {
  background-color: #000;
  color: #000;
}

.fitem .ui-slider-horizontal {
  height: 3px;
}

.fitem .ui-slider-horizontal .ui-slider-range {
  height: 3px;
}

.fitem .ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #000;
  background: #000;
  color: #000;
  width: 13px;
  height: 13px;
  border-radius: 14px;
  top: -5px;
  cursor: pointer;
}

.fitem .ui-slider-horizontal .ui-slider-handle:focus,
.fitem .ui-slider-horizontal .ui-slider-handle:focus-visible {
  outline: none;
}

.fitem .slider-group.price-dph {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

.cat-browse-json-message.catalog-browse-json-message {
  text-align: center;
  color: #000;
}

.manualload {
  text-align: center;
}

.manualloadnext {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 15px 30px;
  text-transform: uppercase;
}

.misc_wizzard_step a,
.misc_wizzard_step span {
  width: 98%;
  margin: 0 auto 35px auto;
  padding: 15px;
}

#basket-show .order_show_items table.cart-table tr td {
  border: 0px none;
  vertical-align: middle;
  padding: 15px;
}

#basket-show .order_show_items table.cart-table tr {
  border: 1px solid #ddd;
}

.shop-cart .cart-items tbody tr td.thumbnail {
  margin: 0;
}

#basket-show .product-quantity input.minus {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 0px none;
}

#basket-show .product-quantity input.plus {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0px none;
}

#basket-show .product-quantity input.qty {
  border-right: 0px none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0px none;
}

.shop-checkout .checkout .input-text,
.shop-checkout .checkout .input-email {
  width: 100%;
  border-width: 0 0 2px;
  border-color: #e5e5e5;
  padding: 0;
  height: 32px;
  line-height: 32px;
  color: #000;
}

.shop-checkout .checkout .form-group label {
  color: #000;
  font-weight: 500;
  float: left;
  margin-bottom: 0;
  display: block;
}

.shop-checkout .checkout h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}

#order-query-delivery input.input-checkbox,
#order-send-container input.input-checkbox {
  float: left;
  margin: 5px;
}

#order-query-delivery {
  max-width: 850px;
  margin: auto;
}

button.button-submit.btn,
.search_form_submit {
  padding: 0 35px;
  background: #000;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 40px;
  cursor: pointer;
  letter-spacing: .1em;
  font-weight: 500;
  display: inline-block;
  border: 0;
}

.search_form_submit {
  width: 100%;
}

button.button-submit.btn span.label {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
}

.shop-checkout button.button-submit.btn {
  float: right;
}

.shop-checkout a.prev-basket-bttn {
  float: left;
  text-transform: uppercase;;
}

#order-send_contact .table > tbody > tr > td,
#order-send_contact .table > tbody > tr > th {
  border: 0px none;
}

.shop-checkout span.mandatory-note {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}

#order-send_contact .table > tbody > tr {
  border-bottom: 1px solid #ddd;
}

.loading::before {
  z-index: 999999999999;
  background-color: rgba(0,0,0,.6);
}

#cat_loading_el {
  margin: 25px auto;
}


#left-filter .fitem > label {
  position: relative;
  cursor: pointer;
}

.fitem.content-hidden {
  margin-bottom: 10px;
}

.products-topbar .layout-toggle {
  float: left;
  cursor: pointer;
}

.filters-toggle.top-toggle {
  list-style: none;
  padding: 9px 10px;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  line-height: 1;
  display: none;
  padding-right: 25px;
}

.filters-toggle.top-toggle.active {
  display: inline-block;
}

.filters-toggle {
  position: relative;
  border-color: #000;
  color: #000;
  padding-right: 20px;
  display: inline-block;
  cursor: pointer;
}

.filters-toggle i {
  margin-right: 20px;
}

.layout-toggle {
  display: none;
}

.products-topbar .layout-toggle {
  border: 1px solid #000;
}

#left-filter.active {
  margin-top: 35px;
}

#left-filter .fitem > label:after,
.filters-toggle:after {
  display: block;
  position: absolute;
  right: 0;
  mask: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M2 6l3-3 3 3" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M2 6l3-3 3 3" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  background: #000;
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.filters-toggle:after {
  right: 0;
}

#left-filter .fitem.content-hidden > label:after,
.filters-toggle:after {
  mask: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M2 4l3 3 3-3" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M2 4l3 3 3-3" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
}

.filters-toggle.active:after,
.filters-toggle.top-toggle.active:after {
  background: #000;
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  right: 0;
  mask: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M2 6l3-3 3 3" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M2 6l3-3 3 3" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
}

.filters-toggle.top-toggle.active:after {
  right: 5px;
}

.ui-widget.ui-autocomplete {
  z-index: 100000000000;
}

.successModalMessage .message-title {
  color: #7cae6e;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.popbox.next,
.popbox.basket {
  color: #cb8161;
  font-size: 16px;
  padding: 10px 20px;
  margin: 20px 0;
  text-decoration: underline;
  text-align: center;
}

.x-my--basket--step-3-send-- .proceed-to-checkout {
  display: none;
}
.x-my--basket--step-3-send-- .shop-cart .cart-totals {
  padding-bottom: 0;
}

.newsletter-popup .newsletter-container .newsletter-form .nl-form-wrapper {
  text-align: center;
  padding: 25px;
  margin: auto;
}

.newsletter-popup .newsletter-container .newsletter-form form {
  padding: 0;
}

.newsletter-popup .newsletter-container .newsletter-form .nl-form-wrapper .mandatory-note {
  display: none;
}

.newsletter-popup .nl-popup-form {
  width: 100%;
}

@media (max-width: 991px) { 
  .layout-toggle {
    display: inline-block;
  }
  .left-sidebar {
    margin-bottom: 0 ! important;
  }
  .x-my--basket--step-3-send-- .proceed-to-checkout,
  .x-my--basket--step-1-contact-- button.button-submit {
    display: none;
  }
  .x-my--basket--step-1-contact-- .shop-cart .cart-totals {
    padding-bottom: 0;
  }
}