/*Side product filter styles*/
 
.category_page_content #product_list{
    width:100% !important;
    float:none;
}
#product_filter {
	z-index: 2;
    margin-right: 20px;
}

.product-filter {
    flex: 0 0 305px;
    width: 305px;
    max-width: 305px;
    font-size: 14px;
    color: #231f20;
    font-family: 'univers_55regular', sans-serif;
}


.price_data_inner,
#max_price_div,
#min_price_div {
    font-family: "Univers LT Std", sans-serif;
}

.product-filter .form-group {
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
}
.product-filter .form-group.prices-block label, .product-filter .form-group.filter-title {
    border-bottom: 0;
}
.price_data_outer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.price_data_inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    font-size: 12px;
    color: #000;
}
.price_data_inner .sep_to {
    padding: 0 5px;
}
span.group-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}
.price_data_inner input {
    box-sizing: border-box;
    width: auto;
    border: 0 none;
    outline: none;
    max-width: 100%;
}
.product-filter .prices-block .list{
    overflow-x: hidden;
    max-height: 8rem;
    min-height: 8rem;
    height: 8rem;
    height: auto !important;
}

.product-filter label{
    font-family: "Univers LT Std", sans-serif;
    font-weight: 400;
    /*border-top: 1px solid #ccc;*/
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    /*border-bottom: 1px solid #E5E5E5;*/
    color: #000;
    padding: 8px 0 6px 0;
    width:100%;
    /*margin-bottom: 5px;*/
}
.product-filter label.group-name {
    padding: 8px 0 0;
}
.product-filter label i {
    float:right;
    margin-top: .5rem;
}

.product-filter .discard{
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 16px;
}

.product-filter .discard:active{
    opacity:0.5;
}

.border-0{
  border: 0 !important;
}

.h-auto{
  min-height: auto !important;
}

.product-filter .form-group:not(.predefined-section) .list {
    display: none;
    max-height: 13rem;
    overflow-y: auto;
    padding-left: 0!important;
}
.post-type-archive-product .select2-dropdown, .tax-product_cat .select2-dropdown {
    border: 0 none;
}
.product-filter .list li{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 7px;
}

.product-filter .list li:hover, 
.product-filter .list li.active {
    font-weight: bold;
    cursor: pointer;
}

.hidden{
    display: none;
}
.list.pt-2.hidden{
    /*padding: 0!important;*/
}

.no-border{
    border: none;
}

.product-filter ul {
    list-style-type: none;
}

.product-filter .list li.loading{
    padding: 3rem 0;
}

.product-filter .loading-image {
    height: 30px;    
}

.product-filter .more-params .loading-image {
    position: relative;
    float: right;
    height: 24px;
    margin-top: -1px;
}



/********************************************************/
/*Products styles where filter is present*/
/*.woocommerce .productBox .fig-in img{
    width: 115%!important;
    max-width: 130%;
}*/

/* Price slider*/
/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
 .noUi-target,
 .noUi-target * {
   -webkit-touch-callout: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-user-select: none;
   -ms-touch-action: none;
   touch-action: none;
   -ms-user-select: none;
   -moz-user-select: none;
   user-select: none;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .noUi-target {
   position: relative;
 }
 .noUi-base,
 .noUi-connects {
   width: 100%;
   height: 100%;
   position: relative;
   z-index: 1;
 }
 /* Wrapper for all connect elements.
  */
 .noUi-connects {
   overflow: hidden;
   z-index: 0;
 }
 .noUi-connect,
 .noUi-origin {
   will-change: transform;
   position: absolute;
   z-index: 1;
   top: 0;
   right: 0;
   -ms-transform-origin: 0 0;
   -webkit-transform-origin: 0 0;
   -webkit-transform-style: preserve-3d;
   transform-origin: 0 0;
   transform-style: flat;
 }
 .noUi-connect {
   height: 100%;
   width: 100%;
 }
 .noUi-origin {
   height: 10%;
   width: 10%;
 }
 /* Offset direction
  */
 .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
   left: 0;
   right: auto;
 }
 /* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
 .noUi-vertical .noUi-origin {
   width: 0;
 }
 .noUi-horizontal .noUi-origin {
   height: 0;
 }
 .noUi-handle {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   position: absolute;
 }
 .noUi-touch-area {
   height: 100%;
   width: 100%;
 }
 .noUi-state-tap .noUi-connect,
 .noUi-state-tap .noUi-origin {
   -webkit-transition: transform 0.3s;
   transition: transform 0.3s;
 }
 .noUi-state-drag * {
   cursor: inherit !important;
 }
 /* Slider size and handle placement;
  */
 .noUi-horizontal {
   height: 18px;
 }
 .noUi-horizontal .noUi-handle {
   top: -4px;
 }

