@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Oswald);

@font-face {
	font-family: "Woolwich-Regular";
	src: url("//cdn.shopify.com/s/files/1/1532/7563/t/129/assets/Woolwich-Regular.eot?v=6192233789472434760");
	src: url("//cdn.shopify.com/s/files/1/1532/7563/t/129/assets/Woolwich-Regular.eot?%23iefix&v=6192233789472434760") format("embedded-opentype"),
		url("//cdn.shopify.com/s/files/1/1532/7563/t/129/assets/Woolwich-Regular.woff2?v=15474035060830578736") format("woff2"),
		url("//cdn.shopify.com/s/files/1/1532/7563/t/129/assets/Woolwich-Regular.svg%23Woolwich-Regular?32059") format("svg"),
		url("//cdn.shopify.com/s/files/1/1532/7563/t/129/assets/Woolwich-Regular.ttf?v=12014146296759326733") format("truetype"),
		url("//cdn.shopify.com/s/files/1/1532/7563/t/129/assets/Woolwich-Regular.woff?v=10039586434683110150") format("woff");
		;
}

@font-face {
	font-family: "Always In My Heart";
	src: url("Always In My Heart.eot");
	src: url("Always In My Heart.eot?#iefix") format("embedded-opentype"),
	  url("Always In My Heart.woff2") format("woff2"),
	  url("AlwaysInMyHeart.svg#AlwaysInMyHeart") format("svg"),
	  url("AlwaysInMyHeart.ttf") format("truetype"),
	  url("AlwaysInMyHeart.woff") format("woff");
}

/* New theme */

:root {

	/* COLORS */

	--color_gray: #aaaaaa;
	--color_light_gray: #eff1f2;
	--color_light_gray_2: #F1EFED;
	--color_dark_gray: #474747;
	--color_cyan: #66c6bf;
	--color_dark_cyan: #009089;
	--color_blue: #0059ce;
	--color_dark_blue: #16328b;
	--color_moderate_blue: #5a6dab;
	--color_soft_blue: #6e6ed9;
	--color_light_blue: #73baec;
	--color_purple: #4848aa;
	--color_light_purple: #8080FF;
	--color_pale_red: #ffa0a3;
	--color_pale_red_2: #ff9396;
	--color_pink: #f7cce6;
	--color_light_pink: #FF81BF;
	--color_dark_pink: #FFA8D5;
	--color_yellow: #FFD100;
	--color_green: #d4ff41;
	--color_error: #e26b6a;
	/* FONTS */

	--font_woolwich: Woolwich-Regular;
	--font_aimh: 'Always In My Heart';

	/* SPACING */

	--margin_section_container: 1rem 0;
}

/* TYPOGRAPHY */

.typography_1 {
	color: var(--color_dark_blue);
	font-family: var(--font_woolwich);
	font-size: 4rem;
	font-weight: normal;
	line-height: 3.6rem;
	text-transform: uppercase;
}

.typography_2 {
	color: var(--color_dark_blue);
	font-family: var(--font_woolwich);
	font-size: 3.6rem;
	font-weight: normal;
	text-transform: uppercase;
}

.typography_3 {
	color: var(--color_dark_blue);
	font-family: var(--font_woolwich);
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.8rem;
	text-transform: uppercase;
}

.typography_4 {
	color: var(--color_dark_blue);
	font-family: var(--font_aimh);
	font-size: 3rem;
	font-weight: normal;
	line-height: 3.8rem;
}

.typography_5 {
	color: var(--color_dark_gray);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
}

.typography_6 {
	color: var(--color_dark_gray);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
}

.typography_7 {
	color: var(--color_dark_gray);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4rem;
}

.typography_8 {
	color: var(--color_dark_blue);
	font-family: var(--font_woolwich);
	font-weight: normal;
	line-height: 1.8rem;
	text-transform: uppercase;
	padding: 0.6rem 1.75rem;
  text-decoration: none;
  border: none;
	border-radius: 3.5rem;
  font-size: 1.6rem;
}

@media screen and (max-width:481px) {
	.typography_1 {
		font-size: 3.4rem;
		line-height: 3rem;
	}

	.typography_2 {
		font-size: 2.6rem;
		line-height: 1;
	}

	.typography_4 {
		font-size: 2.6rem;
		line-height: 1;
	}

	.typography_6 {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	.typography_8 {
		padding: 0.25rem 1.75rem;
		border-radius: 3.5rem;
		font-size: 1.3rem;
	}
}

/* UTILS */

@media screen and (min-width: 481px) {
	.mobile-break {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.desktop-break {
		display: none;
	}
}

/* SECTIONS */

.section_headline {
	margin-top: -0.6rem;
	margin-bottom: 1.2rem;
}

@media only screen and (min-width: 1280px) {
	.mobile-only {
		display: none;
	}
}

@media only screen and (max-width: 1279px) {
	.desktop-only {
		display: none;
	}
}

/* Old stuff */

form {
	margin: 0
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

input,
select,
textarea {
	font-size: 1.6rem;
	max-width: 100%;
	border:1px solid {
		{
			settings.color_body_text | color_lighten: 50
		}
	}
	;
	border-radius:0
}

input[disabled],
select[disabled],
textarea[disabled] {
	border-color: #000;
	background-color: #000;
	cursor: default
}

button,
input[type=submit],
label[for] {
	cursor: pointer
}

textarea {
	min-height: 100px
}

select::-ms-expand {
	display: none
}

option {
	background-color: {
		{
			settings.color_main_bg
		}
	}
}

.input-error,
option {
	color: {
		{
			settings.color_body_text
		}
	}
}

.input-error {
	border-color: #ff6d6d;
	background-color: #fff
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.visually-hidden {
	position: absolute!important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0)
}

.js-focus-hidden:focus {
	outline: none
}

.label-hidden {
	position: absolute!important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0)
}

.no-placeholder .label-hidden,
.visually-shown {
	position: inherit!important;
	overflow: auto;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto
}

.no-js:not(html) {
	display: none
}

.no-js .no-js:not(html) {
	display: block
}

.no-js .js,
.supports-no-cookies:not(html) {
	display: none
}

html.supports-no-cookies .supports-no-cookies:not(html) {
	display: block
}

html.supports-no-cookies .supports-cookies {
	display: none
}

.skip-link:focus {
	position: absolute!important;
	overflow: auto;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	z-index: 10000;
	padding: 15px;
	background-color: {
		{
			settings.color_main_bg
		}
	}
	;
	color: {
		{
			settings.color_body_text
		}
	}
	;
	transition:none
}

[tabindex="-1"]:focus {
	outline: none
}

.hide {
	display: none!important
}

html {
	background-color: {
		{
			settings.color_main_bg
		}
	}
	;
	box-sizing:border-box
}

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

::-moz-selection {
	background: #ffc0d6
}

::selection {
	background: #ffc0d6
}

body,
html {
	height: 100%
}

body {
	overflow-x: hidden!important
}

a,
button {
	cursor: pointer;
	transition: opacity .3s ease-in-out
}

a:hover,
button:hover {
	opacity: .9
}

.popup {
	font-size: 24px;
	color: #2c52a0;
	font-weight: 500;
	margin: 0 auto;
	white-space: nowrap;
	max-width: -webkit-min-content;
	max-width: -moz-min-content;
	max-width: min-content;
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 2px solid #2bbb9b;
	display: inline-block
}

.stretch {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-center {
	-ms-flex-align: center;
	align-items: center
}

.justify-center {
	-ms-flex-pack: center;
	justify-content: center
}

.flex-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.flex-column {
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex-row {
	-ms-flex-direction: row;
	flex-direction: row
}

.reverse-row {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.static {
	position: static!important
}

.hidden-mobile {
	display: none
}

@media only screen and (min-width:1024px) {
	.hidden-mobile {
		display: -ms-flexbox;
		display: flex
	}
}

main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.main {
	overflow-x: hidden
}

.main__column {
	-ms-flex-pack: center;
	justify-content: center
}

.main__column,
section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

section {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem
}

@media only screen and (min-width:1024px) {
	section {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.icon {
	width: 30px
}

.icon--big {
	width: 50px
}

.ribbon {
	display: none
}

@media only screen and (min-width:1024px) {
	.ribbon {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.6rem;
		text-align: center;
		color: #2c52a0
	}
	.ribbon,
	.ribbon img {
		width: 100%
	}
}

.wrapper {
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 1600px;
	margin: auto
}

@media only screen and (min-width:640px) {
	.wrapper {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.flex-center-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:1024px) {
	.mobile-only {
		display: none!important
	}
}

* {
	font-family: montserrat, sans-serif
}

button {
	font-family: montserrat, gotham
}

.width-l,
.width-m,
.width-s,
.width-xs {
	max-width: 1600px;
	margin: auto
}

.width-xs {
	padding-left: 3%;
	padding-right: 3%
}

@media only screen and (min-width:640px) {
	.width-xs {
		padding-left: 4%;
		padding-right: 4%
	}
}

@media only screen and (min-width:1024px) {
	.width-xs {
		padding-left: 25%;
		padding-right: 25%
	}
}

.width-s {
	padding-left: 3%;
	padding-right: 3%
}

@media only screen and (min-width:640px) {
	.width-s {
		padding-left: 10%;
		padding-right: 10%
	}
}

/* @media only screen and (min-width:1024px) {
	.width-s {
		padding-left: 10%;
		padding-right: 10%
	}
}
 */
.width-m {
	padding-left: 3%;
	padding-right: 3%
}

@media only screen and (min-width:640px) {
	.width-m {
		padding-left: 6%;
		padding-right: 6%
	}
}

@media only screen and (min-width:1024px) {
	.width-m {
		padding-left: 11%;
		padding-right: 11%
	}
}

.width-l {
	padding-left: 3%;
	padding-right: 3%
}

@media only screen and (min-width:640px) {
	.width-l {
		padding-left: 6%;
		padding-right: 6%
	}
}

@media only screen and (min-width:1024px) {
	.width-l {
		padding-left: 7%;
		padding-right: 7%
	}
}

.blue {
	color: #2c52a0!important
}

.bg-gray {
	background: #ededed!important
}

.overflow-hidden {
	overflow: hidden
}

figure {
	margin: 0
}

img,
picture {
	margin: 0;
	max-width: 100%
}

.rte {
	margin: 0
}

.rte img {
	height: auto
}

.rte table {
	table-layout: fixed
}

.rte ol,
.rte ul {
	margin: 0 0 15px 30px
}

.rte strong {
	font-weight: {
		{
			font_body_bold.weight | default: 'bold'
		}
	}
}

.rte p {
	margin-bottom: 10px
}

.rte.page-centered {
	margin: auto
}

.rte-table {
	overflow: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch
}

.rte__video-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	height: auto;
	padding-bottom: 56.25%
}

.rte__video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.rte__table-wrapper {
	overflow: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch
}

body,
button,
input,
select,
textarea {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: sans-serif
}

a:focus {
	color: var(--color_dark_blue);
}

.white {
	color: #ffff
}

.underline {
	width: 100%;
	display: none;
	margin: auto;
	height: auto;
	max-height: 10px;
	margin: 2px 0;
	margin-bottom: 4px;
	fill: #fff04b;
	transform: translateY(-3px)
}

.button-default {
	background-image: none;
	display: inline-block;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	border: none;
	font-weight: 800;
	font-size: 1.3rem;
	padding: 2px 20px;
	font-family: oswald!important;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content
}

.button-default a {
	height: 100%;
	width: 100%;
	outline: none
}

.button-default span {
	margin: auto
}

.button-default input,
.button-default span {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-align: inherit;
	text-transform: inherit;
	display: block;
	white-space: nowrap
}

.button-default input {
	outline: none;
	border: none;
	height: 100%;
	width: 100%;
	color: inherit;
	background: transparent
}

@media only screen and (min-width:1024px) {
	.button-default {
		padding: 2px 25px;
		padding-bottom: 5px;
		letter-spacing: 0
	}
	.button-default,
	.button-default span {
		font-size: 1.6rem
	}
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.button-default {
		display: table!important
	}
	.button-default svg {
		display: none;
		width: 100%
	}
}

.button--borderless {
	background: transparent;
	color: #2c52a0;
	border: none;
	font-family: montserrat, sans-serif!important;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: unset
}

.button--transparent {
	transition: all .3s ease-in-out;
	background: transparent;
	border: 2px solid #2bbb9b;
	color: #2c52a0
}

.button--transparent:hover {
	border-color: #2c52a0;
	background: #2c52a0;
	color: #fff
}

.button--transparent-white {
	background: transparent;
	color: #fff;
	border: 2px solid #fff
}

.button--teal {
	background: #2bbb9b;
	border: none;
	color: #2c415c
}

.button--orange {
	background: #f60;
	color: #2c52a0
}

.button--color_yellow {
	background: #ffe83c;
	color: #2c52a0
}

.button--color_blue,
.button--darkblue {
	background: #2c52a0;
	color: #fff
}

.button--white {
	background: #fff;
	color: #2c52a0
}

.button--size {
	display: block;
	font-size: 1rem;
	color: #fff;
	padding: .5rem 1rem;
	font-weight: 500;
	border: 1px solid #fff;
	background: transparent;
	outline: none;
	transition: all .2s ease-in-out
}

.button--size.active,
.button--size:focus,
.button--size:hover {
	background: #fff;
	color: #2bbb9b
}

.button--play {
	background: url(Play.png) no-repeat 50%, #2c52a0;
	background-size: 40px;
	border: none;
	border-radius: 50%;
	outline: none;
	height: 130px;
	width: 130px;
	padding: 0;
	right: 0;
	z-index: 20
}

.button--play:after {
	display: none
}

@media only screen and (min-width:1024px) {
	.button--play {
		height: 130px;
		width: 130px
	}
}

.animated-button {
	transition: all .3s;
	transition-timing-function: cubic-bezier(.17, .67, .52, .97)
}

.animated-button:hover {
	opacity: 1;
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .2);
	transform: translateY(-8px)
}

.hero-banner {
	background-repeat: no-repeat
}

.hero-banner--article {
	min-height: 278px;
	background-position: 50%;
	background-size: cover
}

.icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	fill: currentColor
}

.no-svg .icon {
	display: none
}

.icon--wide {
	width: 40px
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) img,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) img,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline {
	max-width: 100%
}

svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) rect {
	fill: inherit;
	stroke: inherit
}

.icon-fallback-text {
	position: absolute!important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0)
}

.no-svg .icon-fallback-text {
	position: static!important;
	overflow: auto;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto
}

.payment-icons {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

.placeholder-svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	border: 1px solid #161d25;
	background-color: #f9fafb;
	fill: #161d25
}

.placeholder-svg--small {
	width: 480px
}

.placeholder-noblocks {
	padding: 40px;
	text-align: center
}

.placeholder-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.placeholder-background .icon {
	border: 0
}

.responsive-image__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto
}

.responsive-image__wrapper iframe {
	width: 100%
}

.no-js .responsive-image__wrapper {
	display: none
}

.responsive-image__wrapper img {
	display: block;
	width: 100%
}

.responsive-image__wrapper--full-height {
	height: 100%
}

.responsive-image__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.full-height-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.blog-post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-post__item {
	-ms-flex: 1 1 33.33333%;
	flex: 1 1 33.33333%
}

.collection-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1600px
}

