/* CSS Document */


.main-content {
    font-size: 1em !important;
}

.no-padding{
	padding-right:0 !important;
	padding-left:0 !important;
}

.bg-grey{
	background-color:#f1f5f9;
	padding-top:50px;
	padding-bottom:50px;
}

.text-dark {
    color: #2f353d;
}

.product-detail .p3{
    margin-bottom: 0.3em;
}

.product-model.p5{
	margin-top: 0px;
}


.hide{
	display:none;
}

.product-link {
    padding: 16px;
}

.t6.product-title{
	margin-top: -2px;
    margin-bottom: 0;
}

h1.p3 {
    margin-top: .01em;
    margin-bottom: 2em !important;
	font-size: .9em;
}

.mini-swatch, .micro-swatch {
    width: 3.1em;
    height: 3.1em;
    border: 1px solid rgba(0,0,0,0.12);
    line-height: 0.1em;
    text-indent: -995em;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: .4em !important;
}

.btn-container {
	margin:10px 0;
}

.btn-container a {
    display: block;
    width: 100%;
    text-align: center;
    background: #474747;
    color: white;
    padding: 15px !important;
	color:white !important;
}

.btn-container a.orange {
    background: #f25529;
}

.btn-container a:hover {
	text-decoration:none;
	color:white;
}

.price-prefix {
	margin-left: 0px;
    margin-right: 3px;
    display: inline-block;
}

.price.p1{
	margin-bottom: 0em;
    width: 5.6em;
	 display: inline-block;
}

.price-disclaimer{
	    text-align: right;
    font-size: 0.6em;
    width: 11.5em;
    margin-bottom: 3em !important;
}



