.select_attr {
	width: 100%;
}
.custom_attr {
	width: 100%;
}
.term-image {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 70px;
	height: 90px;
	position: relative;
	top:0;
	left:0;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
}
.term-image:hover {
	box-shadow: 2px 5px 4px #888888;
}
.term-image.selected {
	box-shadow: 2px 5px 4px #888888;
}

.term-image img { width:100%; height: auto; } 
.term-name {
	position:absolute;
	bottom: 0;
	left:0;
	font-size: 8px;
	font-weight: bold;
	width: 94%;
	padding: 3%;
	text-align: center;
}
.hidden {display: none;}
.select_attr.hidden {
	display: none;
}

.term-image.color {
	width: 24px; height: 24px; 
	border-radius:12px;
}
.term-image.color.selected {
	border: 2px solid #000;
}
.custom_variation label { font-weight: 600; border-bottom: 1px solid #ccc;}
.custom_variation label[for="pa_color"], 
.custom_variation label[for="pa_type-of-fabric"],
.custom_variation label[for="pa_roller_cat"]
 { font-size: 12px; border-bottom: none;}
.custom_variation label[for="cfwc-product-width-field"]
 {border-bottom: none;}


 .product_meta {display: none;}

.term-tab { display: inline-block; }
.term-tab-name { cursor: pointer; margin-right: 10px; }
.term-tab-name:hover {border-bottom: 2px solid #000;}
.term-tab.selected .term-tab-name { border-bottom: 2px solid #000; }

.roller_type-tabbed .tab-panels { padding: 0; border:none; }
.filter-fabric, .filter-fabric-2 { border: 1px solid #ccc; padding-left: 20px; padding-right: 20px; padding-top:20px; margin-bottom: 20px; box-shadow: 2px 5px 4px #888888;  }
.value {padding-bottom: 20px;}
.value.pa_height {padding-bottom: 0;}
label[for="pa_roller_texture"], label[for="pa_chain-lenght-types"], label[for="pa_motors"], label[for="pa_height"], label[for="pa_roller_type"]   { display: none;}
.filter-title { font-weight: bold; }


.sel_expl { margin-left: 10px; width: calc(100% - 210px);}
.expl {font-size: 12px;} 

.attr_half_explain {width: 100%; display: inline-block; padding-bottom: 5px; font-size: 12px;}
.attr_half_explain.hidden {display: none;}
.half_attr {width:49%; float: left;}
.half_attr  label { font-weight: normal; font-size:12px; }
.full_width { width: 100%;  }
#cfwc-product-width-field, #cfwc-product-height-field, #cfwc-product-mounting-height {width: 170px; font-size: 12px; margin-right: 10cm;}
.select_attr select { width: 170px; margin-right: 10cm; font-size: 12px; max-width: 100%;}
.single-product form.cart .half_attr input[type="checkbox"] { width:1em !important; }
.check_attr { padding: 5px; }

.half-button { display: inline-block; width: 46%;  border:1px solid #ccc; font-size: 12px; margin-right: 1%; height: 40px; line-height: 30px; cursor: pointer; overflow: hidden;}
.half-button.selected, .half-button:hover { box-shadow: 2px 5px 4px #888888; top:-2px; }
.half-button .half-button-name { padding: 5px 10px; } 
.pa_mounting .term-image {height: 110px;}
.pa_roll-direction .term-image { width: 130px; height: 110px; }
.pa_roll-direction .term-image img {width: 110px;}
.pa_roll-direction .term-name {font-size: 9px;}
.pa_control-and-motorisation .term-image { width: 110px; height: 110px; }
.pa_control-and-motorisation .term-name {font-size: 9px;}
.custom_variation .reset_variations { float:right; margin-top: 10px; }
.single-product .summary .custom_variation p.price { margin-bottom: 5px; }

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ccc;
  margin-bottom: 20px;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px 7px;
  margin-left:3px;
  margin-right: 3px;
  margin-top: 3px;
  transition: 0.3s;
  font-size: 17px;
  color:#000;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


.tab button:hover {
  background-color: #ddd;
}


.tab button.active {
  background-color: #f9f9f9;
}


.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
  width: 100%;
  float: left;
  background-color: #f9f9f9;
}
.custom_attr.pa_fabric, 
.custom_attr.pa_type-of-fabric 
.custom_attr.pa_roller_texture 
{min-height: 100px;}

.term-image.color[data-slug="none"], .pa_roller_texture .term-image[data-slug="none"]  {
  display: none !important;
}
.term-image.color[data-slug="none"]::after {
   content: "n";
}


.pa_roller_type .tab-button {  
	padding: 5px 10px; 
	background-color: #ddd; 
	margin-right: 5px; 
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	font-weight: 600;
	cursor: pointer;
}
.pa_roller_type .tab-button.selected {
	background-color: #fff; 
}
.filter-fabric-message, .filter-fabric-message-2 {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

.texture_message { margin-bottom: 20px; color: red; }

.additional_variation_image_product_page .accordion-item {
	margin-bottom: 10px;
}

.additional_variation_image_product_page .accordion-inner {
	padding-left: 0; padding-right: 0;

}
.additional_variation_image_product_page .accordion-title {
	font-size: 0.9em;
	margin-bottom: 0.4em;
	color: #222;
	text-align: center;
	border: 1px solid #E6E6E6;
	background: #E6E6E6;
	-webkit-box-shadow : none;
	box-shadow: none;
}
.additional_variation_image_product_page .accordion-title.active,
.additional_variation_image_product_page .accordion-title:hover,
.additional_variation_image_product_page .accordion-title:focus {
	box-shadow: none !important;
	-webkit-box-shadow : !important;
}

.additional_variation_image_product_page .accordion .toggle {
	left:auto;
	right: 0;
}

.additional_variation_image_product_page .accordion .toggle:hover,
.additional_variation_image_product_page .accordion .toggle:focus {
	background: none;
}

.value.pa_roller_type { padding-bottom: 0; }

dl.variation dt, dl.variation dd {
	clear: none;
	float: left;
}
dl.variation dd {
	margin-right: 0.5em;
}

.additional_variation_image_product_page .variations .reset_variations {
	position: static;
}

@media screen and (min-width: 850px) {
	.additional_variation_image_product_page .product-gallery {
		width: 0;
		flex-basis: 0;
		dispaly: none;
	}
}

.additional_variation_image_product_page #product-sidebar {display: none;}

.woocommerce img.variation_image_loop, .woocommerce-page imgvariation_image_loop {
	max-height: 296px; overflow-y: hidden;
	width: 100%;
}

.additional_variation_image_product_page .variations.row { margin-left: 0; margin-right: 0; max-width: none; }
.additional_variation_image_product_page .variations.row .col:first-child {padding-left: 0;}
.additional_variation_image_product_page .texture_data { float: left; width: 100%; }
.texture_data_left { display: block; width: 58%; margin-right: 2%; float: left; }
.texture_data_right { display: block; width: 40%; float: left;}
.button.fabric_sample {opacity: 1; font-size: 11px; background-color:  #077A63; line-height: 1.8em;  margin-right:0;}
.texture_description { font-size: 12px;}

.single-product .woocommerce-variation-add-to-cart .button.disabled2 { opacity:0.2; }

.compund_product_item .onsale, 
.compund_product_item .callout, 
.compund_product_item .badge {
  display: none !important;
}

.nav-tabs > li.active > .span_tab_l {
    border-top-color: #446084;
}
.nav-tabs > li.active > .span_tab_l {
    background-color: #fff;
}
.nav > li.active > .span_tab_l {
	color: rgba(17,17,17,0.85);
}

.nav > li > .span_tab_l {
	font-weight: 700;
	font-size: .8em;
	transition: all .2s;
	padding: 10px 15px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}

.nav-tabs > li > .span_tab_l {
    border-top: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.nav-uppercase > li > .span_tab_l { 
	letter-spacing: .02em;
	text-transform: uppercase;
}

.nav > li > .span_tab_l:hover {
	color: rgba(17,17,17,0.85);
}
.total_price {margin-top: 5px;}

.compund_product_item .woocommerce-variation.single_variation {
	display: none !important;
}

.simple-item.pa_price-group {
	display: none;
}

.woocommerce-help-tip {
    color: #fff;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	position: relative;
	vertical-align: middle;
	width: 14px;
	background-color: orange;
	border-radius: 50%;
	margin-left: 4px;
}

.woocommerce-help-tip::after {
    font-family: Dashicons;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	content: "i";
    cursor: pointer;
}
.poup-swal {
	color: orange;
	font-weight: bold;
	cursor: pointer;
}
.recomandded-bal-chain {
	font-weight: 1.5em;
	font-style: italic;
	color: green;
	font-weight: bold;
}

.padding_top_force {
	clear: both;
	padding-top: 15px;
}

input#cfwc-accept-custom-ball-chain {
	margin-bottom: 0;
}