/* left side */
.sp-bc-top {
  order: -20;
  width: 100%;
  flex-basis: 100%;
 
}
body:not(.nxws-enabled) .sp-bc-top {
  border-bottom: 1px solid #F3F0F0;
  margin-bottom: 10px;
}

.nx-disable-slider .site-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nx-bgimg {
    width: 100%;
    padding-top: 66.66%;
    background-size: contain;
    border: solid 1px #eee;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
}
/* paginacja 20px */
.btns-wrapper {
  display: flex;
  align-items: center;
}
.ev-button {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ddd;
    border-radius: 12px;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    background: #fff;
    white-space: nowrap;
    padding: 0 15px;
    line-height: 50px;
    color: #2b2b2b;
    box-shadow: 6px 6px 21px rgba(213, 213, 213, 0.41), -6px -6px 21px rgba(235, 235, 235, 0.39);
}
.ev-button::after { 
	content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
}  
.ev-button:hover {
    background: #f7f7f7;
}

@media (max-width: 980px){
  .ev-button {
    margin-bottom: 15px;
  }
}


.nxfilter-inactive .swrapper .hamburger {
  display: none;
}

.side-disable .keen-side {
  display: none;
}

.hamburger {
  user-select: none;
  min-height: 66px;
}
/*
.side-disable {
  border: none !important;
}*/
.side-disable+.m3-wrapper {
  border: none;
}

.filters-visible {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.filters-visible #page {
  z-index: 99;
}

#cat-sidebar {
  position: relative;
}

#page {
  position: relative;

}

.catalog-content-area {
  width: 100%;
}

.archive.tax-ad_cat .paging-navigation {
  padding-left: 10px;
}

.archive .kdots {
  display: none;
}

.cat_block {
  padding: 10px;
}

.cat-atts {
  font-size: 18px;
  margin-right: 15px;
  margin-top: 0;
  word-spacing: normal;
  white-space: initial;
}

.a_ico:empty {
  display: none;
}

.single-ad_listing .pcontent .gb-grid-column:not(:first-child) {
  margin-left: 15px;
}

#nx_load_next, #nx_load_prev {
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  font-weight: bold;
}

.nogp {
  max-width: 1270px;
  margin: auto;
}

#cat_readmore {
  display: block;
}

.m3slide-empty {
  justify-content: flex-end !important;
}
.m3-wrapper.side-wrapper {
  border-bottom: 1px solid #f3f0f0;
}

@media (max-width: 1200px) {
  .nogp {
    max-width: 95%;
    margin: auto;
  }
}

@media (max-width: 780px) {
 

  .c-bottom {
    flex-direction: column;
  }

  .pcontent .gb-grid-column:not(:first-child) {
    margin-left: 0;
  }

  .m3-wrapper .swrapper, .m3slide-wrapper .swrapper {
    height: 0;
  }
}

