:root{  
  --color-search_main: #0060a2;
  --color-search_main-d: #24364a;
  --color-search_main-gentle: #7899b0;
  --color-search_sec: #bf0000;
  --color-search_grey: #777;
  --color-search_white: #fff;
  --color-search_white-d: #f7f7f7;
  --color-search_black: #222; 
  --color-search_black_l: #666;
  --color-search_light: #ddd;
}
[for="field_102856"],
#facet_thickness{
  display: none !important; 
}

.hidden{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.no_before:before,
.no_after:after{ 
  display: none !important;
}

.mt_s_n {
  margin-top: 3em;
} 

.mb_s_n {
  margin-bottom: 3em;
}

.pt_s_n {
  padding-top: 3em !important;
}
.pb_s_n {
  padding-bottom: 3em !important;
}

.p_s_n {
  padding: 2em;
}

.bg-main {
  background-color: var(--color-search_main);
}
.c-search_black{
  color: var(--color-search_black);
}

.search-no-scroll {
  overflow: hidden;
}

.fz_search { 
  font-size: 16px;
}
.fz_search_s { 
  font-size: .9em;
}

.vc_line {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@keyframes loader_rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.search-loader:before {
  content: '';
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  border: .25rem solid var(--color-beige);
  border-bottom-color: var(--color-green);
  animation: loader_rotation 1s linear infinite;
} 

.search-loader{
  position: relative;
  pointer-events: none;
}

.search-loader > *{
  opacity: 0.5;
}


/*Product Listing*/
.product-listing_search .product-listing_spasearch{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--color-search_white-d);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.product-listing_search .product-listing_spasearch .ttl{
  width: 100%;
  color: var(--color-search_black);
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
  padding-left: 0.5rem;
}

.product-listing_search .product-listing_spasearch .product {
  width: 14.28% !important;
  margin: 0;
}
.product-listing_search .product-listing_spasearch .info-line{
  background-color: var(--color-search_white);
  padding: 0.75rem 0.5rem;
  font-size: 0.8rem;
  min-height: 4rem;
}

.product-listing_search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-listing_search .attributes-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-height: 140px;
  transition: .5s;
  overflow: hidden;
}
.product-listing_search .attributes-list.active{
  max-height: none;
  padding-bottom: 15px;
  overflow: visible;
}
.product-listing_search .attributes-list.active .search-showmore{
  bottom: -10px;
}
.product-listing_search .attributes-list .search-showmore{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 500;
  transition: .5s;
  color: var(--color-search_sec);
  background: rgb(255,255,255);
  box-shadow: 0px -10px 10px rgba(255,255,255,.75);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 50%);
} 
.product-listing_search.style-list {
  flex-wrap: nowrap;
}

.product-listing_search.style-list .product {
  flex-direction: row;
  border-width: 0 0 1px 0;
}


.product-listing_search.style-list .name{
  display: block;
  margin-bottom: 1rem;
}

.product-listing_search.style-list .picture-line {
  width: 80px;
  height: 80px;
  margin: 0;
}

.product-listing_search.style-list .info-line {
  width: calc(100% - 80px);
  background-color: var(--color-search_white);
  padding-left: 1rem;
}

.product-listing_search.style-list .search-products_item {
  width: 100%;
}

.product-listing_search.style-list .search-products_item .ttl {
  font-weight: 500;
  font-size: 1.2em;
  color: var(--color-search_black);
  margin: 0;
  margin-bottom: 1em;
}
.line--results .product-listing_search.inline-5 .product{
  font-size: 1em;
}
.line--results .product-listing_search.inline-5 .picture-line{
  height: 220px;
}
.product-listing_search.inline-5 .product {
  width: calc(20% - .75rem);
  font-size: .9rem;
}

.product-listing_search.inline-5 .picture-line img:first-child {
  opacity: 1 !important;
}

.product-listing_search.inline-5 .picture-line img {
  opacity: 0 !important;
}

.product-listing_search.inline-5 .btn-group {
  flex-wrap: wrap;
}

.product-listing_search.inline-6 .product{
  width: 16.667%;
}

.product-listing_search.inline-3 .product {
  width: 33.334%;
  margin: 0 -1px -1px 0;
}
.product-listing_search.inline-3 .attribute-ttl{
  width: 100%;
}
.product-listing_search.inline-3 .attribute-details{
  width: 100%;
}
.product-listing_search.inline-3 .attribute-details-double{
  width: 100%;
}
.product-listing_search.inline-3 .attribute-details legend{
  position: relative;
}
.product-listing_search.inline-3 .attribute-details.type-color i{
  top: 0;
  left: 0;
  position: relative;
  transform: translate(0,0);
}
.product-listing_search.inline-3 .btn-group{
  margin-top: 1em;
}
.product-listing_search.inline-3 .btn{
  width: calc(100% - 90px);
}
.product-listing_search.inline-3 .attribute-details.type-radio .radio-img{
  padding-top: 0;
}
.product-listing_search.inline-3 .attribute-details.type-color label span.attribute_addition_field{
  width: 85px;
  font-size: .9em;
}
.product-listing_search.inline-1 .product {
  width: 100%;
  flex-direction: row;
  margin: -1px 0 0 0;
}

.product-listing_search.inline-1 .picture-line {
  width: calc(30% - .75em);
  margin: 0 0.75em 0 0;
}

.product-listing_search.inline-1 .info-line {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.product-listing_search.inline-1 .deails-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.25em !important;
  margin-top: 0.25em !important;
  border-top: 1px dashed #f4f4f4 !important;
}

