/* ----------------------------------------- BannerMerchant Category Listing */

.bos-merchant-category-row {
	margin-bottom: 25px;
}

.bos-merchant-category-row:before,
.bos-merchant-category-row:after {
	display: table;
	line-height: 0;
	content: "";
}

.bos-merchant-category-row:after {
	clear: both;
}

.bos-merchant-one-col,
.bos-merchant-two-col,
.bos-merchant-three-col,
.bos-merchant-four-col,
.bos-merchant-five-col {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 10px;
}

.bos-merchant-one-col {width: 100%;}
.bos-merchant-two-col {width: 50%;}
.bos-merchant-three-col {width: 33.3%;}
.bos-merchant-four-col {width: 25%;}
.bos-merchant-five-col {width: 20%;}

.bos-merchant-category {
	text-align: center;
}

.bos-merchant-category-thumbnail {
	margin-bottom: 10px;
}

@media (max-width: 480px) {
	.bos-merchant-category-row {
		margin-bottom: 0;
	}

	.bos-merchant-one-col,
	.bos-merchant-two-col,
	.bos-merchant-three-col,
	.bos-merchant-four-col,
	.bos-merchant-five-col {
		float: none;
		width: auto;
	}
}

/* ----------------------------------------- BannerMerchant Product Listing */

.bos-merchant-sorter-container {
	background-color: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 10px;
}

.bos-merchant-product:before,
.bos-merchant-product:after,
.bos-merchant-sorter-container:before,
.bos-merchant-sorter-container:after,
.bos-merchant-product-row:before,
.bos-merchant-product-row:after,
.bos-product-info:before,
.bos-product-info:after {
	display: table;
	line-height: 0;
	content: "";
}

.bos-merchant-product:after,
.bos-merchant-sorter-container:after,
.bos-merchant-product-row:after,
.bos-product-info:after {
	clear: both;
}

.bos-sorter-count {
	float: left;
}

.bos-sorter-menu {
	float: right;
	min-width: 250px;
	text-align: right;
}

.bos-sorter-menu form,
.bos-sorter-menu select {
	display: inline;
	margin: 0;
}

.bos-sorter-menu select{
	width: auto;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
}

.bos-merchant-product-row {
	margin-bottom: 25px;
}

.bos-merchant-product {
	margin: 0 0 20px 0;
}

.bos-product-info,
.bos-product-image-thumb,
.bos-product-details,
.bos-product-actions {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bos-product-info {
	width: 75%;
}

.bos-product-image-thumb {
	width: 35%;
	padding-right: 10px;
}

.bos-product-details {
	width: 65%;
}

.bos-product-actions {
	width: 25%;
	text-align: right;
	padding-right: 15px;
}

.bos-product-price {
	margin-bottom: 10px;
}

.bm-productTitle {
	font-size: 115%;
	font-weight: bold;
}

.bos-product-price {
	font-size: 105%;
}

.bos-product-sale-price {
	color: #ff0000;
}

.bos-purchased-product {
	text-align: center;
}

@media (max-width: 767px) {
	.bos-merchant-product {
		margin: 0 0 30px 0;
	}
	.bos-product-info {
		width: auto;
		float: none;
		clear: both;
		margin-bottom: 10px;
	}
	.bos-product-actions {
		width: auto;
		float: none;
		clear: both;
		text-align: center;
		padding: 0;
		margin: 10px 0;
	}
	.bos-product-actions .btn {
		width: auto;
		display: block;
	}
}

@media (max-width: 480px) {
	.bos-sorter-count,
	.bos-sorter-menu {
		float: none;
		text-align: left;
	}

	.bos-merchant-product-row {
		margin-bottom: 0;
	}

	.bos-product-image-thumb,
	.bos-product-details{
		width: auto;
		float: none;
		text-align: center;
		padding: 0;
	}
	.bos-product-image-thumb {
		margin-bottom: 10px;
	}
}

/* ----------------------------------------- BannerMerchant Product Display */

.bos-merchant-product-display form {
	margin: 0;
}

.bos-product-image-full,
.bos-product-item-table,
.bos-product-options-table,
.bos-product-addons-table,
.bos-product-spec-table {
	margin-bottom: 20px;
}

.bos-product-item-table,
.bos-product-options-table,
.bos-product-addons-table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.bos-product-addons-table h4 {
	margin: 0;
}

.bos-product-item-table .bos-row-table-header,
.bos-product-addons-table .bos-row-table-header {
	font-weight: bold;
}

.bos-product-item-table tr:nth-child(odd),
.bos-product-options-table tr:nth-child(odd),
.bos-product-addons-table tr:nth-child(odd) {
	background: #eee;
}

.bos-product-item-table td,
.bos-product-options-table td,
.bos-product-addons-table td,
.bos-product-spec-table td {
	padding: 4px;
}

td.bos-item-option-label,
td.bos-addon-option-label {
	width: 35%;
}

.bos-product-btn-col {
	text-align: right;
}

.bos-product-item-table input[type="text"],
.bos-product-item-table select,
.bos-product-addons-table input[type="text"]{
	margin: 0;
}

.bos-product-status,
.bos-product-continue-link {
	text-align: right;
}

/* -----------------------------------------BannerMerchant Quick View */

a.bos-quickview-trigger {
	display: block;
	position: relative;
	text-align: center;
}
.bos-quickview-trigger-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bos-quickview-text{
	background: #ffffff;
	border: 1px solid #ededed;
	border-radius: 0 0 16px 16px;
	color: #666;
	display: inline-block;
	font-size: 16px;
	opacity: 0;
	padding: 8px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	visibility: hidden;
}
a.bos-quickview-trigger:hover .bos-quickview-trigger-overlay{
	background-color: rgba(255,255,255,0.8);
}
a.bos-quickview-trigger:hover .bos-quickview-text{
	opacity: 1;
	visibility: visible;
}

.bos-product-quickview-image,
.bos-product-quickview-desc,
.bos-product-quickview-price,
.bos-product-quickview-actions {
	margin-bottom: 20px;
}

/* ----------------------------------------- BannerMerchant Past Orders */

.bos-past-order-filters {
	text-align: right;
}

.bos-past-order-container {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 20px;
}

.bos-past-order-header {
	border-radius: 10px 10px 0 0;
	padding:  10px;
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.bos-past-order-date,
.bos-past-order-total,
.bos-past-order-status,
.bos-past-order-num,
.bos-past-order-link {
	width: 150px;
	float: left;
}

.bos-past-order-body {
	border-radius: 0 0 10px 10px;
	padding:  10px;
}

.bos-past-order-item {
	border-bottom: 1px solid #ccc;
	margin-bottom:  10px;
	padding-bottom:  10px;
}

.bos-past-order-item:last-child {
	border-bottom: none;
	margin-bottom:  0;
}

.bos-past-order-product-img {
	float: left;
	margin-right: 10px;
	width: 150px;
}

.bos-past-order-product-img img{
	border: 1px solid #999;
}

.bos-past-order-product-details {
	float: left;
}

.bos-past-order-product-name {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.bos-past-order-product-details {
		width: 260px;
	}
}

.bannerMerchantCart input,
.bannerMerchantCart .checkout-item-heading {
    color: #000000;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 408px;
}

.header-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.header-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.header-container {
		width: 970px;
	}
}
@media (min-width: 1285px) {
	.header-container {
		width: 1285px;
	}
}