@media (min-width: 768px) {
  .imgs-col-vert {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.ad_listing_post .inside-article-catalog {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #f7f7f7;
  padding: 10px;
}

.ad_listing_post .inside-article-catalog .pthumb {
  flex-basis: 32%;
  cursor: pointer;

  background: #f7f7f7;
}

.ad_listing_post .inside-article-catalog .pthumb img {
  vertical-align: bottom;

}

.ad_listing_post .inside-article-catalog .pthumb .post-image {
  text-align: left;
}

.ad_listing_post .inside-article-catalog .pcontent {
  flex-basis: 68%;
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  min-height: 170px;
}

.ad_listing_post .entry-title {
  font-size: 26px;
}


.ad_listing_post .inside-article-catalog .pcontent .entry-title a {
  margin-top: 5px;
  color: #222222;
  font-weight: 300;
}

.ad_listing_post .inside-article-catalog .pcontent .entry-summary {
  font-size: 14px;
  font-weight: 300;
}

.c-bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-top {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 0;
}

.c-price {
  background: rgba(150, 150, 150, .1);
  padding: 4px 8px;
  min-width: 150px;
  margin-left: 10px;
}

.entry-icons {
  margin-right: 20px;
  opacity: .6;
}

.arrow {
  user-select: none;
  -webkit-user-select: none;

}

.arrow.arrow--disabled {
  display: none;
}


.a_ico>svg {
  max-width: 24px;
}

.a_ico {
  position: relative;
  top: 4px;
  min-width: 27px;
  display: inline-block;
}

@media (max-width: 780px) {
  .ad_listing_post .inside-article-catalog .pthumb {
    flex-basis: 100%;
  }

  .ad_listing_post .inside-article-catalog .pthumb .post-image {
    text-align: center;
  }

  .ad_listing_post .inside-article-catalog .pcontent {
    flex-basis: 100%;
    padding: 8px 14px;
  }

  .entry-icons {
    float: none;
  }

  .entry-icons>div {
    white-space: nowrap;
  }
}

.slider-wrapper:not(.keen-start) .keen-slider__slide:not(.number-slide1) {
  display: none;
}

.ad_listing_post .keen-slider__slide .post-image img {
  width: 100%;
  height: auto;
}

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

.grid .ginner {
  padding: 50px 50px 10px 50px;
}

.redir-b {
  text-align: right;
}

.column {
  box-sizing: border-box;
  flex: 1;
  position: relative;
}

.bigger {
  flex: 2.5;
}

.half .column {
  flex: 0 0 50%;
}

.third .column {
  flex: 0 0 33.3333%;
}

.fourth .column {
  flex: 0 0 25%;
}

@media (max-width: 900px) {
  .grid {
    display: block;
  }

  .entry-icons {
    word-break: break-all;
  }
}

.w-full {
  width: 100%;
}

.single-ad_listing .inside-article {
  border: solid 1px #f5f4f4;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cf {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.hide {
  display: none;
}

.cat-filters .fltr, .filter-btn {
  margin-top: 15px;
}

.cat-filters select {
  width: 100%;
}

.entry-map iframe {
  width: 100%;
}

/**
 * Tabs
 */
.mtabs {
  display: flex;
  flex-wrap: wrap;
}

.mtabs label {
  order: 1;
  display: block;
  padding: .5rem 1rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #f7f7f7;
  font-weight: bold;
  transition: background ease 0.2s;
}

.mtabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
}

.mtabs input[type="radio"] {
  display: none;
}

.mtabs input[type="radio"]:checked+label {
  background: #fff;
  position: relative;
  top: 1px;
  border: solid 1px #f7f7f7;
  border-bottom: none;
}

.mtabs input[type="radio"]:checked+label+.tab {
  display: block;
  border: solid 1px #f7f7f7;
}

@media (max-width: 45em) {

  .mtabs .tab,
  .mtabs label {
    order: initial;
  }

  .mtabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.mwrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  height: 156px;
  overflow-x: auto;
  width: 100%;
}

.mwrap .carousel-item {
  flex-basis: 150px;
  width: 150px;
  margin-right: 10px;
}

.nx_breadcrumb {
  list-style: none;
  margin-left: 0;
}


.nx_breadcrumb li {
  display: inline-block;
  margin-top: 0;
}

.breadcrumb {
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}
/*
* {
  scrollbar-width: auto;
  scrollbar-color: #bbc4c7 #ffffff;
}
*/

/* Chrome, Edge, and Safari */
.mwrap::-webkit-scrollbar {
  width: 16px;
}

.mwrap::-webkit-scrollbar-track {
  background: #ffffff;
}

.mwrap::-webkit-scrollbar-thumb {
  background-color: #bbc4c7;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

label[for="tabtwo"] {
  order: -1;
}

label[for="tabone"] {
  order: -2;
}

.fw-normal {
  font-weight: normal;
}

.cat-atts a, .ctop a {
  white-space: break-spaces;
}

@media (max-width: 980px) {
  .star-r-container {
    margin-top: -10px;
  }

  .entry-header {
    order: -5;
  }

  .grid .ginner {
    padding: 10px 20px;
  }

  article.ad_listing {
    margin-left: 0;
  }

  .cat-atts {
    margin-right: 0;
  }

  .pcontent .gb-grid-column:not(:first-child) {
    margin-left: 0;
  }

  .c-bottom, .pcontent .c-bottom {
    align-items: flex-start;
  }

  .cat-btns {
    width: 100%;
  }

  .cat-btn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

}

.cradio-select {
  max-height: 180px;
  overflow-y: auto;
}

.cradio-select::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

.cradio-select::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.cradio-select::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.cradio-select::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.cradio-select::-webkit-scrollbar-thumb:active {
  background: #000000;
}

.cradio-select::-webkit-scrollbar-track {
  background: #f6f6f6;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.cradio-select::-webkit-scrollbar-track:hover {
  background: #666666;
}

.cradio-select::-webkit-scrollbar-track:active {
  background: #333333;
}

.cradio-select::-webkit-scrollbar-corner {
  background: transparent;
}

.cat_radio label {
  display: block;
  cursor: pointer;
  font-size: 14px;
}

.cat_radio label:hover {
  background: rgba(0, 0, 0, .05);
}

.cat_radio input {
  visibility: hidden;
  position: absolute;
  z-index: -100;
  left: -9999px;
}

.cat_radio input[type="radio"]:checked+label {
  font-weight: bold;
}

.nx_breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: auto;
  position: relative;
}

.nx_breadcrumb li {
  white-space: nowrap;
}

.nx_breadcrumb::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

.nx_breadcrumb::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.nx_breadcrumb::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.nx_breadcrumb::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.nx_breadcrumb::-webkit-scrollbar-thumb:active {
  background: #000000;
}

.nx_breadcrumb::-webkit-scrollbar-track {
  background: #f6f6f6;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.nx_breadcrumb::-webkit-scrollbar-track:hover {
  background: #666666;
}

.nx_breadcrumb::-webkit-scrollbar-track:active {
  background: #333333;
}

.nx_breadcrumb::-webkit-scrollbar-corner {
  background: transparent;
}


.hidden {
  display: none !important;
}

.star-icon {
  color: #ddd;
  font-size: 17px;
  position: relative;
  line-height: 34px;
}

.star-icon:before {
  top: -7px;
}

.star-icon.full:before {
  text-shadow: rgb(114, 114, 114) 1px 0px 0px, rgb(114, 114, 114) 0.540302px 0.841471px 0px, rgb(114, 114, 114) -0.416147px 0.909297px 0px, rgb(114, 114, 114) -0.989992px 0.14112px 0px, rgb(114, 114, 114) -0.653644px -0.756802px 0px, rgb(114, 114, 114) 0.283662px -0.958924px 0px, rgb(114, 114, 114) 0.96017px -0.279415px 0px;
  color: #747474;
  /* #ffda42; */
  content: '\2605';
  /* Full star in UTF-8 */
  position: absolute;
  left: 0;
}

.star-icon.half:before {
  text-shadow: rgb(114, 114, 114) 1px 0px 0px, rgb(114, 114, 114) 0.540302px 0.841471px 0px, rgb(114, 114, 114) -0.416147px 0.909297px 0px, rgb(114, 114, 114) -0.989992px 0.14112px 0px, rgb(114, 114, 114) -0.653644px -0.756802px 0px, rgb(114, 114, 114) 0.283662px -0.958924px 0px, rgb(114, 114, 114) 0.96017px -0.279415px 0px;
  color: #747474;
  /* #ffda42; */
  content: '\2605';
  /* Full star in UTF-8 */
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.r-block {
  background: #747474;
  color: white;
  min-width: 35px;
  text-align: center;
  display: inline-block;
  padding: 3px;
  font-weight: bold;
  position: relative;
}

.r-block:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #747474 transparent transparent;
  bottom: -7px;
  right: 4px;
}

.r-amount {
  font-size: 12px;
}

@media (min-width: 980px) {

  .star-r-container {
    text-align: right;
    position: absolute;
    right: 45px;
    top: -7px;
    min-width: 130px;
  }

  .star-r {
    position: absolute;
    right: 0;
  }

  .single .star-r {
    right: 5px;
    top: 5px;
  }

  .r-amount {
    position: relative;
    top: 9px;
    right: 6px;
  }
}


.c_tags {
  font-size: 14px;
  padding-top: 10px;
  border-bottom: unset !important;
  margin-bottom: 15px;
  margin-top: 10px;
}

.ctag {
  display: inline-block;
  position: relative;

}

.ctag-cats:not(:last-child):after  {
  content: ", ";
}
.c_tags-cats {
  font-size:16px; 
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #ddd;
  padding-bottom: 2em;
}
.c_tags-cat > span {
  margin-left:-10px; 
  margin-right: 15px; 
  display: inline-block;
}


.c_tags a {
  position: relative;
  padding: 3px 15px 3px 25px;
  text-decoration: none;
  color: #282828;
  border: solid 1px #282828;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.c_tags a:hover {
  border: solid 1px  #5f5f5f;
  color: #5f5f5f;
}

.c_tags a::before {
  position: absolute;
  content: "#";
  left: 10px;
    
}
.c_tags .ctag:not(:last-child):after {
  content: "";
}
 


.container-full, .container.grid-container.container-full {
  max-width: 100%;
}

.one-container .container-full .site-content {
  padding: 0;
}

.container-full .col-map {
  min-width: 70vw;
}

.container-full .ad_listing_post .inside-article-catalog .pthumb img, .container-full [class^="number-slide"], .container-full [class*=" number-slide"] {
  height: auto;
  min-height: auto;
}

.container-full .ad_listing_post .entry-title {
  font-size: 20px;
}

#filter input, #filter select {
  max-width: 140px;
  border: solid 1px #ddd;
  margin-right: 10px;
  margin-bottom: 10px;
}

