@font-face {
	font-family: 'ETMODULES';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	background: #FDFDFD !important;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 14px;
}

#main-content{
	position: relative;
}

header .et_pb_section_0_tb_header {
    min-height: 0px !important;
}

.et-l.et-l--post{
	display: none;
}

body #page-container #nav-row
{
	background: #fff !important;
	padding-bottom: 1rem !important;
	box-shadow: 0px 5px 10px rgba(0,0,0,.05);
}

img{
	max-width: 100%;
}

h1, h2, h3, h4{
	margin-bottom: 1rem;
}

a.blue-link {
    color: #2f93f3 !important;
	font-weight: 600;
}

p{
	margin-bottom: 1rem;
}

.halo-header{
	padding: 30px 0;
}
.halo-header img{
	width: 118px;
}

.contained{
	width: 1280px;
	max-width: 80%;
	margin: 0 auto;
}

.woocommerce-account header .et_pb_section_0_tb_header {
	min-height: 0;
}

.account-container *, .account-overlay *{
	box-sizing: border-box;
}

.account-container, .account-overlay{
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

.account-container{
	width: 100%;
	max-width: 1280px;
	margin: 50px auto;
}


.account-subcontainer{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 50%;
}
.account-section{
	margin-bottom: 1.5rem;
}
.account-section-header{
	position: relative;
	width: 100%;
}

.account-section-header h2, .account-popup h2{
	font-size: 16px;
	margin-bottom: .5rem;
	font-weight: 600;
}

.push-right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.account-section button, .account-overlay button
{
	background-color: #333;
	color: #fff;
	border-radius: 6px;
	border: 0;
	text-align: center;
	font-weight: 700;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
	transition: opacity .5s;
	/*text-transform: uppercase;*/
}

.account-section button:hover, .account-overlay button:hover{
	background-color: #222;
	color: #fff;
	opacity: .75;
}

.section-spacing{
	margin-bottom: 50px !important;
}


.account-plan{
	max-width: 80%;
	width: 580px;
	margin: 0 auto;
}
.account-plan h3{
	font-size: 15px;
	padding-bottom: 0;
	margin-bottom: .5rem;
	font-weight: 600;
}
.account-plan h3.large{
	font-size: 24px;
}

.account-plan span.plans{
	display: flex;
}

#payment-form label, #change-plan-form label{
	display: inline-block;
	width: 60px;
	cursor: pointer;
}

.account-container *, .account-overlay *{
	font-size: 15px;
	line-height: 1.5em;
}
.account-plan .plan{
	display: flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 12px;
	margin: .5rem 0;
}
.account-plan .plan > div{
	width: 65%;
}
.account-plan .plan > div:nth-child(2){
	text-align: right;
	width: 35%;
}
.account-plan .plan > div:nth-child(2) span{
	display: block;
}

.account-plan span.date{
	font-size: 13px;
	color: #8A8A8A;
}

.account-plan span.date.activated:before{
	content:'•';
	display: inline-block;
	margin: 0 5px;
}


.account-plan .plan h4 {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}
.account-plan .plan h4 img{
	width: 36px;
	margin-right: 10px;
}

/* .account-plan .plan.basic{
	background-color: #e5f7ff;
}
.account-plan .plan.silver{
	background-color: #eaffff;
}
.account-plan .plan.gold{
	background-color: #fff9e3;
} */


.account-personal, .account-billing, .account-alert{
	flex: 0 0 100%;
}

.account-section-container{
	padding: 20px 28px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.05);
}

.account-alert .account-section-container{
	background-color: #cc6363;
	color: #fff;
}
.account-alert .account-section-container h2{
	color: #fff;
}

.account-line{
	/* display: flex; */
	margin: 1rem 0;
}
.account-line h4 {
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: 400;
}
.account-line span.heading{
	font-weight: 600;
	flex: 0 1 auto;
	width: 100px;
	padding-right: 1rem;
}

.account-billing .account-line {
	display: flex;
}
.account-billing .account-line .heading{
	width: 80px;
}

.account-total span{
	display: inline-block;
	vertical-align: top;
	flex: 1 1 auto;
}
.account-line span.halocare-collar{
	text-align: right;
	font-weight: 600;
	width: 49%;
	color: #000;
}

@media(max-width: 990px){
	.account-line span.halocare-collar{
		text-align: left;
		width: 100%;
	}
}

.account-line span.bottom-align{
	padding-top: 50px;
}

.account-line .collar{
	margin: 1rem 0;
	background: #eee;
	padding: 1rem;
	border-radius: 12px;
}
.link-grey{
	font-size: 14px;
	color: #8A8A8A;
	text-decoration: underline !important;
}

.text-small{
	font-size: 13px;
}

.text-black{
	color: #424242;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-bold{
	font-weight: 600;
}

.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

.mb-25{
	margin-bottom: .25rem;
}
.mb-50{
	margin-bottom: .5rem;
}
.mb-100{
	margin-bottom: 1rem;
}

.border-bottom{
	border-bottom: 1px solid #acacac;
	padding-bottom: 1rem;
}

.skip-link{
	color: #8a8a8a;
	/* text-transform: uppercase; */
	margin: 1rem;
	text-decoration: none;
	font-size: .75rem;
}
.back-btn {
	width: 1280px;
	max-width: 80%;
	margin: 0 auto;
}
.back-btn .skip-link{
	margin: 40px 0 0;
	color: #000;
	font-weight: 600;
	text-transform: none;
}
.back-btn .skip-link img{
	position: relative;
	top: 1px;
	width: 12px;
	margin-right: .25rem;
}


.disclaimer{
	color: #8a8a8a;
	font-size: .75rem;
}
.actionable{
	max-width: 480px;
}
@media(max-width: 990px){
	.actionable{
		max-width: 90%;
	}
}

.form{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: .867rem;
}
.form input{
	width: 20px;
}

.form label{
	width: calc(100% - 28px);
	text-align: left;
}
.form button{
	margin: 1rem auto;
}

.white-btn, .yellow-btn, .grey-btn{
	border-radius: 6px;
	border: 0;
	text-align: center;
	font-weight: 600;
	padding: 13px 18px;
	font-size: 14px;
	cursor: pointer;
	transition: opacity .5s;
	text-transform: uppercase;
}

