/*
Theme Name: waller
Theme URI: https://waller.co.il/
Description: liberty WordPress theme example child theme.
Author: Nick
Author URI: https://waller.co.il/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.woocommerce ul.order_details li {
    display:inline-block
}
.bdt-wc-product-image.bdt-background-cover {
    height: 180px;
    overflow: hidden;

}
.bdt-wc-product-image.bdt-background-cover a{
height: 100%;
    display: block;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	    display: flex;
	justify-content:center;
	
}
.bdt-wc-product-image.bdt-background-cover a img{
    object-fit: contain;
}
.bdt-wc-products .bdt-wc-product span.onsale{
	background-image: linear-gradient(90deg,#f77062,#fe5196);
		    top: 5px;
    left: 20px;
}


h2.bdt-wc-product-title{
	height:44px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

iframe {
    min-width: 400px;
    min-height: 300px;

}
.fluid-width-video-wrapper {
    padding-top: 0!important;
}
.fluid-width-video-wrapper iframe{
	position:relative!important;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    
}
#main #content-wrap {
    padding-top: 10px;
    padding-bottom: 50px;
}
nav.woocommerce-breadcrumb {
    padding: 10px 5px;
    font-size: 15px;
    font-weight: bold;
    max-width: 1200px;
    margin: auto;
}

nav.woocommerce-breadcrumb a {
    padding: 0 5px;
    font-weight: normal;
}
input#offline_cc-card-number,
input#offline_cc-card-expiry {
    direction: ltr;
}

/* ofis woo icon header */
#owp-qv-content span.onsale {
    left: auto;
    right: 15px!important;
    top: 15px!important;
}
ul.oew-cart-products.woocommerce-mini-cart.cart {
    text-align: right;
}
.icon-head {
	margin-bottom:0px!important;
}
.icon-head a.oew-cart-link:after {
    content: "עגלה";
    font-size: 17px;
	    display: block;
    margin-top: 2px;
}
.icon-head .wishlist_products_counter_text:before{
    font-family: 'simple-line-icons';
    content: "\e08a";
    font-weight: bold;
    font-size:22px;
}
.icon-head .wishlist_products_counter_text{
    font-size:17px;
     vertical-align: middle;

}
.icon-head .i-text {
    font-size: 17px;
    display: block;

}
.icon-head a{
	text-align:center;
}
.icon-head a i,
.icon-head .wishlist_products_counter_text:before
{
	display:block;
}
/* search ajax woocommerce */
.woocommerce ul.products li.product li.category {
	overflow:hidden;
}
.dgwt-wcas-search-wrapp{
	border-radius:50px;
	-webkit-border-radius:50px;
}
span.dgwt-wcas-si {
    width: 85px;		
	}
span.dgwt-wcas-st {
	font-size: 18px;
}
span.dgwt-wcas-sp {
    font-size: 17px;
    text-align: center;
}
span.dgwt-wcas-sp ins{
	font-weight:bold;
}

/** woo archive */
.woocommerce nav.woocommerce-pagination ul.page-numbers {
    text-align: right;
    direction: ltr;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
    font-weight: bold;
    font-size:15px;
    border-radius:50px;
    min-width: 25px;
    line-height: 25px;
    border:0px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
    background:#e4e4e4;
    color:#fe5b99;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
     background:#e4e4e4;
     color:#fe5b99;
}
.elementor-products-grid nav.woocommerce-pagination{
    margin-top:15px;
}


/* woo checkout page */
body.woocommerce-checkout .woocommerce-info a.button.wc-forward {
	padding: 6px 18px;
	float:left;
}
form.woocommerce-checkout > .col2-set {
    width: 60%;
}
form.woocommerce-checkout h3#order_review_heading {
    width: 38%;
}
form.woocommerce-checkout #order_review {
    width: 38%;
}
body.woocommerce-checkout div.woocommerce form.woocommerce-checkout h3#order_review_heading,
.woocommerce form.woocommerce-checkout #customer_details h3 {
    font-size:18px;
}
.woocommerce #order_review table.shop_table thead th.product-total,
.woocommerce #order_review table.shop_table thead th{
    text-align:right;
    padding: 9px 5px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
}
.woocommerce #order_review table.shop_table td{
    padding:5px;
}
.woocommerce #order_review table.shop_table tbody td.product-name{
    font-size:16px;
}
.woocommerce #order_review table.shop_table {
    margin: 0 0 40px;
    border: none;
    position: relative;
}