.product-listing_search.inline-1 .details,
.product-listing_search.inline-1 .deails-line,
.product-listing_search.inline-1 .hover-overlay .deails-line:not(:nth-child(1), :nth-child(2)) {
  border: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.product-listing_search.inline-1 .hover-overlay:before {
  opacity: 0;
  z-index: -1;
}

.product-listing_search.inline-1 .hover-overlay .deails-line:not(:nth-child(1), :nth-child(2)) {
  margin-bottom: 0.5rem;
  height: auto;
  transform: translate(0);
}

.product-listing_search.inline-1 .btn-group {
  order: 1;
  margin: 0;
  margin-top: 0.4em;
}

.product-listing_search.inline-1 .btn {
  width: auto;
}

.product-listing_search .product {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
  border-radius: .25rem;
}

.product-listing_search .product:hover .overlay .options {
  margin-right: 0.5rem;
  opacity: 1;
}

.product-listing_search .product:hover .hover-overlay:before {
  opacity: 0;
  z-index: -1;
}

.product-listing_search .product:hover .hover-overlay .deails-line:not(:nth-child(1), :nth-child(2)) {
  margin-bottom: 0.5rem;
  height: auto;
  transform: translate(0);
}

.product-listing_search .picture-line {
  width: 100%;
  height: 250px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.75em;
}

.product-listing_search .picture-line:hover .images img:first-child {
  opacity: 0;
}

.product-listing_search .picture-line:hover img {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}

.product-listing_search .info-line{
  padding: 1rem .5rem;
  min-height: 4.5rem;
  border-radius: .25rem;
  background-color: var(--color-search_white-d);
}

.product-listing_search .image-bottom-btns{
  z-index: 1;
  bottom: 1rem;
  left: .75rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-listing_search .image-bottom-btns button{
  cursor: pointer;
  padding: 0.25em .45em;
  border: 1px solid var(--color-green-d);
  border-radius: .5em;
  transition: .3s all;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--color-white);
  background-color: var(--color-green);
  font-size: .7rem;
  font-weight: 500;
  opacity: 1;  
  border: 1px solid var(--color-black);
  background-color: var(--color-grey);

}
.product-listing_search .image-bottom-btns button:not(:last-child){
  margin-bottom: 0.75em;
}

.product-listing_search .image-bottom-btns button.active{
  opacity: .75;
  color: var(--color-gray);
  background-color: rgba(255,255,255,.65);  
}

.product-listing_search .image-bottom-btns button:not(.active):hover{
  /*background-color: var(--color-green-d);*/
  background-color: var(--color-black);
}

.product-listing_search .image-bottom-btns button:hover{
  opacity: 1;
}

.product-listing_search .no-switch img {
  opacity: 1 !important;
}

.product-listing_search .picture-line img {
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.95);
  position: absolute;
  object-fit: contain;
  transition: opacity 1s, transform 5s;
}

.product-listing_search .images img:first-child {
  opacity: 1;
}