.white-btn{
	background-color: #ffffff;
	border: 1px solid #000;
}
.yellow-btn{
	background-color: #fccf2d;
	box-shadow: 0px 0px 5px #fccf2d;
}
.grey-btn{
	background-color: #e2e2e2;
	box-shadow: 0px 0px 5px #afafaf;
}

.block{
	display: block;
}

.account-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 1000;
	overflow: auto;
}

.account-overlay.active{
	height: 100%;
}

.account-overlay-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index:0;
	background-color: rgba(255,255,255,.7);
	display: none;
}
.active > .account-overlay-bg{
	display: block;
}

.account-care{
	background-color: #fff;
}



.account-care-header, .account-care-content, .account-care-footer{
	padding: 60px 20%;
	text-align: center;
}

@media(max-width: 480px){
	.account-care-header, .account-care-content, .account-care-footer{
		padding: 60px 10%;
	}
}

.account-care-header{
	position: relative;

}

.account-care-header h1{
	font-size: 50px;
	line-height: 1.15;
	color:#595B60;
	margin-bottom: 2rem;
}
header .description{
	margin-top: 2rem
	;font-size: 1.25rem;
	line-height: 1.5;
}

.account-care-content{

}

.account-care-columns{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0;
	max-width: 1440px;
}

.account-care-columns > div{
	width: 50%;
}
.account-care-columns > div p, .account-care-footer h2{
	font-weight: 700;
	color:#595B60;
	font-size: 36px;
	line-height: 1.25;
}

.account-care-columns > div p{
	padding-left: 2rem;
	text-align:left;
}

@media(max-width: 768px){
	.account-care-header h1{
		font-size: 35px;
		line-height: 1.15;
	}
	.account-care-header h1 br, .account-care-footer h2 br{
		display: none;
	}
	.account-care-columns > div{
		width: 100%;
	}
	.account-care-columns > div p, .account-care-footer h2{
		font-size: 24px;
		line-height: 1.25;
	}
	.account-care-columns > div p{
		padding-left: 0rem;
		margin-top:1rem;
	}

	.account-care-columns > div{
		width: 100%;
	}
	.account-care-header .contained, .account-care-content .contained, .account-care-footer .contained{
		max-width: 90%;
	}
	header .description{
		font-size: 1rem;
		line-height: 1.5;
	}
}

.account-care-small{
	font-size: .75rem;
	line-height: 1.5;
}

.yellow-circle-1{
	position: absolute;
	top: -100px;
	right: 10%;
	background-color: #fccf2d;
	border-radius: 50%;
	width: 130px;
	height: 130px; 
	filter: blur(10px);
}

.yellow-circle-2{
	position: absolute;
	bottom: -100px;
	left: 10%;
	background-color: #fccf2d;
	border-radius: 50%;
	width: 200px;
	height: 200px; 
}

.yellow-circle-3{
	position: absolute;
	bottom: -480px;
	right: -200px;
	background-color: #fccf2d;
	border-radius: 50%;
	width: 400px;
	height: 400px; 
}

@media(max-width: 768px){
	.yellow-circle-2{
		left: 0%;
	}

	.yellow-circle-3{
		right: -250px;
	}
}

@media(max-width: 480px){
	.yellow-circle-1{
		top: 40px;
		right: -60px;
		width: 100px;
		height: 100px; 
	}
	.yellow-circle-2{
		left: -11%;
		bottom: -120px;
		width: 100px;
		height: 100px;
	}

	.yellow-circle-3{
		right: -150px;
		width: 200px;
		height: 200px;
	}
}

.account-care-content h2 img{
	width: 320px;
	max-width: 100%;
}

.account-care-footer{
	background-color: #f9f9f9;
}

.account-plans, .account-care{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width:100%;
	z-index:999;
	background: #FDFDFD;
	display: none;

	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
}

.account-plans h1, .account-care h1{
	margin-bottom: 1rem;
}

.account-plans.active, .account-care.active{
	display: block;
}
.account-plans p{
	font-size: 14px;
	margin-bottom: 1rem;
}

.account-plans .halo-header, .account-plans-footer{
	background-color: #fff;
}

.account-plans-header, .account-plans-content, .account-plans-footer{
	padding: 40px 10%;
	text-align: center;
}

@media(min-width: 1366px){
	.account-plans-header, .account-plans-content, .account-plans-footer{
		padding: 40px 10%;
		max-width: 1300px;
		margin: 0 auto;
	}
}

@media(max-width: 768px){
	.account-plans-content{
		padding-bottom: 200px;
	}
	.account-plans-footer{
		position: fixed;
		bottom: 0;
		box-shadow: 0 0px 10px rgba(0,0,0,.25);
	}
}

.account-plans .plans{
	display: flex;
	flex-wrap: wrap;
	padding-top: 1rem;
	margin: 0 -15%;
}