.noUi-handle.noUi-handle-upper {
    right: -4px;
}

.noUi-handle.noUi-handle-lower {
  left: 30px;
}

 .noUi-vertical {
   width: 18px;
 }

 .noUi-vertical .noUi-handle {
   right: -6px;
   top: -17px;
 }

 .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
   left: -17px;
   right: auto;
 }
 /* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
 .noUi-target {
   background: #E5E5E5;
   border-radius: 2px;
   border: 0;
   box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
 }
 .noUi-connects {
   border-radius: 3px;
 }
 .noUi-connect {
  background-color: #000;
 }
 /* Handles and cursors;
  */
 .noUi-draggable {
   cursor: ew-resize;
 }
 .noUi-vertical .noUi-draggable {
   cursor: ns-resize;
 }
 .noUi-handle {
   border: 0;
   border-radius: 50%;
   width:10px;
   height:10px;
   background: #000;
   cursor: default;
   /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;*/

 }
 .noUi-active {
   box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
 }
 /* Handle stripes;
  */
 
 .noUi-handle:after {
   left: 17px;
 }
  
 /* Disabled state;
  */
 [disabled] .noUi-connect {
   background: #B8B8B8;
 }
 [disabled].noUi-target,
 [disabled].noUi-handle,
 [disabled] .noUi-handle {
   cursor: not-allowed;
 }
 /* Base;
  *
  */
 .noUi-pips,
 .noUi-pips * {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .noUi-pips {
   position: absolute;
   color: #999;
 }
 /* Values;
  *
  */
 .noUi-value {
   position: absolute;
   white-space: nowrap;
   text-align: center;
 }
 .noUi-value-sub {
   color: #ccc;
   font-size: 10px;
 }
 /* Markings;
  *
  */
 .noUi-marker {
   position: absolute;
   background: #CCC;
 }
 .noUi-marker-sub {
   background: #AAA;
 }
 .noUi-marker-large {
   background: #AAA;
 }
 /* Horizontal layout;
  *
  */
 .noUi-pips-horizontal {
   padding: 10px 0;
   height: 80px;
   top: 100%;
   left: 0;
   width: 100%;
 }
 .noUi-value-horizontal {
   -webkit-transform: translate(-50%, 50%);
   transform: translate(-50%, 50%);
 }
 .noUi-rtl .noUi-value-horizontal {
   -webkit-transform: translate(50%, 50%);
   transform: translate(50%, 50%);
 }
 .noUi-marker-horizontal.noUi-marker {
   margin-left: -1px;
   width: 2px;
   height: 5px;
 }
 .noUi-marker-horizontal.noUi-marker-sub {
   height: 10px;
 }
 .noUi-marker-horizontal.noUi-marker-large {
   height: 15px;
 }
 /* Vertical layout;
  *
  */
 .noUi-pips-vertical {
   padding: 0 10px;
   height: 100%;
   top: 0;
   left: 100%;
 }
 .noUi-value-vertical {
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   padding-left: 25px;
 }
 .noUi-rtl .noUi-value-vertical {
   -webkit-transform: translate(0, 50%);
   transform: translate(0, 50%);
 }
 .noUi-marker-vertical.noUi-marker {
   width: 5px;
   height: 2px;
   margin-top: -1px;
 }
 .noUi-marker-vertical.noUi-marker-sub {
   width: 10px;
 }
 .noUi-marker-vertical.noUi-marker-large {
   width: 15px;
 }
 .noUi-tooltip {
   display: block;
   position: absolute;
   border: 1px solid #D9D9D9;
   border-radius: 3px;
   background: #fff;
   color: #000;
   padding: 5px;
   text-align: center;
   white-space: nowrap;
 }
 .noUi-horizontal .noUi-tooltip {
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
   left: 50%;
   bottom: 120%;
 }
 .noUi-vertical .noUi-tooltip {
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   top: 50%;
   right: 120%;
 }
 .noUi-horizontal .noUi-origin > .noUi-tooltip {
   -webkit-transform: translate(50%, 0);
   transform: translate(50%, 0);
   left: auto;
   bottom: 10px;
 }
 .noUi-vertical .noUi-origin > .noUi-tooltip {
   -webkit-transform: translate(0, -18px);
   transform: translate(0, -18px);
   top: auto;
   right: 28px;
 }

.noUi-base, #slider_range{
  height: 2px;
    padding-right: 4px;
    padding-left: 2px;
}

/* End price slider*/