.product-listing_search .overlay {
  position: absolute;
  bottom: 1em;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.product-listing_search .flags {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  z-index: 1;
}

.product-listing_search .flags p:nth-child(1) {
  background-color: var(--color-search_sec);
}

.product-listing_search .flags p {
  display: inline-block;
  padding: 0.25em .5em;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 0.7em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  background-color: var(--color-search_main-d);
  color: var(--color-search_white);
}

.product-listing_search .options {
  transition: .5s;
  opacity: 0;
  box-shadow: 0 0 1px var(--color-search_light);
  margin-right: -5em;
  display: flex;
  flex-direction: column;
  background-color: var(--color-search_white);
  justify-content: space-between;
}

.product-listing_search .options a:hover{
  color: var(--color-search_black);
}
.product-listing_search .options a {
  padding: .35em .55em;
}

.product-listing_search .options i {
  font-size: .9em;
}

.product-listing_search .info-line > * {
  margin: 0;
  margin-bottom: 0.4em;
}

.product-listing_search .rating {
  font-size: 0.9em;
}

.block_product-recently_viewed .product-listing_search .name{
  margin: 0;
  height: 3rem;
  overflow: hidden;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block_product-recently_viewed .product-listing_search .product:hover .name{
  display: inline;
}
.block_product-recently_viewed .product-listing_search .product{
  border-width: 1px;
}

.product-listing_search .name {
  font-size: 1em;
  height: 2.2em;
  color: var(--color-search_black);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}

.product-listing_search .availability {
  font-weight: 500;
  color: var(--color-search_black);
}

.product-listing_search .availability i {
  font-size: .95em;
  color: var(--color-search_main);
}

.product-listing_search .price * {
  display: inline-block;
  font-size: 0.7em;
}

.product-listing_search .price-old {
  opacity: 0.5;
  text-decoration: line-through;
}

.product-listing_search .price-current {
  margin-right: 0.25em;
  font-size: 1.2em;
  font-weight: 500;
  color: var(--color-search_sec);
}

.product-listing_search .hover-overlay {
  position: relative;
  overflow: hidden;
}

.attributes-loading{
  min-height: 6.5rem;
}
.search__loader-item{
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  border-radius: 0.25em;
  background-color: #f4f4f4;
  border: 0 !important;
}
.attributes-loading .search__loader-item{
  height: 1.25rem !important;
  margin-bottom: .35rem !important;
}
.vc_facet-section .search__loader-item{
  width: none;
  height: 12rem !important;
}
.product-listing_search.inline-3 .search__loader-item{
  height: 20rem;
  margin-bottom: 1rem !important;
}

@keyframes loader-line {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.search__loader-item:nth-child(2n):after{
  animation-delay: .5s;
}
.search__loader-item:nth-child(3n):after{
  animation-delay: .25s;
}

.search__loader-item:after{
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(255,255,255,.75);
  animation: loader-line 3s infinite;
}
.product-listing_search .attributes-loading:after{
  top: 3rem;
}
.product-listing_search .attributes{
  transition: all .5s;
}
.product-listing_search .attribute-details-double{
  width: 70%;
}
.product-listing_search .attribute-line{
  margin-bottom: 0.75rem;
}
.product-listing_search .attribute-ttl{
  width: calc(25% + 1.5rem);
}
.product-listing_search .attribute-details{
  width: calc(75% - 1.5rem);
}
.product-listing_search .attribute-details.type-color span{
  width: 2rem;
  height: 2rem;
}

.product-listing_search .hover-overlay .deails-line:not(:nth-child(1), :nth-child(2)) {
  height: 0;
  position: relative;
  transform: translate(0, 10rem);
  margin: 0;
  transition: height 2s, margin 1s, transform .5s;
  transition-delay: .5s all;
}

.product-listing_search .hover-overlay:before {
  content: 'more_horiz';
  font-family: 'Material Symbols Outlined';
  line-height: 3em;
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  color: var(--color-search_grey);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  box-shadow: inset 0 -30px 30px var(--color-search_white-d);
  z-index: 2;
}

.product-listing_search .details {
  margin-top: 0.5em;
  padding-top: 0.75em;
  border-top: 1px solid var(--color-search_light);
  font-size: 0.9em;
  width: 100%;
}

.product-listing_search .details .radio label {
  display: inline-block;
  padding: 0 .5em;
  border: 1px solid var(--color-search_sec);
  color: var(--color-search_sec);
  border-radius: .25em;
}

.product-listing_search .details .radio label.active {
  background-color: var(--color-search_sec);
  color: var(--color-search_white);
}

.product-listing_search .details .circle label {
  width: 20px;
  height: 20px;
  outline: 2px solid transparent;
  display: inline-block;
  margin-right: 0.25em;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.product-listing_search .details .circle label img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-listing_search .details .circle label.active {
  outline-color: var(--color-search_sec);
}

.product-listing_search .details .deails-line {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.product-listing_search .details .deails-line select {
  border: 0;
  padding: 0 .4em;
  background-color: #f9f9f9;
}

.product-listing_search .details .deails-line select option {
  background-color: var(--color-search_white);
}

.product-listing_search .details .label {
  font-weight: 500;
  padding-right: 0.5em;
  color: var(--color-search_black);
}

.product-listing_search .product-qty {
  background-color: var(--color-search_white);
  color: var(--color-search_main-d);
  display: flex;
  align-items: center;
  font-size: 0.7em;
  text-align: center;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-right: .75em;
  border: 1px solid var(--color-search_light)
}
.product-listing_search .product-qty button:hover{
  background-color: var(--color-search_main);
  color: var(--color-search_white);
}
.product-listing_search .product-qty button {
  cursor: pointer;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  border: 0;
  background-color: transparent;
}

.product-listing_search .product-qty button i{
  font-size: 1rem;
}

.product-listing_search .product-qty input::placeholder {
  color: #eee;
  opacity: 1;
}

.product-listing_search .product-qty input::-ms-input-placeholder {
  color: #eee;
}

.product-listing_search .product-qty input {
  border: 0;
  width: 30px;
  font-size: 1rem;
  text-align: center;
  background-color: transparent;
}

.product-listing_search .btn-group {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.product-listing_search .btn {
  font-size: .9em;
  text-align: center;
  border-radius: 0;
  padding: .8em 1.6em;
  border-radius: 1.5rem;
  transition: .5s;
  width: calc(100% - 90px - .75em);
  color: var(--color-white);
  background-color: var(--color-search_main);
  border: 1px solid var(--color-search_main-d);
}
.product-listing_search .btn:hover{
  background-color: var(--color-search_main-d);
}

.vc_autocomplete .vc_view-all {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--color-search_white);
  background-color: var(--color-search_main);
}
/*End Prod Listing*/

/*Autocomplete*/

.vc_autocomplete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .5s;
  transform: translateY(1em);
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.75);
}

.vc_autocomplete.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: none;
}

.vc_search-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: var(--color-search_white);
  color: var(--color-search_grey);
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  border-radius: 100vw;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vc_autocomplete .image-bottom-btns{
  display: none;
}

.vc_autocomplete-content {
  height: 100%;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1420px;
}

.vc_autocomplete-content .vc_select ul{
  right: 0;
  width: 100%;
  max-width: 100%;
}
.vc_autocomplete-content .vc_select li{
  font-size: 1.1rem;
  justify-content: center;
}

.vc_autocomplete-content .line--inlinelist {
  width: 100%;
  display: flex;
  padding: 0 2rem;
  font-weight: 500;
  align-items: flex-end;
  color: var(--color-search_black);
}

.vc_autocomplete-content .line--inlinelist p{
  margin-right: .5rem;
}
.vc_autocomplete-content .line--inlinelist ul {
  display: flex;
  flex-wrap: wrap;
}

.vc_autocomplete-content .line--inlinelist li {
  display: flex;
  list-style-type: none;
}

.vc_autocomplete-content .line--inlinelist a:hover {
  color: var(--color-search_main-d);
}

.vc_autocomplete-content .line--inlinelist a {
  font-size: 0.9em;
  padding: .25em .5em;
  line-height: normal;
  border-radius: 5px;
  margin: .5em .5em 0 0;
  text-decoration: underline;
  color: var(--color-search_main);
}

.vc_autocomplete-content .line--form {
  width: 100%;
  display: flex;
  font-weight: 500;
  padding: 0 2rem;
  align-items: stretch;
}

.vc_autocomplete-content .line--form > *:not(:first-child) {
  border-left: 1px solid var(--color-search_light) !important;
}

.vc_autocomplete-content .line--form .vc_select,
.vc_autocomplete-content .line--form input,
.vc_autocomplete-content .line--form button {
  border: 0;
  width: 100%;
  height: 55px;
  padding: 0 1em;
  background-color: var(--color-search_white);
}

.vc_autocomplete-content .line--form input {
  border: 0;
  min-width: 65%;
  font-size: 1.1rem;
  border-radius: 10px 0 0 10px;
  border: 3px solid var(--color-search_main);
  border-right: 0;
}

.vc_autocomplete-content .line--form .vc_select  {
  width: 30%;
}

.vc_autocomplete-content .line--form button {
  max-width: 100px;
  background-color: var(--color-search_main);
  color: var(--color-search_white);
  border-radius: 0 10px 10px 0;
}

.vc_autocomplete-content .line--results,
.vc_autocomplete-content .line--recomendations {
  position: relative;
  height: 100%;
  background-color: var(--color-search_white);
  overflow: hidden;
}

.vc_autocomplete-content .line--results .product-listing_search,
.vc_autocomplete-content .line--recomendations .product-listing_search {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.vc_autocomplete-content .line--results .product,
.vc_autocomplete-content .line--recomendations .product {
  border: 0;
  padding: .5em;
}

.vc-noresults{
  height: 100%;
  margin: auto;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  justify-content: center;
  color: var(--color-search_black);
}

.vc-noresults svg{
  width: 150px;
  display: block;
  margin-bottom: 1rem;
  fill: var(--color-search_main);
}

.vc-noresults p{
  font-size: 1.3em;
  font-weight: bold;
  text-transform: capitalize;
}

.vc_same-sizes{
  width: 100%;
  max-width: 1200px;
  background-color: transparent !important;
}
.vc_same-sizes h2{
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.vc_same-sizes .product-listing_search .picture-line{
  background-color: transparent !important;
}
.fancybox__content.vc_same-sizes>.f-button.is-close-btn{
  background-color: var(--color-search_black);
}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
  .product-listing_search.inline-5 .product{
    width: 25%;
  }
  .line--results .product-listing_search.inline-5 .picture-line{
    height: 190px;
  }


}
@media screen and (max-width: 768px) {
  .vc_autocomplete-content .line--form input{
    width: 100%;
  }
  .vc_autocomplete-content .line--form .vc_select{
    width: 30%;
  }
  .vc_autocomplete-content .line--inlinelist{
    font-weight: 500;
    flex-wrap: wrap;
  }
  .pt_s_n {
    padding-top: 2em !important;
  }
  .vc_autocomplete-content .line--inlinelist ul{
    margin-left: 0;
  }
  .vc_autocomplete-content .line--inlinelist a{
    border-width: 1px;
    font-size: .8em;
  }
  .product-listing_search.style-list .search-products_item .ttl{
    font-size: 1em;
  }
  .product-listing_search.style-list .search-products_item:nth-child(3){
    display: none;
  }
  .vc_autocomplete-content .line--form .vc_select, 
  .vc_autocomplete-content .line--form input, 
  .vc_autocomplete-content .line--form button{
    height: 45px;
  }

  .vc_autocomplete-content .product-listing_search.style-list .name{
    font-size: .9em;
  }
  .product-listing_search.inline-5 .product{
    width: calc(33.334% - 0.75rem);
  }
  .product-listing_search .name{
    font-size: 1rem;
  }
  .product-listing_search .price-current{
    font-size: 1.1rem;
  }
  .product-listing_search.style-list .product{
    flex-direction: column;
    align-items: center;
  }
  .product-listing_search.style-list .picture-line{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  .product-listing_search.style-list .info-line{
    width: 100%;
    padding-left: 0;
  }
  .block_product-recently_viewed .product-listing_search .name{
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .p_s_n{
    padding: 1em .5em;
  }
  .pt_b_mobile{
    padding-top: 4rem !important;
  }
  .vc_autocomplete-content .line--form,
  .vc_autocomplete-content .line--inlinelist{
    padding: 0 .5rem;
  }
  .vc_autocomplete-content .line--form{
    font-size: .9em;
  }
  .vc_search-close{
    padding-top: .1em;
  }
  .vc_autocomplete-content .line--form .vc_select, 
  .vc_autocomplete-content .line--form input, 
  .vc_autocomplete-content .line--form button{
    height: 40px;
  }
  .vc_autocomplete-content .line--form input{
    width: 100%;
    min-width: 50%;
    padding: 0 .5em;
  }
  .vc_autocomplete-content .line--form > *:not(:first-child){
    max-width: 60px;
  }
  .product-listing_search.style-list{
    flex-wrap: wrap;
  } 
  .product-listing_search.style-list .search-products_item .ttl{
    top: 0;
    z-index: 1;
    width: 100%;
    position: sticky;
    background-color: #fff;
  }
  .product-listing_search.style-list .search-products_item{
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
  }
  .product-listing_search.style-list .search-products_item:nth-child(2){
    /*display: none;*/
  }
  .product-listing_search.style-list .product{
    width: calc(50% - 0.75rem);
  }
  .vc-noresults svg{
    width: 120px;
  }
  .vc-noresults p{
    font-size: 1.1em;
  }
  .product-listing_search.inline-5 .product{
    width: calc(50% - 0.75rem);
  }
  .line--results .product-listing_search.inline-5 .picture-line{
    height: 150px;
  }
  .vc_autocomplete .vc_view-all{
    font-size: 1rem;
  }
  .block_product-recently_viewed .product-listing_search .product{
    width: 50%;
    padding: .75em .5em;
  }
  .block_product-recently_viewed .product-listing_search .name{
    font-size: .9rem;
  }
  .vc_same-sizes h2{
    font-size: 1.1rem;
  }
  .product-listing_search .image-bottom-btns button:not(:last-child){
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 360px) and (max-width: 395px) {
  .product-listing_search .image-bottom-btns button{
    font-size: 0.6rem;
    padding: .25rem;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
  .product-listing_search.inline-5 .product{
    width: 100%;
  }
}

/*
*
* FILTER
*
*/


.vc_screen_overflow{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255,255,255,.75);
}

.vc_facet-section{
  order: -1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  justify-content: center;
}
.facet-subtitle{
  font-weight: 500;
  width: 100%;
  display: inline-block;
  background-color: #f7f7f7;
  padding: .25rem 2.5rem;
  margin-bottom: .25rem;
  font-size: .9em;
}
.facet-section_main-items{
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.facet-section_item.active{
  background-color: var(--color-green-gentle);
}
.facet-section_item.active:after{
  content: '';
  border: 0.5rem solid transparent;
  border-bottom-color: #f9f9f9;
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.facet-section_item{
  position: relative;
  width: calc(16.667% - 2rem);
  margin: 0 1rem 1rem;
  cursor: pointer;
  text-align: center;
  padding: 1rem 0;
  color: var(--color-search_black);
  border-radius: 10px;
}
.facet-section_item input{
  display: none;
}
.facet-section_item:hover img{
  transform: scale(1.15);
}
.facet-section_item .image{
  display: block;
  position: relative;
  padding: .25rem 3rem 0.25rem;
}
.facet-section_item img{
  width: 100px;
  height: 100px;
  border-radius: 0;
  transition: 3s;
}
.facet-section_item h2,
.facet-section_item h3{
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
.facet-section_subitems{
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: .5rem;
  justify-content: center;
  background-color: #f9f9f9;

}
.facet-section_subitems h3{
  font-size: 0.9rem;
}
.facet-section_subitems .facet-section_item.active{
  color: var(--color-green-d);
  background-color: var(--color-green-gentle);
  border-color: var(--color-green-d);
}
.facet-section_subitems .facet-section_item{
  width: auto;
  margin: .25rem;
  font-size: 0.9rem;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: var(--color-green-d);
  border: 1px solid var(--color-light);
  background-color: var(--color-white);
}
.facet-section_subitems .facet-section_item .image,
.facet-section_subitems .facet-section_item .count{
  display: none;
}


.vc_facet-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.vc_facets .search__loader-item{
  height: 3.5rem;
}
.vc_results--products .search__loader-item{
  height: 25rem;
}



.vc_facet-block.style_not-found .vc_results{
  width: 100%;
}
.vc_facet-block.style_not-found .vc_facets,
.vc_facet-block.style_not-found .vc_results--header,
.vc_facet-block.style_not-found .vc_results--active_filter,
.vc_facet-block.style_not-found .vc_results--pagination{
  display: none !important;
}

.vc_facets-header{
  display: none;
  top: 0;
  z-index: 2;
  order: -99999;
  padding: 1rem 0;
  position: sticky;
  font-weight: bold;
  font-size: 1.3rem;
  align-items: center;
  margin-bottom: 1rem;
  background-color: #fff;  
  border-bottom: 1px solid;
  text-transform: uppercase;
  justify-content: space-between;
  color: var(--color-search_black);
}
.vc_facets-header h2{
  font-size: inherit;
  margin: 0;
  display: inline;
  font-weight: bold;
}
.vc_facets-header button{
  border: 0;
  font-size: .9rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 100vw;
  background-color: var(--color-search_light);
}

.vc_facets-message{
  order: 99;
  padding: .5rem;
  font-size: .9rem;
  line-height: normal;
  text-align: center;
  background-color: #d7e4ff;
  color: var(--color-search_black);
  border-radius: .25rem;
}
.vc_facets-message a{
  text-decoration: underline;
}

.vc_facets .facet .facets-notification{
  background-color: #fff;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  font-size: .7rem;
  display: block;
}

.facets-notification{
  order: 1;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-style: italic;
  display: inline-block;
  border-radius: .5rem;
  background: var(--color-beige);
}

.vc_facets {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}

.vc_facets .facet {
  width: 100%;
  max-width: calc(16.667% - .8rem);
  padding-bottom: 1em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid var(--color-search_light);

  border: 0;
  padding: 0;
  position: relative;
  margin: 0 0.75rem 0.75rem 0;

}
.vc_facets .facet.minifed > *:not(.facet-ttl, .facet-ttl *){
  display: none;
}

.vc_facets .facet-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 3rem;
  padding: 0 1rem;
  border-radius: .5rem;
  border: 1px solid var(--color-search_light);
  background-color: var(--color-search_white-d);
}

.minifed .facet-ttl:after{
  content: 'arrow_drop_down' !important;
}
.vc_facets .facet-ttl:hover:after{
  color: var(--color-search_black);
}
.vc_facets .facet-ttl:after{
  content: 'arrow_drop_up';
  font-family: 'Material Symbols Outlined';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  z-index: 1;
  transition: .3s;
  background-color: var(--color-search_light);
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
}

.vc_facets .facet-ttl h3 {
  white-space: nowrap;
  color: var(--color-search_black);
  font-size: .9em;
  margin: 0;
  font-weight: 500;
  overflow: hidden;
  max-width: calc(100% - 1rem);
}

.vc_facets .price-range {
  position: relative;
  display: inline-block;
  width: 100%;
}

.vc_facets .price-range .range-line {
  position: relative;
  z-index: 1;
  height: 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.vc_facets .price-range .range-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ddd;
  width: 100%;
  font-size: .9rem;
}

.vc_facets .price-range .range-values span {
  font-size: 1.5rem;
  margin: 0 5px;
}

.vc_facets .price-range .range-values input {
  color: #222;
  min-width: 25%;
  max-width: 50%;
  width: 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  display: block;
}

/*Price Range*/
.vc_facets .price-range input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 2;
  height: 100%;
  margin: 0;
  pointer-events: none;
  display: block;
}

.vc_facets .price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.vc_facets .price-range input[type=range]:focus {
  outline: none;
}

.vc_facets .price-range input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.vc_facets .price-range input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0 none;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(27, 0, 17, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.vc_facets .price-range input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  border: 0 none;
  width: 15px;
  height: 15px;
  background-color: #e30011;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(27, 0, 17, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.vc_facets .price-range input[type=range]::-moz-focus-outer {
  border: 0;
}

.vc_facets .price-range input[type=range]::-ms-thumb {
  pointer-events: all;
  border: 0 none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: #e30011;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(27, 0, 17, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.vc_facets .price-range input[type=range].hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 5px rgba(27, 0, 17, 0.1);
}

.vc_facets .price-range input[type=range].hover::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(27, 0, 17, 0.1);
}

.vc_facets .price-range input[type=range].hover::-ms-thumb {
  box-shadow: 0 0 0 5px rgba(27, 0, 17, 0.1);
}

.vc_facets .price-range input[type=range].active::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(27, 0, 17, 0.25);
}

.vc_facets .price-range input[type=range].active::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(27, 0, 17, 0.25);
}

.vc_facets .price-range input[type=range].active::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(27, 0, 17, 0.25);
}

.vc_facets .price-range input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}

.vc_facets .price-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

.vc_facets .price-range input[type=range]::-moz-range-track {
  background: transparent;
}

.vc_facets .price-range input[type=range]::-ms-track {
  background: transparent;
}

.vc_facets .price-range input[type=range]::-ms-fill-lower {
  background: transparent;
}

.vc_facets .price-range input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}

.vc_facets .price-range input[type=range]::-ms-fill-upper {
  background: transparent;
}

.vc_facets .price-range input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

.vc_facets .price-range .slider {
  position: absolute;
  width: 96%;
  left: 2%;
  top: 7px;
  z-index: 1;
  height: 5px;
}

.vc_facets .price-range .slider>.track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #EDEDED;
  border: 1px solid #e6e6e6;
}