.account-plans .plans .plan{
	width: 31.3%;
	margin-right: 3%;
	background-color: #fff;
	padding: 40px 28px 20px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.account-plans .plan:nth-child(3){
	margin-right: 0
}

@media(max-width: 990px){
	.account-plans .plans .plan{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 40px;
	}
}

.plan ul.basic li, .plan ul.includes li, .plan ul.dincludes li {
  list-style: none;
  line-height: 1.5;
	margin-bottom: .25rem;
}

.plan ul.basic li::before, .plan ul.includes li::before, .plan ul.dincludes li::before {
	position: relative;
	left: -.5rem;
	content: '\e052' !important;
  font-family: 'ETMODULES' !important;
  font-size: 1em !important;
  margin-left: -14px;
}

.info::before{
	content: '\e060' !important;
	font-family: 'ETMODULES' !important;
    font-size: 12px !important;
	color: #ccc;
	font-weight: 100;
}

.account-plans .plan ul.includes, .account-plans .plan ul.dincludes {
	display: none;
}
.account-plans .plan ul.includes {
	margin: 1rem 0;
	padding-bottom: 0;
}

/* .account-plans .plan ul.basic li::before, .plan.basic ul.includes li::before {
    color: #22b0ef;
}
.account-plans .plan.silver ul.includes li::before {
    color: #0ceaea;
}
.account-plans .plan.gold ul.includes li::before {
    color: #fee04d;
} */

.account-plans .plan ul.dincludes li::before  {
    content: '\e051' !important;
	color: #b5b5b5 !important;
}

.account-plans .plan h2{
	margin-bottom: 0;
	font-weight: 600;
}

.account-plans .plan .price{
	font-size: 3.71rem;
	font-weight: 900;
	line-height: 1em;
}

.account-plans .plan.basic .price{
	color: #22b0ef;
}
.account-plans .plan.silver .price{
	color: #0ceaea;
}
.account-plans .plan.gold .price{
	color: #fee04d;
}

.account-plans .plan .daily{
	font-size: 13px;
	font-weight: 200;
	color: #8A8A8A;
}

.account-plans .plan button{
	margin-top: 1rem;
	font-weight: 600;
	min-width: 80%;
}

.account-plans .plan .toggle{
	font-size: 1rem;
	margin-top: 1rem;
	font-weight: 600;
	cursor: pointer;
}
.account-plans .plan .toggle.active::after {
	content: "\32";
    font-family: 'ETMODULES' !important;
}
.account-plans .plan .toggle::after {
	content: "\33";
    font-family: 'ETMODULES' !important;
    font-size: 1.3em;
	position: relative;
	top: 3px;
	display: inline-block;
}

.account-plans .plan .toggle.active + div .includes, .account-plans .plan .toggle.active + div .dincludes{
	display: block;
}

.account-plans .plan .features{
	text-align: left;
	font-size: 13px;
}

.account-plans .plan .description{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 1rem;
}

.account-plans .plan h4{
	margin: 1rem 0 0 ;
	font-weight: 200;
}

.account-plans .plan .monthly{
	display: flex;
	align-items: center;
	margin-top: 1rem;
	font-size: 13px;
	color: #8A8A8A;
}

.account-plans .plan .monthly img{
	width: 22px;
	margin-right: .5rem;
}

.terms-label{
	display: block;
	margin-bottom: 1rem;
}

input:checked + .terms-label2::before {
	content: "\4e";
	background-color: #2f93f3;
}

.terms-label2::before {
    content: "";
    color: #fff;
    font-family: 'ETMODULES' !important;
    width: 14px;
    height: 15px;
    display: inline-block;
    margin-right: .5rem;
    background-color: #ccc;
    border-radius: 4px;
    position: relative;
    top: 3px;
    line-height: 18px;
}

.account-popup{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:1;
	transform: translate(-50%, -40%);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	padding: 30px;
	border-radius: 12px;
	background-color: #fff;
	width: 500px;
	max-width: 85%;
	display: none;
	opacity: 0;
	transition: none;
}
.account-popup.active{
	display: block;
	opacity:1;
	transform: translate(-50%, -50%);
	/* transition: all .5s .1s cubic-bezier(0.215, 0.610, 0.355, 1.000); */
	animation: fade_in_small 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.account-popup-return-selection.active, .account-popup-warranty-selection.active, .account-popup-warranty-shipping.active{
	transform: translate(-50%, 0%);
	animation: fade_in_large 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.account-popup-return-resolve, .account-popup-return-resolve-success{
	width: 550px;
}

@keyframes fade_in_small {
     0% {
		transform: translate(-50%, -40%);
        opacity: 0;
     }
     100% {
		transform: translate(-50%, -50%);
        opacity: 1;
     }
}

@keyframes fade_in_large {
	0% {
	   transform: translate(-50%, 10%);
	   opacity: 0;
	}
	100% {
	   transform: translate(-50%, 0%);
	   opacity: 1;
	}
}

@keyframes fade_in_rma {
	0% {
	   transform: translateX(-50%);
	   top: 150px;
	   opacity: 0;
	}
	100% {
	   transform: translateX(-50%);
	   top: 50px;
	   opacity: 1;
	}
}

.account-popup input{
	width: 100%;
	margin-bottom: .5rem !important;
	border-radius: 4px !important;
	padding: 4px !important;
	border: 1px solid #bcbcbc !important;
}
.account-popup select{
	border: 1px solid #bcbcbc !important;
	border-radius: 4px !important;
	width: 100%;
	margin-bottom: .5rem;
	padding: 4px !important;
}
.account-popup textarea{
	border: 1px solid #bcbcbc !important;
	border-radius: 4px !important;
	width: 100%;
}
.account-popup input.error, .account-popup select.error, .account-popup textarea.error{
	border: 1px solid #f55b78 !important;
}
.account-popup input.plan{
	display: none;
}
.understate{
	color: #a8a8a8;
	font-size: 13px;
}
.understate a{
	color: #2593ef;
}
.MyCardElement{
	margin-bottom: 1rem;
}


.alert{
	position: relative;
	display: flex;
	align-items: center;
	background-color: #face2c;
	padding: 20px 28px;
	border-radius: 12px;
	margin-bottom: 1rem;
}
.alert > div{
	width: 50%;
}
.alert > div ul {
  padding-bottom: 0;
}
.alert h3{
	font-size: 16px;
	color: #fff;
}
.alert p,  .alert ul li{
	font-size: 11px;
	line-height: 1.5em;
	font-weight: 600;
	color: #000;
}
.alert button{
	color: #fff;
	background-color: #000;
}

.congrats{
	position: relative;
	display: flex;
	background-color: #fff;
	padding: 20px 28px;
	border-radius: 12px;
	text-align: center;
	justify-content: center;
}


.et-menu > li{
  padding: 10px 5px 0;
  border-radius: 10px 10px 0px 0px;
}
.et-menu > li.menu-item-has-children:hover{
  background-color: #eee !important;
}
.et-menu > li.menu-item-has-children a{
  padding-right: 0px;
}
.et-menu > li.menu-item-has-children a::after{
  display: none;
}
.et_pb_menu_0_tb_header.et_pb_menu .et-menu li.menu-item ul{
  margin-left: 0rem;
  border:0 !important;
  border-radius: 0 10px 10px 10px;
  box-shadow: none; 
  background-color: #eee !important;
  z-index:-1;
}
.et-menu li ul li{
  padding: 0 0 0 12px;
}

.et-menu li li a{
  padding:0 !important;
}
.et-menu li li a:hover{
  background: 0 !important;

}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.lock-bg {
	position: fixed;
	overflow: hidden;
}

.halocare-modal img{
	width: 185px;
}

.halocare-modal a{
	color: #2c85e2;
}

.halocare-modal h2{
	padding-bottom: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}

.halocare-modal h3{
	font-size: 16px;
	margin:0 0 .5rem;
	max-width: calc(100% - 54px);
}

.halocare-modal button, .account-popup-billing button, .account-popup-cancel button, .account-popup-plan-terms button, #errorMessage .close, #successMessage .close{
	border-radius: 6px;
	border: 1px solid;
	padding: 10px 16px;
	font-weight: 600;
	margin-left: 1rem;
	width: 120px;
}
.account-popup-cancel button, .account-popup-plan-terms button{
	margin-left: 0rem;
}
.account-popup-plan-terms{
	position: fixed;
}
.new-design .btn.current-selector {
	background: #eee;
	pointer-events: none;
}
.account-plans{
	margin-top: 96px;
}
.account-plans .back-btn{
	width: 1360px;
	max-width: unset;
}
.account-plans .back-btn a{
	margin-top: 0;
}
.account-plans .skip-link{
	margin: 0 auto 2rem;
	text-align: center;
}
.halocare-modal button.light, .account-popup-billing button.light, .account-popup-cancel button.light, .account-popup-plan-terms button.light, .account-popup-cancel-care button.light, 
.account-popup-enroll-care button.light, .account-popup-return button.light, .account-popup-return-selection button.light, .account-popup-return-country button.light,.account-popup-return-link button.light,
.account-popup-warranty button.light, .account-popup-warranty-selection button.light, .account-popup-warranty-shipping button.light, .account-popup-return-resolve button.light, .account-popup-return-resolve-success button.light, .account-popup-halocare-assign-all button.light,
.account-popup-return-warning button.light, .account-popup-warranty-warning button.light{
	border: 1px solid #fac500;
	border-color: #333;
	background-color: #fff;
	color: #333;
	font-weight: 700;
}
.halocare-modal button.dark, .account-popup-billing button.dark, .account-popup-cancel button.dark, .account-popup-plan-terms button.dark, 
.account-popup-return button.dark, .account-popup-return-selection button.dark, .account-popup-return-country button.dark, .account-popup-return-link button.dark, 
.account-popup-warranty button.dark, .account-popup-warranty-selection button.dark, .account-popup-warranty-shipping button.dark, .account-popup-return-resolve button.dark, 
.account-popup-halocare-assign-all button.dark, #errorMessage .close, #successMessage .close, 
.account-popup-return-warning button.dark, .account-popup-warranty-warning button.dark{
	border-color: #fac500;
	background-color: #fac500;
	color: #333;
	font-weight: 700;
	margin-left: .75rem;
}

#errorMessage .close, #successMessage .close{
	margin-left: 0;
}

.account-popup-warranty-shipping .main-form {
	display: flex;
	flex-wrap: wrap;
}

.account-popup-warranty-shipping .main-form > div{
	width: 50%;
}
@media(min-width: 561px){
	.account-popup-warranty-shipping .main-form > div:nth-child(odd){
		padding-right: .65rem;
	}
	.account-popup-warranty-shipping .main-form > div:nth-child(even){
		padding-left: .65rem;
	}
}

.account-popup-warranty-shipping .main-form > div label{
	font-size: .867rem;
}
.account-popup-warranty-shipping .main-form > div input{
	font-weight: 600;
	margin-top: .5rem;
}
.account-popup-warranty-shipping .main-form > div input:focus{
	border-color: #000;
}

.account-popup-return-link{

}
.account-popup-return-link .main-form > div:not(:last-child){
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
.account-popup-return-link .main-form > div > div{
	width: 50%;
}
.account-popup-return-link .main-form > div > div:nth-child(1){
	padding-right: 1.5rem;
}
.account-popup-return-link .main-form > div p{
	font-size: .867rem;
}
.account-popup-return-link .main-form > div input{
	font-weight: 600;
	margin-top: .5rem;
}

.legal p, .legal a, .legal label{
	font-size: .867rem;
}
.legal label{
	margin-left: .25rem;
}
.legal a{
	color: #2c85e2;
	font-weight: 600;
}
.legal p:first-child{

}

.dull{
	color: #999;
}
.icon-error, .icon-warning, .icon-success, .icon-arrow-right {
	position: relative;
	font-size: 48px;
	line-height: 1em;
	margin: 0 auto 1rem;
}
.icon-error, .icon-success {
	width: 50px;
	height: 50px;
}

.icon-error::before, .icon-success::before,
.icon-error::after, .icon-success::after {
	position: absolute;
	top: 0;
	left: 0;
}
.icon-error::after, .icon-success::after {
	content:'';
  	width: 50%;
  	height: 50%;
  	top: 50%;
  	left: 50%;
  	z-index: 1;
  	transform: translate(-50%, -50%);
}


.icon-error::after {
  	background-color: #f55b78;
}
.icon-success::after {
  	background-color: #2f93f3;
}
.icon-error::before {
	content: '\e051' !important;
  	font-family: 'ETMODULES' !important;
  	color: #fbd4db;
  	z-index: 2;
}

.icon-success::before {
	content: '\e052' !important;
  	font-family: 'ETMODULES' !important;
  	color: #e1f0ff;
  	z-index: 2;
}

.icon-arrow-right::before {
	content: '5' !important;
  	font-family: 'ETMODULES' !important;
	font-size: 1.25rem;
  	color: #000;
  	z-index: 2;
	
}

.icon-warning {
	background: #FEEBEF;
	background-image: url('../images/disabled-collar.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.eligible-check{

}
.eligible-options > div{
	flex: 1 1 auto;
}
.eligible-options > div:nth-child(1){
	padding-left: 1.75rem;
	padding-right: 1rem;
}
.eligible-options{
	display: none;
	flex-wrap:wrap;
	width:100%;
	margin-top: .5rem;
}
.eligible > div, .cancel-subscriptions-toggle > label, .ineligible > div{
	display: flex;
	flex-wrap:wrap;
	align-items: baseline;
	padding: 1rem;
	background: #f7f7f7;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.cancel-subscriptions-toggle{
	display: none;
}
.cancel-subscriptions-toggle.active{
	display: block;
}
.cancel-subscriptions-toggle > label{
	margin-top:1rem;
}
.ineligible > div p:first-child{
	font-size: 15px;
	font-weight: 700;
}
.ineligible > div p{
	width:100%;
	padding:0;
	margin:0;
	font-size: .867rem;
}
.ineligible > div:not(:last-child){
	margin-bottom: 1rem;
}
.eligible > div:not(:first-child){
	margin-top:1rem;
}
.eligible > div.error-field{
	color: #f55b78;
	border-color: #f55b78;
}
.eligible > div.active .eligible-options{
	display: flex;
}
.eligible .eligible-options label{
	display: block;
	font-size: .867rem;
	margin-bottom: .25rem;
}
.eligible .eligible-options input, .eligible .eligible-options select{
	display:block;
	width:100%;
	background:#fff;
	border-radius: 6px;
	border:1px solid #ccc;
	padding: .25rem;
}
.eligible .eligible-options input.error, .eligible .eligible-options select.error{
	border-color: #f55b78;
}

.account-popup-warranty-selection .eligible .eligible-options select{
	max-width: 30ch;
}

@media(min-width: 480px){
	.resolve-collar-container{
		max-width: calc(100% - 2rem);
	}
	.resolve-collar-serial{
		width: 25ch;
	}
}

.halocare-modal .intro{
	margin-bottom: 1rem;
	margin-top:1rem;
}

.halocare-modal .btns, .account-popup-billing .btns, .account-popup-cancel .btns, .account-popup-plan-terms .btns,  .account-popup-halocare-assign-all .btns{
	text-align: right;
	margin-top: 1rem;
}

.halocare-modal .automatic{
	position: relative;
	background-color: #fafafa;
	border: 1px solid #e2e2e2;
	padding: 15px;
	border-radius: 12px;
}
.halocare-modal .automatic .switch{
	position: absolute;
	top: 15px;
	right: 15px;
}

.halocare-modal .collar{
	position: relative;
}
.account-line .collar{
	position: relative;
	background: #fafafa;
	padding: 1rem;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
}
.halocare-modal .collar .warning{
	display: none;
}
.halocare-modal .collar .warning.active{
	display: block;
	color: #f55b78;
	font-size: 14px;
	margin-top: .5rem;
}

.halocare-modal .collar .product{
	font-weight: bold;
}

.product.collars.active::after {
  content: '\4c' !important;
	font-family: 'ETMODULES' !important;
	font-size: 12px !important;
	color: #face2c;
	font-weight: 800;
	margin-left: .25rem;
}

.halocare-modal .collar .date{
	display: inline-block;
	color: #999;
	font-size: 13px;
	width:50%;
}
.halocare-modal .collar .date.temp{
	text-align: right;
	width:49%;
}
@media(max-width: 990px){
	.halocare-modal .collar .date,
	.halocare-modal .collar .date.temp{
		text-align: left;
		width:100%;
	}
}

.halocare-modal .collar .switch{
	position: absolute;
	top: 0rem;
	right: 0;
}

.halocare-modal .collar .switch .status{
	position: relative;
	left: -132px;
	display: inline-block;
	width: 124px;
	text-align: right;
	/*max-width: calc(100% - 54px);*/
}

@media(max-width: 990px){
	.halocare-modal .collar .switch .status{
		bottom: -22px;
		left: unset;
	}
}

.halocare-modal .collar .activate, .collar .unavailable{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
}
.halocare-modal .collar.disabled{
	opacity: .5;
}

.halocare-modal .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.halocare-modal .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.halocare-modal .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.halocare-modal .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.halocare-modal input:checked + .slider {
  background-color: #2c85e2;
}

.halocare-modal input:focus + .slider {
  box-shadow: 0 0 1px #2c85e2;
}

.halocare-modal input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.halocare-modal .slider.round {
  border-radius: 34px;
}

.halocare-modal .slider.round:before {
  border-radius: 50%;
}

#processing, #errorMessage, #successMessage{
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display: none;
	width: 250px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	z-index: 1000;
	text-align: center;
}
#processing{
	padding: 1rem;
}
#errorMessage, #successMessage{
	width: 500px;
	max-width: 85%;
}
/*#processing::before{
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}*/
#processing.active, #errorMessage.active, #successMessage.active{
	display: block;
}