ul[data-group='gender'] li label.group-item {
	text-transform: capitalize;	
}

.prices-block .title{
  font-size: 1rem;
  padding-top: 0.25rem;
}

.form-control.price-range-input{
  font-size:.85rem !important;
}

.close-filter {
    cursor: pointer;
    text-align: left;
    display: none;
    width: 13px;
    color: #787878;
    margin-top: -6px;
}

.filter-title {
  font-size: 21px;
  font-family: univers_65_boldregular, sans-serif;
  text-align: left;
    text-transform: uppercase;
}

#product_filter .oper {
    display: none !important;
}

.homeContent:not(.home-page-content) .show-more-sections,
.home-page-content .home-hide-section,
.hide-sections-btn {
    display: none;
}

.hide-sections-btn .group-name{
  text-transform: none;
}
 .product-list-operations {
     align-items: flex-start;
     -webkit-align-items: flex-start;
 }
.product-list-operations .sort_button {
    height: 48px;
    display: none;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #808080;
    padding: 3px;
    font-size: 14px;
    border: 1px solid #BFBFBF;
}

@media (max-width: 1199px) {

  #filter_empty_box {
    display: none !important;
  }

  #product_filter .oper {
    /*display: flex !important;*/
  }

  #product_list{
      width:100% !important;      
  }

  .filter-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 2rem;
  }

  .filter-title, .close-filter, .product-filter .apply{
    display: block;
  }

  .product-filter .discard{
    position: absolute;
    right: 1.5rem;
  }

  .product-filter .oper {
    padding: 1rem 30px;    
    margin: 0;
    border-top: 1px solid #ccc;
      border-right:1px solid #f5f5f5;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 900;
    position: fixed;
    justify-content: center!important;
    bottom: 0;
  }

  .product-filter{
      display:block;
      font-size: 14px;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      padding-bottom: 1rem;
      height: 100%;
      min-width: 320px;
      width: 100%;
      max-width: 360px;
      border-top: 1px solid #e9ecee;
      transform: translateX(-105%);
      transition: transform .3s ease-in-out 0s;
      z-index: 10000;
      box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  }
    .product-filter .some_filter {
        height: 100%;
        padding: 0 20px;
        overflow-y: auto;
    }
    #product_filter.mob-filter {
        transform: translateX(0);
        z-index: 10000;
        top: 0;
}
  .woocommerce .productBox .fig-in img{
      width: 75%!important;
      max-width: 75%;
      margin: 1.1rem 0px;
  }
}
 

.section-icon, .svg-thb {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
}

.section-icon {
    width: 16px;
    height: 16px;
    position: relative;
    /*background-image: url(../images/downarrow.svg);*/
    transition: transform   .3s ease-in-out 0s;
}
.section-icon:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: .8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-icon.up {
  transform: rotate(-180deg);
}

.product-filter label.group-item {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    border-top: 0px;
    padding-top: 2px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	  text-transform: none;
}


.product-filter input[type='checkbox'] {
  display: none;
}
.product-filter input[type="checkbox"] + label.group-item:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    margin-top: -8px;
}
.product-filter input[type="checkbox"] + label.group-item {
    padding-left: 21px;
}
.product-filter input[type="checkbox"]:not(:checked) + label.group-item:before {
  border: 1px solid #BFBFBF;
  background-color: transparent;
}
.product-filter input[type=checkbox]:checked + label.group-item::before {
    width: 11px;
    height: 11px;
    background: #000;
    border: 1px solid #000;
}
.product-filter input[type="checkbox"] + label.group-item:after {
    left: 2px;
    width: 8px;
    height: 4px;
    margin-top: -6px;
    border-radius: 0;
    border-left: .124rem solid #fff;
    border-bottom: .124rem solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#filter_selections {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

#filter_selections .item {
    border-radius: 0px;
    cursor: pointer;
    color: #343a40;
    padding: 15px 10px;
    width: auto;
    max-width: 250px;
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #000000;
    border-radius: 2px;
}

#filter_selections .item div{
    width: 92.3334%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

#filter_selections .clear-all {
    font-family: 'Univers LT Std';
    font-size: 15px;
    line-height: 21px;
    padding:10px 4px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

#filter_selections .clear-all:hover{
  text-decoration: underline;
}

.product-filter .selected.no_border{
  border: 0;
}

.svg-thb.delete{
  background-image: url(../images/times.svg);
  color: #000;
  padding: 7px;
  margin-left: 27px;
}
.product-list-header {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

#filter_empty_box {
  position: relative; 
  display: none;
}

