/* CSS Developed by Raul Ruiz Ramirez 18/03/2018 raul.rr.008@gmail.com*/


.select-shipping__summary {
	border-top: 5px solid #95cb92;
	border-bottom: 1px solid #cfcfd0;
	overflow: hidden;
    padding: 1rem 0;
    margin-bottom: 3rem;
    font-size: .8rem!important;
}

.select-shipping__summary h3{
	font-size: .8rem!important;
}

.select-shipping__summary-button {
	border: none;
	float: right;
	padding: .5rem 2rem;
	color: white;
	background-color: #95cb92;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 1rem;
}

.select-shipping__summary-packages,
.select-shipping__summary-location {
    float: left;
    width: 50%;
}

.select-shipping__quote-results.active{
	position: relative;
    transform: translateX(0px);
    opacity: 1;

    transition: opacity .7s, transform .7s;
}    

.select-shipping__quote-results{
	position: absolute;
    transform: translateX(-5000px);
    opacity: 0;

    transition: opacity .7s, transform .7s;
}    

.select-shipping__form.active{
	position: relative;
	top: 0;
    transform: translateX(0px);
    opacity: 1;

    transition: opacity .7s, transform .7s;
}    

.select-shipping__form{
	position: absolute;
	top: 0;
    transform: translateX(5000px);
    opacity: 0;

    transition: opacity .7s, transform .7s;
}   

.select-shipping__tabs {
	overflow: hidden;
	border-bottom: 5px solid #95cb92;
}

.select-shipping__tabs button {
	padding: .7rem 1rem;
	font-size: .7rem;
	float: right;
	background: #939598;
	color: white;
	cursor: pointer;
	border: none;
	margin-right: 10px;
}

.select-shipping__tabs button:hover,
.select-shipping__tabs button:active {
	padding: .7rem 1rem;
	font-size: .8rem;
	float: right;
	background: #838384;
	color: white;
	cursor: pointer;
	border: none;
	margin-right: 10px;
}

.select-shipping__result {
	overflow: hidden;
	height: 100px;
	border-bottom: 2px solid #cfcfd0;
	margin-top: 25px;
}

.select-shipping__result-days {
	width: 10%;
    float: left;
    background: #cfcfd0;
    text-align: center;
    padding: 1.5rem .2rem;
    height: 100%;
    font-size: .5rem;
}

.select-shipping__result-days h3{
	color: #c66b3e !important;
	font-size: 1.7rem !important;
	margin: 0;
}

.select-shipping__result-days label{
	color: #7d7f82;
	margin-top: 5px;
	display: block;
	font-weight: bold;
}

.select-shipping__result-image {
	width: 25%;
    float: left;
    text-align: center;
    padding: 10px;
    height: 100%;
    position: relative;
}

.select-shipping__result-image img {
	max-height: 60%;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
}

.select-shipping__result-location {
	width: 28%;
	float: left;
	height: 100%;
}

.select-shipping__location--origin {
	display: none;
}

.select-shipping__location--destiny {
	width: 100%;
	float: left;
	height: 100%;
}

.select-shipping__location-icon {
	display: none;
	width: 20%;
    float: left;
    text-align: center;
    height: 100%;
    padding-top: 1.8rem;
}

.select-shipping__location-data {
    width: 100%;
    float: left;
    height: 100%;
    padding-top: 1.8rem;
    padding-left: .3rem;
    font-size: .8rem;  
}

.select-shipping__location-data br{
	margin-top: 0 !important;
}

.select-shipping__location-data span{
	color: #c77047;
}

.select-shipping__result-price {
	width: 22%;
	float: left;
	background-color: #95cb92;
	padding: 2.5rem .5rem;
	height: 100%;
	text-align: center;
}

.select-shipping__price-text {
	font-size: .8rem;
	color: #363238;
	font-weight: bold;
}

.select-shipping__price-currency {
	color: white;
	font-size: .7rem;
}

.select-shipping__result-select {
	width: 15%;
	float: left;
	height: 100%;
	padding-left: 5px;
}

.select-shipping__selected-active {
	text-align: center;
    font-size: 2rem;
    padding: 2.3rem 0 0;
    height: 100%;
    background-color: #95cb91;
    cursor: pointer;
}

.select-shipping__selected-inactive {
	text-align: center;
    font-size: 2rem;
    padding: 2.3rem 0 0;
    height: 100%;
    background-color: #7e74b4;
    cursor: pointer;
}

.select-shipping__footer {
	margin: 1rem 0;
	overflow: hidden;
}

.select-shipping__next-button,
.select-shipping__send-button {
	border: none;
	float: right;
	padding: .5rem 2rem;
	color: white;
	background-color: #95cb92;
	font-size: 1.3rem;
	border-radius: 6px;
	cursor: pointer;
}