#filter select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  /*background-position: right 5px top 50%;*/

  background-position: right 9px top 52%;
  background-size: 10px;
  border: solid 1px #ddd;
  min-width: 240px;
  border-radius: 8px;
}

#filter button {
  margin-bottom: 10px;
}

.mobile_filter.button.outline {
  border-style: solid;
  border-width: 2px;
}

@media (min-width: 980px) {
  .ad_listing_post .entry-title {
    max-width: 65%;
  }

  .filter_container .mobile_filter, .filter_modal_close {
    display: none;
  }

  .mobile_only, .filter_container .mobile_only {
    display: none;
  }
}

.filter_wrapper #filter input:not([type="checkbox"]), .filter_wrapper #filter select, .filter_wrapper #filter button {
  display: block;
  width: 100%;
  max-width: 100%;


  /* TEMP */
  height: 30px;
  font-size: 14px;
  padding: 5px 10px;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 979px) {
  .mobile_filter {
    width: 100%;
  }

  .filter_wrapper {
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    transform: translate3d(-100vw, 0, 0);
    transition: all .3s ease-in-out;
    width: 100vw;
    z-index: 1110;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }

  .filter_wrapper.visible {
    transform: translate3d(0vw, 0, 0);
    overflow: hidden;
    padding-top: 40px;

  }

  .filter_wrapper.visible h3, .filter_wrapper.visible form>div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .filter_wrapper.visible h3 {
    margin-top: 20px;
    height: 35px;
  }

  .fcontnent {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 100px;
  }

  .fbtns {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 70px;
    background: white;

    display: flex;
    align-items: center;
  }

  .filter_wrapper #filter button.do_filters {
    height: 40px;
  }

  .filter_wrapper.visible #filter input:not([type="checkbox"]), .filter_wrapper.visible #filter select, .filter_wrapper.visible #filter button {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .filter_container .filter_modal_close {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 30px;
  }

}