.woocommerce #order_review table.shop_table tfoot tr th{
	border-top: 1px solid #989898;
	display: block;
    width: 100%;
	padding-bottom: 0;

}
.woocommerce #order_review table.shop_table tfoot> tr:before {
	content: '';
	display: block;
	border-bottom: 1px solid gainsboro;
	position: absolute;
	width: 100%;
}
.woocommerce #order_review table.shop_table tbody td {
    padding: 9px;
    overflow: hidden;
}
.woocommerce #order_review table.shop_table tfoot tr td{
	display: block;
    width: 100%;
	
}
.woocommerce #order_review table.shop_table tr.cart-subtotal {display:none;}
.woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label,
.woocommerce-checkout #payment div.payment_box{
    padding:5px
}
.woocommerce-checkout #payment ul.payment_methods li{
    padding:10px;
}
.woocommerce-checkout #payment ul.payment_methods li:nth-child(odd){
    background:#eaeaea;
}
.woocommerce-checkout #payment div.payment_box{
    background:none;
}

form.woocommerce-checkout #customer_details h3 {
    color:#fe5294;
    border-color:#fe5294!important;
}
p#billing_country_field {
    display: none;
}
.woocommerce .woocommerce-checkout #customer_details p.form-row label{
	font-weight:bold;
}
/* megamenu oceanwp */

nav.navigation > ul > li > ul.megamenu.sub-menu > li {
    float: none;
    display: inline-block;
    vertical-align: top;
	margin-right:-3px;
}
nav.navigation > ul > li.sfHover > ul.megamenu.sub-menu {
	display:table
}
#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
    padding-right: 0px!important;
    padding-left: 0;
}
div.oew-search-wrap div.oew-search-results ul li a img {
    max-width: 40px;
	margin-right:0;
	margin-left:10px;
}
.oew-search-wrap .oew-search-results ul {
    text-align: right;
	
	width: 100%;
}
#site-header.medium-header .oceanwp-social-menu ul li {
    width: 100%;
}
#wishlisd-ofis span.wishlist_products_counter_number,
#bag-ofis .oew-cart-count,
span.wcmenucart-details.count{
    color: white;
    font-weight: 600;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    background-image: url(https://www.cheaphone.co.il/wp-content/uploads/2020/04/symbol-small.svg);
    position: absolute;
    top: 0;
    right: 15px;
    background-color: transparent;
    padding: 0;
}

#bag-ofis .oew-cart-count:before,
span.wcmenucart-details.count:before{
	content: '';border: 0!important;
}
div#wrap .is-sticky header#site-header.medium-header div.oceanwp-mobile-menu-icon.clr.mobile-right {
    top: 6px;
}
div.is-sticky #site-header.shrink-header .oceanwp-mobile-menu-icon a{
    line-height:50px;
}
#bag-ofis .oew-cart-count {
    top: -8px;
    right: -8px;
}
div#wrap header#site-header.medium-header div.oceanwp-mobile-menu-icon.clr.mobile-right {
    position: absolute;
    top: 21px;
    left: 0!important;
    z-index: 11;
}

#site-header.medium-header .oceanwp-mobile-menu-icon a {
    padding: 0px  0px 0 12px;
    font-size: 18px;
    color: black;
}
@media only screen and (max-width: 767px){
	form.woocommerce-checkout > .col2-set,
	form.woocommerce-checkout h3#order_review_heading,
	form.woocommerce-checkout #order_review{
    width: 100%;
}
#site-header.medium-header .top-header-inner{
    /*display:flex;*/
}
}
#wishlisd-ofis a.wishlist_products_counter.top_wishlist-custom {
    position: relative;
}
div#site-navigation-wrap {

  background-image: -moz-linear-gradient( 180deg, rgb(247,112,98) 0%, rgb(254,81,150) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(247,112,98) 0%, rgb(254,81,150) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(247,112,98) 0%, rgb(254,81,150) 100%);


}
code, kbd, pre, samp {
    font-family: Assistant;
}
div#site-logo-inner {
    text-align: right;
}
#site-header.medium-header .top-col.col-2 {
    flex-basis: 48%;
}
.oew-cart-dropdown {

    visibility: hidden;
    
}
div.cheaphone-list-product li.product {
    padding: 4px!important;
    margin: 0;
}
.cheaphone-list-product li.btn-wrap.clr,
.tax-product_cat .products li.btn-wrap.clr{
    text-align: center;
}
.woocommerce ul.products li.product .price>.amount {
    padding-top: 18px;
    display: block;
    text-align: right;
}
.woocommerce div.product .woocommerce-variation-price {
    font-size: 36px;
}
.cheaphone-list-product span.onsale,
 .tax-product_cat .products span.onsale,
