#megazoom {
    display: none;
    position: absolute;
    color: #FFFFFF;
    background: #333333;   
    padding: 5px;
    max-width:600px;
    max-height:600px;
    z-index:100000;
}
#megaproduct{
	margin-left:20px;
}
.mp-measures{margin-bottom:8px;}
.mp-measures label{display:block;width:100%;}
.mp-measure{text-align:right;}
.mp-measure::-webkit-outer-spin-button,
.mp-measure::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.mp-measure {
    -moz-appearance: textfield;
}
.mp-measure
{
  border: 1px solid #B8BAB8;
    border-radius: 3px 3px 3px 3px;
    color: #61666F;
   
    padding: 5px 0 5px 5px;
    text-align: right;
    /*width: 70px;*/
   box-shadow: 0 0 8px #D9D9D9;
  
}

.cart_quantity .megacart_quantity_input {
    border: 1px solid #FFFFFF;
    float: left;
    margin-left: 5px;
    width: 20px;
}
#megaproduct #megaproduct_price{
	color: red;
	font-size: 1.5em;	
}
#megaproduct p{
	margin-top: 5px;	
}
#megaproduct span{

}
.mpajaxbuttons{text-align:center;margin:10px;}
#header_user #shopping_cart .ajax_cart_quantity{
	/*display:none !important;*/
}
#header_user #shopping_cart .ajax_cart_product_txt_s{
	/*display:none !important;*/
}
#megaproducterror{min-height:100px;/*min-width:400px;*/}
.mpErrorTableLabel{font-weight:bold;}
#megaproductinfo{margin-top:10px;background:#aaaaaa;}
#megaproducterror table{width:100%;}
#megaproductinfo table{width:100%;}
#calculePrice{float:left;width:100%;margin-top:10px;padding:10px;}
#calculePriceData{color:#000;float:left;min-width:95% !important;}
#calculePrice #btnAddCalculePrice{margin:10px;}
#megaproduct #btnRanges{float:left;margin-right:10px;}
#megaproduct #mpranges{width:300px;}
#megagroups{display:table;margin-bottom:10px;}

#megagroups a.mp_color_pick:hover {
    outline: 1px solid #000000;
}
#megagroups a.mp_color_pick {
    outline: 1px solid #666666;
    cursor: pointer;
    display: block;
    height: 80px;
    width: 80px;
    margin: auto;
}
#megagroups .megacolor_list li {
    display: inline;
    float: left;
    margin: 0 0.4em 0.4em 0;
    position:relative;
   
}
#megagroups .megacolor_list li a{
	 border-radius: 3px;
    -moz-border-radius: 3px;
}
#megagroups .megacolor_list li .mplabeldiv{
	display:block;
	min-height: 36px;
  line-height: 18px;
  font-size:0.9em;
}

.mpstep input[type=text]
{
	border: 1px solid #B8BAB8;
    border-radius: 3px 3px 3px 3px;
    color: #61666F;
   
    padding: 5px 0 5px 5px;
    text-align: right;
    /*width: 70px;*/
   box-shadow: 0 0 8px #D9D9D9
}
#megagroups .mpstep{
    margin-bottom: 1.5em;
  
}
#megagroups .mpstep:not(.mpmovecontainer):not(.mpresize){
	 float:left;
    width:100%;
}
#megagroups a.selectAttr{outline:2px red solid;}

#mpsteps{}
#mpsteps #mpStepPrevious{float:left;}
#mpsteps #mpStepNext{float:right;}
.mp-step-measures{float:left;}
#mp-step-quantity{float: left; margin-top: 7px;width:100%;}
#mp-step-quantity label{font-weight:bold;}
#mp-step-buttons{float:right;margin-right:30px;}
#mp-step-buttons input{margin-top:10px;}
.mp-step-measures div{float:left;margin:5px;}
.mp-step-measures label{font-weight:bold;}
#mp-step{float:left;width:100%;}
#mp-step-result{   display: block; float: left;width: 100%;}
#mp-step-result a{float:left;margin:2px;width:100px !important;height:100px !important;}
#mp-step-result a img{width:100px !important;height:100px !important;}
#mpproduct-step{float:left;width:100%;}
ul.megabuttons_list  {
  list-style-type: none;
  clear: left;
  margin-top: 15px;
  padding: 0;
}
.megabuttons_list li, .bas_buttons a {
  float: left;
}

.megabuttons_list li { 
  margin: 0 5px 5px 0; 
}