.account-line .collar .product > span {
    width: 200px;
    word-break: break-all;
}
.account-line .redeemed{
	font-weight: 400;
	margin-left: 1rem;
	font-size: 12px;
}
@media(max-width: 768px){
	.account-line .redeemed{
		display: block;
		margin-left: 0;
	}
}

.spinner {
  margin: 1rem auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #666;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.info {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  font-weight: 400;
  z-index: 10;
}

/* Tooltip text */
.info .tooltiptext {
  	visibility: hidden;
  	background-color: rgba(0,0,0,.8);
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
 
  	/* Position the tooltip text - see examples below! */
  	position: absolute;
  	z-index: 1;
  
  	width: 280px;
  	bottom: 100%;
  	left: 50%;
  	margin-left: -140px;
	font-size: 12px;
	padding: .75rem;
}

.info .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.info:hover .tooltiptext {
  visibility: visible;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


.account-plan{
	margin:  0 1.5rem;
	max-width: unset;
	width: calc(100% - 3rem);
}

.collar-module{
	margin-bottom: 1rem;
}

.rounded-box{
	background: #fafafa;
	padding: 1rem;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
}

.collar-module-holder{
	display: flex;
	flex-wrap: wrap;
}
.collar-module-holder:not(.solo):nth-child(1) > div{
	margin-bottom: .75rem;
	padding-bottom: .75rem;
}
.collar-module-holder:not(.solo):nth-child(1) > div:nth-child(2), .collar-module-holder:not(.solo):nth-child(1) > div:nth-child(3){
	border-bottom: 1px solid #e9e9e9;
}
.collar-module-meta, .collar-module-care, .collar-module-nocare{
	width: calc(100% - 100px);
}
.collar-module-img{
	padding-right: 1rem;
}
.collar-module-img, .collar-module-price{
	width: 50px;
}
.collar-module-price > span{
	font-size: 14px;
	color: #8a8a8a;
	text-transform: uppercase;
	font-weight: 400;
}
.collar-module-nocare-pill{
	color: #fff;
	background: linear-gradient(90deg, #227eda 0%, #76bbf7 100%);
	padding: .5rem 1rem;
	border-radius: 24px;
	display: inline-block;
	width: auto;
}

.enroll-care-btn{
	color: #fff;
	text-decoration:underline;
	font-weight: 600;
}

.cancel-care-btn {
	color: initial;
	color: #8A8A8A;
}

.plan-details{
	display:flex;
}
.plan-details-name  h4{
	font-weight: 700;
	text-transform: none;
	color: #000;
	font-size: 1.25rem;
}


h4.subcategory{
	width: 50%;
	font-size: 13px;
	font-weight: 600;
	color: #8A8A8A;
	text-transform: uppercase;
}

#cancel-care-form .error, #enroll-care-form .error, .account-popup-halocare-assign-all .error {
	display:none;
	position: relative;
	font-size: 12px;
	padding: .5rem;
	border-radius: 12px;
	margin-top: -.5rem;
	margin-left: -1rem;
	margin-bottom: 1rem;
}
#enroll-care-form .error{
	margin-top: .25rem;
}
#enroll-care-form .error::after{
	display: none;
}
.account-popup-return .error{
	margin-top: .5rem;
}
#cancel-care-form .error.active, #enroll-care-form .error.active, .account-popup-return .error.active, .account-popup-halocare-assign-all .error.active {
	display:block;
}
.error::before {
	content: '\e061';
	font-family: 'ETModules';
	color: #f55b78;
	margin: 0 .35rem 0 .5rem;
	position: relative;
	top:1px;
	font-size: 14px
}
.error::after {
	content: '';
	width: 8px;
	height: 9px;
	position: absolute;
	top: -6px;
	left: 17px;
	background-color: #fafafa;
	z-index: 0;
	border-top: 1px solid #e9e9e9;
	transform: rotate(45deg);
	border-left: 1px solid #e9e9e9;
}
label.error {
	color: #f55b78;
}
label.error::before {
	content:'';
	display: none;
}
.simple-error, .comment-error-message{
	color: #f55b78;
	font-size: .867rem;
}
.simple-error a{
	color: #f55b78;
	font-size: inherit;
}
.simple-error:first-letter{
	text-transform: capitalize
}
.comment-error-message{
	display: none;
	margin-top: .25rem;
}
.comment-error-message.active{
	display: block;
}
#care-stats{
	display: flex;
}
#care-stats div:nth-child(1){
	margin-right: 1rem;
}
#care-stats span{
	float: right;
	font-weight: 600;
	color: #000;
	margin-left: .5rem;
}