.single-product span.onsale {
   background-image: linear-gradient(90deg,#f77062,#fe5196);
    top: 0px!important;
    right: auto!important;
    /*left: 0!important;*/
    width: 45px;
    height: 25px;
    line-height: 25px!important;
    padding-top: 0px!important;
    padding: 0!important;
    text-align: center;
    direction: ltr;
    border-radius: 5px;
}
.single-product span.onsale {
	left: auto!important;
}
.woocommerce ul.products li.product .price ins .amount {
    font-weight: bold;
}
.single-product .tinvwl_add_to_wishlist_button {
    background-image: linear-gradient(45deg, #f77062, #fe5196);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    color: white;
    margin: 0 7px!important;
    font-size: 25px;
    width: 44px!important;
    height: 44px!important;
    vertical-align: middle!important;
}
.cheaphone-list-product a.woocommerce-LoopProduct-link,
 .tax-product_cat .products a.woocommerce-LoopProduct-link,
ul.products  a.woocommerce-LoopProduct-link{
    height:100%;
    display: flex;
}
.cheaphone-list-product a.woocommerce-LoopProduct-link>img,
.tax-product_cat .products a.woocommerce-LoopProduct-link>img,
ul.products a.woocommerce-LoopProduct-link>img{
    object-fit: contain;
        margin: 0 auto;
}
.cheaphone-list-product .add_to_cart_button,
.cheaphone-list-product .product_type_simple,
.cheaphone-list-product .add_to_cart,
.oew-cart-checkout,
#place_order,
.wc-proceed-to-checkout .checkout-button,
.button{
    background-image: linear-gradient(90deg,#f77062,#fe5196);
    box-shadow:inset 3px 3px 1px 0px rgba(0, 0, 0, 0.11);
	border-radius: 50px!important;
    border: none!important;
	color: white!important;
	
}
.cheaphone-list-product .woo-entry-image,
 .tax-product_cat .products .woo-entry-image,
 ul.products .woo-entry-image{
    height:100%;
}
.cheaphone-list-product .title > a,
 .tax-product_cat .products .title > a{
   
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.cheaphone-list-product li:hover,
 .tax-product_cat .products li:hover{
    white-space:normal;
}
h2{
	margin:0;
}
form label {
    margin-bottom: 0;
    display: block;
}
.woocommerce ul.products li.product span.price del {
    display: block;
    text-align: right;
}
body ul.products .product .tinv-wraper.tinv-wishlist,
body .products .product .owp-quick-view {
    top: 5px;
    left: -54px;
    background: white;
    visibility: visible;
    border: 1px solid gainsboro;
    box-shadow: 3px 3px 10px -5px;
    border-radius: 50px;
    color:black;
    width: 36px;
    height: 36px;
}
body .products .product .owp-quick-view {
    top:40px;
    bottom:auto;
    left: -150px;
    font-size:0;
    letter-spacing: 0px;
}
body .products .product:hover .tinv-wraper.tinv-wishlist {
    left:6px;
}
body .products .product:hover .owp-quick-view {
    left:0px;
}

body .products .product .owp-quick-view i {
    margin:0;
    text-align:center;
    
}



.woocommerce div.product div.woocommerce-product-details__short-description p {
    line-height: 25px;
}
/*.contact-slide-main,*/
.bdt-offcanvas-button-wrapper{
    position: fixed!important;
    left: 0;
    top: 40%;
    z-index: 999;
}

.contact-slide-main .elementor-button .elementor-button-text:before{
	content:'\f095';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display:block;
	font-size: 33px;
}
.after-header-content-inner a {
    font-size: 31px;
    letter-spacing: -1px;
    color:#18033d;
}
input[type=checkbox]:checked:before {
    font-weight: 900;
}
.after-header-content {
    height: 115px;
    transition: 0.2s ease-in;
}

.is-sticky .after-header-content {
    height: 85px;
}
.tabs-index.current {
    background: #43074f;
}
.tabs-index.current h2{
    color: white!important;
}
span.menu-text {
    vertical-align: middle;
}

.searchandfilter ul li{
    display:inline-block;
    margin-left:5px;
}
.searchandfilter ul li select{
    /*background:white;*/
    border-radius: 5px;
    color:white;
    border-color:white;
}
.searchandfilter ul li select option{
   color:black; 
}
.searchandfilter ul{
text-align:center;
}
.searchandfilter ul input[type=submit]{
    border-radius:5px;
    background-color:rgb(54, 63, 85);
}

body.woocommerce ul.products li.product li.title a {
    font-size: 18px;
}

.soldout .bdt-carousel-item.swiper-slide.bdt-transition-toggle.bdt-position-relative:after {
    content: '';
    display: block;
    height: 150px;
    width:100%;
    background-image: url('/wp-content/uploads/2019/07/soldoutw.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top:50%;
    left:0px;
    margin-top:-75px;
    z-index:5;

}

.soldout .bdt-post-grid-desc.bdt-position-center {
    top: unset!important;
    bottom: 0px;
	right: 0;
    transform: none;
}
.soldout span.bdt-carousel-date.bdt-transition-slide-bottom {
    display: none;
}
.soldout .bdt-margin-small-bottom{
	margin-bottom:0!important;
}
.soldout .bdt-carousel-desc {
    text-align: right!important;
    padding: 11px!important;
    transform: none!important;
    background: black;
}

.ofis-tl-item {
    display: inline-block;
    vertical-align: text-bottom;
}

.ofis-tax-list {
    display: table;
}

.ofis-tl-img img {
    transition: all 0.2s ease-in;
}

.ofis-tl-item .ofis-tl-title:before,
.ofis-tl-item .ofis-tl-subtitle:before{
    content: '';
    display: block;
    background: black;
    width: 0px;
    height: 24px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    transition: width 0.2s ease-in-out;
}
.ofis-tl-item .ofis-tl-subtitle:before{
     height: 14px;
}
.ofis-tl-item .ofis-tl-subtitle:before{
    transition-delay:0.05s;
}
.ofis-tl-item:hover .ofis-tl-title:before{
    width: 141px;
}
.ofis-tl-item:hover .ofis-tl-subtitle:before{
    width: 80px;
}
.ofis-tl-item:hover .ofis-tl-title,
.ofis-tl-item:hover .ofis-tl-subtitle{
    color:white;
}
.ofis-tl-title,
.ofis-tl-subtitle {
    position: relative;
    transition: color 0.2s ease-in-out;
	z-index: 1;
}
#scroll-top {
    left: auto;
    right: 20px;
}
.bdt-lightbox-toolbar.bdt-lightbox-caption.bdt-position-bottom.bdt-text-center.bdt-transition-slide-bottom.bdt-transition-opaque {
    display: none;
}
 aside#right-sidebar {
    border: 1px solid gainsboro;
    padding: 26px 26px 0 0;
}
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    height: 210px;
    overflow: hidden;
}
.imgHeight .woo-entry-image.clr,
.imgHeight .woo-entry-image.clr>a.woocommerce-LoopProduct-link {
    height: 100%;
    display: block;
	text-align: center;
}

.imgHeight img.woo-entry-image-main,
.imgHeight .bdt-wc-product-image img{
    height: 100%;
    width: auto;
}
.oceanwp-social-menu ul li {
    float: none!important;
}
.oceanwp-social-menu ul li a span {
    width: auto!important;
    height: auto!important;
    text-align: center;
}


/*newhome**/
div#scroll_bar {
    background: white;
    height: 50px;
    overflow: hidden;
    max-width: 1100px;
    margin: auto;
	white-space: nowrap;
    scroll-behavior: smooth;
}
div#scroll_bar .item-sbar{
    display:inline-block;
    padding: 10px;
    vertical-align: middle;
	width: 210px;
    text-align: center;
    height: 35px;
    border-left: 1px dotted #ececec;
}
div#scroll_bar .item-sbar.current:after {content: "";display: block;width: 80px;height: 3px;background-image: -moz-linear-gradient(180deg,#f77062 0%,#fe5196 100%);
    background-image: -webkit-linear-gradient(180deg,#f77062 0%,#fe5196 100%);
    background-image: -ms-linear-gradient(180deg,#f77062 0%,#fe5196 100%);background: #f6766a;margin: 5px auto 0;}

div#scroll_bar:before {content: "";display: inline-block;vertical-align: middle;height: 100%;width: 0px;}
.item-sbar.current {
    font-weight: bold;
}

.item-sbar.current:before {content: "";}
/* end newhome */

@media only screen and (max-width: 767px){
	div#scroll_bar {
		overflow:scroll;
	}
header#site-header.medium-header .top-col:not(.logo-col) {
    display: block;
}
#site-header.medium-header .top-col.logo-col {
    width: 100%;
}
	#site-header .container{
		width:100%;
		max-width:100%;
	}
	#site-header.medium-header .top-header-wrap {
    	padding: 5px 0 0px 0!important;
	}
}
@media only screen and (max-width:600px){
	div.cheaphone-list-product li.product .button{
    display:none;
}
div#wrap header#site-header.medium-header div.oceanwp-mobile-menu-icon.clr.mobile-right {
	display: block;
}
form.woocommerce-ordering {
    overflow: hidden;
    position: relative;
	margin: 0!important;
}
	.form01 label {
    width: 100%!important;
}