.collection-list,
.collection-list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.collection-list-item {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 33.33333%;
	flex: 1 1 33.33333%;
	margin: 50px;
	text-align: center;
	height: 430px
}

.collection-list-item .responsive-image__wrapper {
	height: 300px;
	margin-bottom: 1rem
}

.collection-list-item .responsive-image__wrapper img {
	-o-object-fit: contain;
	object-fit: contain
}

.collection-list-item__info {
	height: 150px
}

.collection-list-item h2 a {
	color: #2c415c;
	text-decoration: none;
	font-size: 1.3rem
}

.collection-list-item .price {
	font-weight: 800;
	color: #2bbb9b;
	font-size: 1.3rem;
	margin-top: 1rem
}

.collection-list__image {
	min-width: 320px
}

.collection-list__title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.featured-collection {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 73.75em
}

.featured-collection-item {
	-ms-flex: 1 1 33.33333%;
	flex: 1 1 33.33333%;
	height: 100%;
	text-align: center
}

.featured-collection__image {
	min-width: 320px
}

.featured-collection__title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.image-with-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.image-with-text__image {
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	min-width: 320px
}

.image-with-text__text {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.apple-wallet-image,
.giftcard-qr img {
	display: block;
	margin: 0 auto
}

@media print {
	@page {
		margin: .5cm
	}
	p {
		orphans: 3;
		widows: 3
	}
	.apple-wallet,
	.print-giftcard {
		display: none
	}
}

.template-product {
	background: #fff;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%
}

.product {
	-ms-flex-direction: column;
	flex-direction: column
}

.poster-grid {
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1600px
}

.poster-grid .poster {
	margin: 1%;
	margin-bottom: 1rem;
}

@media only screen and (min-width:1024px) {
	.poster-grid {
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 65px;
		padding-bottom: 75px
	}
	.poster-grid .section__heading {
		margin-top: 0;
		padding-top: 0
	}
	.poster-grid .poster {
		margin: 1rem
	}
}

.template-account #MainContent,
.template-order #MainContent {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 100px
}

@media only screen and (min-width:640px) {
	.template-account #MainContent,
	.template-order #MainContent {
		padding-left: 6%;
		padding-right: 6%
	}
}

@media only screen and (min-width:1024px) {
	.template-account #MainContent,
	.template-order #MainContent {
		padding-left: 11%;
		padding-right: 11%
	}
}

.template-account h2,
.template-order h2 {
	margin-top: 2em;
	margin-bottom: 1em
}

.search .poster__info,
.template-account .responsive-table tr,
.template-order .responsive-table tr {
	text-align: left
}

.search .poster__info .total-price {
	color: #fff;
	font-weight: 600;
	font-size: 18px
}

.search .poster__info p {
	margin-top: 15px
}

@media only screen and (min-width:1024px) {
	.podcast__tile {
		height: 315px!important
	}
	.nav__link.has-dropdown.active {
		color: #51c2b7!important
	}
	#shopify-section-product .podcast__tile,
	.template-collection .podcast__tile {
		height: 450px!important
	}
	.hero__headline h1 {
		font-size: 2.5rem!important;
		max-width: 370px!important
	}
	.content-two-columns p {
		padding: 0 10px 10px
	}
	.content-two-columns {
		column-count: 2;
		padding: 20px 0
	}
	.rte.page-centered img {
		padding: 20px
	}
	.podcast__tile .text-card img {
		width: 160px
	}
	li.nav__link-wrap>.nav__link.active {
      	width:100%;
		color: #fff
	}
	li.nav__link-wrap>.nav__link.active:hover {
		color: #52c2b7
	}
	.template-collection .podcast__tile .text-card,
	.template-product .podcast__tile .text-card {
		position: absolute!important;
		right: 15%!important
	}
	.template-collection .podcast__tile .wrapper,
	.template-product .podcast__tile .wrapper {
		-ms-flex-pack: center!important;
		justify-content: center!important;
		max-width: 1200px!important;
		position: relative!important
	}
	.poster__info h2 {
		font-size: 14px
	}
	.template-account td,
	.template-order td {
		display: table-cell;
		width: 20%
	}
}

@media only screen and (min-width:1200px) {
	.podcast__tile {
		height: 360px!important
	}
	.podcast__tile .text-card img {
		width: 190px
	}
}

@media only screen and (max-width:1023px) {
	.nav__link.has-dropdown.active {
		color: #fff!important
	}
	.nav__links a.active {
		color: #51c2b7!important
	}
	.arrow-down.active>svg path,
	.arrow-down.active svg g {
		fill: #fff!important;
		stroke: #fff!important
	}
	.faq__question p {
		max-width: 95%;
		margin: auto
	}
	.hero__headline h1 {
		font-size: 27px!important
	}
	.hero__headline h1,
	.hero__headline h2,
	.hero__headline p {
		max-width: 66%
	}
	.template-account td {
		display: block;
		width: 100%
	}
	.template-account th {
		display: none
	}
	.template-account .responsive-table-row td:last-child {
		padding-bottom: 15px
	}
}

svg[aria-labelledby=pi-venmo] {
	display: none
}

tfoot tr:first-child td {
	padding-top: 40px
}

.header {
	background: #ededed;
	padding-top: 0;
	padding-bottom: 0
}

.header__main {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 160px
}

.header__main,
.header__nav {
	display: -ms-flexbox;
	display: flex
}

.header__nav {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	width: 100%;
	padding: 10px 15px;
	z-index: 20
}

@media only screen and (min-width:1024px) {
	.header__nav {
		padding: 1% 11%;
		margin: auto;
		padding-top: 1rem;
		padding-bottom: 1rem
	}
}

.header__nav>* {
	font-size: 14px
}

.header__country,
.header__hamburger,
.header__logo,
.header__search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 33.3%;
	transition: .3s ease-in-out
}

.header__hamburger {
	display: -ms-flexbox;
	display: flex
}

@media only screen and (min-width:1024px) {
	.header__hamburger {
		display: none
	}
}

.header__hamburger #close-button {
	display: none
}

.header__country {
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 500
}

.header__country a {
	font-weight: inherit
}

.header__logo {
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto
}

.header__logo .logo-image {
	width: 132px;
	height: 52px
}

.header__logo .logo-image img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%
}

@media only screen and (min-width:1024px) {
	.header__logo {
		margin: 0 44px
	}
	.header__logo .logo-image {
		width: 294px;
		height: auto
	}
}