.html-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.html-scrollblock #wpadminbar {
  display: none;
}

.nxfilter-title {
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 20px;
  font-size: 15px;
}
@media (min-width: 767px) {
  .nxfilter-title:first-child {
    margin-top: 5px;
  }
}

.do_filters {
  margin-top: 15px;
}

.widget_catalogfilters_widget {
  position: relative;
  z-index: 3;
}

.filters_disabled {
  display: none;
}

.lsmall {
  font-size: 14px;
  display: block;
}
.inside-article-catalog:empty {
  display: none;
}


@media (min-width: 979px) {
  .cat-has-sidebar {
    display: flex;
    margin: auto -1rem 1rem;
  }
  .ctmpmodern .cat-has-sidebar {
    margin: auto;
  }

  .cat-has-sidebar aside {
    flex: 1;
    order: 2;
  }

  .cat-has-sidebar main {
    flex: 3;
  }

  .cat-has-sidebar .nxcol {
    background-color: #f7f7f7;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 1rem;
  }
}

.widget_categorytree_widget {
  padding: 5px 0;
  font-size: 14px;
}

.widget_categorytree_widget .widget-title {
  font-weight: normal;
  margin-bottom: 4px;

  font-size: 17px;
}

.field-cat-term .field-cat-term:before {
  content: " ↳ ";
  color: gray;
}

