@media (max-width: 980px) {
	body.woocommerce form .quantity.buttons-added .minus, body.woocommerce form .quantity.buttons-added .plus, body.woocommerce form .quantity.buttons-added .qty {
		width: 40px;
		height: 100%;
		min-height: 40px;
	}
	
    .archive .site-content {
        overflow: hidden;
      }

    .m3-wrapper .keen-side {
        padding: 10px !important;
    }

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

    .m3slide-wrapper.m3slide-empty.side-wrapper {
        border-bottom: none !important;
    }
}
.single-product .breadcrumb {
    border-bottom: 1px solid #F3F0F0;
    margin-bottom: 15px;
}

.no-sidebar:not(.post-type-archive-ad_listing):not(.tax-ad_cat) .breadcrumb {
    margin-bottom: 15px;
    border-bottom: 1px solid #F3F0F0;
}

.pswp--open {
	z-index: 1000001;
}

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

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

.woocommerce-tabs {
    clear: both;
}

.woocommerce div.product form.cart div.quantity {
    display: flex;
}

.woocommerce-tabs.wc-tabs-wrapper .wc-tab {
    display: block !important;
}

.woocommerce .sp-bc {
    margin-bottom: 0;
}

.wc-tabs-wrapper .wc-tabs {
    display: none;
}

body.woocommerce div.product div.images .flex-control-thumbs li {
    padding-top: 0;
}

.single-product div.product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    max-height: 90vh;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: flex;
    flex-direction: row-reverse;
}

figure.woocommerce-product-gallery__wrapper {
    margin: 0;
}

.single-product div.product .images .woocommerce-main-image, .flex-viewport {
    width: 90%;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
    scrollbar-color: #cfcfcf #ffffff;
}

.single-product div.product .images .thumbnails, ol.flex-control-nav.flex-control-thumbs {
    width: 15%;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    overflow-y: auto !important;
    position: relative;
    scrollbar-width: none;
    scrollbar-color: #cfcfcf #ffffff;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
    margin: 0 5px 10px 0 !important;
    width: 95% !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
    vertical-align: bottom;
}

.single-product div.product .images .thumbnails a.zoom, ol.flex-control-nav.flex-control-thumbs a.zoom {
    width: 90%;
    float: none;
    margin: 0 0 10% 10%;
}

.flex-viewport {
    margin-bottom: 1em;
}

.flex-control-thumbs {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    position: relative;
    scrollbar-width: auto;
    scrollbar-color: #cfcfcf #fff;
}

.flex-control-thumbs::-webkit-scrollbar {
    width: 6px;
}

.flex-control-thumbs::-webkit-scrollbar-track {
    background: #fff;
}

.flex-control-thumbs::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 10px;
    border-right: 3px solid #fff;
}

.flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
    margin: 0 5px 10px 0;
}

.flex-control-thumbs li img {
    opacity: 0.5;
    vertical-align: bottom;
}

.flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.flex-control-thumbs li:hover img {
    opacity: 1;
}

/*gp premium overrite*/
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right !important;
    width: 40% !important;
    clear: none !important;
    padding: 0 3em 2em 3em !important
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 60% !important;

}

