#support_repair_product {
    font-family: '__Montserrat_5';
    line-height: 26px;
}.support_div:nth-child(odd) .btn-outline {
    color: #6c757d;
    border-color: #6c757d;
}
.support_div:nth-child(odd) .btn-outline:hover {
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.support_div:nth-child(odd) .btn-outline:disabled {
    color: #6c757d;
    background-color: transparent;
}

.support_div:nth-child(even) .btn-outline {
	color: #f8f9fa;
    border-color: #f8f9fa;
}
.support_div:nth-child(even) .btn-outline:hover {
    color: #fff;
    background-color: rgba(84,84,84,0.5);
    border-color: #f8f9fa;
}
.support_div:nth-child(even) .btn-outline:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

#support_repair_product

.expedite_container {
	width: max-content;
	text-align: left;
}

/* container objects */
#sn_container { margin-bottom: 10rem; }


.warranty_container { display: none; }

#address_container,
#services_container,
#expedite_container,
#payment_container,
#terms_container,
#packaging_container {
	display: none;
	margin-bottom: 10rem;
}

.war_btn { width: 100px; }

/* Terms */
#rma_terms a {
	color: unset;
	font-size: 18px;
	text-decoration: underline;
}

/* Packaaging Container */
.shipinfo_head {
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

.callout { position: relative;	}
.callout_bullet {
    border: 1px solid white;
    border-radius: 8px;
    height: 10px;
    width: 10px;
}
.callout_line { background-color: #ffffff;	}
.callout_line.horizontal { height: 1px;	}
.callout_line.vertical, .callout_line.diag { width: 1px;	}


#return_shipping { position: absolute;	}
#return_shipping .callout_bullet { position: relative;	}
#return_shipping .callout_line.vertical { position: relative;	}
#return_shipping .callout_line.horizontal { position: relative;	}

#shipto { position: absolute;	}
#shipto .callout_bullet { position: relative;	}
#shipto .callout_line.vertical { position: relative;	}
#shipto .callout_line.horizontal { position: relative;	}


/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
	#support_repair_product { font-size: 16px;	}
	.disclaimer { font-size: 14px; }

	#shipinfo { font-size: 12px; }

	#shipping_box_img { margin-top: 10rem;  }

	#return_shipping {
		text-align: left;
		top: 2rem;
		left: 1rem;
	}
	#return_shipping .callout {
		top: -1rem;
		left: 15rem;
	}
	#return_shipping .callout_line.horizontal {
	    width: 5rem;
	    left: -13rem;
	}
	#return_shipping .callout_line.vertical {
	    height: 8rem;
	    left: -13rem;
	}
	#return_shipping .callout_bullet {
		left: -8rem;
		top: -.4rem;
	}


	#shipto {
		text-align: left;
		top: 28rem;
		left: 1rem;
	}
	#shipto .callout {
		top: -22rem;
	    left: -14rem;
	}
	#shipto .callout_line.vertical {
		height: 8rem;
	    left: 16rem;
	    bottom: -2.4rem;
	}
	#shipto .callout_line.horizontal {
		width: 8rem;
	    left: 16rem;
	    top: 2.4rem;
	}
	#shipto .callout_bullet {
		top: 2.7rem;
		left: 24rem;
	}
}

/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
	#support_repair_product { font-size: 22px;	}
	.disclaimer { font-size: 18px; }

	#shipinfo { font-size: 14px; }

	#shipping_box_img { margin-top: 3rem;  }

	#return_shipping {
		text-align: left;
		top: 2rem;
		left: 0;
	}
	#return_shipping .callout {
		top: -1rem;
		left: 17rem;
	}
	#return_shipping .callout_line.horizontal {
	    width: 9rem;
	    left: -13rem;
	}
	#return_shipping .callout_line.vertical {
	    height: 7rem;
	    left: -13rem;
	}
	#return_shipping .callout_bullet {
		left: -4rem;
		top: -.4rem;
	}


	#shipto {
		text-align: left;
		top: 28rem;
		left: 0rem;
	}
	#shipto .callout {
		top: -22rem;
	    left: -4rem;
	}
	#shipto .callout_line.vertical {
		height: 8rem;
	    left: 8rem;
	    bottom: -2.4rem;
	}
	#shipto .callout_line.horizontal {
		width: 14rem;
	    left: 8rem;
	    top: 2.4rem;
	}
	#shipto .callout_bullet {
		top: 2.7rem;
		left: 22rem;
	}
}

