.quicklinks {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	-webkit-box-shadow: 0 -2px 10px -3px #1f1e1e24;
	box-shadow: 0 -2px 10px -3px #1f1e1e24;
}
.quicklinks .label {
	font-weight: 400;
	font-size: .7rem;
	color: #888888;
	margin-right: 1rem;
	letter-spacing: .02rem;
	display: none;
}
.quicklinks .text {
	display: block;
	text-align: center;
	font-size: .7rem;
	font-weight: 500;
	position: relative;
	min-width: 5rem;
	padding: .4rem 0;
	cursor: pointer;
}
.quicklinks .text:hover, .quicklinks .text:active, .quicklinks .text:focus {
	background-color: #f1f1f1;
}
.quicklinks .img {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}
.quicklinks .quick-share {
	position: absolute;
	top: -3.5rem;
	width: 16.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	padding: .4rem .2rem;
	border-radius: .2rem;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.22);
	box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.22);
	border: 1px solid #ececec;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.quick-share>div {
	margin: 0 !important;
}
.quicklinks .quick-share>div>span, .quicklinks #quick-share-check {
	display: none;
}
.quicklinks .quick-share a {
	margin-bottom: 0 !important;
}
/* .quicklinks #quick-share-check:checked ~ .quick-share {
            display: flex;
        } */

.quick-share:after, .quick-share:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.quick-share:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 7px;
	margin-left: -10px;
}
.quick-share:before {
	border-color: rgba(128, 128, 128, 0);
	border-top-color: #e8e8e8;
	border-width: 8px;
	margin-left: -11px;
}
.quick-share-main {
	position: relative;
	cursor: pointer;
}
.shareActive {
	display: block !important;
}
@media screen and (min-width: 600px) {
	.quicklinks .label {
		display: block;
	}
}
@media screen and (min-width: 1500px) {
	.quicklinks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: auto;
		top: 45%;
		width: 5.3rem;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 1px solid #d5d5d5;
	}
	.quicklinks .text {
		padding: .7rem 0;
		min-width: 100%;
	}
	.quicklinks .label {
		display: none;
	}
	.quicklinks .quick-share {
		-webkit-transform: translateX(3%);
		-ms-transform: translateX(3%);
		transform: translateX(3%);
		left: 100%;
		top: 1rem;
	}
	.quicklinks>div {
		min-width: 100%;
	}
	.quick-share:before, .quick-share:after {
		right: 100%;
		left: auto;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.quick-share:before {
		border-color: rgba(128, 128, 128, 0);
		border-right-color: #e8e8e8;
		border-width: 7px;
		margin-top: -8px;
	}
	.quick-share:after {
		border-color: rgba(255, 255, 255, 0);
		border-right-color: #ffffff;
		border-width: 6px;
		margin-top: -7px;
	}
}
@media screen and (min-width: 2000px) {
	.quicklinks {
		top: auto;
		bottom: 0;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: revert;
		flex-direction: revert;
		-webkit-transform: translateY(3%);
		-ms-transform: translateY(3%);
		transform: translateY(3%);
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		border: none;
	}
	.quicklinks .text {
		padding: .4rem 0;
		min-width: 5rem;
	}
	.quicklinks .label {
		display: block;
	}
	.quicklinks .quick-share {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		top: -2rem;
	}
	.quicklinks>div {
		min-width: 5rem;
	}
	.quick-share:after, .quick-share:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.quick-share:after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 7px;
		margin-left: -10px;
	}
	.quick-share:before {
		border-color: rgba(128, 128, 128, 0);
		border-top-color: #e8e8e8;
		border-width: 8px;
		margin-left: -11px;
	}
}

.bottom-cta {
	box-shadow: 0 -2px 15px -5px #b5b5b5;
	z-index: 9999;
}

#botCta {
	max-height: 10rem;
	overflow: hidden;
}
#botCta.expanded{
	max-height: 50rem;
}
#botCta.expanded .deflate,
.expanded .ctaOpen {
	display: none;
}
#botCta.expanded .inflate,
.expanded .ctaClose {
	display: flex;
	margin: 0;
}

@media screen and (min-width: 992px) {
	#botCta {
		max-height: 5.5rem;
	}
	#botCta.expanded{
		max-height: 15rem;
	}
}

@media screen and (min-width: 1192px) {
	#botCta {
		max-height: 5.5rem;
	}
	#botCta.expanded{
		max-height: 12rem;
	}
}


/* Klaviyo offer form */
.kgtZbf.kgtZbf {
	flex-direction: column !important;
}
.Row__FormRow-sc-17nghml-0 {
	margin-top: 20px !important;
}
.Button__FormStyledButton-p2mbjt-0 { 
	width: 100% !important;
}
@media screen and (min-width: 992px) {
	.kgtZbf.kgtZbf {
		flex-direction: row !important;
	}
	.Row__FormRow-sc-17nghml-0 {
		margin-top: 0 !important;
	}
	.TextInput__FormStyledTextInput-sc-1o6de9f-0 {
		border-top-left-radius: 50px !important;
		border-bottom-left-radius: 50px !important;
		padding: 5px 25px!important;
		height: 46px !important;
	}
	.Button__FormStyledButton-p2mbjt-0 {
		padding: 15px 20px !important;
		border-radius: 0 !important;
		border-top-right-radius: 50px !important;
		border-bottom-right-radius: 50px !important;
		overflow: hidden !important;
	}

	.promo.rounded-sm .TextInput__FormStyledTextInput-sc-1o6de9f-0 {
		border-radius: 0 !important;
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}

	.promo.rounded-sm .Button__FormStyledButton-p2mbjt-0 {
		border-radius: 0 !important;
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
}