/*slider arrows*/
ul.flex-direction-nav {
    z-index: 1;
    height: 0px;
    padding: 0 10px;
    left: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: calc(50% - 30px);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

li.flex-nav-prev {
    float: left;
}

li.flex-nav-next {
    float: right;
}

a.flex-next {
    visibility: hidden;
}

a.flex-prev {
    visibility: hidden;
}

a.flex-next::after {
    visibility: visible;
    content: url("../assets/icon-arrow-next-right.svg");
    font-size: 5px;
    font-weight: normal;
    width: 45px;
    background: white;
    display: inline-block;
    height: 45px;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 4px 20px rgb(34 34 34 / 15%);

}

a.flex-prev::before {
    visibility: visible;
    content: url("../assets/icon-arrow-next-left.svg");
    font-size: 5px;
    z-index: 9;
    width: 45px;
    background: white;
    display: inline-block;
    height: 45px;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 4px 20px rgb(34 34 34 / 15%);
}

ul.flex-direction-nav li a {
    color: #222222;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

.nx-ico-cat.no-ico {
    display: none;
}
/*
@media (min-width: 980px) {
	main .product .woocommerce-product-gallery {
	    position: sticky !important;
	    top: 160px;
	    --webkit-position: sticky;
	}
}

.woocommerce-product-gallery__image.flex-active-slide, img.zoomImg {
    cursor: url("../assets/arrow-icon.svg"), auto;
  }
*/
@media (min-width: 980px) {
    body .single-product div.product div.summary {

        padding: 0 3em 2em 3em !important;
    }
}

@media (max-width: 979px) {


    .modern3 .arrow, .m3slide-wrapper .arrow {
        display: none !important;
    }

    .woocommerce .hamburger.woo-side {
        display: none !important;
    }

    a.flex-next::after, a.flex-prev::before {
        transform: scale(.6);
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100% !important;
        padding: 0 !important;

    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100% !important;
    }
}

.woocommerce div.product .product_title {
    line-height: 1.2;
    margin-bottom: 10px;
}




body.woocommerce div.product form.cart .variations td, body.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 1em;
    vertical-align: top;
    width: 100%;
    display: table;
    padding: 2px;
    text-align: left;
}

body.woocommerce div.product form.cart .variations th label {
    font-weight: normal;
}

body.woocommerce div.product form.cart .variations td {
    margin-bottom: 15px;
}

body.woocommerce div.product form.cart .variations td input[type="text"], body.woocommerce div.product form.cart .variations td select, body.woocommerce div.product form.cart .variations td input[type="number"] {
    width: 100%;
}

.woocommerce-variation-add-to-cart {
    width: 100%;
    justify-content: space-between;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 10px 20px;
}

.wc-tab h3, .related h2 {
    margin-top: 35px;
}

body.woocommerce div.product form.cart .variations td select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

body.woocommerce div.product form.cart .variations td input[type="text"]:hover, body.woocommerce div.product form.cart .variations td select:hover, body.woocommerce div.product form.cart .variations td input[type="number"]:hover {
    box-shadow: 0 1px 12px 0 rgb(34 34 34 / 20%);
}

/* WOO Filters */
.woo-fclose {
    font-size: 30px;
    float: right;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 999991;
}


.woo-filters-btn {
    cursor: pointer;
}

@media (min-width: 979px) {
    .woo-filters-btn {
        display: none;
    }
}

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

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

    .woo-filters-btn svg g {
        fill: black;
    }

    .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;*/
        font-size: 13px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px #ddd;
        border-radius: 12px;
        box-shadow: 6px 6px 21px rgba(213, 213, 213, 0.41), -6px -6px 21px rgba(235, 235, 235, 0.39);
        margin-right: 10px;
        margin-left: 10px;
        padding-left: 10px;
        background: #fff;
        padding: 0 15px;
        line-height: 50px;
        width: calc(100% - 20px);
        left: 0;
        margin-bottom: 5px;
    }

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

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

    .inner-scroll {
        max-height: calc(75vh);
        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;
}


/*** WOO FILTERS TODO - clean up ***/
body.woocommerce span.onsale {
    position: absolute;
}

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

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

.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;

}

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

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

.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%;
}


.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%;
}


.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;
    }
}

@-moz-document url-prefix() {
    /* Firefox Hack :( */

}

.c_tags {
    font-size: 14px;
    padding-top: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
    margin-top: 10px;
}

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

.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;
}




#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%;
}

#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;
    appearance: none;
    -webkit-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;
    }
    .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_modal_close {
        position: absolute;
        top: 40px;
        right: 2em;
        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: 17px;
}

.do_filters {
    margin-top: 15px;
}

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

.filters_disabled {
    display: none;
}

.lsmall {
    font-size: 14px;
    display: block;
}

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

    .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 {
    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;
}

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

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

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

/*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;
    }
}

@media (min-width: 979px) {

    /*.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;
    }
}

.breadcrumb {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}

/* rating */

.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;
    }
}



/**wooside
.m3cat-img {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

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


.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: 78vh;
    overflow-y: auto;
}

.m3slide-wrapper.side-wrapper {
    border-top: 1px solid #f3f0f0;
    border-bottom: 1px solid #f3f0f0;
}

body:not(.no-nxfilters) .m3slide-empty {
  border: none !important;
}

.m3slide-empty {
    justify-content: flex-end;
}

.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%;
}


/**woofilters**/

.swrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.hamburger {
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    width: 120px;
    height: 50px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

.mwr {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #ddd;
    border-radius: 12px;
    box-shadow: 6px 6px 21px rgba(213, 213, 213, 0.41), -6px -6px 21px rgba(235, 235, 235, 0.39);
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    background: #fff;
    padding: 0 15px;
    line-height: 50px;
}

.hamburger .bar {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    border-radius: 0.2rem;
    transition: all 0.3s ease;
}

.hamburger .bar+.bar {
    margin-top: 0.5rem;
}

#hamburger {
    visibility: hidden;
    width: 0;
    height: 0;
}

#hamburger:checked~.m3sidebar {
    right: 0;
    max-width: 300px;
}


.side-wrapper {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}


.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;
}

.m3-wrapper.side-wrapper {
    border-bottom: solid 1px #f3f0f0;
}

.keen-slider__slide div {
    font-size: 12px;
}
 

body.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

body.woocommerce nav.woocommerce-pagination ul li {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 1.2;
    margin-right: 8px;
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 15px;
}
body.woocommerce nav.woocommerce-pagination ul li>span, body.woocommerce nav.woocommerce-pagination ul li>a {
    font-weight: bold;
}

body.woocommerce nav.woocommerce-pagination ul li a {
    padding: 0;
    line-height: 39px;
}

body.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent !important;
}

body.woocommerce nav.woocommerce-pagination ul li:hover {
    border-color: var(--contrast-2);
    color: var(--contrast-2);
}

