

/*SITE-31 css  Start*/
.save-payment-details-with-address{
width:400px;
margin:10px 0 0 0;
}
.save-payment-details-with-address input[type="checkbox"]{
display: none;
}
.save-payment-details-with-address input[type="checkbox"] + label{
                background: none!important;
                padding: 0px !important;
                margin:0px!important;
}
.save-payment-details-with-address input[type="checkbox"] + label span{
                width: 16px;
                height: 16px;
                display: inline-block;
                background: url('../img/check-new.png') no-repeat 0 0;
                padding: 0 ;
                margin: 5px 11px 10px 0px;
                float:left;
}

.save-payment-details-with-address input[type="checkbox"]:checked  + label span
{
                background-position: 0 -16px ;
}
/*SITE-31 css  End*/  


/*SITE-29 Start*/

.card-radio-container label{
	margin: 0 !important;
	text-align: left;
}
.card-radio-container input[type="radio"] + label span { 
    background: url("../img/radio-sprite.png") no-repeat 0 0;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -4px;
}
 .card-radio-container input[type="radio"]:checked + label span {
    background: url("../img/radio-sprite.png") no-repeat 0 -63px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 15px;
    margin-top: -4px;
}
.card-setion-holder{
	width: 88%;
}
.card-seletion-box{
	display: table;
	width: 95%;
	border-bottom: 1px solid #e8e8e8;

}
.card-seletion-box .card-logo-container , .card-seletion-box .card-details-container , .card-seletion-box .card-radio-container{
	display: table-cell;
	vertical-align: middle;
}
.card-seletion-box .paypal-img-container{
	display: table-cell;
	vertical-align: middle;
}
.card-seletion-box .card-details-container .card-details-top .card-number-static , .card-seletion-box .card-details-container .card-details-top  .card-name-static{
	font-size: 1.1em;
}
.card-seletion-box .card-logo-container{
	max-width: 140px;
}
.card-seletion-box .card-details-container{
	width:80%;
}
.paypal-selection{
	padding:18px 10px 18px 11px;
}
.paypal-selection .card-details-container{
	width:74.5%;
}
.card-seletion-box .card-details-container .card-details-top .card-expires-static{
	font-size: 1.1em;
	color: #999999;
}
.card-seletion-box .card-details-container .card-details-bottom .card-address-static{
	font-size: 1em;
}
.card-seletion-box .card-details-container .card-details-bottom .card-address-static, .card-seletion-box .card-details-container .card-details-bottom .card-address-edit-link{
	display: inline-block;
}
.card-seletion-box .card-details-container .card-details-bottom .card-address-edit-link a{
	text-decoration: underline !important;
	margin-left: 5px;
	padding-bottom: 2px;
	cursor: pointer;
	color: #999;
}
.card-seletion-box .card-details-container .card-details-bottom .card-address-edit-link a:hover{
	color: #c30d2d;
}
.card-setion-holder .selected{
	background-color: #e8e8e8;
}
.paypal-img-container{
	width: 130px;
}
.card-details-container .card-desc-chkout{
	font-size: 1.1em;
}
.card-setion-holder .paypal-selection {
	padding: 20px 10px 20px 10px; 
}
.add-payment-container a{
	text-decoration: underline !important;
	color: #999;
}
.add-payment-container a:hover{
	color: #c30d2d;
}



/*added by sudeb*/



