  /*   for progress bar */
  .progress-bar-new{
    margin-bottom: 0px !important;
    background-color: #4e7cbf;
    height: 30px;!important;
    border-radius: 0px;!important;
    font-family: "Open Sans";
	letter-spacing: 1px;
	font-size: 11px !important;
  }
  
  .progress-bar {
    background-color: #03a196; !important;
  }
  
  
  p.show-shipping-bar-section {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fcfcfc;
    top: 0px;
    text-transform: uppercase;
    font-size: 11px;
	margin: 0;
	line-height: 32px;
  }
  
  .progress.progress-bar-new {
     position: relative;
  }
  
  /* Product details page plus icon */
  .product-quantity-box label {
    
     display:block;
  
  }
  
/*   Progress bar close icon */
  .progress-bar-msg-close {
  	position: absolute;
	right: 32px;
	top: 10px;
	width: 0px;
	height: 0px;
	opacity: 0.8;
	cursor: pointer;
}
  
.progress-bar-msg-close:hover {
  opacity: 1;
}
.progress-bar-msg-close:before, .progress-bar-msg-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 11px;
  width: 2px;
  background-color: #fff;
}
.progress-bar-msg-close:before {
  transform: rotate(45deg);
}
.progress-bar-msg-close:after {
  transform: rotate(-45deg);
}