body.woocommerce nav.woocommerce-pagination ul li>span.current {
    line-height: 22px;
    color: white !important;
    background: black !important;
}

 

.side-wrapper .ccslider .keen-slider__slide {
    text-align: center;
    font-weight: bold;
}

.side-wrapper .ccslider .keen-slider__slide a {
    white-space: nowrap;
    color: #717171;
    text-decoration: none;
    display: inline-block;
}

.inner-slide {
    padding: 0 20px;
}


.hamburger svg {
    max-width: 20px;
    margin-left: 5px;
}

.blog_bc {
    margin-bottom: 0 !important;
}


body:not(.blog):not(.category):not(.tag) .site-content .content-area {
    width: 100%;
}

.site-content .content-area {
    margin: auto;
}

.arrow.arrow--disabled {
    display: none;
}
.hamburger {
    user-select: none;
  }

@media screen and (max-width: 768px) {
    .arrow--right {
        right: 0;
    }

    .arrow--left {
        left: 0;
    }

    .keen-side {
        width: 100%;
        max-width: 100% !important;
    }

    .woo-filters-btn {
        color: black;
    }

    .ctemplate-modern3.archive .hamburger {
        position: fixed;
        bottom: 5px;
        top: initial;
        z-index: 9;
    }

    .swrapper {
        justify-content: center;
        height: 0;
        clip: rect(0 0 0 0);
    }

    .hamburger {
        position: relative;
        margin: auto;
        width: 100%;
        margin-top: 30px;

    }

    .hamburger .mwr {
        width: 100%;

    }

    .hamburger .bar {
        width: 20px;
    }

    .hamburger .bar+.bar {
        margin-top: 0.4rem;
    }

    .m3sidebar {
        width: 100%;
        right: -100%;
        height: auto;
        overflow: hidden;
    }

    #hamburger:checked~.sidebar {
        left: 0;
    }
}

@media (max-width: 980px) {
    .ctemplate-modern3.archive .filter_backdrop {
        position: static;
    }

    .ctemplate-modern3.archive .filter_modal_close {
        display: none;
    }
}


@media (max-width: 782px) {
    body .seopress-user-consent {

        z-index: 999999;
    }
}

/* left side */
.sp-bc-top {
    order: -20;
    width: 100%;
    flex-basis: 100%;
}

.nx-disable-slider .site-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.side-filter-close {
    display: none ;
}
 
@media (min-width: 980px) {
    
    .nx-disable-slider .widget-area.sidebar.is-left-sidebar {
        width: 300px;
    }
    
    body.nx-disable-slider:not(.blog):not(.category):not(.tag) .site-content .content-area {
        width: calc(100% - 300px);
    }
    .nx-disable-slider .widget-area.sidebar.is-left-sidebar .widget {
        padding: 0;
    }
    .side-filter-header {
        display: none;
    }
}
@media (max-width: 979px) {
    .side-filter-header {
        font-size: 17px;
        line-height: 1.5;
        padding: 10px 20px;
        text-align: center;
        font-weight: 600;
        border: solid 2px;
        cursor: pointer;
        border-width: 1px;
        border-radius: 6px;
        user-select: none;
    }
    .side-filter-content {
        display: none;
        transition: all 0.3s ease;
    }
    .side-filter-content.side-active {
        display: block;
        padding: 0; 
        margin-top: -10px;
    }

    .inner-div.side-filter-content.side-active {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 99999;
        background: white;
    }
    .side-filter-close {
        display: none;
        position: absolute;
        top: 17px;
        right: 10px;
        width: 26px;
        height: 26px;
        cursor: pointer;
    }
    .inner-div.side-filter-content.side-active .side-filter-close {
        display: block;
    }
    .side-active .side-widgets {
        max-height: 100vh;
        overflow-y: auto;
    }

    .side-widgets {
        border: none;
        padding: 40px 25px;
        margin-bottom: 10px;
    }

    .nx-disable-slider .widget-area.sidebar.is-left-sidebar {
        width: 100%;
        order: -1;
    }
    body.nx-disable-slider:not(.blog):not(.category):not(.tag) .site-content .content-area {
        width: 100%;
    }
    .nx-disable-slider .widget-area.sidebar.is-left-sidebar .widget {
        padding: 0;
    }
    .nx-disable-slider .site-content {
        flex-direction: column;
    }
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
    font-size: 14px;
}

.nx-disable-slider  .widget-title, .nx-disable-slider .wp-block-heading {
  
    margin-bottom: 4px;
    margin-top: 10px;
    font-size: 17px;
}
.post-type-archive.nx-disable-slider  .widget-title,
.tax-ad_cat.nx-disable-slider  .widget-title,
.tax-ad_tag.nx-disable-slider  .widget-title {
    margin-top: 0;
}


body:not(.post-type-archive-ad_listing):not(.tax-ad_cat):not(.tax-ad_tag).nx-disable-slider .breadcrumb {
    border-bottom: 1px solid #F3F0F0;
    margin-bottom: 10px;
}

.sidebar .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 10px; 
}