.shipping-address-colloection{
position: relative;
min-height: 100px;

}
.checkout-template form ul.recent-shipping-address{
	padding: 2px 10px;
	margin: 0px;
	width: 95%;
	position: absolute;
	background: #fff;
}
.checkout-template form ul.recent-shipping-address:hover{
	border:2px solid #afafaf;
	padding:  0 8px;
	z-index: 9;
}
.checkout-template form ul.recent-shipping-address li{
	margin: 0 -8px;
	padding: 20px 10px;
	display: none;
	vertical-align: middle;
	border-top: 1px solid #afafaf;
}
.checkout-template form ul.recent-shipping-address li:first-child
{
	background:#e8e8e8;
	display: block;
	border-top: none;
}
/* .checkout-template form ul.recent-shipping-address:hover li{
	background:none;
}
.checkout-template form ul.recent-shipping-address:hover li:hover{
	background:#e8e8e8;
} */
.checkout-template form ul.recent-shipping-address li .shipping-address-details-container{
	display: inline-block;
	width: 70%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.checkout-template form ul.recent-shipping-address li .shipping-address-top .shipping-address-name
{
	font-size: 1.1em;
}
.checkout-template form ul.recent-shipping-address li .shipping-address-static
{
	display: inline-block;
}
.checkout-template form ul.recent-shipping-address li .shipping-address-edit-link
{
	display: inline-block;
}
.checkout-template form ul.recent-shipping-address li .shipping-address-edit-link a{


    color: #999;
    cursor: pointer;
    margin-left: 5px;
    padding-bottom: 2px;
    text-decoration: underline !important;
 }
 
 .checkout-template form ul.recent-shipping-address li .shipping-address-edit-link-one
{
	display: inline-block;
	float:right;
	vertical-align:middle;
}
.checkout-template form ul.recent-shipping-address li .shipping-address-edit-link-one a{
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    background:#aeafb3;
 }
 .checkout-template form ul.recent-shipping-address li .shipping-address-edit-link-one a:hover{
 background:#666;
 }
 
 .checkout-template form ul.recent-shipping-address li .shipping-address-edit-link a:hover{
 	color: #c30d2d;
 }
.checkout-template form ul.recent-shipping-address li .change-shipping-address{
	vertical-align: middle;
	display: inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float: right;
}
.checkout-template form ul.recent-shipping-address li .change-shipping-address a
{
	display: inline-block;
	background: #aeafb3;
	color: #fff;
	padding: 5px 10px;
}
.checkout-template form ul.recent-shipping-address li .change-shipping-address a:hover{
	background:#666666;
}


.add-shipping-address-link a,.shipping-methods-more-info-link a{
	  color: #999;
    text-decoration: underline !important;
}
.add-shipping-address-link a:hover,.shipping-methods-more-info-link a:hover{
	color: #c30d2d;
}




.shipping-method-colloection
{
	position: relative;
	min-height: 100px;
}

.checkout-template form ul.recent-shipping-method{
    padding: 2px 10px;
    margin: 0px;
    width: 95%;
    background: #fff;
    position: absolute;
}
.checkout-template form ul.recent-shipping-method:hover{
    border:2px solid #afafaf;
    padding:  0 8px;
    z-index: 9;
}
.checkout-template form ul.recent-shipping-method li{
    margin: 0 -8px;
    padding: 20px 10px;
    display: none;
    vertical-align: middle;
    border-top: 1px solid #afafaf;
    min-height: 35px;
}
.checkout-template form ul.recent-shipping-method li:first-child
{
    background:#e8e8e8;
    display: block;
    border-top: none;
}
/* .checkout-template form ul.recent-shipping-method:hover li{
    background:none;
}
.checkout-template form ul.recent-shipping-method:hover li:hover{
    background:#e8e8e8;
} */
.checkout-template form ul.recent-shipping-method li .shipping-method-details-container{
    display: inline-block;
    width: 70%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.checkout-template form ul.recent-shipping-method li .shipping-method-top .shipping-method-name
{
    font-size: 1.1em;
}
.checkout-template form ul.recent-shipping-method li .shipping-method-static
{
    display: inline-block;
}
.checkout-template form ul.recent-shipping-method li .shipping-method-edit-link
{
    display: inline-block;
}
.checkout-template form ul.recent-shipping-method li .shipping-method-edit-link a{


  color: #999;
    cursor: pointer;
    margin-left: 5px;
    padding-bottom: 2px;
    text-decoration: underline !important;
 }
 .checkout-template form ul.recent-shipping-method li .shipping-method-edit-link a:hover{
    color: #c30d2d;
 }
.checkout-template form ul.recent-shipping-method li .change-shipping-method{
    vertical-align: middle;
    display: inline-block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    float: right;
}
.checkout-template form ul.recent-shipping-method li .change-shipping-method a
{
    display: inline-block;
    background: #aeafb3;
    color: #fff;
    padding: 5px 10px;
    cursor:pointer;
}
.checkout-template form ul.recent-shipping-method li .change-shipping-method a:hover{
    background:#666666;
}
.checkout-template form ul.recent-shipping-method li .shipping-method-top .shipping-method-name .red{
	color: #c30d2d;
}

.checkout-template form ul.recent-shipping-method li .change-shipping-method a span , .checkout-template form ul.recent-shipping-address li .change-shipping-address a span{
	font-size: .6em;
	vertical-align: top;
	padding: 0 0 0 5px ;
}

.prod-name-descript a img{
	float: left;
	margin: 0 10px 10px 0 ;
	width: 90px;
	height: 110px;
}
.prod-name-descript p.name{
	line-height: 20px;
}
/*SITE-29 End*/