.alert div:nth-child(2) {
  text-align: right;
}

.dogpark-btn{
	display: flex;
	align-items: center;
	background-color: #fff8df;
	padding: 1rem;
	border-radius: 6px;
	border: 1px solid #f9c91f;
	margin-top: 1rem;
	color: #000;
	width:100%;
	font-weight: 700;
}

.grey-tone {
  background: #f2f2f2;
  border-top: 1px solid #eee;
}
.account-overlay .grey-tone *{
  font-size: .867rem;
}

.account-popup-return, .account-popup-warranty,
.account-popup-return-selection, .account-popup-return-country, .account-popup-warranty-selection,
.account-popup-warranty-shipping, .account-popup-return-link {
  padding: 0;
  width: 650px;
  border: 1px solid #eee;
  box-shadow: none;
  overflow: hidden;
}

.account-popup-second-chance, .account-popup-second-chance-schedule {
	width: 600px;
}
.account-popup-second-chance .content{
	padding: 2rem;
}

.account-popup-return-selection, .account-popup-warranty-selection, .account-popup-warranty-shipping{
	transform: translate(-50%, 0%);
	top: 50px;
}

.account-popup-return a,.account-popup-return-selection a, .account-popup-return-country a, 
.account-popup-warranty a, .account-popup-warranty-selection a, #returnNone a{
	color: #2c85e2;
	font-weight: 600;
	font-size: inherit;
}

