/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2016, 2017 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/*========= jquery scroll panel =========*/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: #FFF; */
  background: url(../images/build_a_box_select_bg.png) left top repeat;
	position: relative;
  /*border-radius: 10px;*/
}

.jspDrag
{
	background: #d3932f;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
/*  border-radius: 10px; */
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*========= end jqury scroll panel ======*/

/*========== Pick and Matach 3 steps progress bar =====*/
.pam-content .steps_panel dd,
.pam-content a
 {
  margin: 0;
  text-decoration: none;
}
.pam-content .steps_panel {
    padding: 11px 0;
    margin-bottom: 102px;
    position: relative;
    background: url(../images/step_panel_bg.png) 0 11px repeat-x;
}
.pam-content .steps_panel:after {
    content: '';
    display: block;
    clear: both;
}
.pam-content .steps_panel dt {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    background: url(../images/step_point_bg.png) left top no-repeat;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.pam-content .steps_panel dt.step1 {
    left: 0;
}
.pam-content .steps_panel dt.step2 {
    left: 31.8%;
}
.pam-content .steps_panel.with_3_steps dt.step2 {
    left: 48.5%;
}
.pam-content .steps_panel dt.step3 {
    right: 31.8%;
}
.pam-content .steps_panel dt.step4,
.pam-content .steps_panel.with_3_steps dt.step3 {
    right: 0;
}
.pam-content .steps_panel dt div,
.pam-content .steps_panel dt div span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.pam-content .steps_panel dt div {
    margin: 4px;
    background: #feb443; /* Old browsers */
    background: -moz-linear-gradient(top,  #feb443 0%, #e59a27 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb443), color-stop(100%,#e59a27)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feb443 0%,#e59a27 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feb443 0%,#e59a27 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feb443 0%,#e59a27 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feb443 0%,#e59a27 100%); /* W3C */
    border: 1px solid #c28321;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    display: none;
}
.pam-content .steps_panel dt.active div {
    display: block;
}
.pam-content .steps_panel dt.completed div {
    background: #fffcf7; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffcf7 0%, #e6e2dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf7), color-stop(100%,#e6e2dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fffcf7 0%,#e6e2dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fffcf7 0%,#e6e2dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fffcf7 0%,#e6e2dc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fffcf7 0%,#e6e2dc 100%); /* W3C */
    border-color: #c7a979;
    display: block;
}
.pam-content .steps_panel dt div span {
    display: block;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.34) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.34) inset;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.34) inset;
}
.pam-content .steps_panel dt.completed div span {
    background: url(../images/step_completed_bg.png) 4px 1px no-repeat;
}
.pam-content .steps_panel dd {
    position: absolute;
    top: 36px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.pam-content .steps_panel dd,
.pam-content .steps_panel dd a {
    color: #bdb9ae;
}
.pam-content .steps_panel dd a:hover,
.pam-content .steps_panel dd.active {
    color: #9f5601;
}
.pam-content .steps_panel dd.step1 {
    left: -2px;
    text-align: left;
}
.pam-content .steps_panel dd.step2 {
    left: 26.6%;
}
.pam-content .steps_panel.with_3_steps dd.step2 {
    left: 39.3%;
}
.pam-content .steps_panel dd.step3 {
    right: 22.6%;
}
.pam-content .steps_panel dd.step4,
.pam-content .steps_panel.with_3_steps dd.step3 {
    right: 0;
    text-align: right;
}

@media screen and (max-width: 600px) {
	dl.steps_panel.with_3_steps {
		position: relative;
	}
	dl.steps_panel.with_3_steps dd {
		display: none;
	}
	dl.steps_panel.with_3_steps dd.active {
		display: block;
		position: relative;
		text-align: center !important;
		left: 0 !important;
	}
}

/*========== end Pick and Matach 3 steps progress bar =====*/

/*========= Start Category Selector =============*/
ul.bab li.singleFacet{
	display: block;
    border: 1px solid #ece8dd;
    border-radius: 5px;
    background-color:  #dbb488;
    text-align: center;
    margin-left: 5px;
}

ul.bab li.singleFacet.active{
    background-color: #543a2b;
}
ul.bab li.singleFacet a{
	color: #543a2b !important;
	font-size: 16px;
	text-decoration: none;
}

ul.bab li.singleFacet a:hover{
	color: #fff !important;
	text-decoration: none !important;
}
ul.bab li.singleFacet.active a{
	color: #dbb488 !important;
}



/*========= End Category Selector =============*/

/*============ Build a Box Selection ===============*/
.productListingWidget.bab {
	border: none;
}
.bab .product {
	padding: 6px;
    text-align: center;
    background-color: #f5f3ed;
    border: 1px solid #ece8dd;
    border-bottom-width: 2px;
    border-radius: 8px;
    max-width: 150px;
}

.bab .product_info {
	float:none;
  color: #a98b40;
    letter-spacing: 0.1px;
    padding-top: 1.5rem;
}
.bab .product_name {
    padding: 5px;
    height: 60px;
}
.bab .product > .product_image {
  overflow: hidden;
  background: #FFF;
  height: 100%;
  overflow: visible;
  padding-top: 1rem;
  border: 1px solid #ece8dd;
  border-bottom: none;
}

.product .bab-item-select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*z-index: 100;*/
  opacity: 0;
  background-color: #633;
  background: url(../images/build_a_box_select_bg.png) left top repeat;
  webkit-transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -ms-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  /*border-radius: 8px;*/
}