/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	#support_repair_product { font-size: 22px;	}
	.disclaimer { font-size: 18px; }

	#shipinfo { font-size: 14px; }

	#shipping_box_img { margin-top: 3rem;  }

	#return_shipping {
		text-align: left;
		top: 2rem;
		left: 0;
	}
	#return_shipping .callout {
		top: -1rem;
		left: 17rem;
	}
	#return_shipping .callout_line.horizontal {
	    width: 13rem;
	    left: -13rem;
	}
	#return_shipping .callout_line.vertical {
	    height: 10rem;
	    left: -13rem;
	}
	#return_shipping .callout_bullet {
		left: 0rem;
		top: -.4rem;
	}


	#shipto {
		text-align: right;
		top: 2rem;
		right: 0rem;
	}
	#shipto .callout {
		top: 6rem;
	    left: -4rem;
	}
	#shipto .callout_line.vertical {
		height: 11rem;
	    left: 13.6rem;
	    bottom: 7.6rem;
	}
	#shipto .callout_line.horizontal {
		width: 6rem;
	    left: 7.6rem;
	    top: 3.4rem;
	}
	#shipto .callout_bullet {
		top: 3.7rem;
		left: 7rem;
	}
}

/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	#support_repair_product { font-size: 22px;	}
	.disclaimer { font-size: 18px; }

	#shipinfo { font-size: 14px; }

	#shipping_box_img { margin-top: 3rem;  }

	#return_shipping {
		text-align: left;
		top: 5rem;
		left: 0;
	}
	#return_shipping .callout {
		top: -1rem;
		left: 17rem;
	}
	#return_shipping .callout_line.horizontal {
	    width: 21rem;
	    left: -13rem;
	}
	#return_shipping .callout_line.vertical {
	    height: 6rem;
	    left: -13rem;
	}
	#return_shipping .callout_bullet {
		left: 8rem;
		top: -0.3rem;
	}


	#shipto {
		text-align: right;
		top: 5rem;
		right: 0rem;
	}
	#shipto .callout {
		top: 6rem;
	    left: -4rem;
	}
	#shipto .callout_line.vertical {
		height: 7rem;
	    left: 13.6rem;
	    bottom: 7.6rem;
	}
	#shipto .callout_line.horizontal {
		width: 13rem;
	    left: 10px;
	    bottom: 10px;
	}
	#shipto .callout_bullet { top: -5px;	}
}

/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
	#support_repair_product { font-size: 22px;	}
	.disclaimer { font-size: 18px; }

	#shipinfo { font-size: 14px; }

	#shipping_box_img { margin-top: 3rem;  }

	#return_shipping {
		text-align: left;
		top: 5rem;
		left: 0;
	}
	#return_shipping .callout {
		top: -1rem;
		left: 17rem;
	}
	#return_shipping .callout_line.horizontal {
	    width: 21rem;
	    left: -13rem;
	}
	#return_shipping .callout_line.vertical {
	    height: 6rem;
	    left: -13rem;
	}
	#return_shipping .callout_bullet {
		left: 8rem;
		top: -0.3rem;
	}


	#shipto {
		text-align: right;
		top: 5rem;
		right: 0rem;
	}
	#shipto .callout {
		top: 6rem;
	    left: -4rem;
	}
	#shipto .callout_line.vertical {
		height: 7rem;
	    left: 13.6rem;
	    bottom: 7.6rem;
	}
	#shipto .callout_line.horizontal {
		width: 13rem;
	    left: 10px;
	    bottom: 10px;
	}
	#shipto .callout_bullet { top: -5px;	}
}