.field-cat-term .field-cat-term .field-cat-term:before {
  content: "\00a0\00a0 – ";
  color: gray;
}

.filtred .nx-navigation {
  display: none;
}

.filtred .nx-paged:not(.ajax_paged) {
  display: none;
}

.nx-navigation {
  padding: 10px 20px;
}

#filter_reset {
  text-align: center;
  color: #2b2b2b;
}

#filter_reset .svg-icon {
  width: 23px;
  position: relative;
  top: 7px;
}

.widget ul.field-cat-wrap li {
  margin-bottom: 0;
}

div.redir-b .button-hlink {
  background-color: var(--accent);
  color: white;
  color: var(--base-3);
  margin: 10px 0 0 0;
  line-height: 25.5px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  padding: 14px 24px !important;
  transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s !important;
  -webkit-tap-highlight-color: transparent !important;
  border: none !important;
  color: rgb(255, 255, 255) !important;
  width: 100% !important;
  margin-top: 10px !important;
}
/* loc-related */

.loc-related {
  background: #f9f9f9;
  padding: 12px 20px;
  display: flex;
  box-shadow: 0px 10px 29px -9px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.loc-related-link {
  text-align: right;
  margin-top: 20px;
}

.loc-related-link a {
  padding: 3px 6px;
  font-weight: 600;
}

.loc-empty {
  font-size: 1.5em;
  margin-left: 15px;
  margin-bottom: 20px;
}

.loc-hr:not(:first-child) {
  padding-bottom: 10px;
  padding-top: 10px;
}

.loc-ico {
  min-width: 24px;
  width: 24px;
  margin-right: 6px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M16.27 10.27a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-2 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z' clip-rule='evenodd'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M5.8 16.52a9 9 0 1 1 12.72-.31l-6.2 6.51-6.53-6.2Zm11.27-1.7-4.83 5.08-5.07-4.83a7 7 0 1 1 9.9-.24Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.btn-evsort {
  margin-left: 15px;
  margin-bottom: 10px;
}

.edate {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  opacity: .6;
}

.edate svg {
  height: 18px;
  margin-right: 5px;
}

.f-end {
  display: flex;
  justify-content: flex-end;
}

/*loader*/
.filter_wrapper.nx_loader {
  position: relative;
}

.filter_wrapper.nx_loader:before {
  content: " ";
  display: block;
  width: 60px;
  position: absolute;
  height: 60px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #2b2b2b;
  border-color: #2b2b2b transparent #2b2b2b transparent;
  z-index: 3;
  left: calc(50% - 30px);
  top: 50px;
  background: white;
  animation: nx_rotate 1.2s linear infinite;
}

@keyframes nx_rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .filter_backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }


  .mobile_filter.button.outline {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
  }

  #cat_readmore {
    display: none;
  }

  .truncated_cats {
    display: none;
    transition: visibility .7s ease-in-out;
    visibility: hidden;
  }

  .truncated_cats.show {
    display: block;
    visibility: visible;
  }

  .widget_categorytree_widget .widget-title {
    font-size: 17px;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    border: solid 2px;
    cursor: pointer;
  }

  .field-cat-wrap {
    border: solid 1px #ddd;
    padding: 10px 20px;
  }
  /*hide categories from widget*/
  .widget_categorytree_widget #toggledText:not(.toggle) {
    display: none;
  }
}

