@CHARSET "UTF-8";
.container{
	 color: #231f20;
}
span input.input-value {
	display: inline;
}

.product_cat_name{
	display: inline-block;
    vertical-align: middle;
    width: 78%;
}
div.category-note-title{
    font-size: 1.3em;
    font-weight: 700;
    margin: 10px 0 5px;
}
div.category-note{
    font-size: 1em;
    font-weight: 500;
}

div.category-row-description{
    margin: 0px 20px;
    padding-top: 5px;
    padding-bottom: 15px;

}
.product-row .cat_sub_heading{
    font-size: 1em;
    font-weight: normal;
    color: #646464;
}
.product_cat_image{
	padding-left: 10px;
	width: 15%;
display: inline-block;
}
div.table_heading_left{
	padding: 10px;
    font-size: 1.3em;
    color: #555;
    font-weight: 500;
    line-height: 35px;
}
div.product-container{
	width: 100%;
}
div.product-group{
    margin-left: 30px;
	padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.3em;
/*     color: red; */
}
div.product-row {
	margin: 0px 20px;
    padding-top: 5px;
    padding-bottom: 15px;
}
i.icon{
	padding-right: 15px;
}
span.product-select {
	padding: 5px;
}

span.product-description {
	white-space: pre;
	font-size: 1em;
	display: inline-block;
}
span.product-description div {
	display: inline-block;
	vertical-align: text-top;
}
span.product-description div{
	font-size: 1em;
	line-height:1.3em;
	font-weight: 500;
}
span.product-description div span.product-electronic-body{
    font-size: .9em;
    font-weight: 400;
    color: #646464;
}
.product-disclaimer{
  font-size: .85rem;
  line-height: 1rem;
  margin: 10px 0;

}
.product-disclaimer b{
  font-weight: 600;
}

span.product-quanity-desc {
	display: inline-block;
}
input.license{
  text-align: center;
  padding: 5px 3px;
  border-radius: 5px;
  border: 1px solid #555555;
}
.license-container{
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 8px;
}
.license-container label{
  margin: 0;
  align-self: end;
}
.license-label{
  font-size: .8rem;
  line-height: 1rem;
  margin: 0;
  padding-left: 7px;
  font-weight: 400;
}


.disable-section{
  pointer-events: none;
  opacity: 0.4;

}

.checkout-steps-content-container > .row{
	margin: 5px;
}
#product-summary{
	margin: 30px 0 20px;
}
#product-summary>p{
  margin-top:20px;
  font-size: 1rem;
  line-height: 1.18rem;
  font-weight: 400;
}
#product-title {
	font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 600;
	color: #007CA3;
}
#product-input {
	font-size: 1em;
	text-align: center;
	padding: 20px;
}
.hidden{
	display: none;
}
ul.product-electronic-list{
	margin-top: 10px;
	margin-left: 20px;
	padding: 0px;
}
ul.product-electronic-list li{
	margin-bottom:.3em;
	font-size: .9em;
	line-height: 1.2em;
}
table.cart-table > tbody>tr>th{
	font-weight: 600;
}

.cart-header {
	font-size: 1em;
	font-weight: bold;
	font-color: #333333;
}

div.cart-item {
    /* display: block; */
    padding: 8px;
	border-bottom: 1px solid #C0C0C2;
}

.credit-card-logo
{
	height:25px;
}

span.cart-item-remove {
	width: 100px;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

.checkout_blurb{
    margin: 22px 0px 15px 0px;
    line-height: 1.2;

}
#checkout-steps-container{
	margin-top: 20px;
}

.checkout-step-selected {
    background: none repeat scroll 0% 0% #DFDDEA;
}

.checkout-step-first {
    border-left: 2px dotted #98999E;
    /*width: 209px;*/
}

.checkout-step {
    float: left;
    /*width: 208px;*/
    padding-left: 18px;
    /*height: 94px;*/
    border-right: 2px dotted #98999E;
    width: 244px;
}

.checkout-step div {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #231F20;
    padding-top: 15px;
    padding-bottom: 10px;
}
.checkout-step div {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #231F20;
    padding-top: 15px;
    padding-bottom: 10px;
}

.state-title{
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-right: 60px;

}

.card-header > .row{
    cursor: pointer;
}
.card-header > .row  .state-title:after{
        content: "";
    background: url(/images/chevron-in-circle-down.svg) no-repeat;
    width: 50px;
    right: 0px;
    top: 0px;
    height: 50px;
    position: absolute;
    display: inline-block;
}
.card-header > .row.collapsed  .state-title:after{
        content: "";
    background: url(/images/chevron-in-circle-right.svg) no-repeat;

    width: 50px;
    right: 0px;
    top: 0px;
    height: 50px;
    position: absolute;
    display: inline-block;
}

.card{
   margin-bottom: 2px;
}
.product_cat_image img{
    margin-left:0px;
    width: 120px;
}

/* For tablets AND smart phones */
@media only screen and (max-width:490px) {
    .container{
        margin-top: 120px;
        width: unset!important;
    }
    span.cart-item-remove{
	padding:0px;
	}
	.table_heading_left {
	    line-height: 1.2em!important;
	}
#product-title {
    font-size: 1.4em;
    text-align: center;
    margin: unset;
    color: black;
}
    .cart-item-cost.cart-header{
        text-align: right;
    }
	#product_cat_image {
	    padding: 0px;
	}
	span.product-quanity-desc {
		display: none;
	}
	.row div.product-row {
		margin: 0px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
#product-input {
    padding: 0;
}
	#search-bar {
		width: 75%;
		margin-right: 0px;
		margin-top: 0;
	}
    .checkout-step {
        padding-left: 0!important;
        padding-right: 0!important;
    }
	.checkout-step div {
	    font-weight: normal;
	    font-size: .7em;
	    line-height: 1.2em;
	    color: #231F20;
	    padding-top: 0;
	    padding-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.checkout-step div {
	    font-weight: normal;
	    font-size: 1.3rem;
	    line-height: 1.2;
	    color: #231F20;
	    padding-top: 15px;
	    padding-bottom: 10px;
	}
}
@media (min-width: 491px) and (max-width: 767px) {
    span.cart-header{
        text-align: center;
    }
    .container{
	    margin-top: 120px;
	    width: unset!important;
	}
    .checkout-step div {
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.2;
        color: #231F20;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    span.product-quanity-desc {
        display: none;
    }
    #product-input {
        padding: 0;
    }
}