@import url("//s3.amazonaws.com/cratejoy_vendor_images/underclub/booksea-copy-163/css/utility.min.css?ts=1617732789&host=");
@import url("//s3.amazonaws.com/cratejoy_vendor_images/underclub/booksea-copy-163/css/monthly-sales-banner.css?ts=1617732788&host=");
@import url("//s3.amazonaws.com/cratejoy_vendor_images/underclub/booksea-copy-163/css/gift-subscription-circle-button.css?ts=1617732783&host=");
@import url("//s3.amazonaws.com/cratejoy_vendor_images/underclub/booksea-copy-163/css/subscription-card-pair-button.css?ts=1617732784&host=");
@import url("//d3a1v57rabk2hm.cloudfront.net/underclub/booksea-copy-163/css/survey-form/index.css?ts=1617226958&host=");
@import url("//s3.amazonaws.com/cratejoy_vendor_images/underclub/booksea-copy-163/css/floating-button.css?ts=1617732785&host=");
@import url("//s3.amazonaws.com/cratejoy_vendor_images/underclub/booksea-copy-163/css/custom-modal.css?ts=1617732790&host=");

/*==== General Styles ====*/
body {
	font-family: "Brandon Light";
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #221f1f;
}
b,
strong {
	font-family: "Brandon Bold";
}

/*==== Custom Classes ====*/

.alert-container {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 100;
}

.custom-main {
	min-height: calc(100vh - 109px);
  	overflow-x: hidden;
}

.none {
	display: none;
}

.btn {
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

a {
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
.green-bg {
	background: #c6e7ea;
}
.grey-bg {
	background: #f5f6f7;
}
.hero-orange {
	height: 100%;
	width: 100%;
}
.noscroll {
	overflow-y: hidden;
	position: relative;
}

#wrapper {
	height: 100%;
  	
}
.error {
	color: #ff0000;
	font-size: 13px;
	text-align: center;
}

.survey-error-label {
	color: #ff0000;
	font-size: 16px;
}

/*==== Navbar ====*/
.inner {
	padding-top: 74px;
}
.navbar {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	background: white;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.navbar.scrolled,
.inner .navbar {
	background: rgba(255, 255, 255, 1);
}
.top-v-nav {
	margin-top: -5px;
}
.top-v-nav li {
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
}

.top-v-nav li a {
	color: #221f1f;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 18px;
}
.top-v-nav li a:hover {
	font-weight: bold;
}
.logo img {
	margin: auto;
	max-width: 214px;
}
.outer-openNav {
	font-size: 34px;
	line-height: 34px;
	cursor: pointer;
	display: block;
	margin-top: -8px;
}
.openNav span {
	font-size: 20px;
	vertical-align: middle;
	top: -5px;
	position: relative;
	text-transform: uppercase;
}

/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 0;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 100);
	overflow-y: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 10%;
	bottom: 180px;
	max-height: 70%;
	overflow-y: scroll;
}

.overlay-content.menu {
	bottom: 23%;
}

.overlay .cta {
	position: absolute;
	bottom: 40px;
}

