/* here you can put your own css to customize and override the theme */
div.pi-img-wrapper img {
    display: inline-block;
    vertical-align: middle;
    max-height: 250px;

    /*without max-width and width down in the pi-img-wrapper - images were getting stretch out for mobile sizes*/
    /*lynn adding*/
    max-width: 100%;/*218px;*/


    margin: auto;
}

.pi-img-wrapper {
    height: 250px;      /* equals max image height */

    /*Lynn adding*/
    width: 218px;
    max-width:100%;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

span.verticalHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product-quantity input.form-control {
    width: 100px;
}


.product-quantity,
.product-quantity .input-group {
    width: 120px;
}

.header-wrapper-placeholder {
	display: none;
}
.sticky-menu .header-wrapper-placeholder {
	display: block;
}
.sticky-menu .header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 8888 !important;
}
.sticky-menu.ecommerce .header {
	position: static;
}

.footer-sitemap-link {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.product-item .product-min-order {
	font-size: 80%;
	color: #3e4d5c;
	margin-left: 10px;
}
.product-item .product-min-order:before {
	content: '|';
	margin-right: 10px;
}
.product-item .production-details span {
	font-size: 12px;
	color: #3e4d5c;
}
.product-item .production-details span + span:before {
	content: '|';
	margin: 0 5px;
}

.product-alternative-action-separator {
	display: block;
	clear: both;
	text-align: center;
}
.product-alternative-action-links-container {
	padding: 0 0 10px 0;
	margin: 0 -5px;
}
.product-alternative-action-links-container a {
	display: inline-block;
	margin: 0 5px;
}