.social-menu-inner.clr{
	height: 44px!important;
}
div#mobile-fullscreen-inner .oceanwp-social-menu.clr.simple-social {
    display: none!important;
}
.tinv-wraper.woocommerce.tinv-wishlist,
	body.woocommerce div.product form.cart .button{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
body.woocommerce div.product form.cart div.quantity {
    width: 107px;
    display: block;
    float: none;
    margin: 0 auto 6px;
}
.single form.cart {
    text-align: center;
}

}


.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary{
	opacity:0;
}
.woocommerce ul.products li.product .woo-entry-image-swap:hover .woo-entry-image-secondary{
	opacity:1;
}
.woocommerce-mini-cart dl.variation {
    margin: 0;
    margin-top: 3px;
}
@media only screen and (min-width:500px){
	.woocommerce ul.products li.product li .add_to_cart_button,
	.woocommerce ul.products li.product li .product_type_simple{
	font-size: 17px;
    position:absolute;
    bottom:-100px;
    margin:0!important;
}
	.woocommerce ul.products li.product:hover li .add_to_cart_button,
	.woocommerce ul.products li.product:hover li .product_type_simple{
		bottom:0;
	}
	.woocommerce ul.products li.product li.btn-wrap.clr {
    position:relative;
    width: 100%;
    display: block;
    height: 0px;
}
}