/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 34px;
	letter-spacing: 0.15em;
	color: #a7a8ab;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
	color: #221f1f;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 54px;
	line-height: 40%;
	text-align: center;
	letter-spacing: 0;
	color: #221f1f;
}
.overlay .closebtn span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px;
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/*==== Header Carousel ====*/
/*.carousel-inner {
    background: url("//d3a1v57rabk2hm.cloudfront.net/underclub/booksea-copy-163/images/loading.gif?ts=1617226967&host=") center center no-repeat;
}*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.fill {
	background-repeat: no-repeat;
	background-position-y: 0;
	background-position-x: 100%;
	background-size: cover;
	background-attachment: fixed;
}
.carousel-indicators {
	left: 40px;
	margin-left: 0;
	text-align: left;
}
.carousel-indicators li {
	background: #fff;
	border: none;
}
.carousel-indicators .active {
	background: #000;
	border: none;
	width: 10px;
	height: 10px;
	margin: 1px;
}
.carousel-heading {
	position: absolute;
	top: 35%;
	left: 40px;
}
.carousel-heading.right {
	right: 40px;
	left: auto;
}
.carousel-heading h1 {
	font-size: 75px;
	letter-spacing: 0.15em;
	color: #221f1f;
}
.carousel-heading h1 span {
	position: relative;
}
.carousel-heading h1 span:after {
	content: "";
	border-bottom: 3px solid #000;
	position: absolute;
	width: 30px;
	bottom: 0;
	left: 12px;
}
.carousel-caption {
	text-shadow: none;
	color: #221f1f;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}
.carousel-caption .btn {
	color: #221f1f;
	border: 1px solid #221f1f;
	border-radius: 0;
	font-size: 20px;
	letter-spacing: 0.15em;
	padding: 7px 25px;
	margin: 20px 10px 40px 10px;
	background: rgba(255, 255, 255, 0.8);
}

.carousel-caption .btn--primary {
	background: black;
	color: white;
	font-weight: bold;
}
.carousel-description {
	font-size: 24px;
}
.carousel--height {
	height: 88%;
}
.carousel-caption .btn--secondary:hover,
.carousel-caption .btn--secondary:active,
.carousel-caption .btn--secondary:focus {
	background: #ededed;
	color: black;
	box-shadow: none;
}
.carousel-caption .btn--primary:hover,
.carousel-caption .btn--primary:active,
.carousel-caption .btn--primary:focus {
	background: #51565c;
	color: white;
	box-shadow: none;
}
.mob {
	display: none;
}

/*==== Section Styles ====*/
.section-title {
	font-family: "Brandon Bold";
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

/*==== Upgrade U ====*/
#upgrade p {
	font-size: 16px;
	line-height: 38px;
}
#upgrade p.sub-title1 {
	line-height: 1.43;
	letter-spacing: 0.5px;
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 21px;
}
#upgrade .section-title span {
	position: relative;
}
#upgrade .section-title span:after {
	content: "";
	border-bottom: 2px solid #000;
	position: absolute;
	width: 14px;
	bottom: 0;
	left: 1px;
}

/*==== How it works ====*/
#how .media {
	margin: 0;
}
#how .media span {
	line-height: 1.43;
	letter-spacing: 0.5px;
	font-size: 21px;
}
#how .item p {
	line-height: 1.43;
	letter-spacing: 0.5px;
	font-size: 21px;
}

#how .how-title {
	font-family: "Brandon Bold";
}

#how .media .how-title {
	text-align: center;
}

#how .media .how-description {
	font-size: 18px;
	text-align: center;
}

#how .media-object {
	margin: auto;
	max-width: 200px;
}
#how .media-description {
	font-size: 21px;
}

/*==== Plans ====*/
#plans .wrapTab {
	border-radius: 50%;
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: auto;
}
#plans a {
	display: table;
	border-collapse: separate !important;
	border-spacing: 0;
	overflow: hidden;
	margin: auto;
	width: 160px;
	height: 160px;
	background: #daecef;
	border-radius: 50%;
	color: #010101;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 14px;
}

#plans a.btn--rectangular {
	padding: 18px 24px 18px 24px;
	font-size: 18px;
	border-radius: 4px;
	width: auto;
	height: auto;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.15s ease-in-out 0s;
	-webkit-font-smoothing: antialiased;
}

#plans a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#plans a:hover {
	background: #010101;
	color: #fff;
}
#plans a span.duration {
	display: table-cell;
	vertical-align: middle;
}
#plans a span.duration span {
	line-height: 70%;
}
#plans a .price {
	display: none;
}
#plans a:hover .duration {
	display: none;
}
#plans a:hover .price {
	display: inline;
}
#plans p {
	margin-top: 40px;
	line-height: 34px;
}
#plans p.sub-title1 {
	letter-spacing: 0.5px;
	line-height: 1.43;
	font-weight: normal;
	margin: 30px auto;
	font-size: 21px;
	max-width: 555px;
}
#plans p.disclaimer {
	margin-top: 20px;
}
#plans btn1 {
	border-style: none;
	background-color: #fff;
	padding: 0 1em;
}
#plans .section-title {
	margin: 40px auto;
}