.vc_facets .price-range .slider>.range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--color-search_main);
}
.search-error-text{
  font-size: 13px;
  color:#e30011;
}

.vc_facets .facet-search {
  order: -2;
  width: 100%;
  position: relative;
  font-size: 0.9em;
  margin-bottom: 0.75em;
}

.facet-search input:focus{
  outline: 2px solid var(--color-search_light);
}

.facet-search input {
  display: block !important;
  border: 0;
  width: 100%;
  height: 2.5em;
  padding: 0 2em 0 1em;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.vc_facets .facet-search i {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

.vc_facets .facet-content {
  display: flex;
  flex-wrap: wrap;
  max-height: 250px;
  overflow: auto;
  width: 100%;
  position: relative;

  position: absolute;
  width: 320px;
  max-width: 320px;
  padding: .75rem;
  padding-bottom: 0;
  top: calc(100% + .5rem);
  left: -.5rem;
  z-index: 2;
  border-radius: .25rem;
  background-color: var(--color-search_white);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

#facet_a_overlay .facet-content.style-image .image{
  line-height: 0;
}

.vc_facets .facet-content.style-image .image {
  position: relative;
  width: 35px;
  margin-right: 0.5em;
  line-height: 0;
}

.vc_facets .facet-content.style-image .image img {
  filter: grayscale(0.5);
  width: 100%;
  height: auto;
  border-radius: .25em;
}

.vc_facets .facet-content input {
  display: none;
}

.vc_facets .facet-content input:checked + h3 {
  font-weight: 500;
}

.vc_facets .facet-content label:last-child {
  margin-bottom: 0;
}

.vc_facets .facet-content label {
  width: calc(100% - .5em);
  display: flex;
  align-items: center;
  padding: .15em 0;
  margin: 0 .15em 0.5em;
  position: relative;
}

.vc_facets .facet-content label * {
  transition: .5s;
}

.vc_facets .facet-content label:hover{
  text-decoration: underline;
}

.vc_facets .facet-content label:hover .image img, 
.vc_facets .facet-content label.active .image img {
  filter: grayscale(0);
}

.vc_facets .facet-content label:hover .count, 
.vc_facets .facet-content label.active .count {
  color: var(--color-search_white);
  border-color: var(--color-search_main);
  background-color: var(--color-search_main);
}

.vc_facets .facet-content h4 {
  font-weight: 400;
  font-size: 0.9em;
  margin: 0;
  max-width: calc(100% - 1rem);
}

.vc_facets .facet-content .active{
  order: -1;
}
.vc_facets .facet-content .active h4{
  font-weight: 500;
} 

.vc_facets .facet-content .count {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  font-size: 0.7em;
  padding: 0.1em .75em;
  border-radius: 1em;
  border: 1px solid var(--color-search_light);
}

.vc_results {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.vc_results--not-found{
  width: 100%;
  font-size: 1.1em;
  padding: 1.25rem;
  text-align: center;
  border-radius: .5rem;
  background-color: #f9f9f9;
  color: var(--color-search_black);
}
.vc_results--not-found p{
  display: block;
  margin-bottom: 0.5em;
}
.vc_results--not-found a{
  display: inline;
  color: var(--color-search_main);
  text-decoration: dashed underline;
}

.vc_results--header {
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  background-color: var(--color-search_white-d);
  padding: 1.25rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  align-items: center;
  border-radius: 0.5rem;
}

/* .vc_results--header h1,
.vc_results--header h2 {
  width: 65%;
  font-size: 1.3em;
  font-weight: 500;
  margin: 0;
  color: var(--color-search_main-d);
} */

.vc_results--info{
  width: 30%;
  font-size: 1rem;
}

.vc_results--options {
  display: flex;
  justify-content: end;
  width: 70%;
}

.vc_results--options button{
  display: none;
  font-weight: 500;
  font-size: 1.1rem;
  align-items: center;
  color: var(--color-search_black);
}
.vc_results--options .option button i{
  font-size: 1em;
  padding-right: .75em;
}

.vc_results--options input {
  display: none;
}

.vc_results--options p {
  color: var(--color-search_black);
  font-weight: 500;
  padding-right: 0.25em;
}

.vc_results--options .option {
  padding-right: 1em;
  display: flex;
  align-items: baseline;
}

.vc_results--options .option.separate label:not(:last-child):after {
  content: '/';
  display: inline-block;
  padding: 0 .15em;
}

.vc_results--options .option i {
  font-size: 1.4em;
  padding: 0 .15em;
}

.vc_results--options .option input:checked + span {
  font-weight: 500;
  color: var(--color-black);
}

.vc_results--options .option label {
  margin-right: .25em;
}

.vc_results--options .option select {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-weight: 400;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-search_light);
  color: var(--color-search_black);
  background-color: var(--color-search_white);
}

.vc_results--options .option option {
  font-weight: normal;
}

.vc_results--active_filter {
  display: flex;
  width: 100%;
  margin-bottom: 0.75rem;
}

.vc_results--active_filter > a {
  margin-right: 1em;
  padding-right: 1px;
  border-right: 1px solid var(--color-search_grey);
}

.vc_results--active_filter a {
  opacity: 0.75;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding-right: 0.75em;
  text-transform: capitalize;
  color: var(--color-search_black);
}

.vc_results--active_filter a:before {
  content: 'close_small';
  font-size: 1em; 
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
}

.vc_results--active_filter a:hover {
  opacity: 1;
}

.vc_results--active_filter ul {
  display: flex;
  flex-wrap: wrap;
}

.vc_results--pagination {
  width: 100%;
  margin-top: 1.5em;
}

.vc_results--pagination ul {
  display: flex;
  justify-content: center;
}

.vc_results--pagination .page-number:hover {
  background-color: var(--color-search_main-gentle);
  opacity: 1;
}

.vc_results--pagination .page-number.active {
  opacity: 1;
  background-color: var(--color-search_main-d);
  color: var(--color-white);
}

.vc_results--pagination li {
  opacity: 0.75;
  padding: 0.15em;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  min-width: 2.5em;
  height: 2.5em;
  color: var(--color-search_black);
  font-weight: 500;
}
.vc_results--pagination li i{
  top: auto;
}

@media screen and (min-width: 992px){
  .vc_facets .facet-content label.active .image,
  .vc_facets .facet-content label:hover .image{
    width: 45px !important;
  }
}
@media screen and (max-width: 1300px) {
  .facet-section_item{
    width: calc(16.667% - 1rem);
    margin: 0 .5rem 1rem;
  }
  .facet-section_item .image{
    padding: .25em;
  }
  .attribute-details.type-radio img{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .facet-section_item{
    width: calc(20% - 1rem);
  }
  .vc_results .product-listing_search .attribute-ttl{
    width: calc(35% + 0.5rem);
  }
  .vc_results .product-listing_search .attribute-details,
  .vc_results .product-listing_search .attribute-details-double{
    width: calc(65% - 0.5rem);
  }
  .vc_results .product-listing_search.inline-3 .product{
    width: 50%;
  }
  .vc_results .product-listing_search .attribute-details-double .attribute-details{
    width: 100%;
  }
  .vc_results .product-listing_search .attribute-details legend{
    min-width: 40%;
  }
  .vc_results .product-listing_search .picture-line{
    height: 200px;
  }
  .vc_results .product-listing_search .attribute-details.type-radio label.radio-label{
    width: calc(20% - 0.25rem);
    margin: .5rem .25rem 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-listing_search.inline-3 .attribute-details.type-radio label.radio-label{
    margin: .5rem .5rem 0 0;
    width: calc(33.334% - 0.5rem);
  }
}
@media screen and (max-width: 992px) {
  .vc_facets.active{
    display: flex;
  }
  .vc_facets{
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    height: 100%;
    width: 320px;
    display: none;
    padding: 0 1em;
    overflow: auto;
    flex-direction: column;
    position: fixed;
    flex-wrap: nowrap;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0,0,0,.25);
  }
  .vc_facets .facet-content{
    max-height: 175px;
  }
  .vc_facets .facet{
    max-width: 100%;
  }
  .vc_results--header{
    top: 5px;
    z-index: 3;
    position: sticky;
  }
  .vc_facets-header{
    display: flex;
  }
  .vc_results{
    width: 100%;
  }
  .vc_results--header{
    padding: 1rem 1.25rem;
  }
  .vc_results--header h1, 
  .vc_results--header h2{
    display: none;
  }
  .facet-section_item h2, 
  .facet-section_item h3{
    font-size: 1rem;
  }
  .vc_results--options{
    width: 100%;
    justify-content: start;
  }
  .vc_results--options .option{
    padding-right: 2em;
  }
  .vc_results--options button{
    display: flex;
  }
  .vc_facet-block .search__loader-item{
    height: 5rem;
  }
  .vc_facet-section .search__loader-item{
    height: 10rem !important;
  }
  .facet-section_subitems .facet-section_item{
    padding: 0.5rem;
  }
  .facet-section_subitems h3{
    font-size: .8rem;
  }
  .vc_results .product-listing_search .product .overlay .options{
    opacity: 1;
    margin-right: 0.5rem;
  }
  .vc_results .product-listing_search .attributes-list.active .search-showmore{
    bottom: -5px;
  }
}
@media screen and (max-width: 768px) {
  .facet-section_item{
    font-size: .8rem;
    margin: 0 .25rem 1rem;
    padding: 1rem 0 .5rem 0;
    width: calc(20% - 0.5rem);
  }
  .facet-section_item .image{
    padding: 0;
  }
  .facet-section_item img{
    width: 75px;
    height: 75px;
  }
  .facet-section_item h2, 
  .facet-section_item h3{
    overflow: hidden;
    font-size: .9rem;
    text-overflow: ellipsis;
  }
  .facet-section_subitems{
    padding: .5rem;
    flex-wrap: nowrap;
    overflow-y: hidden;
    justify-content: start;
  }
  .vc_facet-section .search__loader-item{
    height: 8rem !important;
  }
  .facet-section_subitems .facet-section_item{
    padding: .3rem .5rem;
  }
  .facet-section_subitems .facet-section_item h3{
    font-size: .8rem;
    white-space: nowrap;
  }
  .vc_results--header{
    box-shadow: 0 0 5px rgba(0,0,0,.15);
  }
  .vc_results .product-listing_search .picture-line{
    height: 180px;
  }
  .vc_results .product-listing_search .attributes-list{
    font-size: .9rem;
  }
  .vc_results .product-listing_search .attribute-details legend{
    min-width: 55%;
  }
  .vc_results .product-listing_search .attribute-details.type-color span{
    width: 1.75rem;
    height: 1.75rem;
  }
  .vc_search--info{
    font-size: .8rem;
  }
}
@media screen and (max-width: 575px) {
  .vc_facets{
    padding: 0 1.5em;
  }
  .vc_results--header{
    padding: .75rem 0.25rem;
  }
  .vc_results--options .option{
    padding-right: 1em;
  }
  .vc_results--options .option:nth-child(2n){
    display: none;
  }
  .vc_search--info{
    top: 35px;
    font-size: .9rem;
    right: auto;
  }
  .vc_results--options{
    font-size: .9em;
  }
  .facet-section_main-items{
    overflow: auto;
    margin-bottom: 1rem;
    justify-content: start;
  }
  .vc_facet-section .search__loader-item{
    height: 6rem !important;
  }
  .facet-section_subitems .facet-section_item{
    margin: 0;
    padding: 0.5rem;
    margin-right: 0.5rem;
  }
  .facet-section_main-items .facet-section_item{
    min-width: 35%;
    margin: 0 0 1rem;
  }
  .facet-section_item img{
    width: 85px;
    height: 85px;
  }
  .facet-section_item h2{
    font-size: 1rem;
  }
  .vc_results .product-listing_search .picture-line{
    height: 200px;
  }
  .vc_results .product-listing_search .product{
    flex-direction: column;
  }
  .vc_results .product-listing_search .picture-line{
    width: 100%;
    margin: 0 0 .75rem;
  }
  .vc_results .product-listing_search .info-line{
    width: 100%;
    flex-direction: row;
  }
  .vc_results .product-listing_search .details .label{
    padding: 0;
    font-size: .8em;
  }
  .vc_results .product-listing_search .product{
    width: 50%;
    padding: .5em;
    margin: -1px -1px 0 0;
  }
  .vc_results .product-listing_search .btn-group{
    flex-wrap: wrap;
  }
  .vc_results .product-listing_search .product-qty{
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }
  .vc_results .product-listing_search .product-qty button{
    width: 30%;
  }
  .vc_results .product-listing_search .product-qty input{
    width: 40%;
    height: 30px;
  }
  .vc_results .product-listing_search .name{
    font-size: .9rem;
    height: 2rem;
  }
  .vc_results .product-listing_search .btn{
    width: 100%;
    padding: 0.8em 0;
  }
  .vc_results .product-listing_search .search__loader-item{
    width: 100%;
    margin-bottom: .5rem !important;
  }
  .vc_results .product-listing_search .attribute-ttl{
    width: 100%;
  }
  .vc_results .product-listing_search .attribute-line{
    font-size: .9em;
  }
  .vc_results .product-listing_search .attribute-details, 
  .vc_results .product-listing_search .attribute-details-double{
    width: 100%;
  }
  .vc_results .product-listing_search .attribute-details.type-dropdown select, 
  .vc_results .product-listing_search .attribute-details textarea, 
  .vc_results .product-listing_search .attribute-details.vc_select{
    width: 100%;
  }
  .vc_results .product-listing_search .attribute-details.type-radio label{
    margin: .5rem .25rem 0 0;
  }
  .vc_results .product-listing_search .attribute-details.type-radio label.radio-label{
    width: calc(25% - 0.25rem);
  }
  .vc_results .product-listing_search .attribute-details.type-radio .radio-img{
    padding-top: 0;
  }
  .vc_results .product-listing_search .attributes-list .search-showmore{
    font-size: .8em;
  }
  .vc_results .product-listing_search .attribute-details.type-switcher label:nth-child(1) input:checked + span:before, 
  .vc_results .product-listing_search .attribute-details.type-switcher label:nth-child(2) input:checked + span:after,
  .vc_results .product-listing_search .attribute-details.type-switcher label:nth-child(1) span:after, 
  .vc_results .product-listing_search .attribute-details.type-switcher label:nth-child(2) span:before{
    width: 16px;
    height: 16px;
  }
  .vc_results .product-listing_search .options a{
    padding: .15em .55em;
  }
  .vc_results .product-listing_search .attribute-details legend{
    width: 100%;
    position: relative;
  }
  .vc_results .product-listing_search .attribute-details.type-color label{
    width: calc(25% - 0.5rem);
  }
  .vc_results .product-listing_search .attribute-details.type-color span{
    border: 0;
    width: 100%;
    height: 100%;
  }
  .vc_results .product-listing_search .attribute-details.type-color i{
    top: 0;
    left: 0;
    transform: none;
    position: relative;
  }
  .vc_results--pagination li:not(.page-number){
    display: none;
  }
  .vc_results--pagination li{
    font-size: ;
    height: 2em;
    min-width: 2em;
    font-size: .9em;
  }
}
@media screen and (max-width: 575px) and (min-width: 360px){
  .product-listing_search .product .attribute-details.type-mask{
    padding: 0.5rem;
    flex-wrap: wrap;
  }
  .product-listing_search .product .attribute-details.type-mask label{
    width: calc(100% - .85rem);
    margin-bottom: .5rem;
  }
  .product-listing_search .product .attribute-details.type-mask label:last-child{
    margin-bottom: 0;
  }
  .product-listing_search .product .attribute-details.type-mask span{
    min-width: 20px;
  }
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
  .vc_results .product-listing_search .picture-line{
    height: 250px;
  }
  .vc_results .product-listing_search .product{
    width: 100% !important;
  }
  .vc_results .product-listing_search .info-line{
    flex-direction: column;
  }
  .vc_results .product-listing_search .attribute-details.type-color label{
    width: calc(16.667 - 0.5rem);
  }
  .vc_results .product-listing_search .attribute-details.type-radio label.radio-label{
    width: calc(20% - 0.25rem);
  }
  .vc_results .product-listing_search .attributes-list .search-showmore{
    font-size: .9em;
  }
}