.vpc-component.hide123{
  display: none!important;
}

ul.product_faq {
  width: 100%;
  background: #fff;
  padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}


ul.product_faq > li ol, ul.product_faq > li ul {
  list-style: initial;
}

ul.product_faq > li {
  border-top: 2px solid #000;
}

ul.product_faq > li:nth-of-type(1) {
  border-top: none;
}

ul.product_faq > li > img {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
}

ul.product_faq .dropdown-menu-indicator {
  top: 9px;
}

ul.product_faq .dropdown-menu p {
  font-size: 20px;
}

ul.product_faq span.dropdown_item {
  font-size: 20px;
}

.component-contact-form-btn a.product-btn.product-btn_cart.btn.add_cart_wcc.ncc.cf-form {
  width: 100%;
  background: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 16px !important;
}

.whatsapp-buttons {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.whatsapp-buttons a {
  margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 14px;
    background: #dcf8c6;
    text-decoration: none;
    color: #000;
    border-radius: 50px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.whatsapp-buttons a.share:before {
    content: "";
    background-image: url(/wp-content/uploads/share.svg);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-color: #00000000;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.whatsapp-buttons a.ask:before {
    content: "";
    background-image: url(/wp-content/uploads/whatsapp.svg);
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-color: #00000000;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.ci_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.ci {
    display: flex;
    border: #000 2px solid;
    border-radius: 40px;
    cursor: default;
    align-items: center;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.ci:before {
    content: "";
    background-image: url(/wp-content/uploads/check-double.svg);
    height: 32px;
    width: 32px;
    background-size: contain;
    background-position: center center;
    background-color: #00000000;
    background-repeat: no-repeat;
    border-radius: 32px;
    border: 2px solid #000;
    position: relative;
    left: 2px;
}

.ci span {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

.ci span:before {
    content: "";
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center center;
    background-color: #00000000;
    background-repeat: no-repeat;
    margin-left: 4px;
    margin-right: 4px;
}

.ci.delivery span:before {
  background-image: url(/wp-content/uploads/delivery.png);
}

.ci.madeinisrael span:before {
  background-image: url(/wp-content/uploads/madeinisrael.svg);
}

.ci.fabrics span:before {
  background-image: url(/wp-content/uploads/fabrics.svg);
}


li.option-selector {
  border-radius: 0;
  padding: 8px;
  margin: 10px;
  display: flex; /* flex */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 2px solid #dfdfdf;
  border-bottom: 2px solid #fff;
}

li.option-selector.selected {
  background: #fff;
  border: 2px solid #fff;
}

p.wpc-icon-label {
  width: 100%;
}

.sizes-selector .products-dropdown select{
  display: none;
}

span.wpc-icon-label-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2px 6px;
  flex-wrap: wrap;
}

li.option-selector:hover {
  border: 2px solid #fff;
}

span.wpc-plus:before {
  content: '+';
}

.vpc-component.sizes-selector:nth-of-type(1) {
  display: block;
}


/* width */
.filter_sidebar::-webkit-scrollbar {
  width: 16px;
}

.new_skin_design .filter_sidebar::-webkit-scrollbar {
  width: 10px;
}

body .filter_sidebar{
  scrollbar-face-color: #6fb32c; /* Firefox 63 compatibility */
  scrollbar-track-color: #f1f1f1; /* Firefox 63 compatibility */
  scrollbar-color: #6fb32c #f1f1f1;
  scrollbar-width: auto;
}

/* Track */
.filter_sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.filter_sidebar::-webkit-scrollbar-thumb {
  background: #6fb32c;
}

/* Handle on hover */
.filter_sidebar::-webkit-scrollbar-thumb:hover {
  background: #5d9625;
}

/* Buttons */

.filter_sidebar::-webkit-scrollbar-button{
  border-style: none;
  display: block;
  background-size: 10px;
  background-repeat: no-repeat;
}

.new_skin_design .filter_sidebar::-webkit-scrollbar-button{
  display: none;
}



.filter_sidebar::-webkit-scrollbar-button:vertical:start:increment,
.filter_sidebar::-webkit-scrollbar-button:vertical:end:decrement,
.filter_sidebar::-webkit-scrollbar-button:horizontal:start:increment,
.filter_sidebar::-webkit-scrollbar-button:horizontal:end:decrement
{
  display: none;
}

/* Down */
.filter_sidebar::-webkit-scrollbar-button:vertical:increment {
  height: 12px;
  width: 16px;
  background-position: center 2px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(111, 179, 44)'><polygon points='0,0 100,0 50,50'/></svg>");
  /* background-image: url("https://savionit.co.il/wp-content/plugins/visual-product-configurator/public/css/down.svg"); */
}

.filter_sidebar::-webkit-scrollbar-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(111, 179, 44)'><polygon points='0,0 100,0 50,50'/></svg>");
}

.filter_sidebar::-webkit-scrollbar-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(111, 179, 44)'><polygon points='0,0 100,0 50,50'/></svg>");
}

.filter_sidebar ul.filter_options_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

/* .filter_sidebar ul.filter_options_list li{
  width: 100%;
} */

.filter_sidebar ul.filter_options_list  li {
  width: 50%;
}

.new_skin_design #vpc-components .vpc-action-buttons{
  order:2;
}