/*==== Fall in Love ====*/
#fall p.sub-title {
	font-weight: bold;
	margin-bottom: 60px;
}
.owl-thumb-item {
	width: 16.66%;
	padding: 10px;
	background: transparent;
	border: none;
	text-align: center;
	vertical-align: middle;
}
.owl-thumb-item img {
	max-width: 100%;
	margin: auto;
	max-height: 30px;
	opacity: 0.3;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.owl-thumb-item:focus {
	outline: 0;
}
.owl-thumb-item.active img {
	opacity: 1;
}
.owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	top: 35%;
}
.owl-theme .owl-nav .owl-prev {
	left: 0;
	position: absolute;
}
.owl-theme .owl-nav .owl-next {
	right: 0;
	position: absolute;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #a7a9ac;
	font-size: 14px;
	margin: 5px;
	padding: 4px 0px;
	width: 28px;
	height: 28px;
	background: #f5f6f7;
	border: 1px solid #f5f6f7;
	border-radius: 50% !important;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	border-color: #a7a9ac;
	background: transparent;
	color: #a7a9ac;
}
.owl-dots {
	display: none;
}
.testi-carousel .owl-nav {
	top: 0;
}

.owl-thumbs {
	border-top: 3px solid #f5f6f7;
	padding: 40px;
	margin-top: 40px;
}
.owl-carousel.insta-carousel .owl-stage-outer {
	margin: 0px 20%;
}
.owl-carousel.owl-drag .owl-item img {
	max-width: 150px;
}

/* THIS FIX FOR UNINTENTED SCROLL ON OWL CAROUSELS ONLY WORKING ON ANDROID */
.owl-carousel {
	-webkit-touch-action: pan-y;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

/*==== CTA ====*/
.form {
	background-color: #fff;
	border-bottom: 2px solid #96dcde;
	padding-bottom: 0px;
}
.sform {
	position: relative;
}

.form input[type="email"], .form input[type="tel"] {
	height: 45px;
	background: transparent;
	border: none;
	box-shadow: none;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.form .btn,
.form .btn:active,
.form .btn:focus {
	padding: 0;
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
}
#cta .input-group .form-control {
	padding-left: 0;
}
#cta img.brief {
	border: 10px solid #c3e7ea;
}

/*==== Footer ====*/
.footer {
	font-size: 14px;
	font-weight: bold;
}
.social-nav {
	padding: 0;
}
.social-nav li {
	display: inline-block;
	margin: 12px;
}
.social-nav li a {
	color: #989898;
	font-size: 20px;
	padding: 0;
}
.social-nav li a:hover {
	color: #221f1f;
}
.footer-nav li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 10px;
	border-right: 1px solid #221f1f;
	line-height: 60%;
}
.footer-nav li:last-child {
	border-right: none;
}
.footer-nav li a {
	color: #221f1f;
	font-size: 10px;
}
body.modal-open .modal {
	display: flex !important;
	height: 100%;
}

body.modal-open .modal .modal-dialog {
	margin: auto;
}

.modal-open {
	overflow: visible;
}
.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.3);
	border: none;
  	margin: 0 15px;
}
.modal-content img.heart {
	margin-top: -50px;
	margin-bottom: 30px;
}
.modal-header {
	border: none;
}
.modal .btn-primary {
	text-transform: uppercase;
	margin: 50px auto 30px;
	border: 1px solid #c6e7ea;
	color: #494747;
	background: transparent;
	border-radius: 0;
	padding: 12px 30px;
	font-size: 16px;
}
.modal .btn-primary:hover,
.modal .btn-primary:active,
.modal .btn-primary:focus {
	background: #c6e7ea;
}
.modal-header .close {
	font-size: 54px;
	line-height: 40%;
	text-align: center;
	color: #221f1f;
	opacity: 1;
}
.modal-header .close span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.fill {
		background-attachment: scroll;
	}
}
@media screen and (max-width: 992px) {
	.owl-theme .owl-nav [class*="owl-"] {
		padding: 0;
	}
}
@media screen and (max-width: 1199px) {
	.owl-carousel.insta-carousel .owl-stage-outer {
		margin: 0px 14%;
	}
	.slide1 {
		background-position-x: 60%;
	}
	.slide2 {
		background-position-x: 80%;
		/* background-position-y: 0 !important; */
	}
	.slide3 {
		background-position-x: 1%;
		/* background-position-y: 0 !important; */
	}
	.carousel-heading h1 {
		font-size: 2.5em;
	}
	.carousel-heading h1 span:after {
		content: "";
		border-bottom: 2px solid #000;
		position: absolute;
		width: 24px;
		bottom: 0;
		left: 4px;
	}
}