.readless-txt, .readmore-txt {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  border-top: solid 1px #ddd;
  padding-top: 5px;
  display: block;
}

@media (min-width: 979px) {
  .toggledText_scroll {
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: 4px;
  }
 
  .toggledText_scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .toggledText_scroll::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 10px;
  }
  .toggledText_scroll::-webkit-scrollbar-track {
    background: rgba(247, 247, 247, 0.6);
  }
  .toggledText_scroll::-webkit-scrollbar-thumb:hover {
    background: #797979;
  }
  .toggledText_scroll::-webkit-scrollbar-thumb:active {
    background: #616161;
  }
  
  /*.widget_catalogfilters_widget.msticky*/
  #sidebar-catalog-filters {
    position: sticky;
    top: 65px;
  }

  .fcontnent {
    max-height: calc(100vh - 150px - 45px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    margin-right: -15px;
  }

  .fcontnent {
    scrollbar-width: auto;
    scrollbar-color: #c7c7c7 rgba(255, 255, 255, .65);
  }

  /* Chrome, Edge, and Safari */
  .fcontnent::-webkit-scrollbar {
    width: 10px;
  }

  .fcontnent::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .15);
  }

  .fcontnent::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, .65);
  }


  .toggledText {
    max-height: 105px;
    overflow: hidden;
    transition: height .8s ease-in-out;
  }

  .toggledText.toggle {
    max-height: 100%;
  }


  .readless-txt,
  .toggledText.toggle~#cat_readmore span.readmore-txt {
    display: none;
    
  }

  .toggledText.toggle~#cat_readmore span.readless-txt {
    display: block;
 
  }
}

@media (max-width: 980px) {
  .catalog-content-area .r-block {
    margin-left: 10px;
    display: none;
  }
  .mrev {
    flex-direction: column-reverse;
  }
}

/**RANGE SLIDER**/

.range-slider {
  width: 100%;
  display: flex;
  align-items: center;
}

.range-slider__range {
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 73px) !important;
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0 !important
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}

.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}

.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


/*** multi range slider ***/

.multi-range {
  position: relative;
  height: 40px;
  margin: 0 0 30px 0;
}

.rprice {
  text-align: center;
}

.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: #808080;
}

.multi-range input[type=range]:nth-child(2) {
  background: none;
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: #808080;
}

.multi-range input[type=range]::-moz-range-track {
  background: none;
}

#filter input[type=range] {
  border: none;
}

#filter input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 1px;
}

input[type=range] {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: linear-gradient(#5c5c5c, #282828) no-repeat center;
  background-size: 100% 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}

input[type=range]:active,
input[type=range]:focus,
input[type=range]::-moz-focus-outer {
  border: none;
  outline: none;
}

input[type=range]::-moz-range-thumb {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.3);
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
}

input[type=range]::-moz-range-thumb:hover {
  background-color: #deddee;
}

input[type=range]::-moz-range-thumb:active {
  background-color: #504d9b;
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}

input[type=range]::-webkit-slider-thumb:hover {
  background-color: #deddee;
}

input[type=range]::-webkit-slider-thumb:active {
  background-color: #5c5c5c;
}

.cat-filters-container h2 {
  margin-bottom: 0;
}

