.popupShipping h3 {
	font-size: 0.875em;
	font-weight: 400;
}

.popupShipping p {
	font-size: 0.8125em;
}

.popupShipping .alert-note p:last-child {
	margin-bottom: 0;
}

.popupShipping .alert-note {
	margin-bottom: 18px;
}

.popupShipping table {
	border: 1px solid #ccc;
	border-collapse: separate;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 8px;
}

.popupShipping tr:nth-child(even) {
	background-color: #eee;
}

.popupShipping tr.highlighted-shipping-row {
	font-weight: 700;
}

.popupShipping td {
	padding: 8px 8px;
	font-size: 0.8125em;
}


.popupShipping form {
	padding-top: 12px;
	font-size: 0.8125em;
}

.popupShipping fieldset {
	float: left;
}

.popupShipping label {
	float: left;
	margin-right: 18px;
}

.popupShipping label[for=country],
.popupShipping label[for=zip] {
	text-transform: uppercase;
	font-size: 12px;
}
.popupShipping select {
	font-size: 16px;
	margin-bottom: 12px;
}
.popupShipping .input-wrap input[type=checkbox] {
	margin-right: 3px;
}
.popupShipping .input-wrap label[for=pob] {
	color: #06c;
}

.popupShipping input[type="tel"], .popupShipping input[type="text"], .popupShipping input[type="zip"] {
	display: block;
	margin-top: 2px;
	margin-bottom: 12px;
}

.popupShipping select {
	display: block;
	margin-top: 3px;
/* 	width: 100%; */
}

.popupShipping input[type="submit"] {
	clear: both;
	float: left;
}

.popupShipping .input-wrap label {
	clear:left;
}

.shipping-breakdown .col2 {
	padding-left: 40px;
	position: relative;
}

.shipping-breakdown .col2:after {
	width: 1px;
	background-color: #ddd;
	display: block;
	content: ' ';
	height: 100%;
	position: absolute;
	left: 24px;
	top: 0;
	box-shadow: 0px -250px 250px -180px #fff inset;
}


.free-shipping-inmodal {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 18px;
}

.free-shipping-inmodal:before {
	font-size: 1.8em;
	position: absolute;
	top: -3px;
}

.free-shipping-inmodal em {
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.2;
	padding-left: 28px;
}

.free-shipping-inmodal strong {
	display: block;
}

.free-shipping-inmodal a {
	display: block;
	margin-top: 8px;
}

/*duties LP-8623*/
.duties-breakdown{
	top: -16px;
	left: 20px;
}

.duties-breakdown h6{
	margin:-10px 0 12px;
	padding:0;
	border-bottom:1px solid #ddd
}
.duties-breakdown div{
	margin:0 0 5px;
	padding: 0 0 3px;
	overflow:hidden;
	border-bottom:1px dotted #eee
}
.duties-breakdown div:last-child{
	border-bottom:none;
}
.duties-breakdown strong{
	float:right;
}

.popupShipping  .message.error {
	width: 53%;
	float: right;
}
.loading.calculator-loading {
	min-height: auto;
}

.loading.calculator-loading > *{
    opacity: 0.5;
}

/* Shipping popup issue*/

.calculateShippingForm input.button.secondary {
	margin-left: 0px;
	width: auto;
	min-width: 170px;
	background-color: #06c;
	color: #fff;
}

.calculateShippingForm .message.error {
width: 100%!important;
margin-top: 3px;
}

.calculateShippingForm .message.error  {
margin-left: 0px;
}

.calculateShippingForm .message.error {
    float: left!important;
}

#calculateResponse {
  width: 85%;
}

/* rwd small */
@media screen and (max-width:599px) {
	.popupShipping input, .popupShipping select, .popupShipping textarea, .popupShipping label {width: 100%;}
	.calculateShippingForm .message.error {width: 50%;}
    .calculateShippingForm input[type="checkbox"]{width: auto;}
}

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

	.shipping-breakdown .col1, .shipping-breakdown .col2 {width:100%; padding:0!important; margin:0; border:0;}
	.shipping-breakdown .col2 {border-top:1px solid #c1c1c4; margin-top:5%;}
	.free-shipping-inmodal {margin-top:5%; position:relative;}
	.shipping-breakdown .col2:after {background-color:transparent!important;}
	.popupShipping fieldset {padding-right: 6%;}
	.popupShipping label {margin: 0 12px 12px 0}
	#calculateResponse {width: 100%;}
}

/*temporary hiding -- LP-8243*/
 .nestedPopupContent .free-shipping-inmodal a{
	display: none;
}
/*Uday -28*/
.popupShipping .vip-pitch span{
	color: #f6a118;
    margin-right: 4px;
    line-height: 1.25
}
.popupShipping .vip-pitch a {
    padding-top: 0px;
}

/* IE issue */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#calculateResponse {
	  width: 80%;
	}

	.shipping-breakdown.layout-60-40 > .col1 {
	    width: 60%!important;
	    overflow: hidden;
	}

	.shipping-breakdown.layout-60-40 > .col2 {
	    width: 40%!important;
	    max-width: 40%!important;
	    overflow: hidden;
	}

	@media screen and (max-width:801px) {
		.shipping-breakdown .col1 {width:100%!important; padding:0!important; margin:0; border:0;}
		.shipping-breakdown .col2 {width: auto!important; border-top:1px solid #c1c1c4; margin-top:5%;}
	}

}
