img {
	max-width: 100%;
}

.wrapper {
	padding: 3px;
	border: solid 1px #9B7D80;
}

@media (min-width: 1200px) {
	.container {
		width: 1108px;
	}
}

.navbar {
	min-height: 40px;
	border: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin-bottom: 0;
}

.navbar-collapse {
	border: none;
	margin-bottom: 0;
}

ul.navbar-nav {
	width: 100%;
}

ul.navbar-nav li {
	text-align: center;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	ul.navbar-nav li {
		width: 20%;
		border-right: solid 1px #fff;
	}

	ul.navbar-nav li:last-child {
		border-right: none;
	}
}

.navbar-default {
	border-radius: 0;
	background: #333;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	text-decoration: underline;
}

footer {
	padding: 10px;
	background: #333;
	color: #fff;
	font-size: 12px;
}

footer a, footer a:link, footer a:visited {
	color: #fff;
	text-decoration: underline;
}

.content-wrapper{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.main-content{
	padding: 0 15px;
	width: calc(100% - 188px);
}

.sidebar {
	width: 188px;
	padding: 10px;
	background: #829659;
}

@media (max-width: 991px){
	.main-content{
		order: 1;
		width: 100%;
		float: right;
		margin-left: 0;
	}

	.sidebar {
		order: 2;
		width: 100%;
		float: right;
	}
}


.sidebar .section {
	margin-bottom: 30px;
}

.go-shopping ul li {
	padding: 5px;
}
.go-shopping ul li a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.search-box .input-group-addon{
	padding: 0;
}

.search-box .input-group-addon input{
	padding: 9px;
	border:0;
	color: #fff;
	font-weight: bold;
	background: #333;
}

.reports {
	color: #fff;
	text-align: center;
}

.reports a {
	color: #800080;
	text-decoration: underline;
	font-weight: bold;
}

.product-item {
	border: solid 1px #333;
	padding: 15px;
	margin: 15px 0;
}

.product-item .product-shipping {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.product-item .product-name {
	margin-top: 0;
	color: #f00;
	font-size: 26px;
}

.product-item .product-description-1 {
	font-weight: bold;
	font-size: 16px;
}

.product-item .product-description-2 {
	text-align: center;
	color: #008000;
}

.product-item .product-price {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}


.product-item .product-price .old-price {
	color: #f00;
	text-decoration: line-through;
	text-align: right;
}

.product-item .product-price .old-price.no-align {
	text-align: unset;
	margin-right: 15px;
}

.product-item .product-price .new-price {
	text-align: left;
}

.product-item .product-note {
	margin-top: 15px;
}

.product-item .highlight-note {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

.product-options{
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0;
}

.product-options li {
	list-style-image: url('images/10_pixel_tick.png');
}

.product-options .save{
	color: #ff0000;
}

.navigator{
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0;
}

.navigator a {
	color: #9DBB4B;
}