.texthead{
background: #104b7d none repeat scroll 0 0;
border-right: 1px solid #fff;
box-shadow: 0 -50px 35px -35px rgba(0, 0, 0, 0.25) inset;
clear: both;
color: #ffffff;
font-size: 13px;
padding: 1.5%;
margin: 40px 0 0;
}

#page_cart .circle{
background: #2198dc none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
display: inline-flex;
font-family: "Roboto",sans-serif;
margin-right: 10px;
padding: 0 6px;
position: relative;
top: -1px;
padding: 5px 10.5px;
}

#page_cart th{
background: #eee;
color: #333;
font-size: 12px;
padding: 10px;
}

#page_cart tr:nth-child(2n+1){
background: #f7f7f7;
}

#page_cart td{
border: 1px solid #e5e5e5;
line-height: 100%;
overflow: hidden;
padding: 1%;
text-align: center;
}

#page_cart td:first-child{width: 7%;}
#page_cart td+td{width: 60%;}
#page_cart td+td+td{width: 10%;}
#page_cart td:last-child{width: 13%;}

#page_cart .step1 td:first-child{width: 12%;}
#page_cart .step1 td+td{width: 40%;}
#page_cart .step1 td+td+td{width: 10%;}
#page_cart .step1 td:last-child{width: 18%;}


#page_cart td+td+td, #page_cart td+td+td+td+td{
font-family: "Roboto",sans-serif;font-size: 14px;}
#page_cart td+td+td+td{
font-family: inherit;font-size: 14px;}
#page_cart td+td+td+td+td+td{
font-family: inherit;font-size: 14px;}

#page_cart .thumb{
width: 100%;
}

#page_cart i{
color: #555;
font-size: 12px;
font-style: normal;
}

#page_cart .partno{
display: inline-flex;
font-weight: normal;
margin: 3px 0 1px;
}

#page_cart .brandn, #page_cart .desc{
font-size:12px;
}

#page_cart tr.total{
}

#page_cart tr.total td{
background: #104b7d none repeat scroll 0 0;
color: #fff;
}

#page_cart tr.total td:first-child{
background: #fff;
color: #333;
text-align: right;
}

#page_cart tr.total td+td{
background: rgb(32, 109, 188);
padding: 20px 0;
width: auto;
font-family: "Roboto",sans-serif;
}

#page_cart .step1 tr.total td+td{
padding: 30px 0;
}
#page_cart .step1 tr.total td+td+td{
background:#fff;
}

.customcheckbox{
position: relative;
}

.customcheckbox label {
cursor: pointer;
display: block;
}
.customcheckbox input {
display: none;
}
.customcheckbox p {
border: 1px solid #e5e5e5;
padding: 20px;
text-align: center;
transition: all 200ms ease-in-out 0s;
background: #f7f7f7;
margin:0;
}
.customcheckbox p:hover {
background: #eee;
}
.customcheckbox input:checked + p {
background: #2198dc;
color: #fff;
cursor: default;
}
.customcheckbox input:checked + p > img {
background: #fff;
}
.customcheckbox span {
display: block;
margin-top: 5px;
}
.customcheckbox img {
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
height: 48px;
padding: 10px;
transition: all 200ms ease-in-out 0s;
}

#page_cart .shipping{
position:relative;
}

#page_cart #customshippinginfo{
background: #2198dc;
margin-top: -1px;
}

#page_cart #customshippinginfo #customshippingcomment{
border: 0px solid #f2f2f2;
font-family: inherit;
font-size: 14px;
height: 100px;
margin-top: 10px;
padding: 15px;
width: 100%;
}

#page_cart #customshippinginfo .customshippingcommenttext{
background-color: rgb(32, 109, 188);
font-size: 12px;
margin-top: -1px;
overflow: hidden;
padding: 10px;
text-align: left;
}

#page_cart .payment{
position: relative;
overflow: hidden;
}

#page_cart .payment #paymentcustomshippinginfo{
background: rgba(32, 109, 188, 0.8) none repeat scroll 0 0;
height: 100%;
padding: 60px 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 2;
color: #fff;
display:none;
}

#page_cart #additionalinfo{
border: 3px solid #f2f2f2;
font-family: inherit;
font-size: 14px;
height: 100px;
padding: 15px;
width: 100%;
}

#page_cart .additionalinfotext{
background-color: #f1f1f1;
margin-top: -1px;
overflow: hidden;
padding: 10px;
font-size: 12px;
}

#page_cart .orderdetails p.texthead{
background: #2198dc none repeat scroll 0 0;
box-shadow: 0 0 0;
margin: 5px 0 0;
}
#page_cart .orderdetails p.texthead span{
font-size: 11px;
margin-right: 5px;
}

#page_cart .summary td{
padding: 0 20px;
text-align: right;
width: 100%;
}

.type{
background: #f4511e;
border-radius: 2px;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: normal;
margin-left: 5px;
padding: 1px 3px;
vertical-align:bottom;
}

.type.new{
background: #3aa615;
}

.submit{
background: #fff none repeat scroll 0 0;
color: #333;
display: inline-block;
font-size: 18px;
margin: 0 10px;
padding: 20px 50px;
}

.submit:hover{
opacity:0.8;
color: #333;
cursor:pointer;
}

.submit span{
display: inline-block;
font-size: 16px;
margin-bottom: 0;
margin-right: 10px;
vertical-align: inherit;
}

.homepagelink{
background-color: #3b3b3b;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 14px;
margin: 5px 0 10px;
padding: 10px 18px;
width: auto;
}
.homepagelink span{
font-size: 13px;
vertical-align: -1px;
margin-right: 5px;
}

.update{
background: #3aa615 none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 13px;
margin-left: 5px;
padding: 5px;
}

.delete{
background: #cf1d18 none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 13px;
margin-left: 5px;
padding: 5px;	
}

#proceed{
margin-top: 50px;
overflow: hidden;
padding: 25px;
}
#proceed > div{
margin-bottom: 20px;
}

#torestrictedarea{
margin-top: 50px;
overflow: hidden;
padding: 25px;
}
#torestrictedarea > div{
margin-bottom: 20px;
}

.overstock{
background: #d84315 none repeat scroll 0 0;
color: #fff;
}
.overstock span{
color: #fff !important;
}