.account-popup-return > div,
.account-popup-warranty > div,
.account-popup-return-selection > div,
.account-popup-return-country > div,
.account-popup-warranty-selection > div,
.account-popup-warranty-shipping > div,
.account-popup-return-link > div{
  padding: 30px;
}
.account-popup-return > div:nth-child(1),
.account-popup-warranty > div:nth-child(1){
  text-align: center;
  padding: 30px 60px;
}

.resolve-options{
	display: flex;
	width: 100%;
	margin-top: .5rem;
}

.resolve-options input{
	display: inline-block;
	width: auto;
	margin-right: .5rem;
	margin-bottom: 0 !important;
}
.resolve-label{
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
}
.resolve-label-secondary{
	display: block;
	font-weight:normal;
	font-size: .75rem;
}
.resolve-chosen > label, .resolve-ignored > label{
	display:flex;
	height: 100%;
	align-items: center;
}
.resolve-chosen, .resolve-ignored{
	display: block;
	flex: 1 1 auto;
	height: 3rem;
	padding: .5rem;
	border-radius: 6px;
}
.resolve-chosen{
	background: #eefee0;
	border: 1px solid #88d544;
}
.resolve-ignored{
	background:#fff;
	border: 1px solid #ccc;
	margin-left:.5rem;
}

.faux-check {
	position: relative;
	top:2px;
	width: 14px;
	height: 14px;
	content: '';
	background: transparent;
	display: inline-block;
	border: 2px solid #aaa;
	border-radius: 2px;
	margin-right: .5rem;
  }
  
  input:checked + .faux-check {
	background: #2c85e2;
	border-color: #2c85e2;
  }
  input:checked + .faux-check::before {
	content:'';
	display: block;
	width: 6px;
	height:3px;
	position: absolute;
	top: 2px;
	left: 1px;
	border: 2px solid #fff;
  	border-top: none;
  	border-right: none;
	transform: rotate(-45deg);
  }
  .error-field .faux-check {
	border-color: #f55b78;
  }
  .error-label{
	color: #f55b78;
  }
  .error-label .faux-check{
	border-color: #f55b78;
  }

.account-popup-return .btns, .account-popup-warranty .btns, .account-popup-return-link .btns,
.account-popup-return-selection .btns, .account-popup-return-country .btns, .account-popup-warranty-selection .btns, .account-popup-warranty-shipping .btns, .account-popup-return-resolve .btns {
  text-align: right;
  margin-top: 1rem;
}

.account-popup.account-popup-return h2, .account-popup.account-popup-warranty h2, .account-popup.account-popup-return-link h2,
.account-popup.account-popup-return-selection h2, .account-popup.account-popup-return-country h2, .account-popup.account-popup-warranty-selection h2, .account-popup.account-popup-warranty-shipping h2, .account-popup.account-popup-return-resolve h2, .account-popup.account-popup-return-resolve-success h2{
  font-size: 24px;
  margin-bottom: 0;
}

.account-popup-warranty-selection .order-number{
	display: none !important;
}

