.warranties {
	align-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f5f1f1;
    border-top: 1px solid #f5f1f1;
    margin-bottom: 15px;
    padding: 18px 0 !important;
	background-color: #FFF;
    box-sizing: border-box;
    display: inline-flex;
    float: left;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 18px 0;
    width: 100%;
}
.warranties-textBox {
	box-sizing: border-box;
	width: 43%;
}
.warranties-title {
	color: #0072CE;
	font-size: 17px;
	width: 100%;
}
.warranties-text {
	color: #333;
	font-size: 14px;
	margin-left: 4px;
	margin-top: 5px;
	width: 100%;
}
.warranties-checkBox {
	align-content: space-between;
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: row-reverse;
	float: right;
	width: 50%;
}
.warranties-option {
	align-content: stretch;
	box-shadow: 1px 1px 11px #e8e8e8;
	color: #333;
	display: flex;
	flex-flow: row wrap;
	font-size: 15px;
	justify-content: flex-end;
	margin-left: 10px;
	min-width: 33%;
	overflow: hidden;
	padding: 10px;
}
.warranties-logo {
	float: left;
    margin-right: 3px;
    margin-top: -2px;
    min-width: 17px;
    min-height: 10px;
}
.__wNormal {
	border: solid 1px #ECECEC;
}
.__wSelected {
	border: solid 1px #0072CE;
}
.warranties-showMore {
	/*background-color: #EFEFEF;*/
	cursor: pointer;
	margin-left: 2%;
	max-width: 34px;
	/*padding: 9px 7px;*/
	width: 4%;
}
.warranties-showMore:hover {
	color: #F2F2F2;
}
/********** Estilos check ****************/
.warranties-check {
	box-sizing: border-box;
	display: none;
	margin-left: -30% !important;
	width: 30%;
}
.warranties-label:before {
	content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 2px solid #EFEFEF !important;
}
.loadWa {
	margin: 20px 0 0 0;
    overflow: hidden;
    width: 100%;
}
input[type=checkbox]:checked + .warranties-label:before {
	color: #0072CE;
    content: "\f00c";
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 1.3em;
    padding-left: 0em;
}
.warranties-label {
	box-sizing: border-box;
	width: 85px;
	padding-left: 20%;
	position: relative;
	text-align: right;
}
.warranties-price {
	box-sizing: border-box;
	width: 70px;
	text-align: left;
}
/********** fin estilos check ****************/
.modal-warranties {
	width: 650px;
}
.warranties_mobileLink:hover {
	text-decoration: none;
}
/**** modificador modal ****/
.modal .modal-body {
	box-sizing: border-box;
	overflow: hidden;
    padding: 47px 55px 47px 55px !important;
}
.modal-content .close-btn {
    top: 10px;
    right: 10px;
    background: #0072ce;
}
/**** fin modificador modal****/
@media (max-width: 719px){
	.warranties {
		display: block;
		position: relative;
	}
	.warranties-textBox {
		width: 100%;
	}
	.warranties-option {
		box-shadow: 1px 1px 11px #e8e8e8;
		display: inline-flex;
		justify-content: flex-start;
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}
	.warranties-checkBox {
		float: left;
		width: 100%;
	}
	.warranties-label {
		align-items: center;
		display: flex;
		padding-left: 38px;
		text-align: left;
	}
	.warranties-showMore {
		float: left;
	    margin-right: 0;
	    margin-top: 18px;
	    position: absolute;
	    padding: 0 2px;
	    right: 0;
	    top: 0;
	    width: 27px;
	}
	.modal-warranties {
		width: 100%;
	}
	.modal .modal-body {
        padding: 25px 13px 13px 13px !important;
    }
}
/******* estilos opcion b ********/
.warranties-titleB {
    color: #333;
    font-size: 15px;
    width: 100%;
}
.warranties-textB {
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
}
.warranties-labelB {
	box-sizing: border-box;
	font-size: 13px;
	padding-left: 20%;
	position: relative;
	text-align: right;
	width: 85px;
}
.warranties-price {
	box-sizing: border-box;
    text-align: right;
    width: 70px;
}
.__triple {
	font-size: 13px;
}
.warranties-optionB {
	align-content: stretch;
	box-shadow: 1px 1px 11px #e8e8e8;
	color: #333;
	cursor: pointer;/* agregado */
	display: flex;
	flex-flow: row wrap;
	font-size: 15px;
	justify-content: flex-end;
	margin-left: 10px;
	max-width: 104px;/* agregado */
	min-width: 30%;
	overflow: hidden;
	padding: 10px;
}
.warranties-textBoxB {
    box-sizing: border-box;
    width: 35%;
}
.warranties-checkBoxB {
    align-content: space-between;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;/*cambiar para la nueva funcionalidad*/
    float: right;
    justify-content: flex-end;/*agregado*/
    width: 65%;
}
.warranties-showMoreB {
	align-items: center;
    /*background-color: #EFEFEF;*/
    cursor: pointer;
    display: none;/*flex*/
    height: 28px;
    margin-left: 2%;
    max-width: 34px;
    padding: 0 2px;
    width: 5%;
}
.warranties-linkB {
	width: 100%;
}
.warranties-linkB:hover {
	cursor: pointer;
	text-decoration: underline;
}
.warranties-titleB a:hover{
	text-decoration: none !important;
}
.warranties-labelB:before {
	content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    /*bottom: 1px;*/
    background-color: #fff;
    border: 2px solid #EFEFEF !important;
}
.__inputB:checked + .warranties-labelB:before {
	color: #0072CE;
    content: "\f00c";
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 1.3em;
    padding-left: 0em;
}
@media (max-width: 719px){
	.warranties-textBoxB {
	    box-sizing: border-box;
	    margin-bottom: 15px;
	    width: 100%;
	}
	.warranties-checkBoxB {
	    align-content: space-between;
	    box-sizing: border-box;
	    display: flex;
	    flex-direction: column-reverse;
	    float: right;
	    width: 100%;
	}
	.warranties-optionB {
		/*border: none;
		box-shadow: none;*/
		justify-content: flex-start;
		margin-bottom: 12px;
		margin-left: 0;
		padding: 14px;
		max-width: 100%;
	}

	.warranties-labelB {
		align-items: center;
		display: flex;
		padding-left: 38px;
		text-align: left;

	}
	.warranties-showMoreB {
		height: 27px;
		margin-top : 18px;
		position: absolute;
		right: 0;
		top: 0;
		width: 27px;
	}
	.warranties-labelB:before {
		height: 21px;
		top: inherit;
		width: 21px;
	}
	.__inputB:checked + .warranties-labelB:before {
		font-size: 14px;
	}
}
/******* fin estilos opcion b ********/
/******** modificación a contenedor de metodos de envio **************/
.prod-info .shippingMetBox {
    padding: 20px 0;
    margin-top: 0;
    border-top: none;
}
/******** fin modificación a contenedor de metodos de envio **************/