/* =============== image column =============== */
#productImageColumn {
	text-align: center;
}
#productImageColumn img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#productImageColumn img#mainImage {
	display: none!important;
}
/* =============== image column ends =============== */

/* =============== info column =============== */
#productInfoColumn {
	color: #000;
	font-size: 14px;
	padding: 0px 60px;
}
#productInfoColumn a {
	color: #000;
}
#productInfoColumn h2 {
	font-size: 150%;
	letter-spacing: 1px;
	margin: 7px 0px 4px;
}
#productInfoColumn button {
	background-color: #AF7D58;
	font-style: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	width: 100%;
}
#productStyle { color: #636363; font-size: 120%; }
#shortDescription {
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	padding: 15px 0px;
	margin: 15px 0px;
}
div.attribute>span:nth-child(1) {
	display: inline-block;
	width: 100px;
}
div.attribute>span:nth-child(2) {
	font-weight: bold;
}
#productPricing {
	font-size: 150%;
}
#productPrice {
	font-weight: bold;
	margin-bottom: 10px;
}
#productAttributes {
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	padding: 15px 0px;
	line-height: 30px;
	margin: 15px 0px;
}
#productAttributes>div {
	margin-top: 5px;
}
#productAttributes label {
	display: inline-block;
	width: 100px;
}
#productAttributes select {
	width: 60%;
}

#shareContainer {
	border-top: 1px solid #959595;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 15px;
}
#shareContainer a {
	background: url(/images/footer-social-icons.png) no-repeat center top;
	display: inline-block;
	height: 31px;
	margin-right: 10px;
	width: 31px;
}
#shareContainer a:hover { text-decoration: none; }
#shareContainer a.facebook { background-position: center -205px; }
#shareContainer a.twitter { background-position: center -249px; }
#shareContainer a.pinterest { background-position: center -292px; }
/* =============== options format =============== */
.attribute span a {
	text-decoration: underline;
}
.attribute .nav>li>a {
	color: #8F4F30;
	padding: 4px 7px;
}
.attribute .nav.nav-pills li {
	border: 1px solid #AF7D58;
	color: #8f4f30;
	cursor: pointer;
	margin: 2px 4px;
	border-radius: 4px;
}
.attribute .nav.nav-pills li:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
}
.attribute .nav.nav-pills li.active>a {
	background-color: #8f4f30;
	color: white;
}
/* =============== options format ends =============== */
#productYouMayAlsoLike #productList2container {
	display: table;
	width: 100%;
}
#productYouMayAlsoLike #productList2 {
	display: table-row;
} 
#productYouMayAlsoLike #productList2>li {
	display: table-cell;
	text-align: center;
}

/* =============== info column ends =============== */

@media (min-width: 400px) {

}
@media (min-width: 768px) {
	.breadcrumb { font-size: 14px; }
	#productImageColumn .zoomWrapper { float: right; }
	#productImageColumn img#mainImage { rem-width: 450px; display: block!important; }
	#productImageColumn img#mobileShot { display: none!important; }
	#productInfoColumn h2 { max-width: 450px; }
}