/* Module Specific CSS Declarations */

.cart-center{
	text-align: center;
}

.cart-totals-title{
	font-weight: bold;
}
.cart-totals {
    border-top: solid 1px;
    margin-top: 2em;
}
.cart-header{
	font-weight: bold;
}

.cart-template,div.none{
	display: none !important;
}
.cart-row{
	padding:5px;
}
.cart-row:nth-child(odd){
	background:#fafafa;
}
.cart label{
	margin-bottom: 0;
	font-weight: 300;
}
.cart-fs .row{
	margin-bottom: 10px;
}
.checkbox {
    /*
    padding-top: 33px;
    display: block;
    */
}

.error label{
	color: #ed786a;
    font-weight: bold;
}
.error input, .error select {
    background: #ed786a !important;
    color: #fff;
}

.cart-products{

}

.cart-notify-wrapper{
	min-width: 500px;
	padding: 1em;
	margin: 0;
	border-radius: .3em;
	box-shadow: 0 0.1em 0.4em rgba(0,0,0,.3);
    text-align: center;
}

.swatch_selector{
	cursor: pointer;
	margin:0px 4px 4px 0px;
}

@media screen and (max-width: 1280px) {


}

@media screen and (min-width:981px){

}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {
	.tab-content iframe{
		width:initial;
		max-width:100%;
	}
}


@media screen and (min-width: 720px) {

}