.fixed-filter {
  position: fixed;  
  height: calc(100% - 100px);
  background-color: #fff;
  overflow: auto;
  left: 0px;
  z-index: 8;
  top: 100px;
  padding-left: 19px;
  width: 16rem;
  max-width: 16rem;
  min-width: 16rem;  
}

#product_filter.fixed-filter {
  margin-top: 1.5rem;
}

.fixed-box{
  width: calc(100% - 16rem);
  position: absolute;
  right: 0;
}

#show_product_filter {
    background-color:transparent!important;
    height: 48px;
    font-size: 14px;
    text-align: center;
    color: #808080;
    width: 160px;
    padding: 3px;
    margin-right: 1rem;
    border: 1px solid #BFBFBF;
    display: none;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#show_product_filter svg {
    height: 15px;
    margin-right: 0.1rem;
    margin-top: -3px;
}


.product-filter .oper button {
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fafafa;
}

.product-filter .oper .apply {
    background-color: #000;
    color: #fff;
}

/*.home-page-content #filter_empty_box {
	display: none !important;
}

.home-page-content .sort-box {
	margin-left: auto !important;
}

.home-page-content.fixed-box{
	  width: 100% !important;
    position: relative;
}
*/

.trust-box {
  height: 60px;
}

section.show_more {
  float: none;
  position: relative;
    width: 100%;
}


/**Responsive part(for mobile devices)**/
@media (max-width: 6200px) and (min-width: 3500px) {
  #filter_selections {
      width: 95.33334%;
  }
}


@media (max-width: 3499px) and (min-width: 2400px) {
    #filter_selections {
        width: 92.33334%;
    }
}

@media (max-width: 6200px) and (min-width: 3500px) {
    .product-filter {      
        width: 28rem;
        max-width: 28rem;    
        min-width: 28rem; 
    }	
	
    .fixed-filter {      
        width: 29rem;
        max-width: 29rem;    
        min-width: 29rem; 
    }
	
	.fixed-box {
		width: calc(100% - 29rem);
	}
}

@media (max-width: 3499px) and (min-width: 2400px) {
    .product-filter {      
        width: 22rem;
        max-width: 22rem;    
        min-width: 22rem; 
    }	
	
    .fixed-filter {      
        left: 10px;
	    width: 23rem;
        max-width: 23rem;    
        min-width: 23rem; 
    }
	
	.fixed-box {
		width: calc(100% - 23rem);
	}
}

@media (max-width: 2399px) and (min-width: 2200px) {
    .product-filter {      
        width: 20rem;
        max-width: 20rem;    
        min-width: 20rem; 
    }
	
	.fixed-filter {
		width: 21rem;
        max-width: 21rem;    
        min-width: 21rem; 
	}
	
	.fixed-box {
		width: calc(100% - 20rem);
	}
}

@media (min-width: 1600px) {
    .fixed-filter {
        top: 147px;
        height: calc(100% - 147px);
    }
}

@media (max-width: 1199px) {
    .fixed-box {
		    width: 100%;
    }
    
    section.show_more {
        float: none;
    }

    .trust-box .col-10 {
      width: 100% !important;
      flex: none;
      max-width: 100%;
    }
    .noUi-handle.noUi-handle-lower {
        left: 95%;
    }
    #product_filter.mob-filter {
        margin: 0;        
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    #show_product_filter {
        display: block;
    }
}

@media (max-width: 767px) {

    .trust-box {
      height: 80px;
    }

    .product-list-header {
		padding-bottom: 0px;		
	}

    .product-list-header {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .product-list-operations {
        width: 100%;
    }

    .filter-btn-box{
        width: 100%;
    }
    .sort-box { 
      width: 100%;
        min-height: 48px;
    }
    .product-list-header {
        padding-left: 0px !important;
    }

    .product-list-header .sort-box .select2-container {
        width: 100% !important;      
    }

    .sort-box .select2-container .select2-selection--single {
      width: 100%;
      max-width: 100%;
      font-size: 16.5px;
    }

    .select2-container--default .select2-results > .select2-results__options {
        font-size: 14px;
    }

    .sort-box .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 18px;
      line-height: 38px !important;
    }

    #show_product_filter svg { 
        height: 16px;
        margin-top: -5px;
    }
    .product-list-operations .sort_button {
        display: flex;
        display: -webkit-flex;
    }

    #show_product_filter {
        width: 100%;
        display: block;
    }
    #filter_selections {
      width: 100%;
    }

    .mob-filter form {
      padding-bottom: 6rem;
    }

    .mob-filter .show-more-sections {
      display: none;
    }
}


.count_filtered_products .loading{
  width: 25px;
  bottom: 1px;
  position: relative;
}