/** datalogics */
span.datalogics-choose-location {
    display: block;
    text-align: center;
    padding: 15px;
	background: #ffc107;
}
/** Filters archive */
.wcpf-layout-item.wcpf-box-style .wcpf-heading-label .text, .wcpf-field-item.wcpf-box-style .wcpf-heading-label .text {
    padding-right:25px;
}
.wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
    float: right;
}

@media (max-width:768px){
	#filterShop {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #0000009e;
    width: 100%;
    padding:0;
    height: 0%;
    box-shadow: 0px  0px 28px -19px;
	transition: height 0s ease;
    transition-delay: 0.3s;
}
	#filterShop.open {
		height: 100%;
	}

#filterShop .elementor-widget-wrap{
    background: white;
    width: 80%;
    padding: 13px;
	height: 100%;
    overflow-y: auto;
	margin-right: -100%;
    transition: margin 0.3s ease;
}
#filterShop.open .elementor-widget-wrap {
    margin-right: 0;
    transition-delay: 0.4s;
}
#filterShop .elementor-column-wrap{
    padding:0px;
	height: 100%;
}
}
input.wcpf-input.wcpf-input-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    border: 0px;
    width: 19px;
    height: 19px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 2px #f77062 inset;
    transition:all 0.6s ease;
    float: none;
    margin-top: 0;
    transform: inherit;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item:hover>div>div>.wcpf-input-container {
    box-shadow: 0px 0px 0px 4px #f77062 inset;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked>div>div>.wcpf-input-container {
    box-shadow: 0px 0px 0px 10px #f77062 inset;
}
.wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed .box-item-toggle {
    left: 3px;
    right: auto;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after{
    border:0px;
    background-color:white;
    width:10px;
    height:2px;
    left:7px;
    top:8px;
    border-radius: 16px;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::before{
    content:"";
    display:block;
    background-color: #ffffff;
    width:5px;
    height:2px;
    position:absolute;
    left:5px;
    top:9px;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    border-radius: 16px;
}
.wcpf-layout-item.wcpf-box-style .wcpf-heading-label .box-toggle, .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
    right: auto;
    left: 8px;
}
.wcpf-layout-item.wcpf-box-style .wcpf-heading-label .text, .wcpf-field-item.wcpf-box-style .wcpf-heading-label .text {
    font-weight: bold;
}
.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
    width: -webkit-calc(100% - 19px);
    width: calc(100% - 19px);
}
.wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed>.wcpf-item-inner>.wcpf-item-label .wcpf-title-container {
    padding-right: 0px;
}

element.style {
}
.wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-inner .wcpf-item-label .wcpf-title-container {
    padding-right: 5px;
}