/* WOO */
@media (min-width: 769px) {
  .woo-filters-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .single #page .site-content {
    flex-direction: column-reverse;
  }

  .widget_woocommercesidebar_widget, .sidebar .widget_woocommercesidebar_widget .widget {
    background: #F7F7F7;
  }

  .woo-filters-btn {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: black;
    cursor: pointer;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 7px 15px;
    color: white;
    font-weight: bold;
  }

  .woocommerce .filter_backdrop {
    padding: 20px 30px;
    background: inherit;
  }

  .woo-fclose {
    font-size: 30px;
    float: right;
    line-height: 1;
  }

  .widget-area .filter_backdrop .widget {
    padding: 0;
  }

  .inner-scroll {
    max-height: calc(90vh);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 50px;
  }

  .inner-scroll {
    scrollbar-width: auto;
    scrollbar-color: #c7c7c7 rgba(255, 255, 255, .65);
  }

  /* Chrome, Edge, and Safari */
  .inner-scroll::-webkit-scrollbar {
    width: 10px;
  }

  .inner-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .15);
  }

  .inner-scroll::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, .65);
  }

}

body .filter_wrapper #filter .fchild {
  display: none;
}

/* pagination */
.nx-paged {
  text-align: center;
  margin-top: 20px;

}

.nx-paged>a, .nx-paged>span {
  display: inline-block;
  border: solid 1px;
  padding: 4px 10px;
}

.nx-paged>span.current {
  font-weight: bold;
}

.nxfilter-inactive .side-disable {
  border-bottom: none !important;
}

.side-disable {
  justify-content: flex-end !important;
}

.pcontent .entry-icons>div {
  white-space: initial;
}

.st_bgimg .inner-slide{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.st_bgimg .inner-slide .nx-ico-cat {
  position: absolute;
}
.nslide-link-abs {
    height: 50px;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
}

/**wooside
.woocommerce-page.archive .widget-area.sidebar {
  position: fixed;
  top: 5vh;
  right: -300px;
  width: 300px;
  max-width: 100%;
  height: 90vh;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: #2b2b2b;
  border: solid 1px #ddd;
  border-radius: 12px 0 0 12px;
  padding: 15px 20px;
  z-index: 99999;
}

.woocommerce-page.archive .widget-area.sidebar.factive {
  top: calc(18px + 5vh);
  right: 0;
}

.woocommerce-page.archive .widget-area.sidebar .widget {
  padding: 0 10px;
  margin-bottom: 10px;
}

.woocommerce-page.archive .widget-area.sidebar .widget-title {
  margin-bottom: 5px;
}

.woocommerce-page.archive .widget-area.sidebar .inside-right-sidebar {
  max-height: 84vh;
  overflow-y: auto;
}

.sidebar .inside-right-sidebar {
  scrollbar-width: auto;
  scrollbar-color: #c7c7c7 rgba(255, 255, 255, .65);
}
**/
/* Chrome, Edge, and Safari */
.sidebar .inside-right-sidebar::-webkit-scrollbar {
  width: 10px;
}

.sidebar .inside-right-sidebar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .15);
}

.sidebar .inside-right-sidebar::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, .65);
}

.woocommerce-page.archive .container.grid-container {
  max-width: 100%;
}


a.page-numbers, .nx-paged>a, .nx-paged>span {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 15px;
}

.nx-ico-cat.no-ico {
  display: none;
}
.keen-slider__slide.st_noimg {
  display: flex;
}
body:not(.no-nxfilters) .m3slide-empty {
  border: none !important;
}

.m3slide-wrapper .splide__slide {
  padding: 15px 0;
}

.no-nxfilters .hamburger.woo-side, .no-nxfilters .woo-filters-btn {
  display: none;
}
 

@media (max-width: 980px) {
  .archive .site-content, .blog .site-content {
    overflow: hidden;
  }
 
  .m3-wrapper .keen-side {
    margin-top: 0;
  }

  div#cat-keen-slider .keen-slider__slide:first-child .inner-slide {
    padding-left: 0;
  }

  .m3slide-wrapper.m3slide-empty.side-wrapper {
    border-bottom: none !important;
  }

  .ctmpmodern .ccslider.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    padding: 0 10px;
    overflow: initial;
    white-space: nowrap;
  }
}