.header__search {
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media only screen and (min-width:1024px) {
	.header__search {
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.header__country {
	color: #fff;
	display: none
}

@media only screen and (min-width:1024px) {
	.header__country {
		display: -ms-flexbox;
		display: flex
	}
	.header__country .country-select {
		margin-right: 20px
	}
	.header__country .country-select__arrow {
		display: none
	}
}

.header__search form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.header__search .icon {
	fill: #fff
}

.header__search .cart-icon {
	position: relative
}

.header__search .cart-icon__count {
	display: block;
	height: 20px;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 800;
	text-align: center;
	transform: translate(50%, -30%);
	background: #f60;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0
}

.header__search .cart-icon svg {
	fill: #fff
}

.header__search button[type=submit],
.header__search input[type=search] {
	height: 35px;
	border: none;
	outline: none
}

.header__search input[type=search] {
	background: transparent;
	padding: 0 .5rem;
	padding-right: 0;
	font-size: 14px;
	height: 35px;
	width: 230px;
	color: #4363cc;
	border: 1px solid #4363cc;
	border-right: none;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	display: none
}

@media only screen and (min-width:1024px) {
	.header__search input[type=search] {
		font-size: 14px;
		display: block;
		padding: 10px 16px
	}
	.header__search input[type=search]:-ms-input-placeholder {
		color: #4363cc!important
	}
	.header__search input[type=search]::placeholder {
		color: #4363cc!important
	}
}

.header__search button[type=submit] {
	background: transparent;
	min-height: 35px;
	min-width: 35px;
	padding: 0;
	position: relative;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px
}

@media only screen and (min-width:1024px) {
	.header__search button[type=submit] {
		border: 1px solid #4363cc;
		border-left: none
	}
}

.header__search button[type=submit] .search-icon {
	display: block;
	height: 20px;
	width: 20px;
	margin: auto;
	fill: #2c52a0
}

.header__search button[type=submit] .search-icon path {
	fill: #2c52a0;
	stroke: #2c52a0
}

@media only screen and (min-width:1024px) {
	.header__search button[type=submit] {
		background: transparent
	}
	.header__search button[type=submit] .search-icon path {
		fill: #4363cc;
		stroke: #4363cc
	}
}

.header__search .profile-icon {
	display: none
}

@media only screen and (min-width:1024px) {
	.header__search .profile-icon {
		display: block
	}
}

.header__search .icon-wrap {
	margin-left: 12px
}

.header__search .icon-wrap img {
	width: 100%;
	height: auto
}

@media only screen and (min-width:1024px) {
	.header__search .icon-wrap {
		margin-left: 25px
	}
}

.announcement-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100vw;
	color: #fff;
	background: #2c52a0;
	font-size: .9rem;
	text-align: center;
	padding: .5rem 2%
}

.announcement-bar a {
	color: inherit;
	position: relative;
	display: block;
	top: 0;
	right: 0;
	text-decoration: none;
	font-weight: 500
}

.announcement-bar a:before {
	left: -15px
}

.announcement-bar a:after,
.announcement-bar a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 6px;
	width: 6px;
	background: #fff;
	border-radius: 50%
}

.announcement-bar a:after {
	right: -15px
}

@media only screen and (min-width:1024px) {
	.announcement-bar {
		display: none
	}
}

.announcement-bar span {
	margin: 0 .5rem
}

.announcement-bar--desktop {
	display: none
}

.announcement-bar--desktop a {
	text-decoration: none
}

@media only screen and (min-width:1024px) {
	.announcement-bar--desktop {
		display: block
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	display: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
	top: 0;
	left: 0;
	min-height: 100vh;
	width: 100%;
	background: #2c52a0;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 15
}

.nav .country-select {
	margin: auto;
	-ms-flex-pack: center;
	justify-content: center
}

.nav .country-select__arrow svg g {
	fill: #fff;
	stroke: #fff
}

.nav .country-select__arrow.active svg g {
	fill: #2c52a0;
	stroke: #2c52a0
}

.nav .country-select a:hover {
	opacity: 1
}

.nav li {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:1024px) {
	.nav {
		position: static;
		height: 50px;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: auto;
		display: -ms-flexbox;
		display: flex;
		overflow-y: hidden
	}
}

.nav__links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: center;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	padding-top: .5rem;
	padding-bottom: .5rem;
	max-width: 1600px;
    height: 50%
}

@media only screen and (min-width:1024px) {
	.nav__links {
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.nav__links li {
	height: 100%
}

.nav__links a {
	transition: all .3s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	font-family: montserrat, sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: 0.9rem;
	padding: 0;
	margin: 0 2rem;
	width: 100%
}

.nav__links a:hover {
	opacity: 1
}

@media only screen and (min-width:1024px) {
	.nav__links a {
		height: 100%
	}
	.nav__links a:hover {
		opacity: .8
	}
}

.nav__links #close-button {
	display: block
}

@media only screen and (min-width:640px) {
	.nav__links #close-button {
		display: none
	}
}

.nav__links a.active {
	color: #2c52a0
}

.nav__links a.active>.arrow_down {
	transition: transform .3s ease-in-out;
	transform: rotate(180deg)
}

.nav__links a.active>.arrow_down>g {
	fill: #2c52a0
}

.nav__links a:hover.active {
	opacity: 1;
	color: #51c2b7
}

.nav .nav__dropdown a:hover.active {
	color: #2c52a0
}

.arrow-down {
	margin-left: .5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.arrow-down.active {
	transition: transform .3s ease-in-out;
	transform: rotate(180deg)
}

.arrow-down.active>svg path,
.arrow-down.active svg g {
	fill: #2c52a0;
	stroke: #2c52a0
}

.arrow-down>svg path {
	fill: #fff
}

@media only screen and (min-width:1024px) {
	.arrow-down {
		display: none
	}
}

.nav__login {
	max-width: 360px;
	margin: auto;
	padding: 1rem;
	padding-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.nav__login {
		display: none
	}
}

.nav__login a {
	transition: all .3s ease-in-out;
	display: block;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #fff;
	width: 50%;
	padding: .8rem 1rem;
	margin-bottom: .2rem;
	font-size: .9rem;
	font-weight: 800;
	text-decoration: none;
	font-family: montserrat, sans-serif;
	color: #fff
}

.nav__login a:first-child {
	margin-right: .25rem
}

.nav__login a:nth-child(2) {
	margin-left: .25rem
}

@media only screen and (min-width:1024px) {
	.nav .country-select {
		display: none
	}
}

.nav .country-select span {
	color: #fff;
	font-size: .9rem;
	font-weight: 300
}

.nav .country-select__flag {
	width: 34px
}

.nav__dropdown {
	display: none;
	transition: all .3s ease-in-out;
	opacity: 0;
	transform-origin: 100% 0;
	position: relative;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: -1
}

.nav__dropdown,
.nav__dropdown .wrapper {
	-ms-flex-align: center;
	align-items: center
}

.nav__dropdown .wrapper {
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

@media only screen and (min-width:1024px) {
	.nav__dropdown {
		padding-top: 0;
		padding-bottom: 0;
		position: absolute;
		-ms-flex-align: center;
		align-items: center;
		left: 0;
		right: 0;
		bottom: -46px;
		height: 46px;
		z-index: 5;
		border-bottom: none;
		background: transparent;
		box-shadow: 1px -5px 9px 0 #0000001f
	}
	.nav__dropdown,
	.nav__dropdown .wrapper {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.nav__dropdown li {
		background: hsla(0, 0%, 100%, .4)
	}
}

.nav__dropdown a {
	transition: all .5s ease-in-out;
	opacity: 0;
	display: inline-block;
	width: 100%;
	color: #2c52a0;
	font-size: 1rem;
	text-transform: capitalize;
	margin: .1rem;
	margin-bottom: 8px;
	z-index: 3;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (min-width:1024px) {
	.nav__dropdown a {
		width: auto;
		margin: 0;
		margin-left: 1rem;
		margin-right: 1rem
	}
}

.nav__dropdown a:after {
	transition: all .3s ease-in-out;
	content: "";
	display: block;
	height: 6px;
	width: 90%;
	background: #2bbb9b;
	position: absolute;
	left: 0;
	transform-origin: 50% 0;
	transform: translateX(6%) translateY(6px);
	border-radius: 15px;
	z-index: -1;
	opacity: 0
}

.nav__dropdown a:hover,
.nav__dropdown a:hover:after {
	opacity: 1
}

.nav__dropdown.active {
	display: block;
	animation: scale;
	animation-duration: .3s;
	transform: scaleY(1);
	opacity: 1;
	z-index: 2
}

.nav__dropdown.active a {
	opacity: 1
}

.nav__link {
	position: relative;
	display: block;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.nav__link {
		width: auto
	}
}

@media only screen and (min-width:1024px) {
	.nav__link.hide_if_desktop {
		display: none
	}
}

.nav__link.has-dropdown {
	pointer-events: none
}

.nav__link.has-dropdown .nav__dropdown {
	display: block
}

@media only screen and (min-width:1024px) {
	.nav__link.has-dropdown {
		pointer-events: auto
	}
	.nav__link.has-dropdown:after {
		opacity: 0;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		z-index: 8;
		border-bottom: 10px solid #fff;
		transition: all .3s ease-in-out
	}
}

.nav__link.has-dropdown.active {
	color: #51c2b7
}

.nav__link.has-dropdown.active:after {
	opacity: 1
}

.header__nav,
.nav {
	transition: all .3s ease-in-out
}

.logo-image {
	transition: all .5s ease-in-out
}

li.nav__link-wrap>.nav__link.active {
	color: #fff
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border: none;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.header .header__nav {
	padding-top: 2px;
	padding-bottom: 2px
}

.header .nav {
	height: 46px
}

.header .logo-image {
	width: 294px
}

.header.sticky .logo-image {
	width: 184px
}

#MainContent {
	margin-top: 95px
}

@media only screen and (min-width:1024px) {
	#MainContent {
		margin-top: 125px
	}
}

.footer {
	padding-top: 0;
	padding-bottom: 0;
	background: #9FD8FF;
}

.footer__top {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 23px 0;
	color: var(--color_dark_blue);
}

.footer__top,
.footer__top>.wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__top>.wrapper {
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (min-width:1024px) {
	.footer__top>.wrapper {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.footer__top span {
	display: inline-block;
	white-space: nowrap;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	margin-bottom: 1rem
}

@media only screen and (min-width:1024px) {
	.footer__top span {
		margin-bottom: 0;
		margin-right: 0.5rem;
		font-size: .9rem
	}
}

.footer__top ul {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.footer__top ul li {
	display: block;
	width: auto;
	margin: 2px
}

.footer__top .payment-icons>path {
	fill: #fff
}

.footer__top .footer__social {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	max-width: 260px;
	margin: 2rem 0;
}

.footer__top .footer__social ul li {
	margin: 0 7px;
}

.footer__top .footer__social .icon {
	margin: 0;
	width: 30px;
	height: 30px;
}

.footer__top .footer__social .icon>path {
	fill: var(--color_dark_blue);
}

.footer__top .footer__copyright {
	font-size: 15px;
	font-weight: 800;
	color: var(--color_dark_blue);
}

@media only screen and (min-width:1024px) {
	.footer__top .footer__social {
		width: auto;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		margin: 0;
		padding: 0;
		border: none;
	}
}


.footer__main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 1rem;
	padding-bottom: 1rem;
	max-width: 1600px;
	margin: auto
}

.footer__main>.wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

@media only screen and (min-width:640px) {
	.footer__main>.wrapper {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

@media only screen and (min-width:1024px) {
	.footer__main>.wrapper {
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		padding-top: 30px
	}
}

.footer__main a {
	color: #2c52a0;
	text-decoration: none
}

.footer__links-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2rem;
	row-gap: 0.5rem;
	margin-top: 2rem;
}

@media only screen and (min-width:1024px) {
	.footer__links-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: space-between;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		width: 100%;
		margin-top: 1rem;
	}
}

.footer__links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;

}

.footer__links:last-child {
	margin-right: 0
}

.footer__links h3 {
	margin-bottom: 1.5rem;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: var(--font_woolwich);
	color: #fff;
}

.footer__links ul li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: .9rem;
	font-weight: 600
}

.footer__logo {
	display: none;
	margin-bottom: 3rem;
	width: 134px
}

.footer__logo.mobile-only {
	margin-top: 30px;
	display: block
}

.footer__logo .img-wrap {
	width: 100%
}

.footer__logo .img-wrap img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

@media only screen and (min-width:1024px) {
	.footer__logo {
		min-width: 134px;
		display: -ms-flexbox;
		display: flex
	}
}

.footer__logo.bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.footer__signup__headline {
	margin: -1.8rem 0 4rem;
	font-size: 2rem;
	font-weight: normal;
	text-transform: uppercase;
	font-family: var(--font_woolwich);
	color: #3894E0;
}

.footer__signup__subheadline {
	color: var(--color_dark_blue);
	font-family: var(--font_aimh);
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6rem;
}

.footer__signup__subheadline img {
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
}

.footer__signup__button {
	background: #9FD8FF;
	color: var(--color_dark_blue);
	text-align: center;
}

.footer .text-card {
	width: 280px;
	height: 270px;
	padding: 20px 0 0;
	text-align: left;
	color: #2c52a0;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: url( //cdn.shopify.com/s/files/1/1532/7563/t/129/assets/footer_signup_bg.png?v=15185830120719256789) center bottom no-repeat;
	background-size: 90%;
}

@media only screen and (min-width:1024px) {
	.footer .text-card {
		line-height: 2rem;
		padding: 0rem;
		min-width: unset;
		margin-right: 60px;
		margin-left: 0px;
		height: 210px;
		background-size: 100%;
		margin-top: -1.2rem;
		margin-bottom: 1.1rem;
	}

	.footer__signup__headline {
		margin: -1rem 0 4rem;
	}
}

@media only screen and (min-width:1249px) {
	.footer__signup__headline {
		margin: -1.4rem 0 4rem;
	}
}

.footer__links {
	margin-bottom: 30px;
	text-align: left;
}

@media only screen and (min-width:1024px) {
	.footer__links {
		border: none;
		margin: 0 0.5rem;
		margin-bottom: 2rem;
	}
}

@media only screen and (min-width:1024px) {
	.footer .country-select {
		display: none
	}
}

.main-slider {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	height: 100%!important
}

.main-slider,
.main-slider .owl-stage-outer .owl-stage {
	display: -ms-flexbox;
	display: flex
}

.main-slider .owl-nav {
	display: none!important
}

.main-slider__item {
	min-height: 290px;
	height: 100%;
	width: 100%;
	min-width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px
}

@media only screen and (min-width:1024px) {
	.main-slider__item {
		height: 100%;
		min-height: 540px;
		padding-top: 70px;
		padding-bottom: 70px
	}
}

#shopify-section-main_slider {
	width: 100%
}

.hero {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: relative
}

.hero,
.hero__image {
	width: 100%;
	height: 100%
}

.hero__image {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1
}

.hero__image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 30%;
	object-position: 50% 30%
}

.hero__carousel,
.hero__headline,
.hero__image img {
	height: 100%;
	width: 100%
}

.hero__headline {
	color: #fff;
	max-width: 1600px;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px
}

@media only screen and (min-width:1024px) {
	.hero__headline {
		padding-bottom: 30px
	}
}

.hero__headline h1,
.hero__headline h2,
.hero__headline p {
	max-width: 75%
}

.hero__headline h1,
.hero__headline p {
	margin-bottom: .625rem
}

@media only screen and (min-width:640px) {
	.hero__headline h1,
	.hero__headline p {
		margin-bottom: 1rem
	}
}

@media only screen and (min-width:640px) {
	.hero__headline p {
		margin-bottom: 2rem
	}
}

.hero__headline h1 {
	font-size: 30px;
	font-weight: 500;
	margin-top: 0;
	line-height: 1.1;
	font-family: Hastro, sans-serif;
	letter-spacing: 3px
}

@media only screen and (min-width:640px) {
	.hero__headline h1 {
		font-size: 2.2rem
	}
}

@media only screen and (min-width:1024px) {
	.hero__headline h1 {
		font-size: 3.5rem;
		max-width: 340px
	}
}

.hero__headline h2 {
	margin-bottom: 1rem;
	display: block;
	font-size: 14px;
	font-weight: 800
}

@media only screen and (min-width:640px) {
	.hero__headline h2 {
		font-size: 1.3rem
	}
}

@media only screen and (min-width:1024px) {
	.hero__headline h2 {
		margin-bottom: 0
	}
}

.hero__headline p {
	font-size: 1.3rem;
	display: none
}

@media only screen and (min-width:1024px) {
	.hero__headline p {
		display: inline-block;
		max-width: 418px
	}
}

@media only screen and (min-width:1024px) {
	.hero__headline .button-default span {
		font-size: 2rem;
		text-decoration: none
	}
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.hero__headline h1 {
		font-family: montserrat, sans-serif;
		font-weight: 900
	}
}

.main-slider__wrapper {
	position: relative
}

.main-slider__wrapper .owl-controls {
	position: absolute;
	bottom: 17px
}

@media only screen and (min-width:1024px) {
	.main-slider__wrapper .owl-controls {
		bottom: 70px
	}
}

.main-slider__wrapper .owl-dots {
	width: 100%;
	display: -ms-flexbox;
	display: flex
}

.main-slider__wrapper .owl-dots button {
	transition: all .3s ease-in-out;
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
	border: none;
	outline: none;
	margin-right: 5px;
	opacity: .7
}

.main-slider__wrapper .owl-dots button.active {
	opacity: 1
}

@media only screen and (min-width:1024px) {
	.main-slider__wrapper .owl-dots {
		display: -ms-flexbox;
		display: flex;
		margin-top: 2rem
	}
	.main-slider__wrapper .owl-dots button {
		height: 14px;
		width: 14px;
		padding-right: 10px;
		margin-right: 10px
	}
}

.main__wrap {
	display: -ms-grid;
	display: grid;
	grid-gap: .5rem;
	-ms-grid-rows: auto .5rem auto .5rem auto .5rem auto .5rem auto .5rem auto .5rem auto;
	grid-template-areas: "a a a" "b b b" "c c c" "d d d" "e e e" "f f f" "g g g";
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-flex-flow: column;
	flex-flow: column;
	padding-top: .5rem;
	padding-bottom: .5rem;
	max-width: 560px;
	margin: auto
}

@media only screen and (min-width:1024px) {
	.main__wrap {
		padding: 10px;
		width: 1024px;
		max-width: 1600px;
		padding-top: 2rem;
		padding-bottom: 2rem;
		grid-gap: 30px;
		-ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto;
		grid-template-areas: "a a a" "b b c" "d e e" "f f f" "g g g"
	}
}

@media only screen and (min-width:1200px) {
	.main__wrap {
		width: 1140px
	}
}

.main__wrap .shopify-section {
	display: block;
	max-width: 100%
}

.main__wrap :first-child {
	grid-area: a;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5
}

@media only screen and (min-width:1024px) {
	.main__wrap :first-child {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 5
	}
}

.main__wrap :nth-child(2) {
	grid-area: b;
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5
}

@media only screen and (min-width:1024px) {
	.main__wrap :nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3
	}
}

.main__wrap :nth-child(3) {
	grid-area: c;
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5
}

@media only screen and (min-width:1024px) {
	.main__wrap :nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 5
	}
}

.main__wrap :nth-child(4) {
	grid-area: d;
	-ms-grid-row: 7;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5
}

@media only screen and (min-width:1024px) {
	.main__wrap :nth-child(4) {
		-ms-grid-row: 5;
		-ms-grid-column: 1
	}
}

.main__wrap :nth-child(5) {
	grid-area: e;
	-ms-grid-row: 9;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5
}

@media only screen and (min-width:1024px) {
	.main__wrap :nth-child(5) {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3
	}
}

.main__wrap :nth-child(6) {
	grid-area: f;
	-ms-grid-row: 11;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5
}

@media only screen and (min-width:1024px) {
	.main__wrap :nth-child(6) {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
		-ms-grid-column-span: 5
	}
}

.main__wrap :nth-child(7) {
	grid-area: g;
	-ms-grid-row: 13;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5
}

@media only screen and (min-width:1024px) {
	.main__wrap :nth-child(7) {
		-ms-grid-row: 9;
		-ms-grid-column: 1;
		-ms-grid-column-span: 5
	}
}

.tile__wrap {
	height: auto;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1024px) {
	.tile__wrap {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.tile__wrap:hover {
	opacity: 1
}

.tile {
	margin: 0 1rem;
	width: 100%;
	padding: 1rem;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.tile:first-child {
	margin-left: 0
}

.tile:last-child {
	margin-right: 0
}

.tile img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (min-width:1024px) {
	.tile {
		padding: 2rem;
		-ms-flex-align: center;
		align-items: center
	}
}

.template-collection #MainContent,
.template-index #MainContent {
	backgrround-size: cover;
	background-attachment: fixed
}

.big-button.tile {
	height: 450px;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.big-button.tile,
.big-button.tile span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.big-button.tile span {
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 120px;
	padding: 2rem
}

.big-button.tile img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.big-button__tile {
	padding: 0;
	margin: .25rem 0
}

@media only screen and (min-width:1024px) {
	.big-button__tile {
		margin: 0 15px
	}
}

.big-button__img-tile {
	height: 450px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	position: relative;
	margin: .5rem 0
}

@media only screen and (min-width:1024px) {
	.big-button__img-tile {
		margin: 0 1rem
	}
}

.big-button__img-tile img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.big-button {
	max-width: 100%;
	width: 100%;
	height: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	line-height: .95;
	color: #fff;
	font-weight: 800;
	font-size: 26px;
	padding: 1rem;
	min-height: 70px;
	border: none;
	outline: none;
	position: relative
}

.big-button,
.big-button a,
.big-button span {
	text-decoration: none
}

@media only screen and (min-width:640px) {
	.big-button {
		min-height: 90px
	}
}

@media only screen and (min-width:1024px) {
	.big-button {
		font-size: 36px;
		min-height: 110px
	}
}

.big-button__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.big-button:focus {
	color: #fff
}

.btn-border {
	box-shadow: inset -5px -5px rgba(0, 0, 0, .29)
}

.btn-border:before {
	bottom: 0;
	left: 0;
	border-bottom: 5px solid #fff;
	border-right: 5px solid transparent
}

.btn-border:after,
.btn-border:before {
	transition: all .3s;
	content: "";
	position: absolute;
	width: 0
}

.btn-border:after {
	top: 0;
	right: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent
}

.big-button,
.btn-border {
	transition: all .3s;
	transition-timing-function: cubic-bezier(.17, .67, .52, .97)
}

.big-button:hover,
.btn-border:hover {
	opacity: 1;
	padding: 10px;
	transform: translate(-5px, -5px);
	box-shadow: inset -10px -10px rgba(0, 0, 0, .29)
}

.big-button:hover:after,
.big-button:hover:before,
.btn-border:hover:after,
.btn-border:hover:before {
	border-width: 10px;
	height: 10px;
	width: 10px
}

.js_compare_at_price {
	color: #ffc0d6;
	font-size: 14px
}

.product-img-selected {
	height: 350px;
	width: 100%;
	margin: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.product-img-selected:blank,
.product-img-selected:empty {
	display: none
}

.product-img-selected .product-img-selected__img,
.product-img-selected .responsive-image__wrapper {
	transition: all .3s ease-in-out
}

.product-img-selected .variant-image:not(.active) {
	opacity: 0
}

.product-img-selected .product-img-selected__img,
.product-img-selected .responsive-image__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	opacity: 1
}

.product-img-selected .product-img-selected__img.hide,
.product-img-selected .responsive-image__wrapper.hide {
	display: block!important;
	opacity: 0
}

.product-slider {
	position: relative;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	overflow: hidden
}

.product-slider,
.product-slider li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.product-slider li {
	list-style-type: none
}

.product-single__thumbnail-image{
	height: 100%;
}

.product-slider .product-single__thumbnail-image,
.product-slider .variant-image {
	cursor: pointer;
	transition: all .1s ease-in-out
}

.product-slider .product-single__thumbnail-image:not(.active),
.product-slider .variant-image:not(.active) {
	opacity: .6
}

.product-slider .product-single__thumbnail-image:not(.active):hover,
.product-slider .variant-image:not(.active):hover {
	opacity: .85
}

.product-slider .product-single__thumbnail-image.active,
.product-slider .variant-image.active {
	transform: scale(1.2)
}

.product-slider.owl-loaded {
	overflow: visible
}

.product-slider .owl-item {
	transition: all .3s ease-in-out
}

.product-slider .owl-item:not(.active) {
	opacity: 0
}

.product-slider .owl-dots {
	display: none
}

.product-slider .owl-nav {
	width: 0;
	z-index: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.product-slider .owl-next,
.product-slider .owl-prev {
	background: transparent;
	color: #2bbb9b;
	font-size: 2rem;
	font-weight: 900;
	border: none;
	outline: none;
	width: 30px;
	transition: all .2s ease-in-out
}

.product-slider .owl-next:hover,
.product-slider .owl-prev:hover {
	color: #6edec5;
	opacity: 1
}

.product-slider .owl-prev {
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%
}

.product-slider .owl-next {
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%
}

.product-slider .owl-stage-outer {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	z-index: 1
}

.product-slider .owl-stage {
	display: -ms-flexbox;
	display: flex
}

.variant-image {
	transition: all .2s ease-in-out
}

.product-img__wrap {
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.custom-dropdown {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 210px;
	height: 40px;
	border: 1px solid var(--color_gray);
	position: relative;
	cursor: pointer;
	padding: 1.8rem 0;
}

.custom-dropdown,
.custom-dropdown span {
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

.custom-dropdown span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	padding: 0 1rem;
	white-space: nowrap;
	color: var(--color_dark_blue);
	font-weight: 700;
}

.custom-dropdown__dropdown {
	width: inherit;
	z-index: 5;
	position: absolute;
	top: 100%;
	left: -1px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color:var(--color_dark_blue);
	background: #fff;
	padding: .25rem 0;
	border: 1px solid var(--color_gray);
}

.custom-dropdown__dropdown a {
	display: block;
	padding: .25rem .625rem;
	transition: all .1s ease-in-out
}

.custom-dropdown__dropdown a:hover {
	background: #f2f2f2
}

.custom-dropdown__dropdown:not(.active) {
	display: none
}

.custom-dropdown__icon {
	margin-left: auto;
	padding: 0 .625rem;
	color: var(--color_dark_blue);
}

.names {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 2rem 0 0;
}

.sizes {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 0
}

.sizes>a {
	margin: .625rem
}

@media only screen and (min-width:1024px) {
	.sizes {
		padding: 2rem 0;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.sizes>a {
		margin-left: 0;
		margin-top: 0
	}
}

.product__small-img {
	height: 80px;
	width: 80px;
	padding: 1rem;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: all .2s ease-in-out
}

@media only screen and (min-width:1024px) {
	.product__small-img {
		height: 100px;
		width: 80px
	}
}

.product__small-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background: #2c415c;
	color: #fff;
	padding: 2rem 0
}

.product,
.product .wrapper {
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:1024px) {
	.product {
		padding: 60px 0
	}
	.product .wrapper {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.product__breadcrumb-wrap .collection-breadcrumbs {
	margin-left: 0
}

.product__info {
	width: 100%;
	text-align: center;
	padding: 0 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:640px) {
	.product__info {
		width: 70%
	}
}

@media only screen and (min-width:1024px) {
	.product__info {
		min-width: 50%;
		text-align: left;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.product__info .button-form {
	width: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1rem
}

.product__info .button-form .order-button {
	height: 50px;
	font-size: .9rem;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.product__info .button-form {
		display: none
	}
}

.product__info .rte {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px 0;
	width: 100%
}

.product__info .rte>div {
	max-width: 100%
}

.product__info .rte form {
	margin: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%
}

.product__info .rte p {
	padding-bottom: 10px
}

@media only screen and (min-width:1024px) {
	.product__info .rte {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		max-width: 100%
	}
	.product__info .rte form {
		width: 100%;
		margin: 3px 0;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
}

.product__info .plus-input {
	-ms-flex-pack: center;
	justify-content: center;
	margin: .5rem 0;
	width: 100%
}

.product__info .plus-input input[type=text] {
	width: 100%;
	height: 50px
}

.product__info .plus-input input[type=button] {
	height: 50px
}

.product .js-product-play_button {
	font-size: 0;
	cursor: pointer;
	height: 64px;
	width: 64px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(https://cdn.shopify.com/s/files/1/0014/2947/1345/t/12/assets/Play.png?13985398726542561176) no-repeat 50%, #2c52a0;
	background-position-x: 55%;
	background-size: 20px;
	border-radius: 50%
}

@media only screen and (min-width:1024px) {
	.product .js-product-play_button {
		background-size: 35px;
		height: 103px;
		width: 103px
	}
}

.product .product-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1rem;
	width: 100%;
	animation: a;
	animation-duration: .2s
}

.product .product-img .video-overlay {
	height: 360px;
	width: 100%;
	background: red;
	position: absolute;
	z-index: 5
}

.product .product-img .responsive-image__wrapper {
	position: absolute
}

.product .product-img .responsive-image__wrapper iframe {
	min-height: 100%;
	min-width: 100%
}

@media only screen and (min-width:1024px) {
	.product .product-img {
		min-width: 50%;
		margin-right: 2rem;
		margin-bottom: 0
	}
	.product .product-img .responsive-image__wrapper img {
		-o-object-fit: contain;
		object-fit: contain
	}
}

.product .product-img__selector {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: flex;
	justify-content: flex;
	overflow: hidden;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width:1024px) {
	.product .product-img__selector {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.product .product-img__selector .owl-stage-outer {
	z-index: 2
}

.product .product-img__selector .owl-nav {
	display: none;
	width: 100%;
	font-size: 40px;
	position: absolute;
	z-index: 99;
	pointer-events: none
}

.product .product-img__selector .owl-nav button {
	background: transparent;
	border: none;
	color: #fff;
	z-index: 99;
	pointer-events: bounding-box
}

.product .product-img__selector .owl-nav button span {
	font-size: 40px
}

.product .product-img__selector .owl-nav .owl-next {
	float: right
}

.product .product-img__selector .owl-dots {
	display: none
}

.product .product-img__selector .owl-item,
.product .product-img__selector .owl-item.active {
	width: 150px
}

.product .product-img__selector .owl-stage {
	display: -ms-flexbox;
	display: flex;
	width: 100%!important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

.product .product-img__selector li {
	opacity: .5;
	list-style-type: none;
	cursor: pointer;
	margin: 0 1rem
}

@media only screen and (min-width:1024px) {
	.product .product-img__selector li {
		margin: 0 1rem
	}
}

.product .product-img__selector li.clicked,
.product .product-img__selector li:hover {
	transition: opacity .3s ease-in-out;
	opacity: 1
}

.product .product-img__selector li.clicked:hover {
	opacity: .9
}

.product .product-img__selector img {
	width: 100%
}

.product .product-img__main {
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex
}

.product .product-img__main .img-wrap {
	display: none;
	width: 180px;
	-ms-flex-pack: center;
	justify-content: center
}

.product .product-img__main .img-wrap.active {
	display: block
}

@media only screen and (min-width:1024px) {
	.product .product-img__main .img-wrap {
		width: 350px
	}
}

.product .product-img__main img {
	max-width: 400px;
	-o-object-fit: contain;
	object-fit: contain
}

.product h1,
.product h2,
.product h3,
.product p {
	margin-bottom: .5rem
}

@media only screen and (min-width:1024px) {
	.product h1,
	.product h2,
	.product h3,
	.product p {
		margin-bottom: 1rem
	}
}

.product h2 {
	font-size: 1.3rem;
	font-weight: 800;
	max-width: 230px
}

@media only screen and (min-width:1024px) {
	.product h2 {
		font-size: 2rem;
		max-width: 360px
	}
}

.product h3 {
	font-weight: 800;
	font-size: 1rem;
	color: #2bbb9b
}

@media only screen and (min-width:640px) {
	.product h3 {
		font-size: 1.6rem
	}
}

.product p {
	font-size: .85em;
	line-height: 1.2;
	opacity: .9
}

@media only screen and (min-width:640px) {
	.product p {
		font-size: 1rem;
		margin-bottom: 2rem
	}
}

.product p:empty {
	display: none
}

.social-icons {
	margin: 1rem 0
}

.social-icons p {
	display: block;
	font-size: .9rem;
	font-weight: 500;
	margin: 0;
	margin-right: 1rem;
	text-transform: uppercase
}

.social-icons span {
	display: none
}

.social-icons svg path {
	fill: #fff
}

.order-button-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 140px;
	margin: auto
}

@media only screen and (min-width:1024px) {
	.order-button-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0;
		margin-bottom: 2rem;
		margin-top: 35px;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: none
	}
	.order-button-wrap .underline {
		display: none
	}
}

.order-button-wrap .number-input-wrap {
	position: relative;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.order-button-wrap .number-input-wrap {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-height: 100%
	}
}

.order-button-wrap .product-quantity {
	height: 45px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1024px) {
	.order-button-wrap .product-quantity {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: 100%;
		min-height: 100%
	}
}

.order-button-wrap .product__price {
	margin-bottom: 10px
}

.order-button-wrap .add-cart-button,
.order-button-wrap .remove-cart-button {
	position: relative;
	background: #19a29c;
	width: 24px!important;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.order-button-wrap .add-cart-button img,
.order-button-wrap .remove-cart-button img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 12px;
	width: 12px;
	-o-object-fit: contain;
	object-fit: contain
}

@media only screen and (min-width:1024px) {
	.order-button-wrap .add-cart-button,
	.order-button-wrap .remove-cart-button {
		display: none!important
	}
}

.order-button-wrap label {
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	height: 5px;
	font-size: .8em;
	font-weight: 500;
	text-align: center;
	padding: 0 8px;
	margin: auto;
	color: #686464;
	z-index: 1
}

@media only screen and (min-width:1024px) {
	.order-button-wrap label {
		display: block
	}
}

.order-button-wrap .input-box {
	display: inline-block;
	height: 100%;
	width: 100%;
	background: #ededed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1024px) {
	.order-button-wrap .input-box {
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 5px .5rem;
		width: 80px;
		height: 65px;
		text-align: left;
		vertical-align: bottom
	}
}

.order-button-wrap button,
.order-button-wrap input[type=number] {
	height: 100%
}

.order-button-wrap input[type=number] {
	background: transparent;
	position: relative;
	border: none;
	outline: none;
	font-size: 1.3rem;
	font-family: oswald, sans-serif;
	color: #2c415c;
	font-weight: 800;
	width: 100%;
	height: auto;
	text-align: center
}

@media only screen and (min-width:1024px) {
	.order-button-wrap input[type=number] {
		color: #2c52a0;
		padding-left: 6px;
		background: transparent;
		text-align: left;
		font-size: 1.6rem
	}
}

.order-button-wrap button[type=submit] {
	display: inline-block;
	height: 45px;
	min-width: 100%;
	color: #2c52a0;
	margin: .5rem 0;
	padding: .5rem;
	font-size: .8em
}

.order-button-wrap button[type=submit] svg path {
	fill: #fff04b
}

@media only screen and (min-width:1024px) {
	.order-button-wrap button[type=submit] {
		min-width: auto;
		width: auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: 65px;
		font-size: 1.3rem;
		padding: 6px 2rem;
		margin: 0;
		margin-left: .5rem
	}
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.trustpilot-widget.empty-trustpilot-widget {
	display: none
}

.faq__nav {
	margin-bottom: 0
}

.faq__nav,
.faq__nav span {
	display: -ms-flexbox;
	display: flex
}

.faq__nav span {
	margin: 1rem;
	font-size: 12px;
	background: transparent;
	opacity: .5;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2c52a0;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	max-width: -webkit-min-content;
	max-width: min-content;
	max-width: -moz-min-content;
	transition: opacity .3s ease-in-out;
	white-space: nowrap
}

.faq__nav span:hover {
	opacity: 1
}

.faq__nav .underline {
	transition: opacity .3s ease-in-out;
	opacity: 0;
	margin-top: 8px
}

.faq__nav .underline path {
	fill: #fff04b
}

.faq__nav span.active {
	font-weight: 600;
	color: #2c52a0;
	opacity: 1
}

.faq__nav span.active>.underline {
	opacity: 1
}

.faq__nav span.active:after {
	background-size: contain
}

@media only screen and (min-width:1024px) {
	.faq__nav {
		margin-bottom: 2rem
	}
	.faq__nav span {
		font-size: 14px
	}
}

.wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.faq__question-page {
	display: none
}

.faq__question-page.active {
	display: block
}

.js_questions {
	width: 100%
}

@media only screen and (min-width:1024px) {
	.js_questions {
		padding-bottom: 50px
	}
}

.faq__question {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 3rem
}

.faq__question p {
	margin-bottom: 1rem;
	color: #686464;
	line-height: 18px;
	font-size: 12px;
	max-width: 297px
}

.faq__question h2 {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 900;
	color: #686464
}

.faq__question span {
	display: block;
	color: #2c52a0;
	margin-right: 1rem;
	font-weight: 900;
	font-size: 13px;
	margin-bottom: 5px
}

.faq__question p {
	font-weight: 500
}

@media only screen and (min-width:1024px) {
	.faq__question p {
		font-size: 16px;
		margin-bottom: 1rem;
		line-height: 24px;
		max-width: unset
	}
	.faq__question span {
		display: inline-block;
		font-size: 16px;
		margin-bottom: 0
	}
	.faq__question h2 {
		font-size: 18px;
		margin-bottom: 0;
		font-weight: 900;
		color: #686464
	}
}

.faq__question-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:1024px) {
	.faq__question-heading {
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 20px
	}
}

.podcast {
	min-height: 320px;
	height: 400px;
	width: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #f60;
	padding-top: 1rem;
	padding-bottom: 2rem
}

.podcast .wrapper {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 0
}

@media only screen and (min-width:640px) {
	.podcast .wrapper {
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and (min-width:1024px) {
	.podcast {
		grid-column: 2/4
	}
}

.podcast .text-card {
	padding: 0;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.podcast .text-card .img-wrap,
.podcast .text-card img {
	margin-bottom: 0;
	max-width: 270px
}

@media only screen and (min-width:640px) {
	.podcast .text-card {
		padding: unset;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.podcast-section {
	padding: 0;
	background: #9f9ef0
}

.podcast-section .podcast-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #fff;
	margin: 0;
	padding: 20px 10px;
	padding-bottom: 0;
	overflow: hidden
}

.podcast-section .podcast-main__bg {
	height: 350px
}

.podcast-section .podcast-main__bg img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transform: translate(-20px, 5px)
}

.podcast-section .podcast-main .social-icons {
	padding: 0;
	margin: 10px 0
}

.podcast-section .podcast-main .social-icons p {
	margin-right: 15px
}

.podcast-section .podcast-main .social-icons a,
.podcast-section .podcast-main .social-icons span {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px
}

.podcast-section .podcast-main__img {
	display: block;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.podcast-section .podcast-main .text-card__nav {
	display: none
}

.podcast-section .podcast-main h1,
.podcast-section .podcast-main span {
	margin-bottom: 2rem;
	text-align: center;
	max-width: 300px
}

.podcast-section .podcast-main h1 {
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: none
}

.podcast-section .podcast-main h1 br {
	display: none
}

.podcast-section .podcast-main a {
	text-decoration: none;
	color: #fff
}

.podcast-section .podcast-main .img-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 152px
}

.podcast-section .podcast-main .img-wrap img {
	box-shadow: 0 0 100px 0 #00000038
}

.podcast-section .podcast-main .block {
	display: -ms-flexbox;
	display: flex
}

.podcast-section .podcast-main .block,
.podcast-section .podcast-main .block .block {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.podcast-section .podcast-main .block .img-wrap {
	display: none
}

@media only screen and (min-width:1024px) {
	.podcast-section .podcast-main {
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.podcast-section .podcast-main,
	.podcast-section .podcast-main .block {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.podcast-section .podcast-main .block {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.podcast-section .podcast-main .block .block {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 20px
	}
	.podcast-section .podcast-main .block .img-wrap {
		display: block
	}
	.podcast-section .podcast-main .text-card {
		width: 50%;
		min-height: 100%
	}
	.podcast-section .podcast-main .img-wrap {
		padding: 0
	}
	.podcast-section .podcast-main .podcast-main__bg {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: end;
		align-items: flex-end;
		height: 491px;
		max-height: 100%;
		margin-right: 100px
	}
	.podcast-section .podcast-main .podcast-main__bg img {
		-o-object-fit: contain;
		object-fit: contain;
		height: 100%;
		margin: 0 auto
	}
	.podcast-section .podcast-main .podcast-main__img {
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: 1rem
	}
	.podcast-section .podcast-main .podcast-main__img .img-wrap {
		width: 192px
	}
	.podcast-section .podcast-main .podcast-main__img img {
		width: 100%
	}
	.podcast-section .podcast-main .text-card {
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 70px 0;
		margin-left: 1rem
	}
	.podcast-section .podcast-main a {
		margin-bottom: 0
	}
	.podcast-section .podcast-main h1,
	.podcast-section .podcast-main span {
		margin-bottom: 1.5rem;
		text-align: left;
		max-width: 550px
	}
	.podcast-section .podcast-main h1 {
		font-size: 2rem
	}
	.podcast-section .podcast-main h1 br {
		display: inline
	}
	.podcast-section .podcast-main .text-card__nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		font-size: .9rem;
		font-weight: 300;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	.podcast-section .podcast-main .text-card__nav>* {
		margin-right: 11px
	}
	.podcast-section .podcast-main .text-card__nav svg g {
		stroke: transparent
	}
	.podcast-section .podcast-main .text-card__nav a {
		margin-bottom: 0
	}
	.podcast-section .podcast-main .text-card__nav a:first-child {
		font-weight: 500
	}
}

.episodes {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.episodes,
.episodes .js_podcast {
	width: 100%
}

.episodes .js_podcast iframe {
	height: 100px
}

.episodes__grid {
	display: -ms-grid;
	display: grid;
	margin-bottom: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	width: 100%;
	grid-gap: 1rem;
	-ms-grid-column-align: center;
	justify-items: center
}

.episodes__episode-link {
	width: 290px;
	height: 80px;
	background: #2c415c
}

@media only screen and (min-width:1024px) {
	.episodes {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.episodes__grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 2rem;
		margin-bottom: 2rem
	}
	.episodes__episode-link {
		height: 120px;
		width: 100%
	}
	.episodes button {
		margin-top: 2rem
	}
}

.about-show,
.listen {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.about-show .section__heading,
.listen .section__heading {
	padding-bottom: 30px
}

@media only screen and (min-width:1024px) {
	.about-show,
	.listen {
		padding-top: 4rem;
		padding-bottom: 4rem
	}
}

.about-show p,
.listen p {
	margin: auto
}

.about-show {
	-ms-flex-align: center;
	align-items: center
}

.about-show p {
	text-align: center;
	font-weight: 500;
	max-width: 300px;
	color: #686464;
	line-height: 1.4
}

@media only screen and (min-width:1024px) {
	.about-show p {
		max-width: 50%
	}
}

.listen p {
	color: #686464;
	font-weight: 500;
	margin-bottom: 2rem;
	line-height: 1.7;
	text-align: center
}

.listen__podcast-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 300px
}

.listen__podcast-links img {
	width: 65px;
	margin: 2.5px .25rem
}

.listen__phone {
	display: none
}

.listen__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:1024px) {
	.listen {
		padding-bottom: 200px
	}
	.listen .wrapper {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.listen__block {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 4rem
	}
	.listen__block p {
		text-align: left;
		color: #686464;
		margin: 0;
		margin-right: 2rem;
		margin-bottom: 1rem;
		line-height: 1.7
	}
	.listen__icons {
		width: 280px
	}
	.listen__phone {
		display: block;
		width: 100px;
		transform: scale(1.6) translateY(-20px)
	}
}

.podcast-tile__wrap {
	margin-bottom: 0
}

.cart__empty {
	padding-bottom: 3rem;
	text-align: center;
	font-size: 1.3rem
}

.cart__empty a {
	font-weight: 500;
	text-decoration: none;
	color: #2c52a0
}

.cart-form {
	width: 100%;
	margin-top: 1rem;
	padding-bottom: 30px
}

.cart-form .section__heading {
	padding: 10px 0
}

.cart-form .section__heading h1 {
	font-size: 22px
}

@media only screen and (min-width:1024px) {
	.cart-form .section__heading h1 {
		font-size: 46px
	}
}

@media only screen and (min-width:1024px) {
	.cart-form .section__heading {
		margin: 50px 0;
		margin-top: 40px
	}
}

@media only screen and (min-width:1024px) {
	.cart-form {
		padding-bottom: 55px
	}
}

.responsive-table {
	width: 100%
}

.responsive-table__row {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

.responsive-table .product-info>* {
	margin: .5rem 0
}

@media only screen and (min-width:1024px) {
	.responsive-table .product-info>* {
		margin: 0 1rem
	}
}

.responsive-table .product-image {
	max-width: 165px;
	margin-right: 1rem;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1024px) {
	.responsive-table .product-image {
		width: 250px
	}
	.responsive-table .product-image img {
		width: 165px
	}
}

.responsive-table td {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.responsive-table td {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.responsive-table .product-quantity__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.responsive-table .product-quantity .add-cart-button,
.responsive-table .product-quantity .remove-cart-button,
.responsive-table .product-quantity input[type=number] {
	height: 35px
}

.responsive-table .product-quantity input[type=number] {
	position: relative;
	border: none;
	outline: none;
	background: #ededed;
	font-size: 1.3rem;
	font-family: gotham, sans-serif;
	color: #2c415c;
	font-weight: 800;
	width: 60px;
	text-align: center
}

.responsive-table .product-quantity .add-cart-button,
.responsive-table .product-quantity .remove-cart-button {
	cursor: pointer;
	background: #19a29c;
	min-width: 35px;
	color: #2c52a0;
	padding: 0;
	position: relative
}

.responsive-table .product-quantity .add-cart-button .plus-icon,
.responsive-table .product-quantity .remove-cart-button .plus-icon {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	-o-object-fit: contain;
	object-fit: contain
}

.responsive-table .product-quantity .add-cart-button .plus-icon.disabled,
.responsive-table .product-quantity .remove-cart-button .plus-icon.disabled {
	opacity: .6
}

.responsive-table .product-quantity .add-cart-button .button-text,
.responsive-table .product-quantity .remove-cart-button .button-text {
	display: none
}

.responsive-table .product-quantity .add-cart-button svg path,
.responsive-table .product-quantity .remove-cart-button svg path {
	fill: #fff04b
}

.responsive-table .product-quantity input[type=number]::-webkit-inner-spin-button,
.responsive-table .product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.product-title>* {
	color: #2c415c;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 800;
	display: block;
	max-width: 250px
}

@media only screen and (min-width:1024px) {
	.product-title>* {
		font-size: 26px
	}
}

.responsive-table__column-title {
	color: #2c52a0;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 600;
	height: 20px;
	margin-bottom: 30px;
	display: none
}

@media only screen and (min-width:1024px) {
	.responsive-table__column-title {
		display: block
	}
}

.product-remove {
	vertical-align: center;
	margin-top: 0;
	font-size: 1rem
}

.product-remove>* {
	color: #a8b2be;
	text-decoration: none
}

@media only screen and (min-width:1024px) {
	.product-remove {
		margin-top: 25px;
		font-size: 18px
	}
}

.product-price {
	font-size: 1.3rem;
	font-weight: 800;
	color: #2c415c
}

@media only screen and (min-width:1024px) {
	.product-price {
		font-size: 18px
	}
}

.original-price {
	color: #ffc0d6;
	font-weight: 800;
	font-size: .9rem;
	text-decoration: line-through
}

.total-price {
	color: #2bbb9b;
	font-weight: 800;
	font-size: 26px;
	display: none
}

@media only screen and (min-width:1024px) {
	.total-price {
		display: block
	}
}

.total-price__wrap {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 15px;
	padding-bottom: 0;
	padding-right: 18px;
	color: #2bbb9b;
	text-transform: uppercase;
	border-top: 1px solid #e8e8e8
}

.total-price__wrap span {
	font-weight: 500
}

@media only screen and (min-width:1024px) {
	.total-price__wrap {
		padding: 2rem 18px 2rem 0;
		border-top: none;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.total-price__wrap span {
		margin-right: 50px
	}
}

.total-price__savings {
	margin-top: .5rem;
	color: #ffc0d6;
	font-weight: 500
}

.final-price__wrap {
	text-align: right
}

.final-price__wrap .total-price {
	font-size: 1.6rem;
	display: block
}

.button-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0;
	padding-bottom: 0;
	text-align: center
}

.button-wrap .button-default {
	width: 100%;
	max-width: 500px;
	margin: .5rem 0;
	margin-bottom: 0;
	letter-spacing: 0
}

@media only screen and (min-width:1024px) {
	.button-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.button-wrap .button-default {
		margin: .5rem 1rem;
		margin-right: 0;
		width: auto;
		max-width: auto
	}
}

.review {
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: none
}

.review .trustpilot-widget iframe {
	min-height: 800px
}

@media only screen and (min-width:1024px) {
	.review {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.banner {
	padding: 0
}

.wrap {
	max-width: 100%;
	width: 100%
}

.main,
.wrap {
	padding: 0!important
}

.logo {
	background: #ededed;
	width: 100%;
	height: 60px;
	padding: 1rem
}

.logo img {
	height: 100%;
	max-height: 100%;
	margin: auto
}

.bc {
	display: none
}

@media only screen and (min-width:1024px) {
	.logo {
		height: 129px
	}
}

.section__heading {
	margin: 1rem 0
}

.section__heading h1 {
	font-size: 1.4rem;
	font-weight: 900
}

.section__heading:after {
	margin-top: 10px;
	width: 2.8rem
}

@media only screen and (min-width:1024px) {
	.section__heading {
		margin: 2.5rem 0
	}
	.section__heading h1 {
		font-size: 2.8rem
	}
}

.breadcrumb {
	margin: auto;
	height: 70px!important;
	margin-top: 25px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	max-width: 550px;
	height: 120px;
	counter-reset: a;
	position: relative;
	font-family: montserrat;
	display: block!important
}

.breadcrumb__chevron-icon {
	display: none
}

.breadcrumb:before {
	position: absolute;
	top: 16px;
	left: 12.5%;
	content: "";
	width: 75%;
	height: 1px;
	background: #403de2
}

.breadcrumb .breadcrumb__item {
	float: left;
	padding-top: 40px;
	width: 25%;
	text-align: center;
	position: relative
}

.breadcrumb__link,
.breadcrumb__text {
	color: #b8c0ca;
	font-size: .8rem;
	font-weight: 500
}

.breadcrumb__item--current .breadcrumb__text {
	font-weight: 900!important;
	color: #403de2!important;
	font-size: .8rem
}

.breadcrumb__item--completed .breadcrumb__link {
	color: #403de2!important;
	font-weight: 500;
	font-size: .8rem
}

.breadcrumb .breadcrumb__item:after {
	counter-increment: a;
	content: counter(a);
	position: absolute;
	top: 0;
	left: calc(50% - 23px);
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #403de2;
	border-radius: 50%;
	line-height: 30px;
	background: #fff;
	font-size: .8rem;
	color: #c0c7d0;
	font-weight: 500
}

@media only screen and (min-width:1024px) {
	.breadcrumb {
		margin-top: 5rem!important;
		height: 150px!important
	}
	.breadcrumb .breadcrumb__item {
		padding-top: 60px
	}
	.breadcrumb .breadcrumb__item:after {
		counter-increment: a;
		content: counter(a);
		position: absolute;
		top: 0;
		left: calc(50% - 23px);
		width: 40px;
		height: 40px;
		text-align: center;
		border: 1px solid #403de2;
		border-radius: 50%;
		line-height: 40px;
		background: #fff;
		font-size: 1.2rem;
		color: #c0c7d0;
		font-weight: 500
	}
}

.breadcrumb .breadcrumb__item--completed:after {
	background: url(https://cdn.shopify.com/s/files/1/0014/2947/1345/t/12/assets/check-circle@1.5x.svg?12038648369906458807) 50% no-repeat, #403de2;
	background-size: 15px;
	color: transparent
}

@media only screen and (min-width:1024px) {
	.breadcrumb .breadcrumb__item--completed:after {
		background-size: 23px
	}
	.breadcrumb:before {
		top: 23px
	}
}

.breadcrumb .breadcrumb__item--current:after {
	background: #403de2;
	color: #fff
}

.alt-payment-list-container,
.alternative-payment-separator {
	display: none!important
}

.step {
	max-width: 750px;
	margin: auto;
	font-weight: 500!important;
	font-family: montserrat!important
}

.input-checkbox,
.input-radio {
	border-color: #1a1919!important;
	outline: none!important
}

.field__input {
	background-color: #ededed!important;
	color: #000!important;
	border: none;
	outline: none!important;
	border-radius: 0;
	padding: .9rem .8rem!important
}

@media only screen and (min-width:1024px) {
	.field__input {
		padding: 1.3rem .8rem!important
	}
}

.field__input:active {
	border: none!important
}

.field__input--select {
	color: #8d8bee!important
}

.field__input--select>* {
	border: none
}

input:-ms-input-placeholder {
	color: #8d8bee!important
}

input::placeholder {
	color: #8d8bee!important
}

.floating-labels .main .field__label {
	display: none!important
}

.field {
	padding: .25rem!important
}

@media only screen and (min-width:1024px) {
	.field {
		padding: .5rem!important
	}
}

.field--half {
	width: 50%!important
}

.field__label {
	color: #000!important
}

.fieldset-description {
	margin: .5rem 0
}

.field__input-wrapper--select label {
	display: none
}

.layout-flex__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0!important;
	max-width: 260px;
	margin: auto;
	font-weight: 500
}

@media only screen and (min-width:1024px) {
	.layout-flex__item {
		-ms-flex-direction: row;
		flex-direction: row;
		padding: auto;
		max-width: auto
	}
}

.layout-flex__item p {
	letter-spacing: .5px
}

.layout-flex__item a {
	color: blue;
	letter-spacing: 1px;
	text-transform: uppercase
}

.step__sections {
	padding: .5rem
}

@media only screen and (min-width:1024px) {
	.step__sections {
		padding: 60px 150px;
		box-shadow: 0 0 60px rgba(0, 0, 0, .1)
	}
}

.section {
	padding-top: 0!important
}

.section--shipping-address {
	padding-top: 0
}

.section__title {
	display: none
}

.step__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: .5rem!important;
	padding: 0 .5rem
}

@media only screen and (min-width:1024px) {
	.step__footer {
		margin-top: 3rem!important
	}
}

.step__footer__previous-link {
	display: none
}

.step__footer__continue-btn {
	display: inline-block;
	background: #2bbb9b;
	color: #403de2;
	border-radius: 0;
	outline: none;
	border: none;
	font-weight: 900;
	font-size: 1.5rem;
	padding: 2px 10px;
	font-family: oswald!important;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content
}

@media only screen and (min-width:1024px) {
	.step__footer__continue-btn {
		font-size: 2.2rem;
		padding: 2px 20px
	}
}

.step__footer__continue-btn span {
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-align: inherit;
	text-transform: inherit;
	display: block
}

.step__footer__continue-btn:hover {
	background: #2bbb9b;
	color: #403de2
}

.agree {
	text-align: center;
	font-size: .8rem;
	line-height: 1.5
}

.agree a {
	color: inherit;
	text-decoration: underline
}

.agree p {
	margin: 2rem auto;
	max-width: 280px;
	margin-bottom: 1rem
}

@media only screen and (min-width:1024px) {
	.agree {
		font-size: 1rem
	}
	.agree p {
		max-width: 100%;
		margin: 3rem auto;
		margin-bottom: 1rem
	}
}

.agree img {
	max-width: 250px
}

.main__footer {
	display: none
}

.search {
	padding-bottom: 30px
}

.search .section__heading {
	margin: 0
}

.search .poster-grid {
	padding-top: 30px
}

.search .poster__info,
.search__item {
	text-align: center
}

.search__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem;
	list-style-type: none;
	width: 300px
}

.search__item .item-image {
	width: 300px;
	margin: 0
}

.search__item .item-image img {
	-o-object-fit: contain;
	object-fit: contain
}

.search__item a {
	text-decoration: none;
	color: #2c415c
}

.search__item h3 {
	margin-top: 10px;
	color: #2c415c
}

.search__no-result {
	margin: 0 auto;
	padding: 2rem;
	padding-bottom: 60px;
	text-align: center;
	font-size: 1rem
}

.search__no-result>* {
	text-decoration: none
}

.search__no-result a {
	color: #2c52a0
}

.search-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	width: 100%;
	padding: 0 2%
}

.search-form input[type=search] {
	background: #8d8bee;
	padding: 10px 15px;
	color: #2c52a0;
	outline: none;
	border: none;
	max-width: 250px
}

.search-form button {
	background: #8d8bee;
	border: none;
	outline: none;
	width: 50px;
	position: relative
}

.search-form button svg path {
	fill: #fff
}

.login p {
	text-align: center;
	margin: 20px 0;
	font-weight: 500
}

.login form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 60px
}

.login form .section__heading {
	margin: 0
}

.login form .errors {
	padding: 10px 0;
	color: #f60
}

.login form .errors li {
	list-style-type: none
}

.login form .button {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #2c52a0
}

.login form .button-default {
	margin-top: 10px;
	min-width: 220px;
	font-size: 1.6rem
}

.login form .button-default input {
	font-size: inherit
}

.login form input {
	margin-bottom: 10px;
	padding: 8px 12px;
	background: #f5f5f5;
	color: #8d8bee;
	border: none;
	font-size: 24px
}

.login form a {
	margin-top: 10px;
	text-decoration: none;
	color: #2c52a0
}

.login form #HideRecoverPasswordLink {
	color: #2c52a0;
	font-weight: 500;
	background: transparent;
	border: none;
	outline: none;
	margin: 10px 0;
	font-size: .9rem;
	text-transform: uppercase
}

.text-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.text-card h1 {
	font-size: 2rem
}

@media only screen and (min-width:1024px) {
	.text-card h1 {
		font-size: 2.2rem
	}
}

.text-card h2 {
	font-size: 1.6rem
}

@media only screen and (min-width:1024px) {
	.text-card h2 {
		font-size: 2rem
	}
}

.country-select {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 500;
	position: relative;
	z-index: 5
}

.country-select__dropdown {
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 20px;
	animation: a;
	animation-duration: .3s
}

.country-select__dropdown span {
	margin-right: 5px
}

.country-select__dropdown .country-select__country {
	margin-bottom: 10px
}

.country-select__dropdown .country-select__country:last-child {
	margin-bottom: 0
}

.country-select__dropdown.active {
	display: -ms-flexbox;
	display: flex
}

@media only screen and (min-width:1024px) {
	.country-select__dropdown {
		box-shadow: 0 0 15px rgba(0, 0, 0, .3);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: #fff;
		position: absolute;
		left: 0;
		top: 60px;
		padding: 35px;
		-ms-flex-align: start;
		align-items: flex-start;
		z-index: 15;
		margin: 0
	}
	.country-select__dropdown>* {
		color: #2c52a0
	}
	.country-select__dropdown span {
		color: #2c52a0!important
	}
	.country-select__dropdown .country-select__country {
		margin-right: 20px;
		margin-bottom: 10px
	}
}

.country-select__country .country-select__flag {
	max-width: 25px
}

.country-select__country-name {
	display: block;
	width: 24px
}

.country-select__selected-country {
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 90px
}

.country-select__selected-country span {
	margin-right: 11px
}

.country-select__country,
.country-select__selected-country {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.country-select>a,
.country-select span {
	color: #2c52a0;
	font-weight: 500
}

.country-select a:hover {
	opacity: .7
}

.country-select__flag {
	max-width: 35px
}

.country-select__arrow {
	margin-left: 10px;
	transition: all .3s ease-in-out
}

.country-select__arrow svg,
.country-select__arrow svg g {
	fill: #2c52a0;
	stroke: #2c52a0
}

.country-select__arrow.active {
	transform: rotateY(180deg)
}

@keyframes a {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.tile__promo {
	padding: 0
}

.promo-code {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: center;
	min-height: 350px;
	height: 400px;
	width: 100%;
	padding: 40px;
	overflow: hidden
}

.promo-code__discount {
	font-size: 1.8em;
	font-weight: 800
}

.promo-code h1 {
	margin-bottom: .5rem;
	margin-top: 0;
	font-size: 2.2rem;
	font-weight: 900
}

.promo-code__enter {
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 5px
}

.promo-code__code {
	position: relative;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase
}

.promo-code__code:after {
	content: "";
	display: block;
	margin: auto;
	top: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 5px;
	margin-top: 2px;
	background: #2bbb9b
}

.promo-code img {
	transform: scaleY(.85);
	width: 90%;
	height: 190px;
	padding: 1rem;
	padding-top: 0;
	-o-object-fit: contain;
	object-fit: contain
}

.promo-code .disclaimer {
	font-size: 14px;
	color: #2c52a0;
	font-weight: 600
}

@media only screen and (min-width:1024px) {
	.promo-code {
		height: 440px;
		padding: 15px
	}
	.promo-code__discount {
		font-size: 1.5em
	}
	.promo-code h1 {
		font-size: 3rem
	}
	.promo-code__code {
		font-size: 2rem;
		cursor: pointer
	}
	.promo-code__enter {
		font-size: 1.3rem;
		margin-top: 1rem
	}
}

.tile__video {
	width: 100%;
	height: 180px;
	background: #ffc0d6;
	padding: 0;
	position: relative;
	max-height: 440px;
	max-width: none
}

.tile__video .tile__video.remove-video-line:after {
	display: none
}

.tile__video iframe {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: relative
}

@media only screen and (min-width:1024px) {
	.tile__video {
		height: 440px
	}
}

.tile__video-caption {
	display: none
}

.video-play {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(Play.png) no-repeat 50%, #2c52a0;
	background-size: 20px;
	border: none;
	border-radius: 50%;
	outline: none;
	height: 80px;
	width: 80px;
	padding: 0;
	z-index: 20;
	cursor: pointer
}

.video-play:after {
	display: none
}

@media only screen and (min-width:1024px) {
	.video-play {
		height: 130px;
		width: 130px;
		background-size: 40px
	}
}

.tile__video-placeholder {
	height: 100%;
	width: 100%
}

.tile__video-placeholder img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.tile__quote,
.tile__video-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.tile__quote {
	height: 100%;
	max-height: 360px;
	width: 100%;
	max-width: 360px;
	padding: 0;
	background: transparent;
	text-align: center;
	text-transform: uppercase
}

.tile__quote .quote {
	font-size: 2rem;
	color: #2c52a0;
	font-weight: 600;
	position: relative;
	margin-bottom: 3rem
}

.tile__quote .quote .img-wrap {
	height: 100%;
	width: 100%
}

.tile__quote .quote .img-wrap img {
	-o-object-fit: cover;
	object-fit: cover
}

.instagram__tile {
	background: #ededed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem;
	max-widfth: 100%;
	overflow: hidden
}

.instagram__tile .instagram-feed:hover .owl-next,
.instagram__tile .instagram-feed:hover .owl-prev {
	visibility: visible;
	opacity: 1
}

.instagram__tile .owl-next,
.instagram__tile .owl-prev {
	opacity: 0;
	transition: opacity color .3s ease-in-out;
	visibility: hidden;
	background: hsla(0, 0%, 96%, .8);
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 5px 10px;
	height: 100%;
	width: 25px;
	font-size: 40px;
	padding: 0;
	border: none;
	outline: none;
	color: #2c52a0;
	font-weight: 600
}

.instagram__tile .owl-next:hover,
.instagram__tile .owl-prev:hover {
	background: #fff
}

.instagram__tile .owl-prev {
	left: 0
}

.instagram__tile .owl-next {
	right: 0
}

@media only screen and (min-width:1024px) {
	.instagram__tile {
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 2rem
	}
}

@media only screen and (min-width:1024px) {
	.instagram__tile .text-card.mobile-only {
		display: none
	}
}

.instagram__tile .fs-entry-container {
	display: block;
	min-height: 120px;
	min-width: 120px;
	margin: 0 5px!important;
	padding: 0!important
}

.instagram__tile .fs-wrapper {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content
}

.instagram__tile .fs-slider-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.instagram__tile .owl-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.instagram__tile .fs-timeline {
	position: relative;
	display: -ms-flexbox;
	display: flex
}

.instagram__tile .fs-next-button,
.instagram__tile .fs-prepended-detail {
	display: none
}

.instagram__tile .fs-service-icon {
	transform: translateY(7px)!important
}

.instagram__tile .owl-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.instagram__tile .owl-stage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:1024px) {
	.instagram__tile .owl-stage {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.instagram__tile div.fs-prepended-detail.fs-wrapper {
	display: none!important
}

.instagram__tile .centered-content .fs-slider-next-button {
	display: none
}

.instagram__tile .fs-wrapper div.fs-timeline-entry {
	min-height: 120px;
	min-width: 120px
}

.instagram__tile .text-card {
	margin-top: 0;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin-bottom: 0
}

.instagram__tile .text-card h3 {
	color: #2c52a0;
	margin-bottom: 0;
	line-height: 1.6;
	font-size: 1.6rem
}

@media only screen and (min-width:1024px) {
	.instagram__tile .text-card h3 {
		margin-bottom: 1rem;
		margin-right: 1rem
	}
}

.instagram__tile .text-card .button-default:nth-child(2) {
	display: none
}

.instagram__tile .text-card a span {
	font-size: 1.6rem
}

.instagram__tile .text-card svg path {
	fill: #fff04b
}

@media only screen and (min-width:1024px) {
	.instagram__tile .text-card {
		text-align: left;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.instagram__tile .text-card .button-default {
		margin-top: 1rem;
		display: inline-block!important
	}
	.instagram__tile .text-card a span {
		font-size: 1.3rem;
		padding: .3rem .6rem;
		padding-bottom: 1px
	}
	.instagram__tile .text-card a span .underline {
		margin-top: 10px
	}
}

.instagram__tile .instagram-feed {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 2rem 0;
	overflow: hidden
}

.instagram__tile .instagram-feed #insta-feed {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width:1024px) {
	.instagram__tile .instagram-feed {
		margin: unset;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 1rem 0
	}
}

.instagram__tile .instagram-feed__insta-btn {
	display: none;
	background: #2c52a0;
	background-size: 45px;
	color: transparent;
	padding: 25px
}

@media only screen and (min-width:1024px) {
	.instagram__tile .instagram-feed__insta-btn {
		display: block
	}
}

.instagram__tile .instagram-feed__insta-btn svg,
.instagram__tile .instagram-feed__insta-btn svg>path {
	fill: #fff
}

.instagram__tile .instagram-feed__insta-btn,
.instagram__tile .instagram-feed a {
	min-width: 120px;
	width: 120px;
	height: 120px;
	margin: 0 5px
}

.instagram__tile .instagram-feed__insta-btn:last-child,
.instagram__tile .instagram-feed a:last-child {
	margin-right: 0
}

.instagram__tile .instagram-feed__insta-btn .overlay,
.instagram__tile .instagram-feed a .overlay {
	height: 100%!important;
	width: 100%!important
}

.instagram__tile .instagram-feed__insta-btn .container,
.instagram__tile .instagram-feed a .container {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%!important;
	width: 100%!important;
	margin: 0!important;
	padding: 0!important
}

.instagram__tile .instagram-feed__insta-btn .container img,
.instagram__tile .instagram-feed a .container img {
	height: 100%!important;
	width: 100%!important
}

@media only screen and (min-width:640px) {
	.instagram__tile .instagram-feed__insta-btn,
	.instagram__tile .instagram-feed a {
		margin: .25rem
	}
}

.instagram__tile .instagram-feed #insta-feed a {
	display: none
}

.instagram__tile .instagram-feed #insta-feed a:nth-child(-n+2) {
	display: block
}

@media only screen and (min-width:640px) {
	.instagram__tile .instagram-feed #insta-feed a:nth-child(-n+4) {
		display: block
	}
}

@media only screen and (min-width:1024px) {
	.instagram__tile .instagram-feed #insta-feed a {
		display: block
	}
}

.tile__featured {
	background: #86e3ff;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.tile__featured .section__heading {
	margin-top: 0;
	padding: 1rem;
	font-size: .9em
}

@media only screen and (min-width:1024px) {
	.tile__featured .section__heading {
		padding: 0;
		font-size: .8em
	}
}

.tile__featured .section__heading .side-lines {
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: .1em;
	margin: 10px 0 20px;
	text-align: center
}

.tile__featured .section__heading .side-lines .side-lines-span {
	background: #2c52a0;
	padding: 0 20px
}

@media (max-width:600px) {
	.tile__featured .section__heading .side-lines {
		border-bottom: none
	}
	.tile__featured .section__heading .side-lines .side-lines-span {
		background: none;
		line-height: 120%;
		text-align: center;
		padding: 0
	}
}

.tile__featured .wrapper {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

@media only screen and (min-width:1024px) {
	.tile__featured {
		-ms-grid-column: span 3;
		grid-column: span 3
	}
}

.tile__featured .featured__img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 120px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tile__featured .section__heading {
	margin-bottom: 1rem
}

.tile__featured li {
	list-style-type: none
}

.tile__featured {
	overflow: hidden
}

.logo-slider {
	position: relative
}

.logo-slider:hover .owl-nav {
	opacity: 1
}

.logo-slider .owl-stage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.logo-slider .logo-bar__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 25px;
	width: auto;
	cursor: pointer
}

.logo-slider .logo-bar__item img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.logo-slider .owl-dots {
	display: none
}

.logo-slider .owl-nav {
	transition: opacity .3s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 0
}

.logo-slider .owl-next,
.logo-slider .owl-prev {
	opacity: 1;
	transition: opacity color .3s ease-in-out;
	position: absolute;
	background: transparent;
	top: 0;
	bottom: 0;
	padding: 0 10px;
	height: 100%;
	width: 25px;
	font-size: 40px;
	padding: 0;
	border: none;
	outline: none;
	color: #2c52a0;
	font-weight: 600;
	transform: translateY(-3px)
}

.logo-slider .owl-next span,
.logo-slider .owl-prev span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.logo-slider .owl-next:hover,
.logo-slider .owl-prev:hover {
	color: #2bbb9b
}

.logo-slider .owl-prev {
	left: -20px
}

.logo-slider .owl-next {
	right: -20px
}

.logo-slider .owl-item {
	display: block;
	margin: .5rem
}

.podcast__tile {
	background: #4363cc;
	height: 315px;
	width: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #f60;
	padding: 2rem;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden
}

.podcast__tile .podcast__bg {
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-o-object-fit: contain;
	object-fit: contain;
	transform: scale(2) translateX(8%) translateY(20px);
	z-index: 1;
	display: none
}

@media only screen and (min-width:1024px) {
	.podcast__tile {
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-pack: center;
		justify-content: center
	}
	.podcast__tile .wrapper.width-s {
		padding-left: 8%;
		padding-right: 8%
	}
	.podcast__tile .podcast__bg {
		height: 190px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		-o-object-fit: contain;
		object-fit: contain;
		transform: scale(2.3) translateX(-29%) translateY(20px);
		z-index: 1;
		display: block
	}
}

@media only screen and (min-width:1200px) {
	.podcast__tile {
		height: 360px
	}
}

.podcast__tile .wrapper {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:1024px) {
	.podcast__tile .wrapper {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.podcast__tile .text-card {
	position: relative;
	padding: 0;
	margin: 0;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	z-index: 5
}

.podcast__tile .text-card h2 {
	font-size: 2rem
}

.podcast__tile .text-card .img-wrap,
.podcast__tile .text-card img {
	margin-bottom: 0;
	width: 190px
}

.podcast__tile .text-card img {
	transform: translateY(-10px)
}

@media only screen and (min-width:1024px) {
	.podcast__tile .text-card {
		padding: unset;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.podcast__tile .text-card button {
	font-size: 1.3rem;
	margin-top: .5rem
}

.podcast__tile .text-card button span {
	font-size: inherit
}

@media only screen and (min-width:1024px) {
	.podcast__tile .text-card h2 {
		font-size: 2.2rem
	}
	.podcast__tile .text-card button {
		margin-top: 1.5rem;
		font-size: 2rem
	}
	.podcast__tile .text-card img {
		transform: translateY(0);
		width: 190px
	}
}

.podcast__tile .has-underline {
	display: block
}

.podcast__tile .has-underline .underline {
	max-width: 100%
}

#shopify-section-product .podcast__tile,
.template-collection .podcast__tile,
.template-product .podcast__tile {
	background: #9f9af0
}

@media only screen and (min-width:1024px) {
	#shopify-section-product .podcast__tile,
	.template-collection .podcast__tile,
	.template-product .podcast__tile {
		height: 450px
	}
}

.section__heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
	width: 100%;
	font-weight: 900;
	margin: 0
}

@media only screen and (min-width:1024px) {
	.section__heading {
		padding: 50px 0;
		padding-bottom: 30px
	}
}

.section__heading>* {
	font-weight: 800;
	color: #2c52a0
}

.section__heading:after {
	content: "";
	margin-top: 11px;
	display: block;
	width: 4rem;
	border-bottom: 4px solid #fff04b
}

@media only screen and (min-width:1024px) {
	.section__heading:after {
		margin-top: .7rem
	}
}

.section__heading h1 {
	font-size: 18px;
	color: #2c52a0
}

@media only screen and (min-width:1024px) {
	.section__heading h1 {
		font-size: 46px
	}
}

.section__heading h2 {
	font-style: 1.6rem;
	color: #2c52a0
}

@media only screen and (min-width:1024px) {
	.section__heading h2 {
		font-size: 24px
	}
}

.section__heading h3 {
	font-size: 1.4rem
}

@media only screen and (min-width:1024px) {
	.section__heading h3 {
		font-size: 1.5em
	}
}

.poster-grid .section__heading:after,
.tile__logos .section__heading:after {
	display: none
}

.social-sharing svg path {
	fill: #fff
}

.social-sharing a {
	margin-left: 1rem;
	text-decoration: none;
	text-transform: uppercase
}

.social-sharing span {
	color: #fff;
	text-decoration: none;
	margin-left: .5rem;
	font-size: .7rem
}

.social-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.social-icons p {
	margin-bottom: 0
}

@media only screen and (min-width:1024px) {
	.poster:hover .poster__overlay {
		opacity: 0.4
	}
}

.poster {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: start;
	width: 130px;
	height: 280px;
	border: none
}

.poster__img {
	position: relative;
	overflow: hidden;
	height: 0%;
	width: 100%;
	padding-bottom: 100%
}

.poster__img img {
	margin: 0;
	-o-object-fit: contain;
	object-fit: fill;
	border: none;
	width: 100%
}

@media only screen and (min-width:640px) {
	.poster {
		width: 160px;
	}
}

@media only screen and (min-width:1024px) {
	.poster {
		width: 260px;
		height: 420px
	}
}

@media only screen and (min-width:1200px) {
	.poster {
		width: 22%;
	}
}

.poster__overlay,
.poster img {
	transform: translateY(8px)
}

.poster__blur {
	display: none;
	z-index: -1;
	filter: blur(60px) brightness(.75)
}

.poster__blur,
.poster__blur img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.poster__blur img {
	transform: scale(2);
	-o-object-fit: cover;
	object-fit: cover;
	margin: auto;
	right: 0;
	bottom: 0
}

@media only screen and (min-width:1024px) {
	.poster__blur {
		display: block
	}
}

.poster__overlay {
	background: rgba(25, 162, 156, .8);
	position: absolute;
	top: 0;
	left: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 5;
	opacity: 0;
	cursor: pointer
}

.poster__overlay,
.poster__overlay .order-button-wrap {
	display: block;
	height: 100%;
	width: 100%
}

.poster__overlay .button__explore {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	z-index: 15
}

@media only screen and (min-width:1024px) {
	.poster__overlay {
		display: -ms-flexbox;
		display: flex;
		padding: 10px;
		transition: opacity .3s ease-in-out
	}
	.poster__overlay .order-button-wrap {
		height: auto;
		width: auto;
		display: -ms-flexbox;
		display: flex
	}
	.poster__overlay .button__explore {
		position: relative;
		min-height: auto;
		min-width: auto;
		z-index: 5
	}
}

@media only screen and (min-width:1200px) {
	.poster__overlay {
		display: -ms-flexbox;
		display: flex
	}
}

.poster__overlay .order-button-wrap {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.poster__overlay a,
.poster__overlay button {
	transition: all .3s ease-in-out;
	max-width: 200px;
	width: 200px;
	margin: 5px 0!important;
	padding: 7px 30px;
	height: 68px!important
}

.poster__overlay a:hover,
.poster__overlay button:hover {
	opacity: 1;
	border-color: #2c52a0;
	background: #2c52a0;
	color: #fff
}

.poster__overlay a a,
.poster__overlay a span,
.poster__overlay button a,
.poster__overlay button span {
	font-size: 27px
}

.poster__overlay .button__add-to-cart {
	background: #fff
}

.poster__overlay .button__add-to-cart svg path {
	fill: #fff04b
}

.poster__overlay .button__explore {
	background: transparent;
	border: 2px solid #2c52a0;
	color: #2c52a0
}

.poster__overlay .button__explore svg path {
	fill: #fff
}

.poster__info {
	width: 100%;
	min-height: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 0;
	text-align: center;
	position: relative;
	z-index: 6;
	overflow: hidden;
	background: #2c52a0!important;
	margin-top: 10px
}

.poster__info h1 {
	font-size: .9rem;
	color: #fff;
	margin: 0;
	margin-bottom: 0;
	font-family: montserrat;
	font-weight: 600;
	line-height: 95%
}

.poster__info h2 {
	font-size: .7rem;
	color: #fff;
	margin: 4px 0 8px;
	margin-bottom: 8px;
	font-weight: 500;
	font-family: montserrat
}

.poster__info .poster__price {
	margin-top: 8px
}

.poster__info .product-price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	font-family: montserrat
}

.poster__info .discount-price {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #ffc0d6
}

.poster__info .discount-price :first-child {
	text-decoration: line-through
}

.poster__info .discount-price .total-price:first-child {
	text-decoration: none
}

.poster__info .discount-price :nth-child(2) {
	font-weight: 400;
	font-size: 10px
}

@media only screen and (min-width:1024px) {
	.poster__info {
		text-align: left;
		padding: 1rem 2rem;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.poster__info .discount-price,
	.poster__info .product-price {
		color: #fff;
		display: inline
	}
	.poster__info .discount-price {
		color: #ffc0d6
	}
	.poster__info h1 {
		color: #fff;
		font-size: 18.5px
	}
	.poster__info h2 {
		color: #fff;
		font-size: 1rem;
		font-weight: 500
	}
	.poster__info .price--total {
		color: #fff
	}
}

a.banner {
	text-decoration: none
}

.banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
	z-index: 1;
	position: relative;
	padding: 1rem
}

@media only screen and (min-width:1024px) {
	.banner {
		padding: 0
	}
}

.banner .bg-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.banner .wrapper {
	height: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1024px) {
	.banner .wrapper {
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.banner .wrapper .img-wrap {
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	position: relative
}

@media only screen and (min-width:1024px) {
	.banner .wrapper .img-wrap {
		display: -ms-flexbox;
		display: flex
	}
}

.banner .wrapper img {
	display: none
}

@media only screen and (min-width:1024px) {
	.banner .wrapper img {
		display: block;
		max-width: 100%;
		height: 200px;
		-o-object-fit: contain;
		object-fit: contain
	}
}

.banner h1 {
	font-size: 1.3rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 2px
}

@media only screen and (min-width:1024px) {
	.banner h1 {
		font-size: 2.2rem
	}
}

@media only screen and (min-width:640px) {
	.banner {
		height: 90px;
		font-size: 2rem
	}
}

@media only screen and (min-width:1024px) {
	.banner {
		height: 105px
	}
}

.banner>.wrapper {
	-ms-flex-align: center;
	align-items: center
}

.hs-form label {
	display: none
}

.newsletter-form,
.newsletter-form .hbspt-form,
.newsletter-form .hs-form {
	width: 100%
}

.newsletter-form .hs-form .hs-form-938ad06c-1cd4-4263-bd8f-04ff820244f9_6ab2e8b6-3880-4737-82c8-06521bc0412d.stacked label,
.newsletter-form .hs-form label {
	display: none!important
}

.newsletter-form .hs-form .input {
	overflow: hidden;
	width: 100%
}

@media only screen and (min-width:1024px) {
	.newsletter-form .hs-form .input {
		max-width: 250px
	}
}

.newsletter-form .hs-form input {
	margin: 0;
	max-width: 100%
}

.newsletter-form .hs-form .actions {
	text-align: center;
	padding: 0;
	margin: 0
}

.newsletter-form .hs-form .actions .hs-button {
	transition: .3s ease-in-out;
	text-shadow: none;
	background: #2c52a0;
	color: #fff;
	background-image: none!important;
	text-transform: uppercase;
	font-size: 18px;
	font-family: oswald, sans-serif;
	border: none!important;
	outline: none!important;
	border-radius: 0;
	box-shadow: none!important;
	padding: 15px 30px
}

.newsletter-form .hs-form .actions .hs-button:hover {
	box-shadow: none;
	border: none;
	outline: none
}

.newsletter-form .hs-form .actions span {
	font-size: inherit;
	font-family: inherit
}

@media only screen and (min-width:1024px) {
	.newsletter-form .hs-form .actions {
		text-align: left
	}
}

.newsletter-form .hs-form .field {
	padding: 0!important
}

.newsletter-form .hs-form .hs-error-msgs {
	display: none!important
}

.contact-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1024px) {
	.contact-buttons {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.contact-buttons button {
	width: 150px;
	margin: 1rem .5rem
}

@media only screen and (min-width:1024px) {
	.contact-buttons button {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.contact-buttons button:first-child {
		margin-left: 0
	}
}

@media only screen and (min-width:1024px) {
	.related-products {
		background: #f3f3f3
	}
}

.related-products .poster-grid {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	height: 460px
}

.related-products .poster-grid .poster {
	margin-bottom: 100px
}

@media only screen and (min-width:1024px) {
	.related-products .poster-grid {
		height: 720px;
		overflow: hidden
	}
	.related-products .poster-grid .poster {
		margin-bottom: 100px;
		height: 464px;
		width: 288px
	}
	.related-products .poster-grid .poster__overlay {
		padding: 10px
	}
	.related-products .poster-grid .poster__info {
		height: auto
	}
	.related-products .poster-grid .poster__info h1 {
		line-height: .95;
		margin-bottom: 5px
	}
}

.breadcrumb-wrap {
	width: 100%
}

.collection-breadcrumbs {
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px;
	margin-left: 100px;
	margin-top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform: translateY(-20px)
}

@media only screen and (min-width:1024px) {
	.collection-breadcrumbs {
		display: -ms-flexbox;
		display: flex
	}
}

.collection-breadcrumbs>* {
	color: #b1bac5;
	font-weight: 600;
	margin: 0 3px;
	font-size: .9rem;
	text-decoration: none;
	text-transform: capitalize
}

.collection-breadcrumbs span:last-child {
	font-weight: 500;
	opacity: .8
}

.collection-breadcrumbs svg g {
	fill: #c0c7d0
}

.contact-form-wrap {
	padding-top: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-bottom: 20px;
	max-width: 360px;
	width: 100%
}

.contact-form-wrap p {
	max-width: 263px;
	font-size: 12px;
	color: #686464;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1.5
}

@media only screen and (min-width:1024px) {
	.contact-form-wrap {
		padding-top: 0;
		padding-bottom: 100px;
		max-width: 400px
	}
	.contact-form-wrap p {
		max-width: 566px;
		font-size: 16px;
		line-height: 24px
	}
}





.podcast-section-new{background-repeat: no-repeat !important;background:#94b5dd url( //cdn.shopify.com/s/files/1/1532/7563/t/129/assets/pod-home-slider.png?v=6664409196955536194);}
.pod-contents{ width:100%; background: url( //cdn.shopify.com/s/files/1/1532/7563/t/129/assets/podcast-contents--bg.png?v=9474044414844098569);}
.about-show1{ width:100%; background: url( //cdn.shopify.com/s/files/1/1532/7563/t/129/assets/bg-yellow-podcast.jpg?v=7030112872474738044);}
.pod-row{padding-top: 2rem !important;padding-bottom: 2rem !important;  display: flex;flex-direction:row;align-items: start;justify-content: flex-start;}}

.nav-blue a{color: #2f5199 !important}
.slider-img{padding: 0px 8px !important}
.podcast-section .podcast-main .img-wrap img{box-shadow:0 0 0 0 #00000038 !important}
.pod-half{width: 50%; float: left !important;}
.pod-heading{font-family:Woolwich,sans-serif;letter-spacing:1px; color: #2f5199; font-size: 50px}}
.pod-newsletter{ width:100%; background: url( //cdn.shopify.com/s/files/1/1532/7563/t/129/assets/newsletter_bg.png?v=3589772823291805886);position: relative;}
.pod-newsletter img{width: 60%}
.review_text{color: #858585;font-size: 1.2rem; font-weight: 500;padding-top:15px;}
.how-to-link{color: #2f5199 !important}
.pod-write_review{position: relative;z-index: 20;right: -40%;bottom: -120px;}
.pod-write_review img{width: 50%}
.how-to-text{color:#dd1b36 !important}
.pod-season{padding-top: 0rem !important;padding-bottom: 0rem !important;}
.pod-row ul { list-style-type: none;margin: 0;padding: 0; overflow: hidden;}
.pod-row li {float: left;}
.pod-row li a {font-size:18px; color:#30509b;font-weight:600; display: block;text-align: center; padding: 16px;text-decoration: none;text-transform: uppercase;}
.pod-row li a:hover {text-decoration: underline;}
.pod-row .active {text-decoration: underline;font-weight:700;}

.about--show-text{font-size: 18px; font-weight: 600; color: #2d519b;}
.listen__podcast-links-new{padding-top: 50px;}
.new-podcast{padding-top: 1rem !important;padding-bottom: 1rem !important;padding-left: 0% !important;padding-right: 0% !important;  }
.podcast---grid{-ms-grid-columns:2fr 2fr;grid-template-columns:2fr 2fr;}
.new-podcast .js_podcast {width: 520px; margin-right: 10px; float: left;}
.new-podcast .js_podcast iframe {height: 200px !important; width: 520px !important;}
.new-podcast .js_podcast {
    overflow: hidden;
    height: 210px;
}
.new-podcast .js_podcast .v__overlay {
    position: absolute;
    z-index: 1;
    width: 520px;
    height: 200px;
    cursor: pointer;
}
.new-podcast .js_podcast .v__overlay:hover {
    background-color: #bdedf5;
    opacity: 0.2;
}
.hide {display: none !important;}

.p-none {padding: 0;}
.m-none {margin: 0;}


.v-lnk {overflow: hidden; height: 212px;}
.v-desc {padding: 15px 8px; background-color: #fff; overflow: hidden; font-size: 14px; color: #999; font-weight: 400; border: 1px solid #d8d8d8;}
.v-desc div {width: 50%; float: left;}
.v-desc .share-count {text-align: right;}

.bounty-modal .txtbox {
    border-radius: 0;
    background: #fff;
    height: 50px;
    border: 1px solid #c1c0c0;
    text-shadow: none;
    box-shadow: none;
}

.bounty-modal .txtbox:focus,
.bounty-modal .txtbox:hover {
    border: 1px solid #00abc7;
}

.bounty-modal .btn-default {
    border-radius: 0;
    font-weight: 300;
    font-size: 13px;
    text-transform: none;
    height: 50px;
}

.bounty-modal ul {
    list-style: black;
}

.bounty-modal .rules {
    padding: 15px 25px 25px 25px;
}

.bounty-modal .rules p {
    font-weight: 500;
    font-size: 16px;
}

.bounty-modal ul li {
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
}

.bounty-modal .footer {
    background-color: #e8e8e8;
    padding: 25px;
}

.bounty-modal .modal-body {
    padding-bottom: 0;
}

.modal-header .close {
    margin-top: -2px;
    width: 5%;
}

.modal-title {
    width: 95%;
    float: left;
    font-weight: 500;
}

#modal-email .footer{
    background-color: #fff;
    padding: 25px 120px 50px 120px;
}

#modal-email .alert {
    margin: 10px 92px 30px 90px;
    border-radius: 0;
}

.alert a {
    color: #00abc7;
}

.w-video {
    min-width: 395px;
    min-height: 400px;

}

.bounty-modal .v-desc {
    color: #FFFFFF;
    font-size: 14px;
    background:none;
  border:none;
}

.bounty-modal .v-desc a {
    padding-left: 10px;
    padding-right: 10px;
}

#modal-view-video .v-lnk{
    height: 330px;
}

#modal-view-video .modal-dialog {
    width: 395px;
  margin:5% auto 0;
}

iframe,
object,
object embed {
    width: 99.88%;
}

@media only screen and (min-width: 375px) and (max-width: 667px) {

    .modal {
        right: 15px;
    }

    .bounty-modal ul li {
        line-height: 22px;
    }

    #modal-view-video .modal-dialog {
        width: 95%;
    }

    .w-video {
        min-width: 100%;
        min-height: auto;
    }

    #modal-view-video .v-lnk,
    .video-overlay{
        height: 212px;
    }

    #modal-email .footer {
        padding: 25px 15px 40px 15px;
    }

    #modal-email > div > div > div.modal-body > div.col-md-12 {
        padding: 0;
    }

    #modal-email .alert {
        margin: 10px 0px 5px 0px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 511px) {
    .video-overlay {
        width: 90%;
    }

    .modal {
        right: 15px;
    }

    .bounty-modal ul li {
        line-height: 22px;
    }

    #modal-view-video .modal-dialog {
        width: 95%;
    }

    .w-video {
        min-width: 100%;
        min-height: auto;
    }

    #modal-view-video .v-lnk,
    .video-overlay{
        height: 212px;
    }

    #modal-email .footer {
        padding: 25px 15px 40px 15px;
    }

    #modal-email > div > div > div.modal-body > div.col-md-12 {
        padding: 0;
    }

    #modal-email .alert {
        margin: 10px 0px 5px 0px;
    }

}

@media only screen and (min-width: 240px) and (max-width: 320px) {
    ul.listing li,
    iframe,
    object,
    object embed{
        width: 100%;
    }

    .video-overlay {
        width: 90%;
    }

    .modal {
        right: 15px;
    }

    .bounty-modal ul li {
        line-height: 22px;
    }

    #modal-view-video .modal-dialog {
        width: 95%;
    }

    .w-video {
        min-width: 100%;
        min-height: auto;
    }

    #modal-view-video .v-lnk,
    .video-overlay{
        height: 212px;
    }

    #modal-email .footer {
        padding: 25px 15px 40px 15px;
    }

    #modal-email > div > div > div.modal-body > div.col-md-12 {
        padding: 0;
    }

    #modal-email .alert {
        margin: 10px 0px 5px 0px;
    }

}

.modal-open .modal {
    overflow-x: hidden;overflow-y: auto;
    z-index: 9999;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  background-color: rgba(0,0,0,0.7);
}

#modal-view-video .close {
  position: relative;
    font-size: 25px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    display: inline-grid;
    border-radius: 23px;
    float: right;
  background: #fff;
border: #ccc solid 3px;
}
.pod-soundcloud{padding-top:0rem !important;}
.pod-news-area {
  display:block;
  padding-bottom:0rem !important;
}
.pod-news-area:after {
  display:block;
  content:" ";
  clear:both;
}
.pod-news-area > .pod-heading {
  float:left;
}
.pod-newsletter {
  background-image: url( //cdn.shopify.com/s/files/1/1532/7563/t/129/assets/newsletter_bg.png?v=3589772823291805886);
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position: top center;
  float:right;
  width:40%;
  max-width:320px;
  padding:135px 28px 30px 34px;
  position: relative;
 min-height: 310px;
  margin-top: -100px;
}
.pod-newsletter .hs-form {
  display:block ;
  position:relative;
}
.pod-newsletter .hs-email {
  width:100%;
  margin-bottom:0 !important;
  padding:0 !important;
}
.pod-newsletter .hs_error_rollup {
  position: absolute;
bottom: -12%;
text-align: center;
width: 100%;
left: 0;

}
.pod-newsletter .hs_error_rollup label {
  color:white;
  font-weight:bold !imortant;
  text-align:center !important;
}
.pod-newsletter input.hs-input {
  background-color:white;
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
  height:36px;
  width: 100%;
max-width: 100%;
display: block;
  padding:2px 16px;
}
.pod-newsletter .hs-button {
  height:56px;
  background-image: url( //cdn.shopify.com/s/files/1/1532/7563/t/129/assets/circle-send-btn.png?v=5769636797963844925) !important;
  background-color:transparent !important;
display: block !important;
border: none !important;
text-indent: -10000px;
  background-size:100% auto !important;
  backgrund-repeat:no-repeat !important;
  -webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
  width: 50px;
  padding: 0 !important;
  position:absolute !important;
  top: -11px;
right: -5px;
  margin-top:0 !important;
}


.top-slder-girl{
  padding-bottom:30px !important;
  position: relative;
  z-index: 10;
}
#MainContent{margin-top:110px}
.pod-newsletter .submitted-message{color: #fff !important;}
.nav-blue a{color: #2e5097 !important;font-size: 18px;font-weight: 500;}
.pod-write-review{padding-bottom: 0rem !important;}
.pod-gifs{grid-gap: 0rem !important;}
body.modal-open {
    overflow: hidden;
}

@media only screen and (max-width:1024px){
  #MainContent{margin-top:90px }
  .episodes__grid {
    display:block;
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    text-align:center;
  }
  .new-podcast .js_podcast {
    float:none;
  }
}

@media only screen and (max-width:767px){
  .podcast-section .podcast-main__bg {
    display:none;
  }
  .pod-write-review {
    flex-direction: column;
    display:block;
  }
  .how-to-listen .pod-half, .pod-write-review .pod-half, .how-to-listen .pod-half {
    width:100%;
    padding: 0 4%;
    text-align:center;
  }
  .listen__podcast-links-new {
    justify-content: space-between;
    width: 100%;
  }
  .pod-write-review .pod-write_review {
    right:0;
    bottom:0;
  }
  .how-to-listen .iphone {
    display:none;
  }
  .new-podcast .js_podcast {
    height:auto;
  }
  .pod-news-area .pod-newsletter {
    width:90%;
    float:none;
    margin:0 auto;
  }
  .pod-news-area .pod-heading {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
  }
  .pod-season {
    justify-content: center;
  }
  .podcast-section.about-show1 .podcast-main span {
    display:block;
  }
  .podcast-section-new .podcast-main h1 {
    margin-bottom:0;
  }
  .podcast-section-new .text-card .img-wrap {
    margin-bottom:0.4rem;
  }
  .podcast-section-new .top-slder-girl {
    padding-bottom:20px !important;
  }
}


/* Menu Marker Class */
.nav__link .menu__marker-item {
  position: absolute;
  right: 30px;
  top: -5px;
  background: #ff6600;
  font-size: 0.7em;
  padding: 2px 5px;
  color: #fff !important;
}

@media (max-width: 991px) {
  .nav__link .menu__marker-item {
    top: 0;
    right: -15px;
    font-size: 10px;
  }
}