/*.megabuttons_list li a{
  border: 1px solid #9dc4e3;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}
.megabuttons_list a {
  color: #3c89c8;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em; 
  text-decoration: none;
   
}*/
.megabuttons_list a {
	
	color: #050505;
	padding: 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		display:block;
}

#megagroups .megabuttons_list a:hover,#megagroups .megabuttons_list a.selectAttr{
  background: #3c89c8;
  outline: #3c89c8;
  color: #FFF;    
  text-decoration: none;
}
.mpHide{top:-1300px;left:-1000px;position:absolute !important;}
div.radio input.hideMegaField, .hideMegaField{top:-2300px;position:absolute !important;display:none; -webkit-appearance: none;}
.mp_title{ font-weight: bold;}
/*.mp-categorylabel,.mega-attrlabel{width:100%;float:left;margin-bottom:6px;}*/
.mega-attrlabel{  background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #D6D4D4;
    font-size: 1em;
    font-weight: 700;
  	min-height:30px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 4px;
    text-align: left;
}
.mega-attrlabel .megaattr_name{color:red;font-size:0.9em}
.megadescriptionlong{clear:left;float: left;width: 100%;}
.megadescriptionshort{clear:left;float: left;width: 100%;}
.mega_title{font-weight:bold;}
.mpinlineblock ul.megaquantity_list  {display:inline-block;}
.mpinlineblock ul.megaquantity_list li{float:left;padding:5px;text-align:center;}
ul.megaquantity_list  { list-style-type: none; clear: left; margin-top: 5px; padding: 0;text-align:center;}
ul.mpqtycolor li{display:inline-block;float:left;}
.mpstep input.mega-qty-list{width:40px; margin:5px;text-align:center;}
.mp-product-price{color:red;}
.mp-product-stock{font-weight:bold;}
.megazoom{background:url('img/zoom.png') no-repeat;float:left;width:24px;height:24px;}

.megahelp{background:url('img/help.png') no-repeat;float:left;width:24px;height:24px;}
.megaattrhelp{background:url('img/help-mini.png') no-repeat;float:left;width:16px;height:16px;}
.megahelp img{}
.divmegazoom{ float:right; }
.divmegahelp{ float:right;}
.divmegaattrhelp{ /*display: inline; float: right;*/ position:absolute; }
.megacolor_list{clear:left;}
#tableRanges td,#tableRanges th{text-align:center;text-transform:none;}
#extraInfoProducts .divmegazoom,#extraInfoProducts .divmegahelp{display:none;}
.mp_total_price{color:red;font-size:1.4em;float:right;}
#calculePriceData #mp-modal-buttons{text-align:center;margin:15px;}
#calculePriceData .infoData{font-weight:bold;line-height:25px;}
#mpimages .ui-datepicker{width:100%;}
.mpcheckbox{}
.mpcheckboxdiv div.checker{width:100%;}
.mpcheckboxdiv{margin-top: 5px;text-align: center;}
.mplabeldiv{margin-bottom: 5px;text-align: center;}
.mpcheckboxlist{list-style:none;}
.mpcheckboxlist li{float:left;/*width:32%;*/display:block;margin-top:5px;}
.mpcheckboxlist li input[type="checkbox"]{margin: 0px;width:30px;}
.mpcheckboxlist label{}
.megaradio{}
.megaradiolist li{display:block;float:left;width:32%;}
.megaradio input[type="radio"]{clear:left;margin: 0px 5px;}
.mp-personalization input[type="text"]{width:90%;text-align:left;}
.mp-personalization textarea{width:90%;min-height:40px;}
.showTab{display:none;}
.mp-label-result{font-weight:bold;}
#mp-step-result{padding:10px;}
.mp-step-width{}
.mp-step-height{}
.mp-step-long{}
@media only screen and (min-width: 480px) {
.resultFloat{position:fixed; max-width:16%; min-width:180px;   right: 10px; top: 25%;z-index:100000000;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;}
}
#megagroups #show-result-container.fixedBottom{
    z-index: 9999;
    position: fixed;
    margin: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 1px 5px #404040;
    padding: 20px 0;
    background: #f6f6f6; 
}
.mp_total_price_string{display:none;}
#megagroups #show-result-container.fixedBottom .idTabs, 
#megagroups #show-result-container.fixedBottom .mp-product-title,
#megagroups #show-result-container.fixedBottom br{display:none;}
#megagroups #show-result-container.fixedBottom .mp-result-name{float:left;width:25%;}
#megagroups #show-result-container.fixedBottom .mp-product-name{font-size:24px; line-height:28px;color:#000;text-align:right;font-weight:300;text-transform:uppercase}