@keyframes ldio-bv4uhcnsv1h {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(22.5deg) }
  100% { transform: rotate(45deg) }
}
.ldio-bv4uhcnsv1h > div {
  transform-origin: 50px 50px;
  animation: ldio-bv4uhcnsv1h 0.3333333333333333s infinite linear;
}
.ldio-bv4uhcnsv1h > div div {
  position: absolute;
  width: 11px;
  height: 76px;
  background: #a1a1a1;
  left: 50px;
  top: 50px;
  transform: translate(-50%,-50%);
}
.ldio-bv4uhcnsv1h > div div:nth-child(1) {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.ldio-bv4uhcnsv1h > div div:nth-child(6) {
  width: 40px;
  height: 40px;
  background: rgba(NaN, NaN, NaN, 0);
  border-radius: 50%;
  }.ldio-bv4uhcnsv1h > div div:nth-child(3) {
    transform: translate(-50%,-50%) rotate(45deg)
    }.ldio-bv4uhcnsv1h > div div:nth-child(4) {
      transform: translate(-50%,-50%) rotate(90deg)
      }.ldio-bv4uhcnsv1h > div div:nth-child(5) {
        transform: translate(-50%,-50%) rotate(135deg)
      }
      .loadingio-spinner-gear-e4tpyed78c8 {
        width: 80px;
        height: 80px;
        display: inline-block;
        overflow: hidden;
        background: none;
      }
      .ldio-bv4uhcnsv1h {
        width: 100%;
        height: 100%;
        position: relative;
        transform: translateZ(0) scale(0.8);
        backface-visibility: hidden;
        transform-origin: 0 0; /* see note above */
      }
      .ldio-bv4uhcnsv1h div { box-sizing: content-box; }


      .popup_overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        z-index: 1000000000000;
      }
      .popup_overlay.active {
        visibility: visible;
        opacity: 1;
      }

      .popup_wrap {
        background: #fff;
        border-radius: 5px;
        max-width: 90%;
        /* height: auto; */
        position: relative;
        transition: all 0.6s ease-in-out;
        overflow: hidden;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        height: min-content;
        width: min-content;
      }

      .popup_wrap .close {
        position: absolute;
        top: 10px;
        right: 20px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        z-index: 14;
      }
      .popup_wrap .close:hover {
        color: #6fb32c;
      }
      .popup_wrap .content {
        overflow: auto;
      }

      img.merged {
        max-height: 90vh;
        max-width: 90vw;
      }

      #vpc-container {
        position: relative;
        margin-top: 40px;
      }

      #vpc-loader-container {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 200;
        opacity: 1;
        visibility: visible;
        transition: opacity .5s, visibility .5s;
      }

      #vpc-loader-container.fadeOut {
        opacity: 0;
        visibility: hidden;
      }

      #vpc-loader-container > div {
        margin-top: 100px;
        line-height: 1.5;
      }

      #vpc-loader-container > div span {
        display: block;
        font-size: 14px;
        color: #a1a1a1;
      }

      #vpc-container,
      #vpc-container * {
        box-sizing: border-box;
      }

      #vpc-preview, .vpc-cart-config-image, .saved-config-preview
      {
        position: relative;
        border: 1px solid #f1f4f9;
      }
      #vpc-preview img, .vpc-cart-config-image img, .saved-config-preview img
      {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
      }
      #vpc-preview img:first-child, .vpc-cart-config-image img:first-child, .saved-config-preview img:first-child
      {
        position: relative;
      }

      .vpc-global-preview {
        position: relative;
        text-align: right;
        display: inline-block;
      }

      .new_skin_design .vpc-global-preview {
        position: sticky;
        transition: all 0.4s;
        z-index: 1;
      }

      .vpc-global-preview .canvas-container, .vpc-preview .canvas-container  {
        position: absolute;
      }

      .vpc-success, .vpc-failure
      {
        color: white;
        padding: 5px;
        text-align: center;
        font-size: 16px;
      }
      .vpc-success
      {
        background-color: green;
      }
      .vpc-success a
      {
        color: greenyellow;
      }
      .vpc-failure
      {
        background-color: red;
      }

      #vpc-container .vpc-component-name{
        font-weight: bold;
        color: #505354;
      }

      #vpc-container .new_skin_design .vpc-component-name{
        font-weight: normal;
      }

      .new_skin_design .data-oriontip{
        font-size: 15px;
        margin-right: 2px;
        white-space: nowrap;
      }

      .new_skin_design .data-oriontip span{
        font-size: 16px;
        background: #404040;
        margin-right: 6px;
        color: #fff;
        padding: 6px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
      }

      .new_skin_design .vpc-component-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
      }

      #vpc-add-to-cart {
        display: inline-block;
      }

      .vpc_add_to_cart_btn{
        width: 100%;
        text-align: right;
        margin-top: 10px;
      }

      .button_wrapper {
        width:100%;
      }

      .vpc_add_to_cart_btn #vpc-add-to-cart,
      .button_wrapper .info-popup-button {
        background-color: #6fb32c;
        border-radius: 0;
        font-size: 20px;
        font-weight: 700;
        font-family: "Assistant", sans-serif;
        padding: 10px 16px;
        height: auto;
      }
      .vpc_add_to_cart_btn #vpc-add-to-cart{
  margin-top: 4px;
}


      .popup-overlay {
        /*Hides pop-up when there is no "active" class*/
        visibility: hidden;
        position: absolute;
        background: #ffffff;
        box-shadow: 0px 0px 3px 1px #eee;
        border-radius: 6px;
        width: 70%;
        padding: 20px;
        bottom: 100%;
        right: 50%;
        transform: translateX(50%);
      }

      .popup-overlay.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: center;
      }

      .popup-content {
        /*Hides pop-up content when there is no "active" class */
        visibility: hidden;
      }

      .popup-overlay.active .popup-content {
        /*Shows pop-up content when "active" class is present */
        visibility: visible;
      }

      .vpc-action-buttons #vpc-qty-container input[type=button]{
        text-align: center;
        background: #333;
        color: #fff;
        border-radius: 0;
      }

      .vpc-cart-config-image{
        max-width: 150px;
        margin: 0 auto;
      }

      .woocommerce .vpc-cart-config-image img{
        max-width: 100% !important;
        background: none;
      }

      .vpc-single-option-wrap
      {
        display: inline-block;
      }

      #vpc-ajax-container {
        position: relative;
        min-height: 500px;
      }

      #vpc-ajax-loader-container.vpc-ajax-loader {
        min-height:500px;
        position:absolute;
        width: 100%;
        height: 100%;
        z-index: 10001; /* instead of 2 */
        background-color: #fff;
      }
      #vpc-ajax-loader-container.vpc-ajax-loader > img{
        position: absolute;
        top: 190px;
        left:0;
        right: 0;
        margin:auto;
      }
      #vpc-preview img
      {
        background: none !important;
      }
      .conf_desc{
        font-size: 13px;
      }

      .vpc-options select {
        height: 30px;
      }

      .vpc-options input:checked + label.custom:before {
        font-family: FontAwesome;
        content: "\f00c";
        color: white;
      }

      #vpc-preview-wrap {
        position: relative;
        text-align: right;
      }

      #vpc-container{
        text-align: right;
      }

      .product-top-slider_second-item img{cursor:pointer;}
      .vpc-product-top-slider{
        position: relative;
      }
      .vpc-configurator.single-product .product-title,
      .vpc-configurator.single-product .woocommerce-breadcrumb,
      .vpc-configurator.single-product .product-flex .icons,
      .vpc-configurator.single-product .product-flex .desc-rw > img,
      .vpc-configurator.single-product .mia .price-q,
      .vpc-configurator.single-product .mia .price-wcc,
      .vpc-configurator.single-product .product-flex .product-top-b,
      .vpc-configurator.single-product .product-flex .product-top-sliders{
        display: none;
      }

      .vpc-configurator.single-product .desc-rw.wh50.m-order-1.ipad-order-2{
        display: none!important;
      }

      .vpc-configurator.single-product .product-flex.product-description,
      .vpc-configurator.single-product .product-flex.product-description .woo-content-wrapp{
        margin-top: 0;
        padding: 0 30px;
      }

      .vpc-configurator.single-product #vpc-container .product-title{
        display: block;
      }

      .vpc-configurator.single-product .breadcrumbs .woocommerce-breadcrumb{
        margin: 0 0 1em;
        padding: 0;
        color: #767676;
        font-size: 15px;
        display: block;
      }

      .vpc-desktop-follow-scroll-disabled #vpc-container #vpc-preview-wrap {
        position: static;
      }

      .disabledClick {
        pointer-events: none;
        color: transparent !important;
        background-color: #62777d36 !important;
        background-size: auto 100% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-image: url("../images/button_loader_for_vpc.gif") !important;
        cursor: auto;
      }

      .add-to-cart-button-text-color {
        color:#fff !important;
      }

      .add-to-cart-button-text-color:after {
        content: url('../images/shopping-cart.svg');
        margin-left: 5px;
        font-family:'FontAwesome';
        font-size:14px;
        letter-spacing: normal;
        width: 14px;
        display: inline-block;
        top: 2px;
        position: relative;
      }

      @media (max-width:1024px){
        #vpc-preview img {
          width: 100%;
        }
      }

      @media (max-width:768px){

            ul.product_faq .dropdown-menu p {
        font-size: 18px;
        }

        .popup_wrap .close{
          top: -4px;
          right: 8px;
        }
        .popup_wrap .zoom-ico {
          top: 10px;
          left: 10px;
          height: 40px;
          width: 40px;
          padding: 7px;
          display: none;
        }

        .new_skin_design #vpc-components{
          min-height: initial;
          max-height: initial;
          margin-bottom: 0;
        }
        .vpc-cart-config > div {
          padding: 0 5px 10px;
          min-width: 150px;
        }
        .vpc-cart-config .vpc-cart-options-container{
          margin: 0;
          padding: 0;
        }
        .vpc-cart-options-container > div > strong{
          display: block;
        }

        #vpc-preview-wrap {
          background-color: #fff;
          z-index: 1;
        }

        .vpc-action-buttons {
          text-align: center;
        }

        .VPC_Default_Skin {
          display: flex !important;
          flex-direction: column;
        }

        .VPC_Default_Skin .conf_desc {
          order: 1;
        }

        .VPC_Default_Skin #vpc-preview-wrap {
          order: 2;
        }

        .VPC_Default_Skin #vpc-components {
          order: 3;
        }

        .VPC_Default_Skin #vpc-bottom-limit {
          order: 4;
        }

        .VPC_Default_Skin #vpc-form-builder-wrap {
          order: 5;
        }

        .VPC_Default_Skin .vpc-action-buttons {
          order: 6;
        }

        .VPC_Default_Skin #debug {
          order: 7;
        }

        .VPC_Default_Skin .vpc-debug {
          order: 8;
        }

        .vpc-desktop-follow-scroll-disabled #vpc-container #vpc-preview-wrap {
          position: relative;
        }

        .vpc-mobile-follow-scroll-disabled #vpc-container #vpc-preview-wrap,
        .vpc-desktop-follow-scroll-disabled.vpc-mobile-follow-scroll-disabled #vpc-container #vpc-preview-wrap {
          position: static;
        }

        #vpc-preview img {
          width: 100%;
        }
        .filter_sidebar ul.filter_options_list  li,
        #vpc-preview-wrap ,
        #vpc-container .vpc-product-top-slider-mobile-wrap{
          width: 100%;
        }
      }


      /*vpc popover on mobile instead of tooltip*/

      .vpc-popover {
        width: min-content!important;
        width: -moz-min-content!important;
        width: -webkit-min-content!important;
      }

      .vpc-popover h3.popover-header,
      .vpc-popover h3.popover-title {
        background: #333!important;
        display: inline-block!important;
        border-radius: 4px!important;
        color: #fff!important;
        font-weight: 100!important;
        font-size: 10px!important;
        padding: 0 5px!important;
        overflow-wrap:break-word;
        text-align: center;
        width: auto;
      }

      /*===== CART OPTIONS =====*/

      .vpc-cart-options-container {
        width: 100%;
        max-width: 300px;
        margin: 12px 0;
      }

      .vpc-cart-options-container > div {
        font-size: 12px;
        line-height: 12px;
      }

      .vpc-cart-options-container > div > div {
        background-color: #f8f8f8;
        padding: 5px 10px;
        overflow: hidden;
        text-transform: none;
        font-weight: normal;
        border-bottom: 1px solid #e8e8e8;
      }

      .vpc-cart-options-container > div > div:last-child {
        border-bottom: 0;
      }

      .vpc-cart-options-container .vpc-cart-component {
        background-color: #e8e8e8;
        color: #888;
        clear: both;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }

      .vpc-cart-options-container .vpc-cart-options {
        line-height: 32px;
        padding: 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }

      .vpc-cart-options-container .vpc-cart-options > div {
        position: relative;
        height: 32px;
      }

      .vpc-cart-options-container .vpc-cart-options > div:after {
        content: "";
        width: calc(100% + 20px);
        height: 1px;
        background-color: #e8e8e8;
        position: absolute;
        bottom: -1px;
        left: -10px;
      }

      .vpc-cart-options-container .vpc-cart-options > div:last-child:after {
        display: none;
      }

      .vpc-cart-options-container .vpc-cart-options > div > div {
        display: inline-block;
        padding: 5px 10px;
        width: 50%;
        line-height: 22px;
        border-right: 1px solid #e8e8e8;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }

      .vpc-cart-options-container .vpc-cart-options > div > div span {
        display: inline-block;
        vertical-align: middle;
      }

      .vpc-cart-options-container .vpc-cart-options > div > div:first-child {
        padding-left: 0;
      }

      .vpc-cart-options-container .vpc-cart-options > div > div:last-child {
        border: 0;
        padding-right: 0;
      }

      .vpc-cart-options-container .vpc-cart-options > div img {
        max-height: 22px;
        max-width: 22px;
        display: inline-block;
        vertical-align: top;
        border-radius: 2px;
        box-shadow: 0 0px 2px rgba(0,0,0,.25);
      }

      .vpc-cart-options-container .vpc-cart-options.addon-options > img {
        max-height: 22px;
        display: block;
        margin: 5px 0;
        border-radius: 2px;
        box-shadow: 0 0px 2px rgba(0,0,0,.25);
      }

      span.cart_item_text_color_display {
        height: 22px;
        width: 22px;
        margin-left: 10px;
        border-radius: 2px;
        box-shadow: 0 0px 2px rgba(0,0,0,.25);
      }
      .error_msg{
        font-size: 12px;
        color: #f03657;
      }
      .vpc-order-config img{
        margin: 0 0 !important;
      }
      #vpc_preview_wrapper{
        display: none;
      }

      div[id^="wrapper_text_and_upload_panel"], div[id^="wrapper_text_and_upload_panel"] .canvas-container {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
      }

      .vpc-component .filter_btn,
      .lazy-load-btn{
        background-color: #6fb32c;
        border: none;
        border-radius: 0;
        cursor: pointer;
        color: white;
        padding: 8px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 10px;
      }
      .vpc-component .filter_btn{
        background-color: #fff;
        color: #444;
      }
      button.filter_btn.main_filter_btn.active{
        background-color: #6fb32c;
        color: #fff;
      }
      .vpc-component .filter_btn:hover,
      .lazy-load-btn:hover{
        background-color: #8cc256;
        color: #fff;
      }

      .vpc-component.global-filter > .vpc-options > .filter_sidebar{
        display: flex!important;
        flex-direction: column;
        /* position: relative; */
        top: 0;
        left: initial;
        bottom: initial;
        right: initial;
        height: 100%!important;
      }

      .vpc-component.global-filter > .vpc-options > .filter_sidebar > .filter_header{
        justify-content: flex-end;
      }

      .vpc-component .filter_sidebar .close_btn,
      .vpc-component .filter_sidebar .option_btn{
        background-color: transparent;
        border: none;
        border-radius: 0;
        cursor: pointer;
        padding: 8px 12px;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize;
        display: inline-block;
        font-size: 26px;
        color:#333;
      }

      .vpc-component .filter_sidebar .choosed_options{
        display: block;
        color: #555;
        font-size: 14px;
        line-height: 20px;
      }

      .vpc-component .filter_sidebar .hidden{
        display: none!important;
      }

      .vpc-component .filter_sidebar .inner_btn{
        background-color: #fff;
        color: #333;
        margin: 0;
        width: 100%;
        font-size: 18px;
        padding: 14px;
        text-align: right;
        border: none;
        border-radius: 0;
        cursor: pointer;
      }

      .vpc-single-option-wrap.hidden,
      .vpc-group-name.hidden,
      .vpc-group.hidden{
        display: none !important;
      }


      .vpc-component .filter_sidebar .filter_clear_btn{
        text-transform: uppercase;
        font-size: 14px;
      }

      .vpc-component .filter_sidebar .filter_header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        cursor: auto;
        padding: 8px;
      }

      .vpc-component .filter_sidebar .filter_header .inner_btn{
        font-size: 14px;
        display: block;
        width: auto;
      }

      .vpc-component .filter_sidebar .back_btn:before,
      .vpc-component .filter_sidebar .choose_all:after,
      .vpc-component .filter_sidebar .option_btn.checked:before{
        background: url(../images/new_left-arrow.png) no-repeat center;
        background-size: contain;
        display: block;
        width: 14px;
        height: 12px;
        content: '';
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translate(0,-50%);
      }

      .vpc-component .filter_sidebar .choose_all{
        position: relative;
        border: 1px solid #eee;
        padding: 10px 14px 10px 30px;
        transition: all 0.4s;
      }

      .vpc-component .filter_sidebar .filter_clear_btn{
        border: 1px solid #eee;
        padding: 8px 12px;
      }

      .vpc-component .filter_sidebar .choose_all:hover,
      .vpc-component .filter_sidebar .filter_clear_btn:hover{
        background: #eee;
      }

      .vpc-component .filter_sidebar .choose_all:after,
      .vpc-component .filter_sidebar .option_btn.checked:before{
        background: url(../images/check.png) no-repeat center;
        background-size: contain;
        left: 10px;
        height: 14px;
      }

      .vpc-component .filter_sidebar .option_btn.checked:before{
        left: initial;
        /* height: 24px;
        width: 24px; */
        width: 1em;
        height: 1em;
        position: relative;
        order:1;
        top: initial;
        transform: none;
        margin-right: 4px;
      }

      .filter_sidebar > ul {
        padding: 10px 0;
      }

      .filter_sidebar > ul > li {
        /* padding: 6px; */
        border-bottom: 1px solid #eee;
      }

      .filter_sidebar .colors img{
        width: 20px;
        height: 20px;
        margin: 0 4px;
      }

      .vpc-component .filter_sidebar .option_btn {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
      }

      .filter_sidebar .colors.option_btn span{
        margin: 0 4px;
      }

      .vpc-component .filter_sidebar{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
        background: #dfdfdf;
        z-index: 10;
        pointer-events: none;
        display: none;
        transition: all 0.4s;
        overflow-y: auto;
        overflow-x: hidden;
      }

      .vpc-component .filter_sidebar.active{
        left: 0;
        pointer-events: auto;
        transition: all 0.4s;
      }

      .vpc-component .vpc-options {
        position: relative!important;
        overflow-x: hidden;
      }



      .vpc-component .filter_sidebar .option_btn{
        font-size: 16px;
        position: relative;
      }

      .vpc-component .filter_sidebar .close_btn{
        background: #333;
        color:#fff;
      }

      .vpc-component .filter_sidebar .close_btn.back_btn{
        font-size: 16px;
        background: #fff;
        color:#333;
        position: relative;
        padding-left: 20px;
      }

      .vpc-component .filter_sidebar .view_all_footer{
        background: #fff;
        border-top: 1px solid #eee;
        bottom: 0;
        box-sizing: border-box;
        height: 80px;
        left: 0;
        padding: 16px;
        position: sticky;
        width: 100%;
      }

      .vpc-component .filter_sidebar .viewItems{
        background: none;
        background-color: #2d2d2d;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: normal;
        margin: 0;
        padding: 14px;
        text-transform: uppercase;
        width: 100%;
      }

      .vpc-component .filter_sidebar .option_btn.checked{
        font-weight: bold;
      }
      .vpc-group select{
        display: none;
      }

      .hidden.option-selector{
      display: none;
      }