.bab .product .separator {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1000;
    bottom: -6px;
    background-color: transparent;
    background: url(../images/block_separator.png) center top no-repeat;
}
}

.product .bab-select-pane {
  overflow: hidden;
  height: 100%;
}

.product .bab-item-select:hover {
  opacity: 1;
}  
.product .bab-item-options {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.product .bab-item-options a {
  display: block;
  text-decoration: none;
  color: #FFF; 
  padding: 0.5rem 0.25rem 0.25rem;
  
}

.product .bab-item-options a.disabled {
  color: gray;
  cursor: default;
}

.product .bab-item-options a.disabled:hover {
  background-color: inherit;
  
}
.product .bab-item-options a:hover, .product .bab-item-options a.selected {
  background-color: #d3932f;
}

/*============ end Build a Box Selection ===========*/ 

/*========== start Build a Box Widget =============*/
.bab-container {
  color: #004479;
  padding: 0 10px;
}
.bab-container .progress-bar-wrapper {
  border-radius: 5px; 
  background: url(../images/status_bg.png) left top repeat-x;
}
.bab-container .progress-bar {
  -webkit-transition: width .5s ease-out;
  -moz-transition: width .5s ease-out;
  -ms-transition: width .5s ease-out;
  -o-transition: width .5s ease-out;
  transition: width .5s ease-out;
  background: url(../images/status_fill_bg.jpg) left center no-repeat;
  background-size: 100% 100%;
  height:2em;
  border-radius: 4px;
}

.bab-container input.qty {
  width: 3em;
  margin: 0 0.5rem; 
  border: 1px solid #a98b40;
}

.bab-container button.bab-add-to-cart {
  width: 100%;
  margin: 1rem 0;
  padding: 0.5rem;
  display: inline-block;
  border: 2px solid transparent;
  color: #653008;
  text-align: center;
  text-shadow: 0px 5px 10px rgba(0, 1, 1, 0.25);
  border-radius: 8px;
  background-origin: border-box;
  background-color: #f2aa3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2aa3b), to(#e59e2f));
  background-image: -webkit-linear-gradient(top, #f2aa3b, #e59e2f);
  background-image: -moz-linear-gradient(top, #f2aa3b, #e59e2f);
  background-image: -o-linear-gradient(top, #f2aa3b, #e59e2f);
  background-image: linear-gradient(to bottom, #f2aa3b, #e59e2f);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  font-weight: bold;  
}

.bab-container button.bab-add-to-cart:hover {
  text-shadow: none;
  border: 2px solid #f0ad43;
  background-color: #df9b30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df9b30), to(#f0ad43));
  background-image: -webkit-linear-gradient(top, #df9b30, #f0ad43);
  background-image: -moz-linear-gradient(top, #df9b30, #f0ad43);
  background-image: -o-linear-gradient(top, #df9b30, #f0ad43);
  background-image: linear-gradient(to bottom, #df9b30, #f0ad43);
}

.bab-out-of-stock:after {
	color: #fff;
	padding-top: 50px;
	content: 'Out \A Of \A Stock';
	display: block;
	text-align: center;	
	white-space: pre-wrap;
}
table.bab-price {
	width: 100%;
	margin-bottom: 1rem;
}

table.bab-price th, table.bab-price td, table.bab-price input {
	text-align: center;
}

table.bab-selected-items {
	border-collapse; collapse;
	border: none;
	width: 100%
}

table.bab-selected-items th, table.bab-selected-items td {
	border: none;
}

table.bab-selected-items tbody td img {
	width: 100%;
}

table.bab-selected-items th:first-child {
	text-align: left;
}

table.bab-selected-items th:last-child, table.bab-selected-items td:last-child {
	text-align: center;	
}

table.bab-selected-items div.bab-remove-item {
	width: 22px;
	height: 22px;
	background-image: url("../images/remove_item.png")
	
}
	
.progress-bar-container {
  width: 100%;  
  margin: 5px 0;    
}
.progress-bar-container .progress-text-left {
  float: left;
}
.progress-bar-container .progress-text-right {
  float: right;
}

.progress-bar-container .progress-bar-wrapper {
  width:100%; 
  border:1px solid #004479; 
  text-align: left; 
  clear:both;
  box-shadow: 1px 1px 1px #999;
}

.bab-selected-items-container {
	margin-top: 40px;
}

/*========== start Build a Box Widget =============*/