/* background-position-y fix for Safari */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
	@media screen and (max-width: 1199px) {
		.slide2 {
			background-position-y: 0 !important;
		}
		.slide3 {
			background-position-y: 0 !important;
		}
	}
}
/* background-position-y fix for Firefox */
@-moz-document url-prefix() {
	@media screen and (min-width: 1199px) {
		.slide2 {
			background-position-y: 0 !important;
		}
		.slide3 {
			background-position-y: 0 !important;
		}
	}
}

@media screen and (max-width: 767px) {
	.white-bg-mob {
		background: #fff;
	}
	.section {
		/* min-height: 100%; */
	}
	.navbar,
	.navbar.scrolled {
		background: rgba(255, 255, 255);
		padding-top: 17px;
		padding-right: 0px;
		padding-bottom: 5px;
	}
	.social-nav {
		padding: 0;
	}
	.carousel--height {
		height: 80%;
	}
	.carousel-heading,
	.carousel-heading.right {
		top: 50%;
		left: 10px;
		right: 10px;
		text-align: center;
	}
	.carousel-heading h1 {
		font-size: 1.85em;
	}
	.carousel-caption .btn {
		display: none;
	}
	.carousel-caption.mob {
		display: block;
	}
	.carousel-caption.mob .btn {
		position: fixed;
		bottom: 0px;
		width: 50%;
		right: 0;
		margin: 0;
		background: rgba(255, 255, 255, 0.8);
		border-width: 1px 0 0 1px;
		padding: 10px;
		display: block;
	}
	.carousel-caption.mob .btn--padding {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.carousel-caption.mob .btn--primary {
		background: black;
	}
	.carousel-caption.mob .btn:first-child {
		left: 0;
		border-left: none;
	}
	.carousel-caption.mob .btn--secondary:hover,
	.carousel-caption.mob .btn--secondary:active,
	.carousel-caption.mob .btn--secondary:focus {
		background: #ededed;
		color: black;
		box-shadow: none;
	}
	.carousel-caption.mob .btn--primary:hover,
	.carousel-caption.mob .btn--primary:active,
	.carousel-caption.mob .btn--primary:focus {
		background: #51565c;
		color: white;
		box-shadow: none;
	}
	.navbar.scrolled,
	.carousel-caption.mob .btn.scrolledbtn {
		/* background: rgba(255,255,255,1); */
	}
	.carousel-caption {
		padding-bottom: 60px;
		font-size: 14px;
		left: 0;
		right: 0;
	}
	.carousel-description {
		line-height: 1.43;
		letter-spacing: 1px;
		font-size: 21px;
	}
	.carousel-indicators {
		left: 50%;
		margin-left: -30%;
		text-align: center;
		bottom: 50px;
	}
	.carousel-heading h1 span {
		left: -3px;
	}
	.carousel-heading h1 span:after {
		border-bottom: 2px solid #000;
		position: absolute;
		width: 20px;
		bottom: 0;
		left: 4px;
	}
	.section-title {
		font-size: 16px;
	}
	.owl-dots {
		display: block;
		margin-top: 20px;
	}
	.owl-theme .owl-dots .owl-dot span {
		background: #fff;
	}
	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #221f1f;
	}
	.how-carousel {
		text-align: center;
	}
	.how-carousel p span {
		font-size: 32px;
		display: block;
		margin-bottom: 20px;
	}
	#plans p {
		margin-top: 5px;
		font-size: 18px;
		line-height: 24px;
	}
	#plans p.sub-title1 {
		letter-spacing: 0px;
	}
	#plans p.disclaimer {
		padding-top: 20px;
	}
	#plans .wrapTab {
		width: 130px;
		height: 130px;
		margin-bottom: 30px;
	}
	#plans a {
		width: 130px;
		height: 130px;
	}
	#plans .plan {
		margin-top: -15px;
	}
	#plans a:hover .duration {
		display: table-cell;
	}
	#plans a:hover .price {
		display: none;
	}
	.owl-theme .owl-nav {
		display: none;
	}
	.owl-theme.insta-carousel .owl-dots .owl-dot span,
	.owl-theme.testi-carousel .owl-dots .owl-dot span {
		border: 1px solid #221f1f;
	}
	#fall .row.m-t-70 {
		margin-top: 30px;
	}
	.testi-carousel .item img {
		max-height: 21px;
		width: auto;
		margin: 20px auto 0 auto;
	}
	.testi-carousel .item p {
		font-size: 14px;
		line-height: 24px;
	}

	.reviews-for-ig {
		height: 100%;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
  
	.reviews-carousel .testi-carousel .item p {
		font-size: 18px;
		line-height: 24px;
	}

	.owl-thumbs {
		display: none;
	}
	#cta {
		text-align: left;
	}
	#cta img {
		margin: auto;
	}
	#cta .section-title {
		margin-top: -40px;
		color: #96dcde;
	}

	.footer {
		padding-bottom: 50px;
	}
	.footer-nav {
		text-align: center;
	}
	.overlay .overlay-content a {
		border-top: 1px solid #a7a8ab;
		font-size: 18px;
		padding: 30px 10px;
	}
	.overlay .overlay-content a:hover,
	.overlay .overlay-content a:active,
	.overlay .overlay-content a:focus {
		font-family: "Brandon Bold";
	}
	.overlay .overlay-content {
		position: absolute;
		bottom: 130px;
		top: auto;
		overflow: scroll;
		max-height: 70%;
	}
	.overlay .closebtn {
		top: 2px;
		right: 5px;
	}
	.overlay .cta {
		position: absolute;
		bottom: 0;
		top: auto;
		padding: 25px 10px;
		width: 100%;
		text-align: center;
		border-top: 1px solid #a7a8ab;
		background: #f0efef;
	}
	.overlay .form {
		display: none;
	}
	body.modal-open .modal .modal-dialog {
		margin-left: auto
	}
	.owl-carousel.insta-carousel .owl-stage-outer {
		margin: 0;
	}
	.owl-carousel.owl-drag .owl-item img {
		margin: auto;
		max-width: 70%;
	}
	.slide1 {
		background-position-x: 90%;
	}
	.slide2 {
		background-position-x: 55%;
		background-position-y: 0 !important;
	}
	.slide3 {
		background-position-x: 6%;
		background-position-y: 0 !important;
	}
	.fill {
		background-attachment: scroll;
	}
	#upgrade .section-title span:after {
		width: 10px;
	}

	/* Table styles to fix Cratejoy's table width issue on Account page  */
	table {
		table-layout: fixed;
	}

	.my-account .info-label {
		font-size: 12px;
	}

	.my-account table > tbody > tr > td {
		word-break: break-all;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 12px;
	}
}

@media screen and (max-width: 1500px) {
	.overlay .overlay-content a.ham-menu {
		font-size: 18px;
		padding: 15px 10px;
	}
}

@media screen and (max-width: 1200px) {
	.overlay .overlay-content.menu {
		top: 5%;
		bottom: 0px;
	}
}

@media screen and (max-width: 768px) {
	.overlay .overlay-content a.ham-menu {
		font-size: 15px;
		padding: 15px 10px;
	}
}

@media screen and (max-height: 670px) {
	.overlay .overlay-content a.ham-menu {
		padding: 10px 10px;
	}
}

.modal-content__mailchimp {
  margin-top: 90px;
}

.addons--price-member__crossed {
  text-decoration: line-through;
}