.wooma-empty,
.wooma-terms + select:not(.wooma-select) {
display: none !important;
}
.wooma-variations span.wooma-small-title {
margin-right: 15px;
}
.wooma-term.wooma-disabled {
opacity: .4;
cursor: default;
}
.wooma-terms {
display: flex;
justify-content: flex-start;
align-items: center;
}
.wooma-variations {
margin-bottom: 20px;
width: 100%;
}
.variations .wooma-variations-items + .wooma-variations-items {
margin-top: 10px;
}
.wooma-terms .wooma-term + .wooma-term {
margin-left: 5px;
}
.wooma-term {
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
position: relative;
}
.wooma-terms.wooma-type-button .wooma-term:after {
border-radius: 100%;
border: 1px solid;
min-width: 26px;
vertical-align: middle;
line-height: 24px;
min-height: 26px;
text-align: center;
color: #333;
font-size: 12px;
content: attr(data-title);
}
.wooma-type-color .wooma-term,
.wooma-product .wooma-term {
height: auto;
width: auto;
min-height: 18px;
min-width: 18px;
border-radius: 100%;
border-color:  1px solid var(--wooma-gray);
background-color: var(--wooma-gray);
}
.wooma-term.wooma-selected:before {
content: '✓';
min-height: 18px;
min-width: 18px;
border-radius: 100%;
background-color: var(--wooma-success);
color: #fff;
text-align: center;
font-size: 10px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
}
.wooma-type-image .wooma-term {
height: 42px;
width: 42px;
}
.wooma-type-image .wooma-term img {
width: 100%;
height: 100%;
display: block;
}
.wooma-type-color .wooma-term {
font-size: 0;
}
.wooma-type-button .wooma-term {
font-size: 12px;
}
.reset_variations.wooma-btn-reset {
background: var(--wooma-dark);
color: #fff;
padding: 0px 10px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
min-height: 25px;
margin-left: 10px;
font-size: 11px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 0.5px;
border-radius: 4px;
}
.wooma-product .reset_variations.wooma-btn-reset {
margin-left: 0;
margin-top: 10px;
}
.wooma-product.row .wooma-variations {
position: relative;
}
.wooma-product.row .reset_variations.wooma-btn-reset {
margin-top: 0px;
}
.wooma-product.row .wooma-reset-variations {
position: absolute;
top: 0;
right: 0;
}
.wooma-product.row .wooma-variations-items .label {
margin-right: 10px;
}
.woma-hints {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
width: 40px;
height: 20px;
background: var(--wooma-dark);
color: var(--wooma-light);
top: 0px;
font-size: 12px;
}
.woma-hints:before {
content: "";
position: absolute;
background: 0 0;
border: 6px solid transparent;
border-top-color: var(--wooma-dark);
z-index: 1000001;
top: 100%;
left: 50%;
transform: translateX(-50%);
}
.wooma-term:hover .woma-hints {
visibility: visible;
opacity: 1;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s;
transform: translateY(calc(-100% - 10px));
}.yith-wcpb-bundled-items-heading {
font-size   : 1.1em;
margin      : 15px 0 10px;
font-weight : 500;
}
.yith-wcpb-product-bundled-items {
width              : 100%;
border             : 1px solid #d8d8d8;
border-radius      : 5px;
border-collapse    : separate;
-webkit-box-shadow : 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
box-shadow         : 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
margin-bottom      : 40px;
overflow           : hidden;
table-layout       : auto;
}
.yith-wcpb-product-bundled-items label {
display : inline-block;
}
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item {
border-bottom : 1px solid #d8d8d8;
display       : flex;
padding       : 20px;
}
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item:last-child {
border-bottom : none;
}
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-image {
width          : 80px;
padding        : 0 !important;
vertical-align : top;
}
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-data {
padding-left    : 20px;
position        : relative;
flex            : 1;
display         : flex;
flex-direction  : column;
justify-content : center;
}
.yith-wcpb-product-bundled-item-data__variations_form {
max-width : 400px;
}
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data__variations_form .variations select.yith-wcpb-select-for-variables {
margin-right : 0;
width        : 100%;
}
.yith-wcpb-product-bundled-item-data__optional {
margin : 15px 0;
}
.yith-wcpb-product-bundled-item-data__optional label {
font-weight : 500;
font-size   : 0.9em;
cursor      : pointer;
}
.yith-wcpb-product-bundled-item-image .images {
margin  : 0 !important;
padding : 0 !important;
width   : 100% !important;
float   : none !important;
}
.yith-wcpb-product-bundled-item-image img {
width : 80px;
}
.yith-wcpb-product-bundled-item-data h3,
.single-product .yith-wcpb-product-bundled-item-data h3 {
font-size : 1em;
margin    : 5px 0;
}
h3.yith-wcpb-product-bundled-item-data__title,
.single-product h3.yith-wcpb-product-bundled-item-data__title {
margin-top : 0;
}
h3.yith-wcpb-product-bundled-item-data__title a,
.single-product h3.yith-wcpb-product-bundled-item-data__title a {
text-decoration : none;
}
.yith-wcpb-product-bundled-item-data p {
margin-bottom : 5px;
}
.yith-wcpb-product-bundled-item-data .woocommerce-variation-price,
.yith-wcpb-product-bundled-item-data .price {
display : none;
}
.yith-wcpb-product-bundled-item-data__price .price {
display : block;
}
.yith-wcpb-product-bundled-item-data__price .price del,
.yith-wcpb-product-bundled-item-data__price .price del span.amount {
font-size : 12px !important;
opacity   : 1 !important;
}
.yith-wcpb-product-bundled-item-data__price .price ins {
font-weight : bold;
color       : #485b6d;
line-height : 1.7;
}
.yith-wcpb-product-bundled-items p.stock {
display    : block;
margin     : 0 !important;
text-align : right;
padding    : 0 2px 10px 0;
background : transparent;
font-size  : 0.92em;
}
.yith-wcpb-product-bundled-items p.stock.out-of-stock {
color : #5d5d5d;
}
.yith-wcpb-product-bundled-items p.stock.in-stock {
color : #5d5d5d;
}
.yith-wcpb-product-bundled-item-availability.not-variation p.stock {
padding : 10px 2px 0 0;
}
.yith-wcpb-product-bundled-item-data__quantity input[type='number'].yith-wcpb-bundled-quantity {
width       : 70px;
padding     : 13px 5px;
background  : #fff;
border      : 1px solid #d1d1d1;
text-align  : center;
line-height : 1;
height      : auto;
}
.yith-wcpb-bundled-quantity__invalid-notice {
display       : none;
margin-top    : 6px;
border-radius : 5px;
font-size     : .7em;
font-weight   : 600;
color         : red;
}
.yith-wcpb-product-bundled-item-data__quantity input[type='number'].yith-wcpb-bundled-quantity:invalid {
border-color : red;
}
.yith-wcpb-product-bundled-item-data__quantity input[type='number'].yith-wcpb-bundled-quantity:invalid + .yith-wcpb-bundled-quantity__invalid-notice {
display : block;
}
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations {
margin : 15px 0 7px;
}
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations td {
font-size   : 0.9em;
font-weight : 500;
}
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations .reset_variations {
float           : right;
text-transform  : none;
text-decoration : none;
}
.yith-wcpb-product-bundled-item-data table.variations,
.yith-wcpb-product-bundled-item-data table.variations tr {
border : 0px none;
} tr.yith-wcpb-bundle-table-item td {
border-bottom : 0px !important;
}
tr.yith-wcpb-child-of-bundle-table-item,
tr.yith-wcpb-child-of-bundle-table-item td {
border-top : 0px !important;
}
tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last),
tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last) td {
border-bottom : 0px !important;
}
tr.yith-wcpb-child-of-bundle-table-item td {
padding-top : 0px !important;
}
tr.yith-wcpb-child-of-bundle-table-item:not(.yith-wcpb-child-of-bundle-table-item--last) td {
padding-bottom : 0px !important;
}
tr.yith-wcpb-child-of-bundle-table-item td img {
transform : scale(.7);
}
tr.yith-wcpb-child-of-bundle-table-item td,
tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,
tr.yith-wcpb-child-of-bundle-table-item dl.variation dd,
tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li,
body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li,
body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta li {
font-size : .8em;
}
body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dt p,
body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dd p,
body.woocommerce-checkout .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta p,
body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dt p,
body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item dl.variation dd p,
body.woocommerce-account .entry-content tr.yith-wcpb-child-of-bundle-table-item ul.wc-item-meta p{
font-size  : 1em;
margin-top : .3em;
}
.yith-wcpb-child-of-bundle-table-item .product-price > *,
.yith-wcpb-child-of-bundle-table-item .product-subtotal > *,
.yith-wcpb-child-of-bundle-table-item .product-total > * {
opacity : 0.6;
}
.yith-wcpb-saving-amount {
font-size   : .8em;
margin-left : 10px;
font-weight : 600;
color       : #c81313;
} .yith_wcpb_bundle_widget {
background : #fff !important;
border     : 2px solid #f1f1f1;
padding    : 20px 30px !important;
}
.yith_wcpb_bundle_widget h3 {
font           : 700 17px 'Open Sans', Helvetica, sans-serif !important;
text-transform : uppercase;
color          : #777 !important;
}
ul.yith_wcpb_bundle_list_widget {
list-style : none !important;
padding    : 0;
margin     : 0;
}
ul.yith_wcpb_bundle_list_widget > li {
min-height     : 65px;
padding-bottom : 20px;
}
ul.yith_wcpb_bundle_list_widget > li img {
float       : right;
margin-left : 4px;
width       : 45px;
height      : auto;
box-shadow  : none;
}
ul.yith_wcpb_bundle_list_widget > li a {
display     : block;
font-weight : 700;
}
div.yith-wcbm-widget-bundle-container {
overflow      : auto;
display       : block;
margin-bottom : 10px;
padding-top   : 20px;
border-top    : 1px solid #eaeaea;
}
div.yith-wcbm-widget-bundle-container a {
font            : 600 16px 'Open Sans', Helvetica, sans-serif !important;
text-transform  : uppercase;
text-decoration : none;
color           : #cf1a00;
}
.yith-wcbm-widget-bundle-price del {
font  : 300 14px 'Open Sans', Helvetica, sans-serif !important;
color : #777;
}
.yith-wcbm-widget-bundle-price ins {
font        : 700 15px 'Open Sans', Helvetica, sans-serif !important;
background  : transparent;
font-weight : 800;
}
.yith-wcbm-widget-bundle-price > span.amount {
font        : 700 15px 'Open Sans', Helvetica, sans-serif !important;
background  : transparent;
font-weight : 800;
}
ul.yith-wcbm-widget-bundled-items {
margin     : 0 !important;
padding    : 0 !important;
list-style : none !important;
}
ul.yith-wcbm-widget-bundled-items li a {
font            : 600 13px 'Open Sans', Helvetica, sans-serif !important;
padding         : 3px 0;
display         : flex;
align-items     : center;
text-decoration : none;
color           : #777;
}
ul.yith-wcbm-widget-bundled-items li img {
margin     : 0 10px 0 0;
width      : 40px;
height     : auto;
box-shadow : none;
}
table.yith-wcpb-table-variations tr {
text-align : right;
}
table.yith-wcpb-table-variations label {
font-weight  : 800;
margin-right : 5px;
} #yith-ywraq-form .yith-wcpb-child-of-bundle-table-item .product-thumbnail img {
}
@media only screen and (max-width : 768px) {
.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item,
.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item {
height : auto;
}
.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-price,
.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-price,
.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-subtotal,
.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item .product-subtotal {
display : none;
}
.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name a,
.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name a {
font-size    : inherit;
padding-left : inherit;
}
.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name::before,
.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item td.product-name::before {
content : '- ';
}
.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,
.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dt,
.woocommerce table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dd,
.woocommerce-page table.shop_table_responsive tr.yith-wcpb-child-of-bundle-table-item dl.variation dd {
margin      : inherit;
font-size   : inherit;
padding     : inherit;
line-height : inherit;
}
} .storefront-full-width-content.single-product .yith-quick-view-content .product .images {
margin : 0 !important;
} .theme-yith-proteo.single-product div.product .summary.entry-summary .yith-wcpb-product-bundled-item-data__price .price {
margin-bottom : 5px;
font-size     : 1em;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data__price .price ins {
font-size : 15px;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations {
margin : 20px 0 7px;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td {
font-size   : 0.9375rem;
font-weight : 500;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td.label {
padding        : 7px 30px 20px 0;
vertical-align : top;
min-width      : 70px;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations td.value {
width          : 100%;
padding-bottom : 20px;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations tr:last-child td {
padding-bottom : 0;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations .reset_variations {
margin-top      : 5px;
float           : right;
text-transform  : none;
text-decoration : none;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations {
text-transform : uppercase;
}
.theme-yith-proteo .yith-wcpb-product-bundled-item-data table.variations tr > td .select2-container {
width : 100% !important;
}
.theme-yith-proteo .yith-wcpb-saving-amount {
font-size : .5em;
} .woocommerce div.product.elementor form.yith-wcpb-bundle-form {
display : block !important;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}