@media(min-width: 991px){
	.account-plan{
		display: flex;
		flex-wrap: wrap;
		max-width: calc(100% - 4rem);
		width: 100%;
		margin: 0 auto;
	}
	.left-column{
		width:  calc(35% - 1.5rem);
		margin-right: 1.5rem;
	}
	.right-column{
		width:  calc(65%);
	}

	.collar-module-meta, .collar-module-care{
		width: calc(100% - 160px);
	}
	.collar-module-img, .collar-module-price{
		width: 80px;
	}
}

@media(max-width: 990px){
	.left-column > div:last-child{
		margin-bottom: 1.5rem;
	}
}

@media(max-width: 560px){
	.account-container *, .account-overlay * {
	  font-size: 13px;
	}
	.account-plan {
	  margin: 0 16px;
	  max-width: unset;
	  width: calc(100% - 32px);
	}
	.account-section-container {
	  padding: 20px 16px;
	}
	h4.subcategory{
		width: 100%;
	}
	h4.subcategory a{
		display: block;
	}
	.collar-module-img, .collar-module-price {
	  width: 60px;
	}
	.collar-module-meta, .collar-module-care {
	  width: calc(100% - 120px);
	}
	.collar-module-nocare{
		width: calc(100% - 60px);
	}
	.collar-module-nocare-pill{
		border-radius: 12px;
	}
	.collar-module-price > span {
	  font-size: 11px;
	}
	.cancel-care-btn{
		white-space: nowrap;
		margin-top: 1.5rem;
	}
	#care-stats{
		flex-wrap: wrap;
	}
	#care-stats div{
		width: 100%;
	}

	#care-stats div:nth-child(1){
		margin-right: 0;
	}
	#care-stats div:nth-child(2){
		margin-top: 8px;
	}

	.alert {
	  	flex-wrap: wrap;
	}
	.alert > div {
	  	width: 100%;
	}
	.alert div:nth-child(2) {
		margin-top: 16px;
	  	text-align: center;
	}
	.icon-error, .icon-warning, .icon-success, .icon-arrow-right {
		font-size: 48px;
	}
	.collar-serial span{
	}
	.halocare-modal img {
	  	width: 150px;
	}
	.halocare-modal h3 {
	  	font-size: 13px;
	}
	.account-line span.heading {
	  	width: 70px;
	}

	h4 + .popup-trigger{
		margin: -.5rem 0 .5rem;
	}

	.info .tooltiptext {
			width: 200px;
	}
	
	.account-plan span.date {
	  	font-size: 12px;
	}

	.account-plan .plan{
		flex-wrap: wrap;
		padding: 0px 0 10px;
	}
	.account-plan .plan .plan-details-dates{
		width: 100%;
		margin-top: 0rem;
	}
	.account-plan span.date,
	.additional-charges{
		font-size: 12px;
		color: #8A8A8A;
	}
	.plan-details-name{
		display: flex;
		flex-wrap: wrap;
	}
	.alert {
	  	padding: 10px 14px 14px;
	}
	.account-popup, .account-popup-second-chance .content{
		padding: 15px;
	}

	#cancel-care-form .error, #enroll-care-form .error {
	  margin-left: 0rem;
	}
	
}

.account-popup.account-popup-second-chance {
	padding: 0;
}
.account-popup.account-popup-second-chance a, .account-popup.account-popup-second-chance p, .account-popup-second-chance-schedule p{
	font-size: .867rem;
}
  
.btn-second-chance-trigger {
	background: #fac500;
	border-radius: 6px;
	padding: .5rem 3rem;
	color: #333;
	display: inline-block;
	font-weight: 700;
}
  
.popup-trigger.btn-second-chance-ignore {
	display: inline-block;
	color: #333;
	font-weight: 700;
}

.btn-second-chance-thanks-btn{
	display: flex;
	align-items: center;
	color: #333;
	background: #fff8de;
	border: 1px solid #fac500;
	padding: 1rem;
	border-radius: 6px;
	margin-bottom: .75rem;
	font-size: .867rem;
	font-weight: bold;
}

.btn-second-chance-thanks-btn:hover {
    background: rgb(250, 197, 0, .3);
}

.btn-second-chance-schedule-btn{
	display: flex;
	align-items: center;
	color: #333;
	background: #f7f9fa;
	border: 1px solid #e6e6e6;
	padding: 1rem;
	border-radius: 6px;
	margin-bottom: .75rem;
	font-size: .867rem;
	font-weight: bold;
}
.btn-second-chance-schedule-btn:hover {
    background: #fff;
}

@media(min-width: 880px){
	.btn-second-chance-schedule-btn-outer{
		display: flex;
		flex-wrap: wrap;
		max-width: 460px;
		margin: 0 auto;
	}
	.btn-second-chance-schedule-btn-container{
		width: 100%;
	}
}

.btn-second-chance-thanks-btn span, .btn-second-chance-schedule-btn span{
	display: block;
	font-size: .867rem;
	width: calc(100% - 36px);
	padding: 0 1rem;
}

.account-popup-second-chance-thanks p, .btn-second-chance-schedule-btn p{
	font-size: .867rem;
}

.btn-second-chance-thanks-btn img, .btn-second-chance-schedule-btn img{
	display: block;
}
.btn-second-chance-thanks-btn img, .btn-second-chance-schedule-btn img{
	width: 20px;
}
.btn-second-chance-thanks-btn img:nth-child(1), .btn-second-chance-schedule-btn img:nth-child(1) {
	width: 24px;
}

.account-popup-warranty-shipping .main-form > div label, 
.account-popup-warranty-shipping .main-form > div input, 
.account-popup-warranty-shipping .main-form > div select,
.account-popup-header-intro,
.account-popup-eligible-instruction,
.account-popup-eligible-instruction span,
.account-popup-ineligible-instruction
.cancel-subscriptions-toggle .dull{
	font-size: .867rem;
}

.account-popup-warranty-shipping-default-email{
	font-weight: 600;
	margin: 1rem 0;
}

.account-popup-return-confirmation-label{
	padding-left: 1.5rem;
}

.account-popup-ineligible-instruction{
	margin-bottom:.5rem;
	font-size: .867rem;
}

.account-popup-eligible-instruction{
	margin-bottom: .5rem;
}