/* NX ADD */ 

@media (max-width: 980px) {
   .nx-main-img {
       border: solid 1px #f3f0f0;
       
   }
   .desc-v {
      margin-top: 20px;
      padding: 10px;
   }
   .c_tags-cats {
      padding: 20px 10px;
   }
}
.modern3 .ad_listing_post img { 
    border: solid 1px #f3f0f0;
}

.cat-atts ul {
    margin-left: 1.3em;
}

/*nf*/
@media (max-width: 980px) {
  .mwr, .do_filters {
    box-shadow: none;
  }
}

.nx-paged {
	margin-top: 50px;
}
.nx-paged>a, .nx-paged>span {
	border: none;
	font-weight: bold;
	color: black;
	font-weight: 500;
}
.nx-paged>span.current {
	background: black;
	color: white;
}
a.page-numbers, .nx-paged>a, .nx-paged>span {
	width: auto;
	font-size: 15px;
	min-width: 36px;
	height: 36px;
	line-height: 27px;
	text-align: center;
}
.nx-paged>a:hover, .nx-paged>a:focus, .nx-paged>a:active {
	text-decoration: none;
	background: #f7f7f7;
}
.paging-navigation {
	text-align: center;
}

.paging-navigation .page-numbers {
	width: auto;
	margin-right: 10px;
	font-weight: bold;
	border-radius: 50%;
	color: black;
}
.paging-navigation span:not(.screen-reader-text):not(.next), .paging-navigation a {
	line-height: 33px;
	padding: 1px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	min-width: 36px;
	height: 36px;
	text-align: center;
}
.paging-navigation span.current {
	background: black;
	color: white;
}

.paging-navigation   a:not(.next):hover, .paging-navigation  a:not(.next):focus, .paging-navigation   a:not(.next):active {
	color: black;
	text-decoration: none;
	background: #f7f7f7;
}
.paging-navigation   a.next:hover {
	color: black;
}
.cat-wrapper a:hover {
	color: black;
}
div[data-rlink] {
  cursor: pointer;
}

.inside-article-catalog-col {
  overflow: hidden;
}

/*nx click*/
.modern3 .entry-header>a {
  position: relative;
  z-index: 1;
  padding-top: 260px;
  margin-top: -260px;
  display: inline-block;
  max-width: 105%;
  width: 100%;
}

/*paging*/


.nx-paged {
	margin-top: 50px;
}
.nx-paged>a, .nx-paged>span {
	border: none;
	font-weight: bold;
	color: black;
	font-weight: 500;
}
.nx-paged>span.current {
	background: black;
	color: white;
}
a.page-numbers, .nx-paged>a, .nx-paged>span {
	width: auto;
	font-size: 15px;
	min-width: 36px;
	height: 36px;
	line-height: 27px;
	text-align: center;
}
.nx-paged>a:hover, .nx-paged>a:focus, .nx-paged>a:active {
	text-decoration: none;
	background: #f7f7f7;
}
.paging-navigation {
	text-align: center;
}

.paging-navigation .page-numbers {
	width: auto;
	margin-right: 10px;
	font-weight: bold;
	border-radius: 50%;
	color: black;
}
.paging-navigation span:not(.screen-reader-text):not(.next), .paging-navigation a {
	line-height: 33px;
	padding: 1px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	min-width: 36px;
	height: 36px;
	text-align: center;
}
.paging-navigation span.current {
	background: black;
	color: white;
}

.paging-navigation   a:not(.next):hover, .paging-navigation  a:not(.next):focus, .paging-navigation   a:not(.next):active {
	color: black;
	text-decoration: none;
	background: #f7f7f7;
}
.paging-navigation   a.next:hover {
	color: black;
}
.cat-wrapper a:hover {
	color: black;
}
