.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: 30px;
  padding-bottom: 0;
}

.shop-details .product-info .description {
  margin-bottom: 0px;
}

.loga-slider {
  margin-top: 70px;
}

.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;
}

.wrappper-kod-detail {
  line-height: 35px;
}

.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: 6px;
  float: left;
  margin-right: 15px;
}

.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;
}

.fitem select {
  display: block;
}

.fitem.content-hidden select {
  height: 0px;
  display: none;
}

.fitem.content-hidden div {
  display: none;
}

.cat-browse-json-message.catalog-browse-json-message {
  text-align: center;
  color: #000;
}

.manualload {
  text-align: center;
  cursor: pointer;
  margin-top: 25px;
}

.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 {
  text-align: center;
}

.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;
}

.popbox.next a,
.popbox.basket a {
  color: #000;
}

.popbox.next a:hover,
.popbox.basket a:hover {
  color: #cb8161;
}

.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%;
}

.fancybox-container {
  z-index: 999999;
}

.fancybox-inner #obj {
  background-color: #fff;
  max-width: 100%;
  width: 450px;
  margin: auto;
  padding: 25px;
}

.fancybox-inner #obj .mandatory-note,
.fancybox-inner #obj .password .after {
  display: none;
}

.fancybox-inner #obj  input[type="checkbox"] {
  float: left;
  margin-right: 15px;
}

.fancybox-inner #obj .plogin {
  text-align: left;
}

a.login-jsbox-link {
  text-decoration: underline;
  color: #000;
  font-size: 120%;
}

.fancybox-container {
  z-index: 9999999992 !important;
}

.delivery_method.input-checkbox,
.payment_method.input-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.delivery_method_holder label,
.payment_methods_holder label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.delivery_method_holder label::before,
.payment_method_holder label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 1px solid #868686;
  text-align: center;
  border-radius: 50%;
}

.delivery_method_holder.active label::after,
.payment_method_holder .active label::after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 7px;
  height: 7px;
  border: 4px solid #868686;
  text-align: center;
  border-radius: 50%;
}

/* aby neblikalo */
.ajaxlist_loading_el,
#ajaxlist_loading_el,
#cat_loading_el {
  display: none !important;
}

.item-availability.in-stock,
.products-content .item-availability.in-stock {
  color: #24a630;
  font-weight: 600;
}

.dostupnost-detail .item-availability,
.products-content .item-availability {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 1px 10px;
  display: inline-block;
}

.dostupnost-detail .item-availability.in-stock,
.products-content .item-availability.in-stock {
  background: #E8F8EE;
}

.tag_browse_item_inner .desc .main-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  display: block;
  font-family: Cormorant Garamond, serif;
  padding: 15px 25px;
  border: 1px solid #cb8161;
  transition: all .3s ease;
  line-height: 50px;
}

.man-logo img {
  margin-right: 25px;
}

.tag_browse_item_inner .desc .main-name:hover {
  background-color: #cb8161;
  color: #fff;
}


.aviko_model_detail_tag_browse {
  margin-bottom: 45px;
}

.aviko_model_detail_tag_browse .tag_browse_item {
  margin-bottom: 25px;
}

.sort-catalog-div {
  position: relative;
}

.sort-catalog-div::after {
  color: #ccc;
}

.sort-catalog-div.active::after {
  color: #000;
}

.sort-catalog-div.cat_desc::after {
  content: "▼";
  display: block;
  position: absolute;

}

.sort-catalog-div.cat_asc::after,
.sort-catalog-div::after {
  content: "▲";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#catalog-browse-pager-for-mojb-catalog {
  margin: 15px auto;
}

.publis-pagination-item {
  padding: 5px;
  margin: 5px;
  border: 1px solid #555555;
  display: inline-block;
}

.publis-pagination-item.active,
.publis-pagination-item:hover {
  background: #555555;
  color: #fff;
}

h2.section-heading {
  float: left;
  margin: 5px 0 0 0;
}

h1.main-heading {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
}

h1.main-heading span{
  display: none;
}

.site-main .page-title .breadcrumbs .delimiter::before {
  position: relative;
  content: ">";
  display: inline-block;
  height: 12px;
  width: 1px;
  top: 0px;
  left: -4px;
  background: none;
  transform: none;
}

.section-column.last-row {
  margin-top: 15px;
}

a.clean-filter-ajax-list {
  display: inline-block;
  margin: 50px auto 25px auto;
  padding: 0 35px;
  background: #cb8161;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  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;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  position: relative;
}

a.clean-filter-ajax-list:hover {
  color: #fff !important;
  background: #000;
  border-color: #000 !important;
}

a.clean-filter-ajax-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -40px;
  background: url('/style/exclusivetime2025/images/clear-filter.png');
  left: calc(50% - 16px);
}

.manufacturer-browse-info {
  position: relative;
  clear: both;
  padding: 15px 0;
  display: block;
}

.product-info .description {
  color: #000;
}

.post-image img {
  display: block;
  margin: auto;
}

.list-code {
  display: block;
  font-size: 85%;
  margin-bottom: 6px;
  clear: both;
}

.header-mobile .search-box {
  margin-right: 15px;
  font-size: 18px;
  color: #000;
}

@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;
  }
  .menu-item-text {
    font-size: 20px;
  }

  .menu.mm-listview li a {
    text-align: center !important;
  }

  #left-filter.active {
    margin-top: 0;
    top: 0;
    position: fixed;
    width: 85%;
    height: 100%;
    padding: 35px 20px;
    background: #fff;
    z-index: 1000000;
    box-shadow: 4px 0px 8px 0px #ccc;
    left: 0;
    overflow: auto;
  }
    
  .filters-toggle.top-toggle.active {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000000000;
    left: 0;
    padding: 25px;
    font-weight: bold;
    background-color: #cb8161;
    color: #fff;
  }

  .filters-toggle.top-toggle.active i,
  .filters-toggle.top-toggle.active::after {
    color: #fff;
  }

  h2.section-heading {
    float: none;
    margin: 0 0 15px 0;
  }

  .site-main .page-title {
    margin: 0 0 10px;
  }

  .site-main .page-title .breadcrumbs {
    font-size: 12px;
    line-height: 1.5;
  }

  .products-topbar {
    margin-bottom: 5px;
  }

}

@media (max-width: 768px) {

  .aviko_model_detail_tag_browse-inner .man-logo img {
    margin-right: 15px;
    width: 30px;
    height: auto;
    margin-top: 11px;
  }

  .tag_browse_item_inner .desc .main-name {
    font-size: 15px;
  }

  .products-topbar .layout-toggle {
    margin-right: 3%;
    width: 50%;
  }
  
}


@media (max-width: 550px) {
  .aviko_model_detail_tag_browse .man-logo {
    display: none;
  }
  .tag_browse_item_inner .desc .main-name {
    line-height: 1.2;
  }
}