/**
 * Mshops Shipping Calculator
 * @authors: dcalderon
 * @description: Styles for shipping calculator
 */

/* Set variables */

/* Responsive helpers */
.ms-hidden-l {
	display: block;
}

.ms-hidden-s {
	display: none;
}

/* Shipping zip entry */
.ms-shipping-calculator {
	display: inline-block;
	position: relative;
	min-width: 480px;
	font-size: 13px;
}

#ms-cart .ms-shipping-calculator {
	width: 610px !important;
}

#ms-cart input[type="text"].ms-shipping-calculator__form-input,
input[type="text"].ms-shipping-calculator__form-input {
	margin: 0 10px;
}

.ms-shipping-calculator__form-select {
	width: 160px;
	padding-right: 25px;
}

.ms-shipping-calculator__form-btn {
	margin-right: 10px;
}

.ms-shipping-calculator__form label {
	margin-right: 8px;
}

.ms-shipping-calculator__form label,
.ms-shipping-calculator__form-link {
	display: inline-block;
	line-height: 2.3;
}

.ms-shipping-costs-table--loading caption,
.ms-shipping-costs-table--loading thead,
.ms-shipping-costs-table--loading tbody {
	display: none;
}

.ms-shipping-costs-table--loading:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	margin: 10px auto 0;
	background: url(../../../../../../../../org-img/ch/assets/0.3/loading.gif) no-repeat;
}

.ms-shipping-calculator__error-message {
	padding: 5px 10px;
	margin: 10px 0 0;
}

.ms-shipping-calculator__error-message .fa-times-circle,
.ms-shipping-costs-table .fa-times-circle {
	color: #b94a48;
	display: inline;
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 16px;
}

.ms-shipping-calculator__error-message.ms-layer__top {
	position: absolute;
	top: 50px;
}

[data-country="MLA"] .ms-shipping-calculator__error-message.ms-layer__top {
	left: 115px;
}

[data-country="MLB"] .ms-shipping-calculator__error-message.ms-layer__top {
	left: 62px;
}

/* Shipping costs table */
.ms-shipping-costs-table {
	width: 100%;
	text-align: left;
}

.ms-shipping-calculator .ms-shipping-costs-table {
	margin-top: 10px;
	border-top: solid 1px #dfdfdf;
}

.ms-shipping-costs-table caption,
.ms-shipping-costs-table caption span {
	font-weight: bold;
}

.ms-shipping-costs-table caption {
	padding: 10px 0;
	text-align: left;
}

.ms-shipping-costs-table th,
.ms-shipping-costs-table td {
	position: relative;
	padding: 8px;
}

.ms-shipping-costs-table th {
	color: #a7a7a7;
	font-weight: normal;
	width: 10%;
}

.ms-shipping-costs-table th:first-child {
	padding-left: 0;
	width: 20%;
}

.ms-shipping-costs-table tbody tr {
	background-color: #fff;
	border-bottom: solid 3px #f6f6f6;
}

.ms-shipping-costs-table tbody tr:last-child {
	border-bottom: 0;
}

.ms-shipping-costs-table input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
}

.ms-shipping-costs-table input[type="radio"] + label {
	padding-left: 25px;
}

.ms-shipping-costs-table__mp-label {
	display: inline-block;
	font-size: 11px;
	top: -2px;
	position: relative;
	margin-left: 5px;
}

/* Overwrite core styles */
.ms-shipping-calculator .ms-btn {
	display: inline-block;
	padding: .4em .9em;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	background-color: #1a3a68;
	border: solid 2px #1a3a68;
	box-shadow: none;
	border-radius: 4px;
}

.ms-shipping-calculator .ms-btn:hover {
	background-color: #204a80;
	border-color: #204a80;
}

.ms-shipping-calculator .ms-btn:active {
	background-color: #204a80;
	border-color: #204a80;
}

.ms-shipping-calculator .ms-price {
	color: #900;
	font-size: 13px;
}

.ms-shipping-calculator .ms-promo-text__lower {
	font-weight: bold;
}

.ms-shipping-calculator .ms-shipping-calculator__title {
	font-size: 14px;
	font-weight: 700;
	border-bottom: none;
	margin-bottom: 0px;
	color: #333;
}

.ms-shipping-calculator__text {
	margin-bottom: 24px;
	font-size: 12px;
}

.ms-option-details:before {
	content: '\A'; white-space: pre;
}

.ms-option-details {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

.ms-option-name-me:after {
	content: '*'
}

.ms-option-name-me {
	font-weight:bold;
}

.ms-option-name-me label {
	font-weight:bold;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	#ms-vip .ms-shipping-costs-table__mp-label {
		top: 0;
		margin: 5px 0;
		float: none;
		display: block;
	}
}

@media screen and (min-width: 769px) {
	h2.ms-shipping-calculator__title {
		margin-top: 8px;
	}

	.ms-shipping-calculator__form-select + label[for='city'],
	.ms-shipping-calculator__form-btn {
		margin-left: 8px;
	}
}

@media screen and (max-width: 768px) {
	.ms-hidden-l {
		display: none;
	}

	.ms-hidden-s {
		display: block;
	}

	.ms-shipping-calculator,
	#ms-cart .ms-shipping-calculator {
		min-width: 100%;
		max-width: 100%;
		margin: 10px 0 0;
		padding: 5px 10px 10px;
	}

	.ms-shipping-calculator__form label,
	.ms-shipping-calculator__form-link {
		display: block;
	}

	.ms-shipping-calculator__form-link {
		position: absolute;
		top: 5px;
		right: 10px;
		text-decoration: underline;
	}

	input[type="text"].ms-shipping-calculator__form-input,
	#ms-cart input[type="text"].ms-shipping-calculator__form-input {
		width: 100%;
		height: auto;
		margin: 5px 0 15px;
		padding: .75em .5em;
		line-height: 1;
	}

	.ms-shipping-costs-table__mp-label {
		float: none;
		display: block;
		margin: 5px 0;
	}

	.ms-shipping-calculator .ms-btn {
		width: 100%;
		padding: .8em 0;
		margin-top: 16px;
	}

	.ms-shipping-costs-table th {
		display: none;
	}

	.ms-shipping-costs-table tbody tr,
	.ms-shipping-costs-table tbody td {
		display: block;
	}

	.ms-shipping-costs-table tbody tr {
		margin-bottom: 3px;
		border-radius: 3px;
	}

	.ms-shipping-costs-table tbody td {
		padding-left: 70px;
	}

	.ms-shipping-costs-table tbody td:before {
		content: 'Custo:';
		position: absolute;
		top: 8px;
		left: 8px;
		width: 55px;
		text-align: right;
		color: #666;
	}

	.ms-shipping-costs-table tbody td:first-child:before {
		content: 'Forma:';
		font-weight: normal;
	}

	.ms-shipping-costs-table tbody td:last-child:before {
		content: 'Entrega:';
	}

	.ms-shipping-costs-table tbody td.not-before-label {
		padding-left: 10px;
	}

	.ms-shipping-costs-table tbody td.not-before-label:before {
		content: '';
		display: none;
	}

	.ms-option-details:before {
		content: ' ';
	}

	#ms-cart .ms-shipping-costs-table tbody tr {
		padding-left: 25px;
	}

	#ms-cart .ms-shipping-costs-table input[type="radio"] {
		position: absolute;
		top: 10px;
		left: -15px;
		margin: 0;
	}

	#ms-cart .ms-shipping-costs-table input[type="radio"] + label {
		padding-left: 0;
	}

	.ms-shipping-calculator__form-select {
		height: 44px;
		padding: 10px;
		width: 100%;
	}
}