.cancel-subscriptions-toggle .dull{
	margin-bottom: 0;
	margin-left: 1.75rem;
}
.eligible .collar{
	flex-wrap: wrap;
	max-width: unset;
	text-align: left;
}
.return-collar{
	display: inline-block;
	color:#000;
	font-weight:700;
	width: 25ch;
}
.order-number{
	display: inline-block;
	text-align:right;
	flex: 1 1 50%;
	font-size: .75rem;
	font-weight: 600;
}
.rma-popup .popup-trigger{
	font-size: .867rem;
}
.account-popup-return-link .account-popup-header-intro{
	margin: 1rem 0 0;
}

.account-popup-return-resolve-success{
	overflow: hidden;
}
.account-popup-return-resolve-success .grey-tone{
	margin: 30px -30px -30px;
	padding: 30px;
	padding-top: 1rem;
}

#returnNone .account-popup-header-intro, .account-popup-link-success .account-popup-header-intro {
	margin-bottom: 1rem;
}

/* RMA Mobile */
@media(max-width: 560px){
	.eligible-options > div{
		flex: 1 1 100%;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size:10px
	}
	.eligible .eligible-options .collar{
		max-width: 100%;
	}
	
	.eligible-options > div:nth-child(1){
		padding:0;
		margin-bottom:.5rem;
	}
	.account-overlay h2.account-popup-header-headline{
		font-size: 1.25rem;
		line-height: 1.25;
		text-align: left;
	}
	
	.rma-popup {
	  	padding: 0px;
	}

	.rma-popup.active{
		animation: fade_in_rma 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	.rma-popup.active {
		top: 50px;
		transform: translateX(-50%);
	}

	.rma-popup > div:nth-child(1){
	  	text-align: center;
	  	padding: 20px;
	}

	#returnNone > div:nth-child(1){
		padding-bottom: 0px;
  	}

	#returnNone .account-popup-header-intro {
		margin-bottom: 0;
	}

	select[name="reason"] {
		max-width: 100% !important;
	}

	.account-overlay .btns{
		display: flex;
	}
	.account-overlay .btns button{
		min-width: 100px !important;
		padding: .5rem 1rem;
		margin-bottom: .5rem;
		max-width: 130px;
		width: calc(50% - .4rem);
		line-height: 1.15;
	}
	.account-overlay .btns button:nth-child(1){
		margin-right: .5rem;
	}

	.account-popup-warranty-shipping-default-email,
	.account-popup-warranty-shipping .main-form > div{
		text-align: left;
	}
	.account-popup-warranty-shipping .main-form > div{
		width: 100%;
		margin-top: 0 !important;
	}

	.account-popup-return-link .main-form > div > div{
		width:100%;
	}
	.account-popup-return-link .main-form > div > div:last-child{
		margin-bottom: 1rem;
	}

	.grey-tone label{
		display: flex;
		align-items: baseline;
	}
	.grey-tone label .faux-check{
		flex: 0 0 14px;
	}

	.account-popup-return-confirmation-label{
		padding-left: calc(14px + .5rem);
	}

	.resolve-options{
		flex-wrap: wrap;
	}
	.resolve-ignored{
		margin-top: .5rem;
		margin-left: 0;
	}

	.account-popup-warranty > div h2.account-popup-header-headline,
	.account-popup-warranty > div .account-popup-header-intro,
	.account-popup-warranty-success .account-popup-header h2.account-popup-header-headline,
	.account-popup-warranty-failure .account-popup-header h2.account-popup-header-headline,
	.account-popup-warranty-success .account-popup-header-intro,
	.account-popup-warranty-failure .account-popup-header-intro,
	.account-popup-warranty-delinquency .account-popup-header h2.account-popup-header-headline,
	.account-popup-warranty-delinquency .account-popup-header-intro,
	.account-popup-return > div,
	.account-popup-return > div h2.account-popup-header-headline,
	.account-popup-return-success .account-popup-header h2.account-popup-header-headline,
	.account-popup-return-failure .account-popup-header h2.account-popup-header-headline,
	.account-popup-return-success .account-popup-header-intro,
	.account-popup-return-failure .account-popup-header-intro{
		text-align: center;
	}

	.account-overlay .btns button,
	.account-popup-warranty-shipping .main-form > div label,
	.account-popup-warranty-shipping .main-form > div input,
	.account-popup-warranty-shipping .main-form > div select,
	.account-popup-return p, .account-popup-return .grey-tone p, .account-popup-return .grey-tone p a, .account-popup-return .grey-tone label {
		font-size: .75rem;
	}

	.rma-popup .popup-trigger,
	.account-overlay .grey-tone label, .account-overlay .grey-tone p,
	.account-overlay .grey-tone p a, .account-overlay .grey-tone p span,
	.legal p, .legal a, .legal label,
	.account-overlay .account-popup-eligible-text, .account-overlay .account-popup-ineligible-text,
	.account-popup-eligible-instruction, .account-popup-ineligible-instruction,
	.eligible .eligible-options label,
	.account-popup-header-intro, .account-popup-subscriptions, .instructions, .resolve-label,
	.cancel-subscriptions-toggle .dull,
	.account-popup-return-resolve-success .instructions, .account-popup-return-resolve-success .instructions span, 
	.account-popup-return-link .main-form > div > div,
	.ineligible .dull, .simple-error{
		font-size: .75rem;
		margin-left: 0rem;
		text-align: left;
	}
	.account-popup-return-warning .account-popup-header-intro,
	.account-popup-warranty-warning .account-popup-header-intro{
		text-align: center;
	}
	
	h2.account-popup-header-headline.mobile-center, .account-popup-header-intro.mobile-center {
		text-align: center;
	}
	
	.account-popup-warranty-address button{
		font-size: 12px;
	}
	
	

	.account-popup-return-resolve-success .grey-tone{
		margin: 15px -15px -15px;
		padding: 15px;
		padding-top: 1rem;
	}

	.resolve-label-secondary{
		font-size: .65rem;
	}

	.ineligibleList{
		padding: 20px !important;
	}
	.return-collar{
		text-align: left;
		width: 100%;
	}
	.order-number{
		text-align: left;
		flex: 1 1 100%;
	}

	.btn-second-chance-thanks-btn span{
		font-size: .75rem;
	}
}

@media screen and (max-width: 1024px) {
    .account-plans .plan-header{
		height: 28vw;
    }
	.account-plans .plan-header-container {
		height: 100%;
	}
}