#megagroups #show-result-container.fixedBottom #mp-step-result{float:left;width:40%;padding:0px;}
#megagroups #show-result-container.fixedBottom .mp-result-days{float:left;display:block;width:100%;font-weight:bold;}
#megagroups #show-result-container.fixedBottom .mp-result-price{float:left;width:25%;font-size: 1.8rem;text-align: right;line-height: 28px;}
#megagroups #show-result-container.fixedBottom .mp_total_price_string{display:inline-block;margin-right:10px;}
#megagroups #show-result-container.fixedBottom .mp-result-error{float:left;width:100%;}
#megagroups #show-result-container.fixedBottom .mp-label-result{float: left; display: block;clear: left;}
#megagroups #show-result-container.fixedBottom .mp-data-result{float: left; display: block;margin-left:10px;}
#megagroups #show-result-container.fixedBottom .mp_total_price{float:none; font-weight:bold;}
@media only screen and (max-width: 860px) {
	#megagroups #show-result-container.fixedBottom .mp_total_price_string{display:none;}
	#megagroups #show-result-container.fixedBottom .mp-product-name{font-size:16px; line-height:18px;font-weight:300;}
	#megagroups #show-result-container.fixedBottom .mp-result-price{font-size: 1.0rem;line-height: 16px;}
}
@media only screen and (max-width: 460px) {
	#megagroups #show-result-container.fixedBottom .mp_total_price{font-size: 1.2rem;}
	#megagroups #show-result-container.fixedBottom .mp_total_price_string{display:none;}
	#megagroups #show-result-container.fixedBottom{padding:2px;}
	#megagroups #show-result-container.fixedBottom #mp-step-result{width:100%;font-size: 1.0rem;}
	#megagroups #show-result-container.fixedBottom .mp-result-name{display:none;}
	#megagroups #show-result-container.fixedBottom .mp-product-name{font-size:12px; line-height:14px;font-weight:100;}
	#megagroups #show-result-container.fixedBottom .mp-result-price{font-size: 1.1rem;}
}
.resultFixed{float:left;}
@media only screen and (max-width: 480px) {
	.resultFloat{position:relative;
	float:left;width:100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;}
}
.resultFloat .idTabs{display:none;}
.resultFloat .mp_total_price{font-size:18pt;font-weight:bold;float:none;}
.resultFloat .mp-result-price{text-align:center;margin:20px;}
.mp-data-result{font-style:italic;}
#mp-ul-tabs {border-bottom:1px solid #D9DAD8;float:left;width:100%;}
#mp-ul-tabs li.mp-tab{float:left; margin-left:10px; border: 1px solid; background: none repeat scroll 0 0 #fbfbfb;

    border: 1px solid #d6d4d4;
    border-bottom: none;
    font-size: 1em;font-weight:bold; padding: 5px;}
#mp-ul-tabs li.selected{background:none;}
.mp-tab-button{float:left; margin-left:10px;}
.mp-tab{font-size:14px;}
.mp-result-button{margin:10px;text-align:center;}