.select-shipping__back-button {
	border: none;
	float: left;
	padding: .5rem 2rem;
	color: white;
	background-color: #939598;
	font-size: 1.3rem;
	border-radius: 6px;
	cursor: pointer;
}

.select-shipping__copy-data-btn{
	border: none;
	padding: .5rem 2rem;
	color: white;
	background-color: #95cb92;
	font-size: .8rem;
	border-radius: 6px;
	cursor: pointer;
}

.select-shipping__single-forms-wrapper {
	width: 65%;
}

.select-shipping__forms-summary {
	width: 34%;
	position: absolute;
    right: 0;
    border: 1px solid black;
    padding: .5rem;
    margin-top: 1rem;
    text-align: center;
}

.select-shipping__forms-summary img {
	max-height: 80px
}

.select-shipping__quote-title{
	font-size: 1.3rem;
}

.select-shipping__forms-summary-delivery-date {
	font-weight: bold;
	color: #c66b3e !important;
}

.select-shipping__forms-summary-total,
.select-shipping__forms-free-text {
	font-weight: bold;
}

.select-shipping__single-form--origin,
.select-shipping__single-form--destiny {
	float: left;
	width: 100%;
	padding: .5rem;
	margin-bottom: 1rem;
}

.select-shipping__factura-btn {
	margin: 2rem 0;
	overflow: hidden;
	width: 100%;
}

.factura-block {
	float: left;
	width: 100%;
	margin-bottom: 1rem;
}

.factura-switch {
	width: 60px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background: #939598;
	display: inline-block;
	margin-right: 1rem;
	border-radius: 18px;
}

.factura-switch.active {
	width: 60px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background: #95cb92;
	border-radius: 18px;
}

.factura-switch.active .square{
	width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #5c5c5d;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 18px;
}
/*
.factura-switch .square{
	width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #5c5c5d;
    position: absolute;
    top: 0;
    right: 0;
	border-radius: 18px;
}

.select-shipping__confirm-modal-wrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
}
*/
.select-shipping__confirm-modal {
	width: 90%;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: white;
    border-top: 20px solid black;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}

.select-shipping__confirm-modal button {
	border: none;
	padding: .5rem 2rem;
	color: white;
	background-color: #95cb92;
	font-size: 1.3rem;
	border-radius: 6px;
	cursor: pointer;
}

.select-shipping__result-description {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: .6rem;
    line-height: 1;
    color: #8a8888;
}

@media only screen and (min-width: 768px) {
	.select-shipping__tabs button,
	.select-shipping__tabs button:hover,
	.select-shipping__tabs button:active {
		font-size: 1.2rem;
	}

	.select-shipping__result-location {
		width: 35%;
	}

	.select-shipping__location--origin,
	.select-shipping__location--destiny {
		width: 50%;
		float: left;
		height: 100%;
	}

	.select-shipping__price-text {
		font-size: 2rem;
	}

	.select-shipping__result-days {
		padding: .5rem;
		font-size: 14px;
	}

	.select-shipping__result-days h3{	
		font-size: 2.7rem !important;
		line-height: 1.2em !important;
	}

	.select-shipping__result-days label{
		margin-top: -5px;
	}

	.select-shipping__result-image {
		width: 20%;
	}

	.select-shipping__result-price {
		width: 20%;
	}

	.select-shipping__result-select {
		width: 10%;
	}

	.select-shipping__selected-active,
	.select-shipping__selected-inactive {
		text-align: center;
	    font-size: 3rem;
	    padding: 1.7rem 0 0;
	}

	.select-shipping__single-form--origin,
	.select-shipping__single-form--destiny{
		width: 100%
	}

	.select-shipping__location--origin {
		display: block;
	}

	.select-shipping__confirm-modal {
		width: 60%;
	}

	.select-shipping__summary-packages,
	.select-shipping__summary-location {
	    float: left;
	    width: 30%;
	}

	.select-shipping__result-days {
		width: 15%;
		float: left;
		background: #cfcfd0;	
		text-align: center;
		padding: 1.5rem .5rem;
		height: 100%;
	}

	.select-shipping__location-icon {
		display: block;
	}

	.select-shipping__result-description {
		position: absolute;
	    bottom: 5%;
	    left: 50%;
	    font-weight: bold;
	    color: #8a8888;
	    width: 100%;
	    transform: translateX(-50%);
	}

	.select-shipping__location-data {
		width: 80%;
	    float: left;
	    height: 100%;
	    padding-top: 1.8rem;
	    padding-left: .3rem; 
	    font-size: 14px;
	} 

	.select-shipping__price-currency {	
		font-size: 14px;
	}
}

/**/
.pkt-quoting__shipment-labels {
	margin-top: 0;
    background: white;
    padding: .3rem;
}

.pkt-quoting__shipment-labels label {
	margin-right: .5rem;
}


.pkt-quoting__shipment-labels label input{
	-webkit-appearance: radio !important;
}


input[name="origin-cp"] {
	background-color: #eee !important;
}