.mp-result-button a{width:auto;}
.mp-result-button a.btn-primary span{font-size:12px;}
#megagroups{width:100%;}
#megagroups .longStep{width:100%;}
#megafooter{width:100%;float:left;}
.button-moreinfo .button{}
.mega-zoom{}
.mp-result-name{margin-top:8px;margin-left:10px;}
.mp-product-title{font-weight:bold;font-size:14px;}
.mp-product-name{font-weight:bold;font-size:12px;color:red}
.mp-result-measure-label{font-weight:bold;}
.mega-group-buttons{position:absolute;margin-top:75px;}
.mp-result-data{margin-bottom:10px;}
.mp-result-error{color:red;font-weight:bold;text-align:center;}
#step-quantity{float:left;margin-top:10px;width:100%;}
.mp-wetransfer{background: url('./img/wetransfer.jpg');width:100px;height:100px;display:block;clear:left;}
.megacart_quantity_delete{font-size:23px;text-align:center;}
.mp-result-weigth{margin-left:10px}
.mplayer{background:transparent;}
.mplayer img{background-color: transparent !important;border: none;}
.mp-edit-icon{background:url('img/edit.png') no-repeat;float:right;width:24px;height:24px;}
.mp-save-icon{background:url('img/save.png') no-repeat;float:right;width:24px;height:24px;cursor:pointer;}
.mp-checkout{float:left;width:100%;display:block;border:1px #a1a1a1 solid;padding:10px;margin-top:5px;display:none;}
.mp-checkout span{float:left;}
.mp-checkout input{margin-left:50px;float:left;}
.mp-cart-measure{ margin:8px;float:left;display:block;}
.qty-help{float:none;display:inline-block;}
.mp-cart-measure span {width:80px;}
.mp-cart-measure input {margin-width:80px;}
.mp-components{font-style: italic; font-weight: bold;}
.mp-infos{font-size:90%;font-weight:normal;}
.showMPHeader{display:block;width:100%;float:left;}
.mpinfo-title{float:left;margin:10px;}
.mpinfo-logo{float:left}
.mpinfo-date{float:left;margin:10px;}
#mpinfo-image{width:100%}
.mpInfoImage{float:left;width:20%}
.mpInfoProduct{float:left;width:78%}

.mega-limit{display:block;color:red;}
#mp-cgv{display:block-inline;}
.ui-tooltip{margin-left:70px}
.mp_ft, .mp_inch{display:inline-block;width:70px;}
.mp_meters{display:inline-block;width:70px;}
.mp_inch{margin-left:4px;}
.mp_ft_span, .mp_inch_ft {margin-left:4px;}
.mp-step-measures .measure-inches, .mp-step-measures .measure-meters{float:none;}
.megaimgzoom{float:right;position:absolute;}
#megagroups .megacolor_list li .megazoomsingle { /*display: none !important;*/}
.megazoomsingle { position: absolute; top: 0; right: 0;}
#megagroups .megacolor_list li:hover .megazoomsingle { /*display: none;*/ height: 24px; width: 24px;}
#megagroups .megacolor_list li .megazoomsingle { /*display: none;*/}
.megaattrzoom:before {  display: inline-block; font-size: 16px; line-height: 16px; color: red;padding-right: 0;padding-left: 3px;}

/* .mpmovecontainer{display:none}*/
.mptitlehide > .mega-attrlabel{display:none;}
.mptitleopacity > .mega-attrlabel{opacity:0;}
.mpallwith .megaradiolist li{width:100%;}
.mpallwith .mpcheckboxlist li{width:100%;}
.mpallwith .mpcheckboxlist .checker{display:inline-block;}
.mpallwith .mpcheckboxlist li .mpradioprice{float:right;}
.mpallwith .megaradiolist li .mpradioprice{float:right;}
.megainputcontent{}
.mptitlehide {}
.mppriceattr{margin-top:5px;font-size:10px;clear:left;}

@media(max-width: 800px) {
.resultFloat {
    position: static;
	max-width:16%; min-width:180px;
	clear: both;
}
}	

/* CSS protesis en stock */
#megagroups #show-result-container {
    margin-top: 0;
    padding-left: 0%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#megagroups .click_paso2 .megacolor_list li {
		margin-left: 2%;
	}
	#megagroups .click_paso3 .megacolor_list li {
		margin-left: 10%;
	}
	#megagroups .click_paso4 .megacolor_list li {
		margin-left: 2%;
	}
}
@media(min-width: 1200px) {
	#megagroups .click_paso2 .megacolor_list li {
    margin-left: 8%;
	}
	#megagroups .click_paso3 .megacolor_list li {
		margin-left: 19%;
	}
	#megagroups .click_paso4 .megacolor_list li {
		margin-left: 7%;
	}
}
.megacombotexture{
	border: 1px solid transparent;
    min-height: 30px;
    width: auto;
    float: left;
    min-width: 30px;
	float: left;
    padding: 0;
    cursor: pointer;
    margin: 5px 4px;
	font-size: 12px;
    line-height: 19px;
	width: 190px;
}
.megacombotexture .fHead{
	border: 1px solid #ccc;
	overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-in-out,border-color .5s ease-in-out;
    -moz-transition: background-color .3s ease-in-out,border-color .5s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .5s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .5s ease-in-out;
    background: #f3f3f3;
    color: #333;
    padding: 4px 11px;
	position: absolute;
	min-width:120px;
}
.megacombotexture .fHead:hover, .megacombotexture .fHead.open{
	border: 1px solid #D6D4D4;
	color:black;
	background:white;
}
.megacombotexture .fHead.open{
    background: #fff;
    border-bottom-width: 0;
    border-color: #D6D4D4;
    z-index: 2;
}
.megacombotexture .fHead .fLabel{
	float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.megacombotexture .fHead .iconFont{
    float: right;
    width: 15px;
    margin-left: 5px;
}
.megacombotexture .fHead.closed .iconFont:before{
	line-height: 18px;
	float: right;
	font-size:17px;
	content: "\f107"; 
	font-family: "FontAwesome"; 
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}
.megacombotexture .fHead.open .iconFont:before{
	line-height: 18px;
	float: right;
	font-size:17px;
	content: "\f106"; 
	font-family: "FontAwesome"; 
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}
.megacombotexture  .filterBox{	
	padding:4px;
    background-color: #fff;
	border: 1px solid #D6D4D4;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    opacity: 0;
    width: 445px;
    -webkit-transform: scale(1);
    z-index: 1;
	opacity: 1;
	margin-top: 27px;
    position: absolute;
    left: 20px;
}
.megacombotexture  .filterBox .noScrollBar{	
    width: auto;	
	overflow: hidden;
	height: auto;
	margin: 5px;
}
.megacombotexture_list{margin:5px;}
.megaproduct_name{}
/* RANGE CSS */
.mpslider{margin-top:10px}
.mp-personalization .fileupload-buttonbar .uploader span{display:none;}
.mp-personalization .fileupload-buttonbar .uploader {}
/*----- ACCORDINF -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border: 1px solid #d6d4d4;
    border-bottom: none;
    background: #fbfbfb;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#555454;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#8b8a8a;
	/* Type */
	text-decoration:none;
	color: #fff;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
.mp-accordion-buttons{display:block;float:right;margin:10px}
.megacomplement_list{}
.megacomplement_list .mpclistproduct{min-height:80px;margin-bottom:10px;}
.megacomplement_list .megaproduct_name{font-size:16px;font-weight:bold;}
.megacomplement_list .mega-product-price{font-weight:bold;}
.megacomplement_list .mp-fieldset{margin-bottom:4px;}
.megacomplement_list .mp-fieldset li{display:block; float:left;margin:2px;  outline: 1px solid #666666; cursor: pointer; }
.megacomplement_list .mp-fieldset li.selected{outline: 2px solid red }
.megacomplement_list .mpcolor_pick{width:24px;height:24px;display:block;}
.megacomplement_list .mp-attributes{}
.megacomplement_list input.mega-comb-qty-list{width:40px; margin:5px;text-align:center;}
.mega-comb-select-list{max-width:170px;}
.mega-comb-qty-table{text-align:center;max-width:80px;}
/*******PS 1.7*******/
#megaproduct label{text-align:left;}
#id_step_quantity{color: #414141;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 3rem;}
#mp-quantity-prices .mp-tableqty-price{font-weight:bold;}
#mp-quantity-prices .mp-tableqty-qty{}
#mp-quantity-prices .mp-tableqty-headerqty{}
#mp-quantity-prices .mp-tableqty-headerattr{}    
.megacategory_list li{float:left;margin:5px;}
.hideMegaFieldCategory{display:none;}
#mpFilterMeasures{float:left;width:100%;}

/* CHECKOUT*/
.js-cart-line-megaproduct-measure{color: #414141;
    background-color: #fff;
    height: 2.75rem;
    padding: .175rem .5rem;
    width: 4rem;}
.mp-tab-steps .progressbar {
      counter-reset: step;
  }
 .mp-tab-steps .progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      font-size: 22px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
 .mp-tab-steps .progressbar li:before {
      width: 45px;
      height: 45px;
      content: counter(step);
      counter-increment: step;
      line-height: 45px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
 .mp-tab-steps .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 25px;
      left: -50%;
      z-index: -1;
  }
 .mp-tab-steps .progressbar li:first-child:after {
      content: none;
  }
 .mp-tab-steps .progressbar li.active {
      color: green;
  }
 .mp-tab-steps .progressbar li.active:before {
      border-color: #55b776;
  }
 .mp-tab-steps .progressbar li.active + li:after {
      background-color: #55b776;
  }
  .mp-tab-steps{padding:18px;float:left;width:100%;display:block;}
  #mp-ul-steptabs{float:left;width:100%;margin-top:8px;}
  #mp-ul-steptabs .mp-tab-button{margin:0px;}
  #mp-step-before{}
  #mp-step-next{float:right;text-align:right;}
  .mp-result-measure{}
  #btnMPSample{margin-right:10px;}
  .customproduct{display:none !important;}
  
#step-quantity .mp_quantity_down, #step-quantity .mp_quantity_up, #step-quantity span{display:inline-block;background-color:#fff;}
#step-quantity #id_step_quantity{display:inline-block;height:40px;}

