/** Shopify CDN: Minification failed

Line 7517:64 Expected "*/" to terminate multi-line comment

**/
/* This file is for custom css styles of Singing Machine theme */

:root {
	/*   --container-max-width: 1210px; */
}

html body .bg-theme {
	background-color: rgb(var(--theme-color));
}

html body .bg-theme-secondary {
	background-color: rgb(var(--theme-color-secondary));
}

html body .bg-black {
	background-color: #1f1f1f;
	color: #ffffff;
}

html body .bg-theme-gradient {
	background: linear-gradient(-90deg, rgb(var(--theme-color)) 0%, rgb(var(--theme-color-secondary)));
}

/*  */

html body .color-theme {
	color: rgb(var(--theme-color));
}

html body .color-theme-secondary {
	color: rgb(var(--theme-color-secondary));
}

/*  */

html body .color-gray {
	color: #a1a1a1;
}

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

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

.text-center {
	text-align: center;
}

.ttu {
	text-transform: uppercase;
}

.tdu {
	text-decoration: underline;
}

.tdl {
	text-decoration: line-through;
}

/*  */
/* BEGIN of bootstrap 3 grid columns */

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 740px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

/* END of bootstrap 3 grid columns */

.shopify-section--header {
	border-bottom: 1px solid #ffffff;
}

.shopify-section--slideshow .button {
	display: inline-block;
	width: auto;
}

.shopify-section--slideshow .text-container .heading--small {
	margin: 0 auto 0;
	max-width: 1000px;
	text-transform: none;
	font-weight: 400;
	font-size: 21px;
}

.shopify-section--featured-collections .h2 {
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	padding: 0 0 13px;
}

.h2 b,
.h3 b {
	color: rgb(var(--theme-color-secondary));
}

.shopify-section--logo-list .container {
	display: flex;
	align-items: center;
	padding: 30px 0 30px;
}

.shopify-section--logo-list .heading {
	white-space: nowrap;
	font-size: 30px;
	text-transform: none;
	font-weight: 700;
	margin: 0 0 0;
	padding: 0 0 0;
}

.shopify-section--logo-list .section__header {
	margin: 0;
	padding: 0 25px 0 0;
	border-right: 2px solid rgb(var(--theme-color-secondary));
	height: 105px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

.shopify-section--logo-list .logo-list__item {
	padding: 0 10px 0;
}

.shopify-section--logo-list .logo-list__list {
	padding: 0 0 0 10px;
}

.shopify-section--logo-list .logo-list__item img {
	opacity: .2;
	transition: all .3s ease;
}

.shopify-section--logo-list .logo-list__item:hover img {
	opacity: 1;
}

span.rating__caption {
	font-size: 80%;
}

[dir=ltr] .rating__caption {
	margin-left: 12px;
}

.product-item__info {
	text-align: center;
}

.product-item__info .price {
	font-size: 21px;
	font-weight: 600;
}

.product-item__info .price--compare {
	font-weight: 400;
	color: initial;
}

.product-item-meta__title {
	line-height: 1.4;
	font-weight: 600;
}

.rating__star {
	width: 17px;
}

.rating__stars {
	column-gap: 3px;
}

.product-item-meta__color-count {
	font-size: 80%;
}

.product-item__image-wrapper {
	background-color: rgb(var(--secondary-background));
}

.shopify-section--featured-collections .product-item__image-wrapper {
	margin: 0 0 0;
}

.product-item__cta {
	margin: 0 0 0;
}

.product-item__info--with-button {
	justify-content: initial;
}

.product-item__cta-wrapper {
	margin: 0 0 15px;
	padding: 10px 10px 10px;
	background-color: rgb(var(--secondary-background));
}

.shopify-section--collection-list .list-collections__item-list:before {
	content: "";
	position: absolute;
	width: 116px;
	height: 423px;
	right: 100%;
	top: 0;
	margin: 58px 50px 0 0;
	background: url('notes-left.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.shopify-section--collection-list .list-collections__item-list:after {
	content: "";
	position: absolute;
	width: 202px;
	height: 396px;
	left: 100%;
	top: 0;
	margin: -8px 0 0 50px;
	background: url('notes-right.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.shopify-section--collection-list .list-collections__item-list {
	position: relative;
}

.shopify-section--collection-list {
	overflow: hidden;
}

.list-collections--collage .list-collections__item-list {
	margin-left: 0;
	margin-right: 0;
	grid-gap: 30px;
}

.list-collections--collage .link {
	font-size: 100%;
	margin: 10px 0 0;
}

.list-collections--collage .h3 {
	margin: 0 0 10px;
}

.text-container .h2+.h5 {
	margin: 0 0 15px;
}

.shopify-section--featured-product .product-form__quantity {
	display: flex;
	align-items: center;
}

.shopify-section--featured-product .product-form__quantity-label {
	display: flex;
	margin: 0 15px 0 0;
}

.shopify-section--featured-product .product {
	margin: 0 auto;
}

.shopify-section--featured-product .product__media-list-wrapper {
	border: 2px solid rgb(var(--theme-color));
	border-radius: 20px;
	overflow: hidden;
}

.shopify-section--featured-product .product-meta__price-list-container {
	margin: 0 0 0;
}

.shopify-section--featured-product .product-meta {
	margin: 0 0 0;
	padding-bottom: 20px;
	border-bottom: none;
}

.shopify-section--featured-product .button {
	padding: 9px 25px 9px;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	min-width: 0;
	width: auto;
	max-width: 280px;
}

.shopify-section--featured-product .product__thumbnail,
.shopify-section--featured-product .product__thumbnail>img {
	border-radius: 10px;
}

.shopify-section--text-with-icons .text-with-icons__item {
	padding: 0;
	margin: 2px 10px 2px;
	display: flex;
	align-items: center;
	text-align: left;
}

.shopify-section--text-with-icons .text-with-icons__icon-wrapper {
	margin: 0 15px 0 0;
}

.shopify-section--text-with-icons .text-with-icons__content-wrapper p {
	padding: 0 0 0;
	margin: 0 0 0;
}

.shopify-section-static-text-with-icons .text-with-icons__content-wrapper p {
	color: #202020;
}

.shopify-section--text-with-icons .heading.heading--small {
	padding: 0 0 0;
	margin: 0 0 0;
	color: inherit;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: -.005em;
}

.shopify-section--text-with-icons .text-with-icons__icon-wrapper svg {
	width: 50px;
	height: 50px;
}

.shopify-section--text-with-icons .text-with-icons__icon-wrapper svg path {
	stroke-width: 1px;
}

/*  */

.shopify-section--newsletter .content-box--left {
	margin: 115px 0 115px;
	width: 530px;
	padding: 55px 40px 55px 50px;
	line-height: 1.3;
}

.shopify-section--newsletter .heading.heading--small {
	font-size: 20px;
	letter-spacing: -.03em;
	margin: 0 0 15px;
}

.shopify-section--newsletter p {
	margin: 15px 0 15px;
}

button.tabs-nav__item.heading.heading--small[aria-expanded="true"] {
	color: rgb(var(--theme-color-secondary));
}

.tabs-nav__position {
	color: rgb(var(--theme-color-secondary));
	background-color: rgb(var(--theme-color-secondary));
}

.breadcrumb__link b {
	font-weight: inherit;
}

a.breadcrumb__link {
	color: rgb(var(--theme-color-secondary));
}

.breadcrumb__item+.breadcrumb__item:before {
	margin: 0 10px;
}

.product {
	margin: 15px 0 15px;
}

.price--highlight {
	color: rgb(var(--theme-color));
}

.price--compare {
	opacity: .5;
}

.label--highlight {
	background: rgb(var(--theme-color));
	color: #fff;
}

.shopify-section--main-product .product-form__payment-container {
	margin-top: 0;
}

.product-content {
	margin: 0 0 50px;
}

.product-content__featured-products-list .product-item__info {
	text-align: center;
	margin: 10px 0 0;
}

.product-content__featured-products-list .product-item-meta__title {
	line-height: 1.4;
	font-weight: 400;
	min-height: 0;
	font-size: 110%;
}

.product-content__featured-products-list .product-item__info .price {
	font-size: 18px;
}

.article-list {
	margin: 0 0 0;
}

.shopify-section--blog-posts .article-list .article-item__title.heading {
	font-size: inherit;
	font-weight: inherit;
	text-transform: none;
	line-height: 1.7;
}

.product__media-list-wrapper {
	border: 2px solid rgb(var(--theme-color));
	/*     border-radius: 20px; */
	overflow: hidden;
}

.label {
	font-size: 12px;
	padding: 3px 12px 2px;
	font-weight: 500;
	letter-spacing: .02em;
}

.shopify-section--faq .faq__wrapper {
	max-width: 100%;
	width: 800px;
}

.shopify-section--faq .h2 b {
	font-size: 70%;
}

.faq-navigation .heading--small {
	font-size: 15px;
	margin: 0 0 8px;
	line-height: 1.55;
}

.faq__wrapper .h6.anchor {
	font-size: 21px;
	font-weight: 600;
	padding: 20px 30px 15px;
}


#shopify-product-reviews .spr-review-content-body {
	font-size: 90%;
}

.shopify-section--product-recommendations .product-item__info {
	text-align: center;
}

/*  */

.shopify-section-features .image-with-text__image-wrapper {
	padding: 0 0 0;
	width: 930px;
	margin: 0 -145px 0 0;
}

.shopify-section-features .image-with-text__content-wrapper {
	margin: 0 0 0;
	padding: 0 0 0;
	/*     width: 520px; */
}

.shopify-section-features .image-with-text__content-list {
	width: 520px;
	display: block;
	margin: 0 0 0 -125px;
	position: relative;
	padding: 75px 40px 65px 65px;
	background: rgb(var(--section-accent-background));
}

.shopify-section-features .image-with-text:before {
	background: transparent;
}

.shopify-section-features .image-with-text__wrapper {
	padding: 20px 0 20px;
}

.shopify-section-features {
	background: rgb(var(--section-background));
}

.shopify-section-features .section {
	margin: 0 0 0;
}

.shopify-section-features .image-with-text__text-wrapper ul {
	padding: 0;
	margin: 0;
	font-size: 21px;
	line-height: 1.4;
}

html body .shopify-section-features .image-with-text__text-wrapper li {
	padding: 11px 0 11px 45px;
	margin: 0;
	position: relative;
	list-style: none;
}

.shopify-section-features .image-with-text__text-wrapper li:before {
	padding: 0;
	margin: 5px -4px 0;
	content: "";
	display: block;
	position: absolute;
	background: url(check-circle-solid-white.svg);
	width: 36px;
	height: 36px;
	background-size: contain;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.shopify-section--product-content {
	padding: 80px 0 40px;
	background: rgb(var(--section-background));
}

/*  */

.slider-images {
	padding: 0;
	margin: 0;
}

.slider-images img {
	padding: 0;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	transition: all .3s ease;
}

.slider-images .slick-slide {
	margin: 10px 25px;
}

.slider-images .slick-slide .img-wr {
	margin: 163px 0 0;
	width: 319px;
	height: 427px;
	padding: 60px 0 30px;
	background: url('bg-instagram-slide.png') no-repeat center;
	background-size: contain;
	/*   transition: all .3s ease; */
}

.slider-images .slick-slide,
.slider-images .slick-current.slick-active .img-wr {
	width: 323px;
	height: 659px;
}

.slider-images .slick-current.slick-active .img-wr {
	margin: -10px 0 0;
	padding: 230px 19px 30px 17px;
	/*     background: url('bg-instagram-slide-main.png') no-repeat center; */
	background: url('Mobile-Instagram-Section-No-Image.png') no-repeat center;
	background-size: contain;
}

.slick-slide {
	outline: none;
}

/*  */

.box-collections-menu {
	padding: 0 0 0;
	margin: 0 0 0;
}

.shopify-section--collections-menu+* .product-facet,
.box-collections-menu+* .product-facet {
	margin-top: 0;
}

.collections-menu-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	display: flex;
	justify-content: flex-end;
}

.collections-menu-wr ul {
	padding: 0 0 0;
	margin: 0 0 0;
}

.collections-menu-wr li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
	display: inline-block;
}

.collections-menu-wr .collections-menu-item {
	font-size: 90%;
	padding: 22px 0 20px;
	margin: 0 0 0 65px;
	position: relative;
	transition: all .3s ease;
	display: inline-block;
}

.collections-menu-wr .collections-menu-item:first-child {
	margin-left: 0;
}

.collections-menu-wr .collections-menu-item::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 3px solid;
	transition: all .3s ease;
}

.collections-menu-wr .collections-menu-item:hover,
.collections-menu-wr .collections-menu-item.active {
	color: rgb(var(--theme-color-secondary));
}

.collections-menu-wr .collections-menu-item:hover::after,
.collections-menu-wr .collections-menu-item.active::after {
	width: 100%;
}

body .collections-menu-wr .menu-collections-all-products,
.collections-menu-wr .menu-collections-all {
	margin-right: auto;
}

/*  */

.product-facet__filters-header {
	padding: 0 0 20px;
}

.product-facet__filters-header .h5 {
	color: rgb(var(--theme-color-secondary));
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
}

/*  */

.shopify-section--product-recommendations .product-item-meta__title {
	min-height: 0;
}

.shopify-section--featured-collections-minimized .product-item-meta__title {
	min-height: 0;
	margin: 20px 0 0;
	font-size: 90%;
}

.shopify-section--featured-collections-minimized .product-item__info {
	text-align: center;
}

.shopify-section--featured-collections-minimized .container.vertical-breather {
	padding: 40px 0 40px;
}

.shopify-section--featured-collections-minimized .product-item-meta__color-count {
	display: none;
}

.hide-product-price .product-item-meta__price-list-container {
	display: none;
}

.hide-product-rating .product-item-meta__reviews-badge {
	display: none;
}

.shopify-section--featured-collections-minimized .button {
	font-size: 85%;
	padding-left: 10px;
	padding-right: 10px;
}

/*  */

.scroller-arrows-visible .product-list__arrow {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transform: none;
	border-radius: 50px;
	border-radius: 50%;
	color: rgb(var(--theme-color-secondary));
	border: 1px solid rgb(var(--theme-color-secondary));
	background-color: transparent;
}

.scroller-arrows-visible .product-list__arrow[disabled] {
	opacity: .4;
}

.scroller-arrows-visible.product-list:not([hidden]) {
	position: relative;
	display: block;
	padding: 0 50px 0;
}

.scroller-arrows-visible .product-list__prev-next {
	position: absolute;
	left: 0;
	top: 40%;
	margin: auto;
}

/*  */

.product-facet__meta-bar-item {
	font-size: 90%;
}

.product-facet__meta-bar-item .popover-button {
	font-weight: 600;
}

.shopify-section--featured-collections-minimized .product-item__cta-wrapper+.product-item-meta .product-item-meta__title {
	margin: 0 0 0;
}

/*  */

body .btn-image {
	display: inline-block;
	vertical-align: middle;
	margin: 30px 10px 30px 0;
	padding: 0 0 0;
	transition: all .3s ease;
	opacity: 1;
}

body .btn-image img,
.btn-image img:not([style*="float"]) {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
}

body .btn-image:hover {
	opacity: .7;
}

.shopify-section--hero-banner .html .h2 {
	font-size: 55px;
	padding: 0 0 0;
	margin: 20px 0 20px;
}

.shopify-section--hero-banner .h2 {
	font-size: 80px;
}

.page-custom-theme-color-secondary .shopify-section-static-text-with-icons .section__color-wrapper,
.page-custom-theme-color-secondary .shopify-section-static-newsletter .button {
	background-color: rgb(var(--theme-color-secondary));
}

.page-landing .shopify-section-static-newsletter .button {
	--button-background: var(--theme-color-secondary);
}

#box-page-default.hidden {
	display: none;
}

/*  */

.block-app-features {
	padding: 0 0 0;
	margin: 0 0 0;
	text-align: center;
}

.block-app-features p {
	padding: 0 0 0;
	margin: 0 auto 0;
	max-width: 700px;
}

.app-features {
	padding: 0;
	margin: 15px auto 0;
	display: flex;
	max-width: 1050px;
	align-items: center;
}

.app-features .app-features-column {
	padding: 15px 0 0;
	margin: 0 0 0;
	width: 300px;
}

.app-features .app-features-column-left {
	margin: 0 0 0;
	text-align: right;
}

.app-features .app-features-column-left i {
	margin-left: auto;
}

.app-features .app-features-column-right {
	margin: 0 0 0;
	text-align: left;
}

.app-features .app-features-img {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 550px;
}

.app-features .app-features-img img {
	padding: 0 0 0;
	margin: 0 auto 0;
	display: block;
	position: relative;
	left: -20px;
}

.app-features-info-item {
	padding: 0 0 35px;
	margin: 0 0 0;
}

.app-features-info-item i {
	padding: 0;
	margin: 0 0 23px;
	display: flex;
	width: 100px;
	height: 100px;
	background: #000;
	text-align: center;
	border-radius: 50%;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.app-features-info-item i img {
	display: block;
	width: auto;
	max-width: 60px;
}

.app-features h3 {
	padding: 0 0 0;
	margin: 0 0 5px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.app-features .app-features-info-item p {
	padding: 0 0 15px;
	margin: 0 0 0;
	max-width: 100%;
}

html body .bg-gradient-purple {
	background: linear-gradient(60deg, rgba(89, 85, 233, 1) 0%, rgba(249, 183, 195, 1) 100%);
}

/*  */

.block-app-customize {
	padding: 0 0 0;
	margin: 0 0 0;
	text-align: center;
}

.app-customize {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.app-customize .app-customize-column {
	padding: 0 0 0;
	margin: 0 0 0;
}

.app-customize .app-customize-img {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 40%;
}

.app-customize .app-features-img img {
	padding: 0 0 0;
	margin: 0 auto 0;
	display: block;
}

.app-customize .app-customize-text {
	padding: 50px 0 0;
	margin: 0;
	text-align: left;
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.app-customize .app-customize-info-item {
	padding: 0 0 55px 50px;
	margin: 0 0 0;
	display: inline-block;
	width: 50%;
	max-width: 300px;
	vertical-align: top;
}

body .app-customize-item-icon {
	padding: 0;
	margin: 0 0 22px;
	display: flex;
	width: 100px;
	height: 100px;
	background: #ffdb5f;
	text-align: center;
	border-radius: 50%;
	position: relative;
	align-content: center;
	justify-content: center;
	align-items: center;
}

body .app-customize-item-icon:before {
	left: -35px;
	top: -15px;
	width: 61px;
	height: 78px;
	content: "";
	display: block;
	background: url('icon-note-pink.png') no-repeat center;
	background-size: contain;
	position: absolute;
}

body .app-customize-item-icon img {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
	width: auto;
	max-width: 50px;
}

.app-customize h3 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.app-customize .app-customize-info-item p {
	padding: 0 0 0;
	margin: 0 0 0;
	max-width: 100%;
}

/*  */

.shopify-section--gallery+.shopify-section--custom-html {
	border-top: 2px solid #f9b7c1;
}

/*  */

.block-download-the-app .image-with-text {
	background: transparent url('bg-download-app.png') no-repeat center;
	background-size: cover;
	border-radius: 40px;
	overflow: hidden;
}

.block-download-the-app .heading.h3 {
	font-size: 65px;
	line-height: 1;
	padding: 0;
	font-weight: 900;
	color: #ffffff;
}

.block-download-the-app .button-wrapper {
	display: inline-block;
	margin-top: 25px;
}

.block-download-the-app .image-with-text__wrapper {
	padding: 30px 30px 30px !important;
	display: flex;
	padding: var(--vertical-breather) 0;
	align-items: center;
	justify-content: space-around;
}

.block-download-the-app .image-with-text__image-wrapper,
body .block-download-the-app .image-with-text__wrapper .image-with-text__image-wrapper {
	display: flex;
	align-items: center;
	padding: 0 0 0;
	margin: 0 0 -30px;
	width: 50%;
}

.block-download-the-app .image-with-text__image {
	padding: 0 0 0;
	margin: 0 0 0;
}

.block-download-the-app .image-with-text__content-wrapper {
	display: flex;
	align-items: center;
	padding: 10px 0 0 70px;
	margin: 0;
	width: 50%;
}

/*  */

.block-get-app-links {
	padding: 20px 0 0;
	margin: 0 auto 0;
	display: flex;
	width: 860px;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.block-get-app-links-img {
	width: 180px;
	padding: 0 0 0;
	margin: 0 0 0;
}

.block-get-app-links-img img {
	padding: 0 0 0;
	margin: 0 0 0;
}

.block-get-app-links-text {
	padding: 10px 0 0 60px;
	margin: 0 0 0;
}

.block-get-app-links .h2 {
	padding: 0 0 13px;
	margin: 0 0 0;
}

.block-get-app-links .h2 b {
	color: #f9b7c1;
}

.block-get-app-links p {
	padding: 0 0 45px;
	margin: 0 0 0;
}

.block-get-app-links .btn-image {
	padding: 0 0 0;
	margin: 0 10px 15px 0;
}

/*  */

.checkbox-styled {
	padding: 0 0 0;
	margin: 0 0 15px;
	display: block;
}

.checkbox-styled input {
	display: none;
}

.btn-checkbox-styled {
	padding: 16px 20px 13px;
	margin: 0;
	line-height: 30px;
	/* font-size: 18px; */
	display: flex;
	width: 100%;
	border: 3px solid #f2f2f2;
	cursor: pointer;
	justify-content: space-between;
	position: relative;
}

.checkbox-styled input:checked+.btn-checkbox-styled {
	border-color: rgb(var(--theme-color-secondary));
}

.checkbox-styled input:checked+.btn-checkbox-styled:after {
	margin: -13px -13px 0 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	background: url(check-circle-solid-white.svg) no-repeat center;
	background-color: rgb(var(--theme-color-secondary));
	border-radius: 50px;
	background-size: contain;
	overflow: hidden;
	border: 2px solid rgb(var(--theme-color-secondary));
}

.btn-checkbox-styled b {
	font-size: 28px;
}

.btn-checkbox-styled .color-gray {
	font-size: 28px;
}

.shopify-section--popup-app-subscribe .newsletter-modal__image,
.shopify-section--popup-app-subscribe .newsletter-modal__content {
	flex: 1 0 0;
	max-width: 100%;
	min-width: 0;
}

.shopify-section--popup-app-subscribe .modal__content {
	max-width: 1200px;
}

.shopify-section--popup-app-subscribe .newsletter-modal__content {
	padding: 48px 75px 48px;
}

.shopify-section--popup-app-subscribe .newsletter-modal__content h2 {
	font-size: 70px;
	line-height: .95;
	padding: 0 0 5px;
	margin: 0 0 0;
}

.shopify-section--popup-app-subscribe .newsletter-modal__content h3 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
}

.shopify-section--popup-app-subscribe .newsletter-modal__content .button {
	padding: 4px 55px 4px;
	font-size: 20px;
	display: inline-block;
	width: auto;
}

.link-close-popup {
	font-size: 90%;
	font-weight: 600;
	margin: 0 18px 0;
}

.shopify-section--popup-app-subscribe .newsletter-modal__image {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.list-styled,
.shopify-section--popup-app-subscribe .newsletter-modal__content .list-styled {
	font-size: 21px;
	line-height: 1.45;
	padding: 10px 0 20px 20px;
	margin: 0;
}

.list-styled li,
.shopify-section--popup-app-subscribe .newsletter-modal__content .list-styled li {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

/*  */

.page-about-us .shopify-section--hero-banner .h2 b,
.page-about-us .shopify-section--hero-banner .h1 b {
	color: rgb(var(--theme-color));
}

.content-box--medium {
	width: 700px;
	max-width: 100%;
}

/*  */

.shopify-section--text-with-icons .items-icon-above-text .text-with-icons__item {
	padding: 0;
	margin: 2px 10px;
	display: block;
	align-items: center;
	text-align: center;
}

.shopify-section--text-with-icons .items-icon-above-text .text-with-icons__icon-wrapper {
	margin: 10px auto 30px;
	width: 90px;
	height: 90px;
	display: flex;
	border-radius: 50%;
	position: relative;
	justify-content: center;
	align-items: center;
}

.shopify-section--text-with-icons .items-icon-above-text .text-with-icons__icon-wrapper img,
.shopify-section--text-with-icons .items-icon-above-text .text-with-icons__icon-wrapper svg {
	position: relative;
	z-index: 3;
}

.shopify-section--text-with-icons .items-icon-above-text .text-with-icons__icon-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 78px;
	margin: 5px -35px 0;
	background: url('icon-note-rose.png') no-repeat center;
	background-size: contain;
	z-index: 1;
}

.shopify-section--text-with-icons .items-icon-above-text .text-with-icons__icon-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(var(--theme-color-secondary));
	border-radius: 50px;
	border-radius: 50%;
	z-index: 2;
}

.shopify-section--text-with-icons .items-icon-above-text .heading.heading--small {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1;
}

.shopify-section--text-with-icons .items-icon-above-text .text-with-icons__content-wrapper p {
	line-height: 1.35;
	padding: 0 3px 0;
}

/*  */

.shopify-section--multi-column+.shopify-section--rich-text .section {
	margin-top: 10px;
}

.block-custom-section-about .container {
	max-width: 1230px;
}

.block-custom-section-about .image-with-text__wrapper {
	justify-content: space-between;
}

body .block-custom-section-about .image-with-text__content-wrapper {
	max-width: 100%;
	width: 480px;
	line-height: 1.5;
	margin-left: 0;
}

body .block-custom-section-about .image-with-text__image-wrapper {
	width: auto;
}

.promotion-block--quote .heading.h5 {
	font-weight: 600;
}

.promotion-block--quote:before {
	opacity: .9;
	content: '”';
	font-size: 130px;
	line-height: 1;
	background: transparent;
	background-color: transparent;
	background-image: none;
	-webkit-mask-image: none;
	mask-image: none;
}

/*  */

.shopify-section--main-blog .article__date {
	font-size: 80%;
	opacity: .75;
}

.shopify-section--main-blog .article__date+.heading {
	margin: 10px 0 10px;
}

.shopify-section--main-blog .article-list .article-item__title.heading {
	font-size: 120%;
	line-height: 1.5;
}

.shopify-section--main-blog .article-item__excerpt {
	margin-top: 0;
	line-height: 1.5;
}

/*  */

.footer {
	font-size: 85%;
}

.footer__item-title.heading--small {
	font-size: 130%;
}

/*  */

.placeholder-instagram {
	display: flex;
	justify-content: center;
}

.placeholder-instagram img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*  */

.display-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-credit-cards img {
	opacity: .25;
	transition: all .3s ease;
	filter: grayscale(100%);
}

.footer-credit-cards img:hover {
	opacity: 1;
	filter: grayscale(0);
}

.footer-copyright {
	font-size: 91%;
}


body footer .btn-image {
	margin: 0 10px 10px 0;
}

footer .btn-image-wr {
	padding: 0 0 0;
}

/*  */

.thumb-with-icon .multi-column__item {
	background-color: rgba(var(--theme-color-secondary), .1);
	position: relative;
	max-width: 340px;
	margin: 0 auto 15px;
	padding: 32px 35px 30px;
}

.thumb-with-icon .multi-column__image-wrapper {
	width: 91px !important;
	height: 91px;
	max-width: 91px;
	padding: 10px 10px 10px;
	display: flex;
	border-radius: 50px;
	border-radius: 50%;
	background-color: rgb(var(--theme-color-secondary));
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: visible;
	margin: 0 auto 26px;
}

.thumb-with-icon .multi-column__image-wrapper img,
.thumb-with-icon .multi-column__image-wrapper svg {
	position: relative;
	z-index: 3;
	max-width: 50px;
	max-height: 50px;
}

.thumb-with-icon .multi-column__image-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(var(--theme-color-secondary));
	border-radius: 50px;
	border-radius: 50%;
	z-index: 2;
}

.thumb-with-icon .multi-column__image-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 78px;
	margin: 5px -35px 0;
	background: url(icon-note-rose.png) no-repeat center;
	background-size: contain;
	z-index: 1;
}

.thumb-with-icon .multi-column__image {
	width: auto;
	max-width: 100%;
}

.thumb-with-icon p.heading.h5 {
	font-weight: 600;
	font-size: 133%;
	letter-spacing: .015em;
	margin: 0 -15px 10px;
}

.thumb-with-icon p {
	line-height: 1.35;
	margin: 0 0 15px;
}

.multi-column__item.whole_block_link a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.multi-column__item.whole_block_link a {
	text-decoration: none;
}

.multi-column--small .multi-column__link.link {
	text-transform: none;
	font-size: 100%;
	text-decoration: underline;
	color: rgb(var(--theme-color));
	/*     position: absolute; */
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 0 0;
	font-weight: 700;
}

body .multi-column--small .multi-column__item {
	background-color: rgba(var(--theme-color-secondary), .1);
	position: relative;
	max-width: 340px;
	margin: 0 auto 15px;
	padding: 40px 20px 20px;
}

body .multi-column--small .heading.h5 {
	font-weight: 700;
	font-size: 115%;
	letter-spacing: .01em;
	margin: 0 0 10px;
}

body .multi-column--small .multi-column__image-wrapper {
	margin: 0 auto 40px;
}

.multi-column--large p {
	margin: 0 0 10px;
	line-height: 1.2;
}

.multi-column--large .heading.h5 {
	font-size: 133%;
	font-weight: 600;
	letter-spacing: .005em;
	margin: 0 0 10px;
}

.multi-column__html-custom {
	position: relative;
	margin: 0 0 15px;
}

.multi-column__html-custom iframe {
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

/*  */

/* Judge.me */

body .jdgm-rev__author-wrapper {
	font-weight: 600;
	font-size: 105%;
}

[class*="jdgm"] b {
	font-weight: 600;
}

body .jdgm-ask-question-btn,
body .jdgm-write-rev-link,
body .jdgm-widget .jdgm-write-rev-link,
body .jdgm-widget .jdgm-submit-question,
body .jdgm-widget .jdgm-submit-rev {
	border: none;
	text-align: center;
	display: inline-block;
	padding: 13px 35px 10px;
	color: #fff;
	font-size: calc(var(--base-font-size) - 2px);
	letter-spacing: 2px;
	font-family: var(--text-font-family);
	font-weight: var(--text-font-bold-weight);
	text-transform: uppercase;
	background-image: linear-gradient(178deg, rgb(var(--button-background)), rgb(var(--button-background)) 10%, rgba(0, 0, 0, .07) 10%, rgba(0, 0, 0, .07) 100%), linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
	background-size: 100% 200%, 100% 100%;
	background-position: 100% -100%, 100% 100%;
	background-repeat: no-repeat;
	transition: background-position .3s cubic-bezier(.215, .61, .355, 1);
	transform: translateZ(0);
	--button-background: var(--primary-button-background);
	--button-text-color: var(--primary-button-text-color);
	transition: all .3s ease;
	text-decoration: none;
}

body .jdgm-ask-question-btn:hover,
body .jdgm-write-rev-link:hover,
body .jdgm-widget .jdgm-write-rev-link:hover {
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .3);
	color: #fff;
}

body .jdgm-widget .jdgm-submit-question,
body .jdgm-widget .jdgm-submit-rev {
	margin-top: 11px;
	margin: 15px auto 50px;
}

body .jdgm-all-reviews__body {
	font-size: 90%;
	line-height: 2;
}

body .jdgm-rev__content {
	padding: 10px 0 0 60px;
}

a.jdgm-rev__prod-link {
	color: rgb(var(--theme-color-secondary));
}

body .jdgm-notification {
	font-weight: 600;
}

body .jdgm-widget .jdgm-temp-hidden {
	display: block;
	clear: both;
	margin: 30px 20px 0 0;
}

.product-tabs .jdgm-rev-widg__title {
	display: none;
}

.product-tabs .jdgm-rev-widg.jdgm-rev-widg {
	display: block;
	clear: both;
	font-size: 80%;
	margin: 0 0 0;
}

body .jdgm-widget input:not([type='submit']),
body .jdgm-widget textarea {
	padding: 15px 20px 15px;
}

.product-tabs .jdgm-rev-widg.jdgm-rev-widg .jdgm-rev__pic-img {
	margin: 0 0 0;
}

/*  */

.reviews-massonry .jdgm-all-reviews__body {
	font-size: 85%;
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	padding: 0 0 0;
	margin: 0 -15px 0;
}

.reviews-massonry .jdgm-rev {
	position: relative;
	overflow: hidden;
	border-top: none;
	padding-top: 16px;
	margin-top: 16px;
	width: 30%;
	width: calc(33.333% - 30px);
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 20px 20px 20px;
	margin: 0 15px 30px;
}

.reviews-massonry .jdgm-rev__content {
	padding: 0 0 0;
}

.reviews-massonry .jdgm-rev__pic-link {
	margin: 15px 0 0;
	padding: 0;
	display: block;
	height: auto;
	width: auto;
}

.reviews-massonry .jdgm-rev__pic-img {
	display: block;
	width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	border-radius: 0;
	display: block;
}

.reviews-massonry .jdgm-rev__pics {
	margin: 0 -20px -20px;
	min-height: 20px;
}

/*  */

.shopify-section--rich-text p a {
	color: rgb(var(--theme-color-secondary));
}

.manuals-languages {
	padding: 0 0 0;
	margin: 0 0 0;
	text-align: center;
}

.manuals-languages a {
	padding: 0 0 0;
	margin: 0 15px 0;
	display: inline-block;
}

.section .liquid .manuals-languages {
	margin: 0 0 0;
}

.manuals-languages li {
	display: inline-block;
	list-style: none;
}

.manuals-languages li+li:before {
	content: "|| ";
	margin: 0 10px;
}

.manuals-languages a.active {
	color: rgb(var(--theme-color-secondary));
}

html body .shopify-section.shopify-section--rich-text .manuals-languages {
	margin: 30px auto 0;
	border-top: 1px solid #ccc;
	padding: 20px 0 0;
}

.whole_block_link {
	position: relative;
}

.jdgm-carousel .jdgm-carousel-item__review-body>p {
	max-height: 100px;
}

/*  */

.thumb-image-circle .multi-column__item.whole_block_link a,
.thumb-image-circle .heading.h5 {
	text-decoration: none;
	text-transform: none;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0;
}

.thumb-image-circle .multi-column__image-wrapper {
	display: flex;
	min-width: 190px;
	height: 190px;
	margin: 0 auto 18px;
	background: #ffffff;
	border: 2px solid rgb(var(--theme-color));
	border-radius: 500px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.thumb-image-circle .multi-column__image {
	width: auto;
	height: auto;
	vertical-align: middle;
	display: block;
	max-width: 65%;
	max-height: 65%;
	margin: 0 auto;
	object-fit: scale-down;
	display: block;
}

.thumb-image-circle .section__header {
	width: auto;
	max-width: 100%;
	text-align: left;
	padding: 0 0 10px;
	border-bottom: 2px solid rgb(var(--theme-color-secondary));
}

.shopify-section--rich-text+.shopify-section--multi-column .container.vertical-breather {
	padding-top: 0;
}

/*  */

.shop-review-header {
	padding: 0 35px 0;
	margin: 25px 0 0;
}

.shop-review-header .jdgm-histogram__star {
	padding: 0 0 0;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

.shop-review-header .jdgm-star {
	margin: 0 0 0;
	padding: 0 2px 0 0 !important;
}

.shop-review-header .shop-review-author {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline-block;
	vertical-align: middle;
}

.shop-review-header .color-theme-secondary {
	padding: 0 0 0;
	margin: 2px 0 0;
}

.icon-user-verified {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: -5px 5px 0 0;
	background: url('icon-user-verified-blue.png') no-repeat center;
	background-size: 20px auto;
}

.thumb-shop-review .multi-column__item {
	border: 1px solid #e9e9e9;
	padding: 0 0 0;
	margin: 0 0 30px;
}

.thumb-shop-review strong {
	font-weight: 600;
}

.thumb-shop-review .heading.h5 {
	display: none;
}

.thumb-shop-review .multi-column__text-container {
	padding: 0 35px 30px;
	font-size: 95%;
	line-height: 1.52;
}

.thumb-shop-review p {
	margin: 10px 0 10px;
}

.thumb-shop-review .multi-column__html-custom {
	padding: 0 0 0;
	font-size: 83%;
	line-height: 1.6;
}

/* MASONRY */

body .masonry-grid .multi-column__inner {
	margin: 0 -1% 0;
	padding: 0 0 0;
	display: block;
	position: relative;
}

body .masonry-grid .multi-column__item {
	float: left;
	width: 31%;
	margin: 0 1% 28px;
	padding: 0 0 0;
}

/* MASONRY END */

.shopify-section--rich-text h3.heading.h2+.button-wrapper {
	display: inline-block;
}

/*  */

.block-app-installation {
	padding: 15px 0 0;
	margin: 0 0 0
}

.block-app-installation h3 {
	font-weight: 700;
}

.block-app-installation h3 b {
	color: rgb(var(--theme-color-secondary));
}

.block-app-installation h3 i {
	vertical-align: middle;
	display: inline-block;
	margin: -10px 10px 0 0;
}

body .block-app-installation p {
	margin: 0 0 15px;
	line-height: 1.65;
}

.block-app-installation ol {
	padding: 0 0 0 20px;
}

.block-app-installation ol li {
	padding: 0 0 10px;
}

.block-app-installation li h5.heading.h5 {
	margin-top: 25px;
}

.install-app-column .vertical-breather {
	padding-bottom: 0;
}

.block-app-installation li img {
	margin: 0 0 15px;
}

.block-app-installation h3 svg {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.block-app-installation .btn-main {
	margin: 0 0 0 20px;
}

.block-app-installation .btn-main:hover {
	color: #ffffff;
}

.block-app-installation li::marker {
	color: rgb(var(--theme-color));
}

html body .btn-main {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	padding: 17px 40px 15px;
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: 500;
	transition: all .3s ease;
	box-shadow: none;
	text-align: center;
}

html body .btn-main:hover {
	box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, .3);
}

.btn-main i {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 10px 0 0;
}

/*  */

.block-get-app-desktop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 0;
	padding: 95px 0 20px;
	max-width: 990px;
}

.block-get-app-desktop .block-get-app-links-img {
	margin: 0 0 0;
	padding: 0 0 0;
	width: 40%;
}

.block-get-app-desktop .block-get-app-links-img img {
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}

.block-get-app-desktop .block-get-app-links-text {
	margin: 0 0 0;
	padding: 0 0 0 20px;
	width: 60%;
}

.block-get-app-desktop .h2 {
	margin: 0 0 10px;
}

.block-get-app-desktop p {
	margin: 10px 0 10px;
}

.block-get-app-desktop .btn-main {
	margin: 10px 5px 10px 0;
	padding: 13px 23px 10px;
}

.img-wr.img-app-tablet {
	text-align: center;
}

#block-template--14907935031353__1650131798fc7b883a-1650131797340e77f9-0 {
	border-right: 2px solid rgb(var(--theme-color-secondary));
	padding: 0 15px 0 0;
	margin: 0 -5px 0 0;
}

html .jdgm-carousel-wrapper .jdgm-carousel-item__review {
	height: auto;
}

.shopify-section--rich-text+.shopify-section .jdgm-carousel-wrapper {
	width: 100%;
	margin: auto;
	padding: 0 0 30px;
}

.shopify-section--rich-text+.shopify-section .jdgm-carousel {
	margin: 0 auto;
}

.jdgm-carousel .jdgm-carousel-item__review-body>p {
	margin: 0;
	font-size: 80%;
}

.jdgm-carousel .jdgm-carousel-item__product-title {
	width: 100%;
	font-size: 85%;
}

html .jdgm-carousel-item__review-title {
	font-weight: 600;
}

.page-width.page-width.reviews-massonry .jdgm-all-reviews__header {
	display: none;
}

/*  */

h1+.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
	display: none !important;
}

.shopify-section--main-product .jdgm-widget.jdgm-widget {
	display: none;
}

#judgeme_product_reviews+#shopify-product-reviews .spr-header {
	display: none;
}

/*  */

.tabs-wr,
.product-tabs__tab-item-content .tabs-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: block;
}

.tabs-wr h3.product-subhead {
	font-size: 120%;
	margin: 0 0 0;
	padding: 20px 0 20px;
}

.tabs-nav,
.product-tabs__tab-item-content .tabs-wr .tabs-nav {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	border-bottom: 1px solid rgb(0 0 0 / 25%);
	max-width: 100%;
	overflow: auto;
	white-space: nowrap;
}

.product-tabs__tab-item-content .tabs-wr .tabs-nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.product-tabs__tab-item-content .tabs-wr .tabs-nav-item {
	padding: 0 0 0;
	margin: 0 70px 0 0;
	position: relative;
	display: block;
	font-size: var(--heading-small-font-size);
	padding-bottom: 18px;
	opacity: .7;
	transition: opacity .25s ease-in-out;
	transition: all .3s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05em;
}

.product-tabs__tab-item-content .tabs-wr .tabs-nav-item:hover {
	opacity: 1;
}

.product-tabs__tab-item-content .tabs-wr .tabs-nav-item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all .3s ease;
	border-bottom: 2px solid rgb(var(--theme-color-secondary));
}

.product-tabs__tab-item-content .tabs-wr .tabs-nav-item.active {
	color: rgb(var(--theme-color-secondary));
	opacity: 1;
}

.product-tabs__tab-item-content .tabs-wr .tabs-nav-item.active:after {
	width: 100%;
}

.tabs-content,
.product-tabs__tab-item-content .tabs-wr .tabs-content {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: block;
}

.tabs-item,
.product-tabs__tab-item-content .tabs-wr .tabs-item {
	display: none;
	padding: 30px 0 30px;
	margin: 0 0 0;
	position: relative;
	font-size: 90%;
}

.tabs-item.active,
.product-tabs__tab-item-content .tabs-wr .tabs-item.active {
	display: block;
}

.video-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-tabs .description .video-wrapper {
  display: block;
  position: relative;
}

/*  */

.page-investors .list-inline {
	padding: 0 0 0;
	margin: 0 0 0;
	display: flex;
	width: 100%;
	font-size: 90%;
	flex-wrap: nowrap;
	overflow: auto;
	height: 50px;
}

.page-investors .nav-main {
	margin: 0 0 20px;
}

.page-investors .list-inline li {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline;
	list-style: none;
}

.page-investors .list-inline a {
	padding: 0 0 0;
	margin: 0 20px 0 0;
	color: rgb(var(--theme-color-secondary));
}

.page-investors .list-inline a.active {
	color: rgb(var(--theme-color));
	text-decoration: underline;
}

.page-investors h3 {
	font-weight: 600;
	padding: 0 0 30px;
}

.page-investors .news {
	font-size: 85%;
	max-height: 160px;
	overflow: auto;
	padding: 0 30px 0 0;
	margin: 0 0 0;
}

.page-investors .explanation-box {
	padding: 50px 0 0;
}

.page-investors #inner-content {
	margin: 0 auto 70px;
}

/* width */
.page-investors *::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Track */
.page-investors *::-webkit-scrollbar-track {
	background: #eee;
}

/* Handle */
.page-investors *::-webkit-scrollbar-thumb {
	background: rgb(var(--theme-color));
	border-radius: 10px;
}

/* Handle on hover */
.page-investors *::-webkit-scrollbar-thumb:hover {
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .25);
}

.team-section {
	text-align: center;
}

.team-section .title {
	text-align: center;
	font-weight: 600;
	padding: 0 0 30px;
}

.team-section strong {
	font-weight: 600;
}

.team-section h5 {
	font-weight: 600;
	opacity: .7;
}

body .team-section h3 {
	color: rgb(var(--theme-color-secondary));
	text-transform: uppercase;
	padding: 0 0 0;
}

.team-section p {
	font-size: 80%;
	padding: 0 10px 0;
}

.contact-section {
	background: #202020;
	text-align: center;
	color: #ffffff;
	padding: 80px 40px 80px;
	margin: 80px auto 0;
}

.contact-section h1 {
	font-weight: 400;
	font-size: 35px;
	padding: 0 0 0;
	margin: 0 0 0;
	color: rgb(var(--theme-color-secondary));
}

.contact-section h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 120%;
}

body #mc_embed_signup .mc-field-group input {
	color: black;
	padding: 15px 15px 15px;
	margin: 0 auto 10px;
	border-radius: 0;
}

body #mc_embed_signup .btn-main {
	display: block;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 15px 10px;
	margin: 0 0 0;
	font-size: 120%;
	letter-spacing: .2em;
	width: 96%;
	border-radius: 0;
	background: rgb(var(--theme-color));
	height: auto;
}

body div#mc_embed_signup {
	margin: 80px auto 80px;
	padding: 25px 20px 0;
	text-align: center;
}

/*  */

.product-item-meta .jdgm-prev-badge {
	font-size: 70%;
}

.product-item-meta .jdgm-widget.jdgm-preview-badge+.product-item-meta__reviews-badge {
	display: none;
}

html .footer .acsb-trigger {
	position: relative;
	margin: 15px 0 15px;
	top: auto;
	clear: both;
	inset: 0 !important;
	background-color: rgb(var(--theme-color)) !important;
	width: 35px;
	height: 35px;
}

/*  */

.stock-price .multi-column--large p {
	margin: 0 0 10px;
	line-height: 1.9;
}

.stock-price scrollable-content.multi-column__inner {
	align-items: center;
}

.investors-latest-news .multi-column__item {
	background: #e6f6ff;
	padding: 32px 30px 60px;
	margin: 0 0 0;
	position: relative;
	border-radius: 15px;
}

.investors-latest-news .heading.h5 {
	text-transform: none;
	font-size: 100%;
	margin: 0 0 12px;
	padding: 0 0 0;
}

.investors-latest-news p:not(.heading) {
	color: rgb(var(--theme-color-secondary));
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 120%;
	line-height: 1.4;
}

.investors-latest-news .multi-column__link {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 0;
	color: transparent;
}

.investors-latest-news .multi-column__link:after {
	content: "";
	display: block;
	padding: 0 0 0;
	margin: 0 24px 24px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid rgb(var(--theme-color-secondary));
	border-radius: 50px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 0;
	color: transparent;
	background: #ffffff url('angle-right-black.svg') no-repeat 55% center;
	background-size: auto 40%;
}

/*  */

.block-investor-presentation {
	display: flex;
	align-items: center;
	padding: 25px 25px 25px;
	margin: 0 auto 0;
	max-width: 1030px;
	position: relative;
	border: 2px solid rgb(var(--theme-color-secondary));
}

.block-investor-presentation .btn-main {
	margin: 0 0 0;
	padding: 10px 20px 10px;
	min-width: 150px;
}

.block-investor-presentation-img {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	width: 70%;
}

.block-investor-presentation-img {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
}

.block-investor-presentation-text {
	padding: 0 0 0 30px;
	margin: 0 0 0;
	position: relative;
	font-size: 95%;
}

.block-investor-presentation .heading.h2 {
	margin: 0 0 0;
	line-height: 1;
}

.block-investor-presentation p {
	font-size: 110%;
	margin: 15px 0 20px;
}

/*  */

.team-items .heading.h5 {
	padding: 0 0 0;
	margin: 0 auto 0;
	font-weight: 600;
	letter-spacing: .04em;
}

.team-items p:not(.heading) {
	padding: 0 0 0;
	margin: 0 auto 0;
	font-size: 90%;
}

.team-items .multi-column__image-wrapper {
	padding: 0 0 0;
	margin: 0 auto 0;
	width: 215px;
	border-radius: 200px;
	border-radius: 50%;
	border: 5px solid;
}

.team-items .multi-column__image-wrapper img {
	display: block;
	width: 100%;
	padding: 0 0 0;
	margin: 0 auto 0;
	border-radius: 200px;
	border-radius: 50%;
}

.team-items .multi-column__html-custom {
	position: static;
	margin: 0 0 15px;
}

.team-items .multi-column__item {
	position: relative;
}

.team-items h2.heading.heading--small {
	font-size: 185%;
	padding: 0 0 0;
	margin: 0 0 0;
	color: #202020;
	font-weight: 700;
}

.team-items h3.heading.h2 {
	margin-top: 0;
}

.team-item-details {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0;
	padding: 0 0 0;
}

.team-item-details .btn-team-item-details {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 75px 0;
	padding: 0 0 0;
	width: 60px;
	height: 60px;
	line-height: 56px;
	font-size: 55px;
	background: #ffffff;
	font-weight: 100;
	color: #202020;
	border-radius: 50px;
	border-radius: 50%;
	text-align: center;
}

.team-item-details.active .team-item-details-text {
	display: block;
}

.team-item-details .team-item-details-text {
	display: none;
	position: absolute;
	top: 70px;
	bottom: auto;
	z-index: 5;
	left: -280px;
	right: auto;
	width: 350px;
	max-width: 80vw;
	text-align: left;
	margin: 0 0 20px;
	padding: 30px 30px 30px;
	border-radius: 20px;
	text-align: center;
	background: #ffffff;
	font-size: 75%;
	color: #222222;
	line-height: 1.6;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .25);
}

.team-item-details .team-item-details-text:after {
	content: "";
	display: block;
	position: absolute;
	top: 99%;
	left: 0;
	right: 0;
	height: 40px;
}

/*  */

#shopify-section-template--14240132333614__165133864421226860 .section {
	margin: 0 0 0;
}

.investors-menu-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	overflow: auto;
}

.investors-menu-wr .investors-menu-item:hover,
.investors-menu-wr .investors-menu-item.active {
	color: rgb(var(--theme-color-secondary));
	text-decoration: underline;
}

.investors-menu-wr .investors-menu-item:first-child {
	margin-left: 0;
	margin-right: auto;
}

.investors-menu-wr .investors-menu-item {
	font-size: 90%;
	padding: 22px 0 20px;
	margin: 0 0 0 65px;
	position: relative;
	transition: all .3s ease;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
}

/*  */

/* BEGIN CSS for register-your-product */

.models {
	outline: none;
	font-size: 16px;
	max-width: 600px;
}

.select2-search__field {
	outline: none;
	font-size: 16px;
	padding: 5px;
}

.select2-selection {
	outline: none;
}

.select2-container .select2-selection--single {
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px;
}

.series-page.registration .own-your-song {
	margin-right: 40px;
}

.series-page.registration .featured_links_block {
	max-width: 380px;
	display: inline-block;
}

.featured_links_block {
	margin-bottom: 20px;
}

.featured_links .image_container {
	position: relative;
	background-color: #000;
	line-height: 0;
}

.featured_links .image_container {
	background-color: transparent;
}

.featured_links a img {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.featured_links a img {
	transition: none;
}

.featured_promotions_link .hover_image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
}

.featured_promotions_link .hover_image {
	opacity: 0;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.featured_links a img {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.featured_links a:hover img {
	filter: alpha(opacity=80);
	opacity: .8
}

.featured_links a span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 40px;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
	z-index: 2;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .8);
	opacity: .9;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.featured_links_style--cross .featured_links a span:before,
.featured_links_style--cross .featured_links a span:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2px;
	margin-top: -1px;
	background: rgba(255, 255, 255, .9);
	content: "";
	z-index: 1;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	pointer-events: none
}

.featured_links_style--cross .featured_links a span:before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px)
}

.featured_links_style--cross .featured_links a span:after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px)
}

.featured_links_style--cross .featured_links a:hover span,
.featured_links_style--cross .featured_links a:focus span {
	color: #fff;
	opacity: 1
}

.featured_links_style--cross .featured_links a:hover span:before,
.featured_links_style--cross .featured_links a:hover span:after,
.featured_links_style--cross .featured_links a:focus span:before,
.featured_links_style--cross .featured_links a:focus span:after {
	background: rgba(255, 255, 255, .6)
}

.featured_links_style--cross .featured_links a:hover span:before,
.featured_links_style--cross .featured_links a:focus span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}

.featured_links_style--cross .featured_links a:hover span:after,
.featured_links_style--cross .featured_links a:focus span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.featured_links_style--underline .featured_links a span {
	padding: 25px 0;
	height: 70px;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.featured_links_style--underline .featured_links a span:before,
.featured_links_style--underline .featured_links a span:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, .9);
	content: "";
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	transform: scale(.85)
}

.featured_links_style--underline .featured_links a span:after {
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s, -webkit-transform .3s;
	-moz-transition: top .3s, opacity .3s, -moz-transform .3s;
	transition: top .3s, opacity .3s, transform .3s
}

.featured_links_style--underline .featured_links a:hover span:before,
.featured_links_style--underline .featured_links a:hover span:after,
.featured_links_style--underline .featured_links a:focus span:before,
.featured_links_style--underline .featured_links a:focus span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}

.featured_links_style--underline .featured_links a:hover span:after,
.featured_links_style--underline .featured_links a:focus span:after {
	top: 0%;
	opacity: 1
}

.featured_links_style--double_underline .featured_links a span {
	padding: 30px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s
}

.featured_links_style--double_underline .featured_links a span:before,
.featured_links_style--double_underline .featured_links a span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .9);
	content: "";
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-moz-transition: opacity .3s, -moz-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}

.featured_links_style--double_underline .featured_links a span:before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}

.featured_links_style--double_underline .featured_links a span:after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px)
}

.featured_links_style--double_underline .featured_links a:hover span,
.featured_links_style--double_underline .featured_links a:focus span {
	color: #fff
}

.featured_links_style--double_underline .featured_links a:hover span:before,
.featured_links_style--double_underline .featured_links a:focus span:before,
.featured_links_style--double_underline .featured_links a:hover span:after,
.featured_links_style--double_underline .featured_links a:focus span:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0)
}

.featured_links_style--circle .featured_links a span:before,
.featured_links_style--circle .featured_links a span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	content: "";
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.2);
	transform: translate(-50%) translateY(-50%) scale(.2)
}

.featured_links_style--circle .featured_links a span:after {
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.8);
	transform: translate(-50%) translateY(-50%) scale(.8)
}

.featured_links_style--circle .featured_links a:hover span:before,
.featured_links_style--circle .featured_links a:hover span:after,
.featured_links_style--circle .featured_links a:focus span:before,
.featured_links_style--circle .featured_links a:focus span:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translate(-50%) translateY(-50%) scale(1)
}

.featured_links a span {
	color: #4d4d4d;
	text-shadow: none
}

.featured_links a img {
	transition: none
}

.featured_promotions_link .hover_image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1
}

.featured_promotions_link .icon {
	display: block;
	width: 40px;
	margin: 0 auto 20px
}

.featured_promotions_link:hover span p,
.featured_promotions_link:hover span u {
	display: block !important
}

.featured_links_style--underline .featured_links a span:before,
.featured_links_style--underline .featured_links a span:after {
	background: #0073ae;
	top: 100%;
	display: none
}

.featured_links_style--underline .featured_links a span {
	top: 65%;
	height: auto;
	transition: .3s
}

.featured_links_style--underline .featured_links a:hover span {
	top: 50%
}

.featured_promotions_link .sub_title,
.featured_promotions_link .learn-more-btn,
.featured_promotions_link .bottom-hr,
.featured_promotions_link .hover_image {
	opacity: 0;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

.featured_promotions_link:hover .sub_title,
.featured_promotions_link:hover .learn-more-btn,
.featured_promotions_link:hover .bottom-hr,
.featured_promotions_link:hover .hover_image {
	opacity: 1
}

.featured_promotions_link:hover .hover_image {
	z-index: 1
}

.featured_promotions_link .learn-more-btn {
	color: #d62598;
	margin-top: 40px
}

.featured_links_block.download_series .icon {
	width: 30px
}

.featured_links_block.kids_series .icon {
	width: 80px
}

.featured_promotions_link hr {
	border: solid #0073ae;
	border-width: 2px 0 0
}

.featured_promotions_link:hover hr {
	display: block !important
}

.featured_promotions_link .title {
	margin-bottom: 40px
}

.featured_promotions_link .sub_title {
	font-weight: 300
}

#instructions-download .action_button.light {
	font-size: 120%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	color: rgb(var(--theme-color-secondary));
}

.featured_links {
	text-align: center;
}

.featured_links .section {
	display: block;
	margin: 30px auto 30px;
}

.featured_links .featured_promotions_link .icon {
	display: block;
	width: 70px;
	margin: 0 auto 20px;
}

.help-section {
	padding: 70px 0 0;
	text-align: center;
}

.help-section h4 {
	font-size: 140%;
	font-weight: 600;
	margin: 0 auto 0;
	color: rgb(var(--theme-color-secondary));
}

.shopify-section.series-page.registration {
	padding: 50px 0 50px;
}

h3.toggle {
	border-top: 1px solid rgb(var(--theme-color-secondary));
	border-bottom: 1px solid rgb(var(--theme-color-secondary));
	background: rgba(0, 0, 0, .02);
	margin: 0 0 -1px;
	padding: 15px 40px 15px 0;
	position: relative;
}

h3.toggle::after {
	content: "+";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	font-weight: 100;
	line-height: 30px;
	font-size: 40px;
	height: 30px;
	margin: auto 0;
}

.toggle-box {
	padding: 30px 30px 30px;
}

h3.toggle.toggle-active::after {
	content: "-";
}

/* END CSS for register-your-product */
/* BEGIN CSS for product detailed carpool-karaoke-mic-2-0. */

.box-wr {
	padding: 90px 0 90px;
	margin: 0 auto 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-section .box-wr {
  padding: 20px 0 20px;
}

body .bg-gray {
	background-color: #f5f5f5;
}

.block-heading {
	margin: 0 0 50px;
}

.block-heading p {
	margin: 0 auto 0;
	max-width: 1000px;
	font-size: 115%;
}

.block-heading h2+img {
	display: block;
	margin: -20px auto 0;
}

/*  */

body .box-top-banner {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 115%;
	line-height: 1.55;
	overflow: hidden;
}

.box-top-banner .img-overlay {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	color: #ffffff;
	background: rgba(0, 0, 0, .55);
}

.box-top-banner .h1 {
	padding: 0 0 0;
	margin: 0 0 0;
	text-transform: none;
	color: inherit;
}

.box-top-banner .h2 {
	padding: 0 0 0;
	margin: 0 0 0;
	line-height: 1.2;
	color: inherit;
	font-size: 72px;
}

.box-top-banner .text-wr {
	padding: 40px 0 100px;
	margin: 0 0 0;
}

.box-top-banner .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-top-banner h2 .bg-theme-secondary {
	display: inline;
	padding: 3px 20px 0;
	line-height: 1;
	display: inline-block;
}

.box-top-banner .btn-main {
	margin: 15px 0 15px;
	min-width: 250px;
	text-align: center;
}

.box-top-banner .logo {
	padding: 0 0 0;
	margin: 0 0 0;
}

/*  */

.nvHome-banner-images {
	position: relative;
	display: flex;
	right: 30px;
	top: 30px;
}

.nvHome-banner-image-block {
	margin-right: 20px;
}

.nvHome-banner-img1 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok1.gif);
}

.nvHome-banner-img2 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok7.gif);
}

.nvHome-banner-img3 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok2.gif);
}

.nvHome-banner-img4 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok5.gif);
}

.nvHome-banner-img5 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok8.gif);
}

.nvHome-banner-img6 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok6.gif);
}

.nvHome-banner-img7 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok4.gif);
}

.nvHome-banner-img8 {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok3.gif);
}

.nvHome-banner-img-thumb {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
}

.nvHome-banner-img-thumb::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(188, 135, 65, 0.48);
	display: none;
}

.nvHome-banner-img1 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok1.jpg);
}

.nvHome-banner-img2 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok7.jpg);
}

.nvHome-banner-img3 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok2.jpg);
}

.nvHome-banner-img4 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok5.jpg);
}

.nvHome-banner-img5 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok8.jpg);
}

.nvHome-banner-img6 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok6.jpg);
}

.nvHome-banner-img7 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok4.jpg);
}

.nvHome-banner-img8 .nvHome-banner-img-thumb {
	background-image: url(https://storage.googleapis.com/singingmachine/images/tiktok/tiktok3.jpg);
}

.nvHome-banner-image-block:nth-child(2) {
	margin-top: 50px;
}

.nvHome-banner-image-block:nth-child(3) {
	margin-top: 100px;
}

.nvHome-banner-image-block:nth-child(4) {
	margin-top: 150px;
}

.nvHome-banner-img {
	width: 190px;
	margin-bottom: 20px;
	border-radius: 15px;
	overflow: hidden;
	height: 296px;
	background-size: cover;
	position: relative;
}

.nvHome-banner-img:hover .nvHome-banner-img-thumb {
	z-index: -1;
}

/*  */

.pack-item {
	padding: 28px 30px 140px;
	margin: 70px auto 0;
	max-width: 360px;
	min-height: 575px;
	font-size: 26px;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .25);
	position: relative;
	background-image: url(/cdn/shop/files/pack-item-bg-notes-light.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.pack-item:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 72px;
	background-image: url(/cdn/shop/files/pack-item-bg-notes-1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.col-md-4:last-of-type .pack-item:before {
	background-image: url(/cdn/shop/files/pack-item-bg-notes-2.png);
}

.pack-item .img-wr {
	height: 185px;
	padding: 0 0 0;
	margin: 0 auto 45px;
	position: relative;
}

.pack-item .img-wr .icon-x {
	display: block;
	width: 75px;
	height: 75px;
	line-height: 70px;
	font-size: 40px;
	padding: 0 0 0;
	margin: 0 auto -25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	border-radius: 50px;
	border-radius: 50%;
	background: rgb(var(--theme-color-secondary));
	box-shadow: 0px 0px 0px 5px rgba(var(--theme-color-secondary), .4);
}

.pack-item .img-wr img {
	padding: 0 0 0;
	margin: 0 auto 0;
}

.pack-item .text-wr {
	padding: 0 0 0;
	margin: 0 auto 0;
}

.pack-item h5 {
	font-size: inherit;
	padding: 0 0 0;
	margin: 0 0 10px;
	line-height: 1.3;
	font-weight: 600;
}

.pack-item h3 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
}

.pack-item h3 sub {
	font-weight: 500;
	font-size: 26px;
	color: #999999;
	vertical-align: baseline;
	margin: 0 5px 0 0;
	text-decoration: line-through;
}

.pack-item .pack-save-label {
	margin: 5px -30px 20px;
	padding: 2px 15px 2px;
	color: #ffffff;
	font-weight: 700;
}

.pack-item .pack-save-label i {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 25px;
}

.pack-item .pack-save-label i img {
	display: block;
}

.pack-item .btn-main {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto 60px;
	max-width: 70%;
}

.pack-item h5.color-theme-secondary {
	color: #202020;
}

.pack-item h5.color-theme-secondary span {
	color: rgba(var(--theme-color-secondary));
}

.pack-item.pack-item-reccomended {
	margin: 0 auto 0;
	padding: 65px 30px 140px;
	min-height: 695px;
}

.pack-item.pack-item-reccomended:before {
	display: none;
}

.pack-item.pack-item-reccomended .img-wr {
	height: 220px;
}

.pack-item.pack-item-reccomended .img-wr .icon-x {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 45px;
	color: #242424;
	background: #ffffff;
	box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 30%);
}

.pack-item.bg-theme-secondary .color-theme-secondary,
.pack-item.bg-theme-secondary .color-theme,
.pack-item.bg-theme-secondary sub {
	color: #ffffff;
}

.pack-item.bg-theme-secondary h5.color-theme-secondary span {
	color: #202020;
}

.pack-item.bg-theme-secondary .bg-theme-secondary {
	background-color: #1f1f1f;
}

.pack-item.bg-theme-secondary .pack-save-label {
	margin-top: 20px;
}

/*  */

.box-reviews h2.jdgm-rev-widg__title {
	display: none;
}

/*  */

/*Musical Notes Area*/
.musicalNotes-detials {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 50px;
	background-image: url(/cdn/shop/files/musicalNotes-bg-2.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 170px 0;
	position: relative;
	align-items: center;
}

.musicalNotes-icons {
	position: absolute;
	top: -90px;
	left: 190px;
}

.musicalNotes-img-area {
	position: relative;
	max-width: 287px;
}

.musicalNotes-item {
	border: none;
	background-color: #ffffff;
	color: inherit;
	padding: 20px 25px 20px 35px;
	position: absolute;
	overflow: hidden;
	width: 335px;
	border-radius: 10px;
	box-shadow: 5px 10px 20px 0px rgb(0 0 0 / 20%);
	text-align: left;
}

.musicalNotes-item h5 {
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0 0 0;
	line-height: 1.35;
	font-size: 24px;
	color: rgb(var(--theme-color-secondary));
	font-weight: 700;
}

.musicalNotes-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	background-image: linear-gradient(to top, #f9e82d, #ff6801);
	bottom: 0;
}

.musicalNotes3 {
	top: 89px;
	left: -413px;
}

.musicalNotes4 {
	top: 253px;
	left: -412px;
}

.musicalNotes4:before {
	background-image: linear-gradient(to top, #f82d61, #ae0404);
}

.musicalNotes5 {
	top: 446px;
	left: -412px;
}

.musicalNotes5:before {
	background-image: linear-gradient(to top, #2df88c, #07a451);
}

.musicalNotes1 {
	right: -412px;
	top: -35px;
}

.musicalNotes1:before {
	background-image: linear-gradient(to top, #f9762f, #ffb677);
}

.musicalNotes2 {
	right: -412px;
	top: 125px;
}

.musicalNotes2:before {
	background-image: linear-gradient(to top, #2054ff, #7b8eff);
}

.musicalNotes6 {
	right: -412px;
	top: 280px;
}

.musicalNotes6:before {
	background-image: linear-gradient(to top, #e71efe, #ee19c9);
}

.musicalNotes7 {
	right: -412px;
	top: 410px;
}

.musicalNotes7:before {
	background-image: linear-gradient(to top, #28fc1d, #1a9d09);
}

.musicalNotes8 {
	right: -418px;
	top: 540px;
}

.musicalNotes8:before {
	background-image: linear-gradient(to top, #c53e08, #ff5409);
}

.musicalNotes-item p {
	font-size: 18px;
	line-height: 1.4;
}

.musicalNotes-item p:last-child {
	margin: 0;
}

.musicalNotes-txt {
	width: 350px;
	flex-shrink: 0;
}

.musicalNotes-txt h5 {
	text-transform: uppercase;
	/*font-family: 'HelveticaBold';*/
}

.mnIndicator-items {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
}

.mnIndicator-item span {
	height: 15px;
	width: 15px;
	background-color: rgb(var(--theme-color));
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(var(--theme-color), 0.2);
	display: inline-block;
	position: absolute;
	right: -20px;
	bottom: 20px;
}

.mnIndicator-item span:after,
.mnIndicator-item span:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 120px;
	background-color: rgb(var(--theme-color));
	right: 100%;
	top: 50%;
}

.mnIndicator1 span {
	right: 77px;
	top: 67px;
}

.mnIndicator1 span::before {
	left: 100%;
	width: 132px;
}

.mnIndicator2 span {
	right: 123px;
	top: 284px;
}

.mnIndicator2 span::before {
	transform: rotate(-35deg);
	top: -39px;
	left: -7px;
	width: 160px;
}

.mnIndicator2 span::after {
	top: -85px;
	left: 138px;
	width: 58px;
}

.mnIndicator3 span {
	left: 45px;
	top: 252px;
}

.mnIndicator3 span:before {
	transform: rotate(35deg);
	top: -29px;
	right: 0;
}

.mnIndicator3 span::after {
	top: -63.5px;
	right: 108px;
	width: 11px;
}

.mnIndicator4 span {
	left: 36px;
	top: 303px;
}

.mnIndicator4 span::before {
	top: 6px;
	width: 90px;
}

.mnIndicator4 span::after,
.mnIndicator1 span::after,
.mnIndicator6 span::after {
	display: none;
}

.mnIndicator5 span {
	left: 120px;
	top: 362px;
}

.mnIndicator5 span::before {
	transform: rotate(-35deg);
	top: 56px;
	right: 0;
	width: 160px;
}

.mnIndicator5 span::after {
	top: 102px;
	right: 145px;
	width: 42px;
}

.mnIndicator6 span {
	right: 40px;
	top: 303px;
}

.mnIndicator6 span::before {
	top: 6px;
	left: 0px;
	width: 112px;
}

.mnIndicator7 span {
	right: 80px;
	top: 377px;
}

.mnIndicator7 span::before {
	transform: rotate(35deg);
	top: 40px;
	left: 0;
	width: 110px;
}

.mnIndicator7 span::after {
	top: 71px;
	left: 99px;
	width: 50px;
}

.mnIndicator8 span {
	right: 82px;
	top: 630px;
}

.mnIndicator8 span::before {
	transform: rotate(-35deg);
	top: -24px;
	left: 0;
	width: 105px;
}

.mnIndicator8 span::after {
	top: -54px;
	left: 95px;
	width: 57px;
}

.text-sm-end {
	text-align: right;
}

/*  */

.box-microphone-features .btn-main {
	margin: 0 auto 0;
	min-width: 200px;
}

/*  */

.changing-item {
	padding: 0 0 0;
	margin: 0 auto 0;
	position: relative;
}

.changing-item .img-wr {
	max-width: 300px;
	padding: 0 0 0;
	margin: 0 auto 0;
	position: relative;
}

.changing-item .img-wr img {
	padding: 0 0 0;
	margin: 0 auto 0;
	position: relative;
}

.changing-item .text-wr {
	padding: 60px 45px 0 65px;
	margin: -60px auto 0;
	text-align: left;
	max-width: 360px;
	height: 250px;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.changing-item h5 {
	font-size: 24px;
	padding: 0 0 0;
	margin: 0 auto 0;
	font-weight: 700;
}

.changing-item p {
	line-height: 1.4;
	padding: 0 0 0;
	margin: 0 auto 0;
}

/*  */

.block-complectation {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.block-complectation .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 40px;
	top: -45px;
	bottom: -30px;
	width: 50%;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

.block-complectation .text-wr {
	padding: 30px 30px 30px 400px;
	margin: 0 0 0 auto;
	position: relative;
	max-width: 810px;
	min-height: 540px;
	display: flex;
	align-items: flex-start;
	z-index: 1;
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #f3f4f6;
	overflow: hidden;
	border-radius: 25px;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.block-complectation .text-wr:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 25px;
	background-image: linear-gradient(to bottom, rgb(var(--theme-color-secondary)), rgb(var(--theme-color)));
}

.block-complectation h3 {
	font-size: 45px;
	padding: 0 0 0;
	margin: 0 0 30px;
	line-height: 1;
}

.block-complectation ul {
	padding: 0 0 0;
	margin: 0 0 20px;
}

.block-complectation li {
	padding: 0 0 0;
	margin: 25px 0 25px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	line-height: 1.35;
}

.block-complectation li i {
	padding: 0 0 0;
	margin: -1px 10px 0 0;
	min-width: 70px;
	display: inline-block;
	vertical-align: middle;
}

.block-complectation li i img {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
}

.block-complectation .btn-main {
	margin: 0 0 0;
	min-width: 250px;
	text-align: center;
}

/*  */

.box-bundle-and-save {
	padding: 90px 0 0;
	background-position: center top;
	background-size: 100% 100%;
}

.bundle-and-save {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: flex;
}

.bundle-and-save .img-wr {
	padding: 0 0 0;
	margin: -110px 0 0 -15px;
	position: relative;
	width: 51%;
}

.bundle-and-save .img-wr img {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: block;
}

.bundle-and-save .text-wr {
	padding: 5px 0 0 140px;
	margin: 0 0 0;
	position: relative;
	width: 50%;
}

.bundle-and-save .h2 {
	padding: 0 0 18px;
	margin: 0 0 0;
	font-size: 70px;
}

.bundle-and-save .h2 sub {
	font-weight: 500;
	font-size: 60%;
	color: #999999;
	text-decoration: line-through;
	vertical-align: baseline;
}

.bundle-and-save p {
	padding: 0 0 40px;
	margin: 0 0 0;
}

.bundle-and-save .btn-main {
	margin: 0 0 20px;
}

/*  */

.box-its-back {
	padding: 40px 0 110px;
}

.block-its-back {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}

.block-its-back .img-wr {
	padding: 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	width: 57%;
}

.block-its-back .img-wr img {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: block;
}

.block-its-back .text-wr {
	padding: 100px 30px 30px 0;
	margin: 0 0 0;
	position: relative;
	width: 43%;
}

.block-its-back .h2 {
	padding: 0 0 20px;
	margin: 0 0 0;
}

.block-its-back p {
	padding: 0 0 40px;
	margin: 0 0 0;
}

.block-its-back .btn-main {
	margin: 0 0 20px;
}

.its-back-price {
	margin: 0 0 0;
	padding: 0 0 0;
	right: 0;
	top: 0;
	border-radius: 100px;
	border-radius: 50%;
	box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, .35);
	position: absolute;
}

.its-back-price img {
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}


/*  */


/* END CSS for product detailed carpool-karaoke-mic-2-0. */

.kids-series-video-section {
	margin: 0 auto 0;
	background-image: url(/cdn/shop/files/kids-collection-video-bg.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}

.kids-series-video-section .section__color-wrapper {
  background: transparent;
}


/*  */

body .gallery-thumb-item {
	margin: 0 0 0;
	padding: 0 0 0;
	color: #ffffff;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery-thumb-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.gallery-thumb-item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 100%;
	width: 60px;
	height: 60px;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,.3));
	line-height: 1;
	font-size: 30px;
	color: #ffffff;
	margin: auto;
	text-shadow: 0px 1px 3px rgba(0,0,0,.3);
	content: "";
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-zoom-in' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3Cpath d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/%3E%3Cpath fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.gallery-thumb-item[href*="youtu"]:before,
.gallery-thumb-video:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-youtube' viewBox='0 0 16 16'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z'/%3E%3C/svg%3E");
	top: 0;
	bottom: 0;
	width: 110px;
	height: 110px;
}

.gallery-thumb-item:hover:before {
	top: 0;
	bottom: 0;
}

.gallery-thumb-video:hover:before {
  transform: scale(1.2);
}

/*  */

.kids-series-multi-column {
	margin: -100px auto 0;
}

.kids-series-multi-column .multi-column--small .multi-column__item {
	background-color: transparent;
	position: relative;
	max-width: 100%;
	margin: 0 auto 15px;
	padding: 0 0 0;
}

.kids-series-multi-column .multi-column--small .multi-column__image-wrapper {
	margin: 0 auto 0;
	z-index: 2;
	position: relative;
}

.kids-series-multi-column .multi-column__text-container {
	margin: -100px 0 0;
}

.kids-series-multi-column .multi-column--small .heading.h5 {
	font-weight: 600;
	font-size: 115%;
	letter-spacing: .0em;
	margin: 0 0 0;
	text-transform: none;
	background: rgb(var(--theme-color));
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	position: relative;
	border-radius: 0 0 20px 20px;
	padding: 100px 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 212px;
	text-align: center;
}

.kids-series-multi-column p {
	text-align: left;
	line-height: 1.7;
}

/*  */

.kids-series-multi-column .multi-column__item:nth-child(1) .heading.h5 {
	background-color: var(rgb(--theme-color));
}

.kids-series-multi-column .multi-column__item:nth-child(2) .heading.h5 {
	background-color: #ef8139;
}

.kids-series-multi-column .multi-column__item:nth-child(3) .heading.h5 {
	background-color: rgb(var(--theme-color-secondary));
}

.kids-series-multi-column .multi-column__item:nth-child(4) .heading.h5 {
	background-color: #7fbd55;
}

/*  */

.accordion-item, .accordion-item:first-of-type {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	border: none;
	border-radius: 0;
}

.accordion-item-content {
	padding: 20px 0 20px;
	margin: 0 0 0;
	display: none;
	position: relative;
}

.accordion-item-nav {
	padding: 5px 0 5px;
	margin: 0 0 0;
	font-size: 110%;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 2px solid rgb(var(--theme-color-secondary));
}

.accordion-item-nav:after {
	padding: 0 0 0;
	margin: auto 0 auto 0;
	font-size: 25px;
	line-height: 30px;
	height: 30px;
	color: rgb(var(--theme-color-secondary));
	content: "\f107";
	font-family: "FontAwesome";
	position: relative;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .3s ease;
	font-weight: 400;
}

.accordion-item.active .accordion-item-nav:after {
	transform: rotate(180deg);
}

/*  */

.accordion-item ul {
	padding: 0 0 0;
	margin: 0 0 0;
}

.accordion-item ul li {
	padding: 0 0 10px 25px;
	margin: 0 0 0;
	line-height: 1.35;
	list-style: none;
	position: relative;
}

.accordion-item ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-image: url('icon-microphone-pink_2x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.accordion-item strong {
	font-weight: 600;
}

/*  */

.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

/*  */

.box-landing-sing-along-crew-intro {
	overflow: hidden;
	background: url(/cdn/shop/files/landing-sing-along-crew-INTRO-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.box-landing-sing-along-crew-intro .section__color-wrapper {
	background: transparent;
}

.landing-sing-along-crew-intro {
	position: relative;
	max-width: 700px;
	margin: 0 auto 0;
	padding: 0 0 0;
}

.landing-sing-along-crew-intro .img-left {
	position: absolute;
	top: 170px;
	left: -480px;
	width: 330px;
	filter: drop-shadow(15px 15px 20px rgba(0,0,0,.25));
}

.landing-sing-along-crew-intro .img-right {
	position: absolute;
	top: auto;
	bottom: 190px;
	right: -480px;
	width: 330px;
	filter: drop-shadow(15px 15px 20px rgba(0,0,0,.25));
}

.img-rounded {
	border-radius: 500px;
	border-radius: 50%;
}

.landing-sing-along-crew-intro .heading.h2 {
	font-size: 60px;
	margin: 0 auto 25px;
}

.landing-sing-along-crew-intro .btn-main {
	margin: 15px auto 70px;
}

.landing-sing-along-crew .gallery-thumb-item[href*="youtu"]:before, .landing-sing-along-crew .gallery-thumb-video:before {
	background-image: url(icon-play-video.png);
}

/*  */

.landing-sing-along-crew .thumb-with-icon p.heading.h5 {
	font-size: 100%;
}

.landing-sing-along-crew .thumb-with-icon .multi-column__item {
	background-color: transparent;
	margin: 0 auto 15px;
	padding: 0 0 0;
}

.landing-sing-along-crew .multi-column__image-wrapper:before {
	background: #ffdb5f;
}

.landing-sing-along-crew .thumb-with-icon .container {
	max-width: 100%;
}

.landing-sing-along-crew .thumb-with-icon .multi-column__image-wrapper img, 
.landing-sing-along-crew .thumb-with-icon .multi-column__image-wrapper svg {
	position: relative;
	z-index: 3;
	max-width: 40px;
	max-height: 40px;
}

.landing-sing-along-crew .thumb-with-icon .multi-column__image-wrapper:after {
	background: url(icon-note-white.png) no-repeat center;
  background-size: contain;
}

.landing-sing-along-crew scrollable-content.multi-column__inner {
	display: flex;
}

/*  */

.container-fluid .heading.h2 {
	font-size: 60px;
	margin: 0 auto 60px;
}

.sing-along-crew-items-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	position: relative;
}

.sing-along-crew-item {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.sing-along-crew-item .item-bg {
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% 100%;
}

.sing-along-crew-item .item-content {
	padding: 30px 15px 320px;
	margin: 0 auto 0;
	min-height: 650px;
	max-width: 1300px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.sing-along-crew-item .item-content-inner {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: flex;
	max-width: 800px;
	align-items: flex-start;
	justify-content: flex-start;
}

.sing-along-crew-item .item-badge {
	padding: 0 50px 0 0;
	margin: 0 0 0;
	min-width: 250px;
	border-right: 3px solid #ccc;
	position: relative;
}

.sing-along-crew-item .item-text {
	padding: 0 0 0 60px;
	margin: 0 0 0;
	position: relative;
}

.sing-along-crew-item h4 {
	padding: 0 0 0;
	margin: 0 0 35px;
	font-size: 45px;
	line-height: 1.05;
}

.sing-along-crew-item h4 strong {
	font-weight: 600;
}

.sing-along-crew-item .btn-main {
	margin: 0 0 0;
}

.sing-along-crew-item.align-right .item-content {
	margin-left: auto;
	justify-content: flex-end;
}

.container-fluid .container {
	max-width: 100%;
	padding: 0 0 0;
}

/*  */

.landing-sing-along-crew-video {
	padding: 0 0 0;
	margin: -30px 0 0;
	position: relative;
	display: flex;
	align-items: center;
}

.landing-sing-along-crew-video .text-wr {
	padding: 0 0 0 30px;
	margin: 0 0 0;
	width: 50%;
	position: relative;
}

.landing-sing-along-crew-video .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 50%;
	position: relative;
}

.landing-sing-along-crew-video .heading {
	font-size: 55px;
	margin: 0 0 20px;
}

.landing-sing-along-crew-video p {
	padding: 0 0 0;
}

.landing-sing-along-crew-video .btn-main {
	margin: 15px 0 30px;
}

/*  */

.list-inline {
	padding: 0 0 0;
	margin: 0 0 0;
}

.list-inline li {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline-block;
	list-style: none;
}

.list-styled-checkmarks {
	padding: 0 0 0;
	margin: 0 0 0;
}

.list-styled-checkmarks li {
	padding: 0 15px 15px 25px;
	margin: 0 0 0;
	position: relative;
	list-style: none;
}

.list-styled-checkmarks li:before {
	padding: 0 0 0;
	margin: 0 0 0;
	content: "\f00c";
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: rgb(var(--theme-color));
}

/*  */

.block-bundles {
	padding: 85px 0 0;
	margin: 10px 0 0;
	position: relative;
	border-top: 2px solid #e6e6e6;
	text-align: center;
}

.block-bundles .heading {
	font-size: 60px;
}

.bundle-items-wr {
	padding: 40px 0 0;
	margin: 0 -15px 0;
	position: relative;
}

.bundle-item {
	padding: 15px 15px 15px;
	margin: 0 13px 30px;
	position: relative;
	display: inline-block;
	vertical-align: text-bottom;
	width: 370px;
	border: 1px solid rgb(var(--theme-color));
}

.bundle-item .img-wr {
	padding: 15px 0 15px;
	margin: 0 0 15px;
	position: relative; */
	display: flex;
	justify-content: center;
	align-items: center;
/*     background: #fefefe; */
}

.bundle-item .img-wr img {
	padding: 0 0 0;
	margin: 5px 5px 5px;
	position: relative;
	max-width: 140px;
}

.bundle-item .text-wr {
	padding: 5px 0 0;
	margin: 0 0 0;
	position: relative;
}

.bundle-item h3 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
}

.bundle-item h4 {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	font-weight: 600;
	font-size: 24px;
}

.bundle-item h4 .color-gray.tdl {
	font-size: 80%;
}

.bundle-item hr {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0;
	margin: 10px 0 15px;
}

.bundle-item h5 {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	font-size: 21px;
}

.bundle-item .list-inline {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.bundle-item .btn-main {
	display: block;
	font-size: 18px;
	width: 100%;
}

.bundle-item-featured-label {
	padding: 0 0 0;
	margin: 230px 70px 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 300px;
	font-size: 50px;
	text-align: left;
	line-height: 1.2;
}

.bundle-item-featured {
	left: 160px;
	width: 530px;
}

.bundle-item-featured-label:before {
	content: "";
	display: block;
	position: absolute;
	top: -130px;
	right: -40px;
	width: 230px;
	height: 102px;
	background: url('icon-arrow-curve.png') no-repeat center;
	background-size: contain;
}

/*  */

[style*="rose gold"] {
	background: #f6c2a6;
}

#shopify-section-template--14254739128366__165556575452dfcdcb .section,
#shopify-section-template--14254739390510__165556749511baffe8 .section,
#shopify-section-template--14254739324974__16555691996d6b1f59 .section,
#shopify-section-template--14254739357742__1655569970d1766f60 .section,
#shopify-section-template--14254739292206__16555696881d24727a .section,
#shopify-section-template--14254963753006__165556749511baffe8 .section,
#shopify-section-template--14254975713326__165556749511baffe8 .section,
#shopify-section-template--14254975844398__165556749511baffe8 .section,
#shopify-section-template--14255224979502__165556749511baffe8 .section,
#shopify-section-template--14273041367086__165556575452dfcdcb .section {
	margin: 0 0 0;
}

/*  */

body .fa, body .far, body .fas {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
}

body .press-release-block h4 a {
	color: rgb(var(--theme-color-secondary));
}

/*  */

.news-menu-wr,
.sidebar-menu-wr {
	margin: 0 0 0;
	padding: 0 0 0;
	display: block;
}

.news-menu-wr a,
.sidebar-menu-wr a {
	margin: 0 0 0;
	padding: 10px 0 10px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.news-menu-wr .news-menu-item:hover, .news-menu-wr .news-menu-item.active,
.sidebar-menu-wr .sidebar-menu-item:hover, .sidebar-menu-wr .sidebar-menu-item.active {
	color: rgb(var(--theme-color-secondary));
	text-decoration: underline;
}

/*  */

/* BEGIN CSS of email alerts widget */

.col-12.mb-4 {
	padding: 0 15px 30px;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.6rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	display: inline-block;
	margin-bottom: 5px;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: .875em;
	color: #dc3545;
}

.form-row h4 {
	font-size: 32px;
	font-weight: 500;
}

.form-row h5 {
	font-size: 20px;
	font-weight: 500;
	color: var(--black-color);
	margin: 0 0 20px;
}

.custom-checkbox {
	margin-top: 5px;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 0;
}

.custom-checkbox {
	margin-top: 5px;
	font-size: 90%;
}

input.custom-control-input {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.custom-checkbox label {
	margin-bottom: 0px;
}

.form-group.col-12 h4 {
	padding: 20px 15px 0;
}

.custom-select {
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
}

.btn.btn-secondary {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	padding: 17px 40px 15px;
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: 500;
	transition: all .3s ease;
	box-shadow: none;
	text-align: center;
	background-color: rgb(var(--theme-color));
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
	background-position: right calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 25%);
}

/* END CSS of email alerts widget */

div#shopify-section-template--14240132333614__165133517382448036+div#shopify-section-static-text-with-icons {
	display: none;
}

div#shopify-section-template--14254739357742__16555700339a6af425 .vertical-breather {
	padding-top: 0;
}

.block-news-events .heading.h5 {
	margin: 0 0 0;
	padding: 10px 0 0;
	letter-spacing: .05em;
}

.tdn, .section .container .tdn {
	text-decoration: none;
}

html .modal-backdrop {
	background-color: rgb(0 0 0 / 80%);
}

html .modal-open .modal {
	visibility: visible;
}

html .modal.fade .modal-dialog {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translateY(0);
}

html .modal-header .close {
	margin-top: 0;
	float: right;
	font-size: 35px;
	line-height: 1;
}

html .modal-dialog.modal-xl {
	width: 80vw;
}

html .modal-dialog.modal-xl iframe {
	border: 0;
	min-height: 75vh;
}

/*  */

.thumb-image-circle.firmware-update .multi-column--pico {
	--section-items-per-row: 4;
}

.thumb-image-circle.firmware-update .multi-column__image-wrapper {
	width: 190px !important;
	margin: 0 auto 35px !important;
}

/*  */

.article-item__image-container {
	max-height: 240px;
}

/*  */

.icons-with-label-wrapper {
	margin: 0 0 70px;
}

.icon-with-label {
	margin: 0 auto 0;
	padding: 0 0 0;
	position: relative;
	text-align: center;
}

body .icon-with-label .img-wr {
	margin: 0 auto 5px;
	padding: 4px;
	width: 86px;
	height: 86px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-with-label .img-wr img {
	margin: 0 auto 0;
	padding: 0 0 0;
	display: block;
	max-width: 40px;
	max-height: 40px;
}

.icon-with-label .img-wr .bg-black {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-with-label h5 {
	font-weight: 400;
	font-size: 130%;
	margin: 0 auto 0;
	padding: 0 0 0;
}

/*  */

.img-ports {
	margin: 0 auto 22px;
}

/*  */

.port-thumb-item {
	margin: 0 0 0;
	padding: 20px 20px 15px;
	width: 220px;
	min-height: 100px;
	text-align: center;
	position: relative;
	border: 2px solid rgb(var(--theme-color-secondary));
}

.port-thumb-item i {
	margin: 10px 10px 0;
	padding: 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

.port-thumb-item i img {
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}

.port-thumb-item h6 {
	margin: 0 0 0;
	padding: 0 0 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 85%;
}

.port-thumb-item p {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 13px;
	line-height: 1.35;
}

.port-thumb-item sup {
	font-size: 60%;
}

/*  */

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

/*  */

.block-feature {
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
}

.block-feature .display-flex {
	margin: 0 0 0;
	padding: 0 0 0;
}

.block-feature .flex-item {
	width: 50%;
	margin: 0 0 0;
	padding: 0 0 0;
}

.block-feature .img-wr {
	margin: 0 0 0;
	padding: 0 0 0;
}

.block-feature .img-wr img {
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
}

.block-feature h2 {
	margin: 0 0 20px;
}

.block-feature .text-wr {
	margin: 0 0 0;
	padding: 80px 0 80px 110px;
}

.block-feature .flex-reverse .text-wr {
	padding-left: 0;
	padding-right: 110px;
}

.port-thumbs-wrapper {
	padding: 0 0 50px;
}

.img-complectation {
	margin: 0 0 30px;
}

/*  */

.block-heading.text-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}


































































/* @media responsive breakpoints starts here */

/* ------------------------------------------------------------- */

@media screen and (max-width: 1359px) {
	.product {
		margin: 0 0 40px;
	}

	#block-template--14907935031353__1650131798fc7b883a-1650131797340e77f9-0 {
		border-right: none;
		padding: 0 0 0;
		margin: 0 0 0;
	}
.bundle-item-featured {
	left: 100px;
	width: 530px;
	display: block;
	margin: 0 auto;
}
.sing-along-crew-item h4 {
	margin: 0 0 25px;
	font-size: 30px;
}
.sing-along-crew-item .item-content-inner {
	max-width: 650px;
	align-items: center;
}
.sing-along-crew-item .item-content {
	padding: 30px 15px 220px;
	min-height: 500px;
	max-width: 1300px;
}
.landing-sing-along-crew-intro .img-left {
	top: 210px;
	left: -210px;
	width: 200px;
}
.landing-sing-along-crew-intro .img-right {
	bottom: 300px;
	right: -180px;
	width: 200px;
}

























}

/* ------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
	.announcement-bar__message {
		padding: 5px 0 5px;
	}

	.header__wrapper {
		padding: 15px 10px 15px;
	}

	.shopify-section--logo-list .container {
		display: block;
		align-items: center;
		padding: 30px 15px 40px;
	}

	.shopify-section--logo-list .section__header {
		margin: 0;
		padding: 0 0 20px;
		border-right: 0;
		height: auto;
		display: block;
		text-align: center;
	}

	.button:not(.button--text),
	.shopify-challenge__button,
	#shopify-product-reviews .spr-summary-actions-newreview,
	#shopify-product-reviews .spr-button {
		padding-left: 15px;
		padding-right: 15px;
	}

	.shopify-section--text-with-icons .heading.heading--small {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0;
	}

	.shopify-section--text-with-icons .text-with-icons__content-wrapper p {
		font-size: 80%;
	}

	.product-content__featured-products {
		flex: none;
		width: auto;
	}

	.product-content__featured-products .product-item__image-wrapper {
		margin-bottom: 0;
	}

	.shopify-section--hero-banner .content-box--medium {
		width: auto;
		max-width: 70%;
	}

	body .btn-image {
		margin: 5px 5px 5px 0;
	}

	.shopify-section--hero-banner .html .h2 {
		font-size: 50px;
		padding: 0;
		margin: 15px 0;
	}

	.shopify-section--hero-banner .html p {
		max-width: 70%;
	}

	.block-download-the-app .heading.h3 {
		font-size: 50px;
	}

	.block-download-the-app .image-with-text__content-wrapper {
		padding: 0 10px 0;
	}

	.block-download-the-app .button-wrapper {
		margin-top: 0;
	}

	.product-tabs__trust-title {
		font-size: 85%;
	}

	.shopify-section-features .image-with-text__content-list {
		width: 400px;
		margin: 0 0 0 -60px;
		padding: 35px 30px 35px;
	}

	.shopify-section-features .image-with-text__text-wrapper ul {
		padding: 0;
		margin: 0;
		font-size: 16px;
	}

	.shopify-section-features .image-with-text__text-wrapper li:before {
		padding: 0;
		margin: 10px -2px 0;
		width: 25px;
		height: 25px;
	}

	html body .shopify-section-features .image-with-text__text-wrapper li {
		padding: 13px 0 13px 35px;
	}

	[dir=ltr] .popover-button+.popover {
		right: 0;
	}

	.shopify-section--popup-app-subscribe .newsletter-modal__content h2 {
		font-size: 40px;
	}

	.shopify-section--popup-app-subscribe .newsletter-modal__content h3 {
		font-size: 18px;
	}

	.list-styled,
	.shopify-section--popup-app-subscribe .newsletter-modal__content .list-styled {
		font-size: 90%;
		padding: 10px 0 15px 20px;
	}

	.btn-checkbox-styled {
		padding: 10px 15px 10px;
		line-height: 25px;
		font-size: 80%;
	}

	.btn-checkbox-styled b,
	.btn-checkbox-styled .color-gray {
		font-size: 110%;
	}

	.shopify-section--popup-app-subscribe .newsletter-modal__content .button {
		padding: 0 25px;
		font-size: 16px;
	}

	body .block-custom-section-about .image-with-text__content-wrapper {
		padding: 0 20px 0;
	}

	.shopify-section--main-blog .article-item__image-container img {
		min-height: 210px;
	}

	.investors-menu-wr {
		justify-content: flex-start;
		max-width: 100%;
		overflow: auto;
	}
.musicalNotes-detials {
	transform: scale(.8);
	margin: -100px auto -50px;
	padding: 100px 0;
}
.nvHome-banner-img {
	width: 140px;
	height: 250px;
}
.nvHome-banner-images {
	right: 30px;
	top: 90px;
}
.box-wr {
	padding: 50px 0 50px;
}
.video-section .box-wr {
  padding: 20px 0 20px;
}
.pack-item h3 {
	font-size: 30px;
}
.changing-item .text-wr {
	padding: 45px 25px 0 40px;
	margin: -50px auto 0;
	max-width: 300px;
	font-size: 80%;
	height: 210px;
}
.changing-item h5 {
	font-size: 20px;
}
.block-complectation h3 {
	font-size: 30px;
	margin: 0 0 15px;
}
.block-complectation ul {
	margin: 0 0 15px;
}
.block-complectation li {
	margin: 10px 0 10px;
	font-size: 90%;
}
.block-complectation .btn-main {
	min-width: 180px;
}
.block-complectation .text-wr {
	padding: 15px 30px 15px 300px;
	max-width: 650px;
	min-height: 380px;
}
.block-complectation li i img {
	max-width: 40px;
	max-height: 40px;
}
.block-complectation li i {
	margin: -1px 10px 0 0;
	min-width: 45px;
}
.bundle-and-save .h2 {
	padding: 0 0 15px;
	font-size: 45px;
}
.bundle-and-save p {
	padding: 0 0 20px;
}
.bundle-and-save .text-wr {
	padding: 0 0 0 60px;
	width: 50%;
}
.block-its-back .text-wr {
	padding: 50px 30px 30px 0;
	width: 43%;
}
.landing-sing-along-crew scrollable-content.multi-column__inner {
	display: grid;
}
.icon-with-label h5 {
    font-size: 80%;
}
.icons-with-label-wrapper {
    margin: 0 0 30px;
}
.port-thumb-item {
    padding: 20px 15px 15px;
    width: 190px;
    min-height: 120px;
}



















}

/* ------------------------------------------------------------- */

@media screen and (max-width: 999px) {

	html body .hidden-sm,
	.section .text-container .hidden-sm {
		display: none;
	}

	.block-get-app-links {
		padding: 0 0 0;
		margin: 0 auto;
		width: auto;
	}

	.block-get-app-links p {
		padding: 0 0 25px;
		margin: 0;
	}

	.block-get-app-links .h2 {
		padding: 0 0 10px;
		margin: 0;
	}

	.block-get-app-links-text {
		padding: 0 0 0 30px;
		margin: 0;
	}

	.shopify-section--hero-banner .content-box--medium {
		width: auto;
		max-width: 100%;
	}

	.shopify-section--hero-banner .html .h2 {
		font-size: 40px;
		padding: 0;
		margin: 15px 0;
	}

	.app-customize .app-customize-info-item {
		padding: 0 0 35px 20px;
		font-size: 90%;
	}

	.app-customize h3 {
		padding: 0;
		margin: 0 0 5px;
		font-size: 20px;
	}

	.app-features .app-features-img img {
		left: -10px;
	}

	.block-download-the-app .image-with-text {
		padding: 0 0 0;
	}

	.block-download-the-app .image-with-text__wrapper {
		padding: 50px 40px 0 !important;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: column-reverse;
		width: 70%;
	}

	.block-download-the-app .image-with-text__image-wrapper,
	body .block-download-the-app .image-with-text__wrapper .image-with-text__image-wrapper {
		display: flex;
		align-items: center;
		padding: 0;
		margin: 0 0 -30px;
		width: 100%;
	}

	.block-download-the-app .image-with-text__content-wrapper {
		padding: 0 0 20px;
		width: auto;
	}

	.shopify-section--text-with-icons .text-with-icons__item {
		padding: 0;
		margin: 0 auto 0;
		justify-content: center;
	}

	.shopify-section--featured-collections-minimized {
		overflow: hidden;
	}

	.collections-menu-wr .collections-menu-item {
		font-size: 85%;
		padding: 15px 0 15px;
		margin: 0 0 0 30px;
	}

	.shopify-section--featured-product .product__info {
		padding: 35px 0 0;
	}

	.collapsible-toggle {
		padding: 15px 0 15px;
		font-size: 20px;
	}

	.shopify-section-features .image-with-text__image-wrapper {
		padding: 0;
		width: auto;
		margin: 0 0 0;
	}

	.shopify-section-features .image-with-text__content-wrapper {
		margin: 0;
		padding: 0;
	}

	body .block-custom-section-about .image-with-text__content-wrapper {
		padding: 40px 20px 0;
		margin: 0 auto;
	}

	.display-flex {
		display: block;
		text-align: center;
	}

	.flex-item.footer-credit-cards {
		padding: 20px 0 0;
	}

	.thumb-with-icon .multi-column__item {
		max-width: 300px;
		margin: 0 auto;
		padding: 25px 25px 25px;
	}

	body .masonry-grid .multi-column__inner {
		margin: 0 -1% 0;
		padding: 0 0 0;
	}

	body .masonry-grid .multi-column__item {
		width: 48%;
		margin: 0 1% 15px;
		padding: 0 0 0;
	}
.nvHome-banner-img {
	width: 110px;
	height: 200px;
}
.nvHome-banner-images {
	right: 0;
	top: 90px;
}
.box-top-banner .text-wr {
	padding: 30px 0 30px;
}
.box-top-banner .h2 {
	font-size: 55px;
}
body .box-top-banner {
	font-size: 100%;
}
.box-top-banner .btn-main {
	margin: 0 0 15px;
	min-width: 200px;
}
.pack-item.pack-item-reccomended {
	margin: 50px auto 0;
	padding: 65px 30px 140px;
	min-height: 695px;
}
.block-complectation .text-wr {
	padding: 20px 30px 20px 230px;
	max-width: 520px;
	min-height: 340px;
}
.block-complectation .img-wr {
	left: 0;
	top: -10px;
	bottom: -10px;
	width: 50%;
}
.musicalNotes-detials {
	transform: scale(.5);
	margin: -35% auto -35%;
	padding: 80px 0;
}
.landing-sing-along-crew-intro .heading.h2 {
	font-size: 40px;
	margin: 0 auto 15px;
}
.container-fluid .heading.h2 {
	font-size: 40px;
	margin: 0 auto 30px;
}
.sing-along-crew-item .item-badge {
	padding: 0 15px 0 0;
	width: 120px;
	min-width: 120px;
	border-right: 2px solid #ccc;
}
.sing-along-crew-item .item-text {
	padding: 0 0 0 25px;
}
.sing-along-crew-item .item-content-inner {
	max-width: 400px;
}
.sing-along-crew-item h4 {
	margin: 0 0 10px;
	font-size: 20px;
}
.landing-sing-along-crew-intro {
	max-width: 75%;
}
.gallery-thumb-item[href*="youtu"]:before, .gallery-thumb-video:before {
	width: 60px;
	height: 60px;
}
.sing-along-crew-item .item-content {
	padding: 30px 15px 170px;
	min-height: 390px;
	max-width: 1300px;
}
.landing-sing-along-crew-video .heading {
	font-size: 30px;
	margin: 0 0 15px;
}
.landing-sing-along-crew-video .btn-main {
	margin: 5px 0 15px;
}
.block-bundles .heading {
	font-size: 40px;
}
.bundle-item-featured {
	left: 0;
	width: 530px;
	display: block;
	margin: 0 auto 130px;
}
.bundle-item-featured-label:before {
	top: -80px;
	right: -50px;
	width: 160px;
	height: 70px;
}
.bundle-item-featured-label {
	padding: 0 0 0;
	margin: 100px 0 0;
	right: 40%;
	top: 100%;
	width: 290px;
	font-size: 35px;
}
.icons-with-label-wrapper .display-flex,
.port-thumbs-wrapper .display-flex,
.block-feature .display-flex {
    display: flex;
    /*text-align: left;*/
}
.port-thumbs-wrapper .display-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.port-thumb-item {
    padding: 20px 15px 15px;
    width: 210px;
    min-height: 100px;
    margin: 5px 5px 5px;
}
.block-feature .text-wr,
.block-feature .flex-reverse .text-wr {
    margin: 0 0 0;
    padding: 50px 20px 50px;
}




























}

/* ------------------------------------------------------------- */

@media screen and (max-width: 740px) {
	html body .hidden-xs {
		display: none;
	}

	.announcement-bar__message.text--small {
		font-size: 80%;
	}

	.shopify-section--hero-banner .content-box--medium {
		width: auto;
		max-width: 100%;
		margin: 0 0 0;
	}

	.shopify-section--hero-banner .html .h2 {
		font-size: 33px;
		padding: 0;
		margin: 0 0 15px;
	}

	.shopify-section--hero-banner .html p {
		max-width: 85%;
	}

	body .btn-image img,
	.btn-image img:not([style*="float"]) {
		display: block;
		padding: 0;
		margin: 0;
		max-height: 50px;
	}

	body .btn-image {
		margin: 5px 1px 5px 0;
	}

	.shopify-section--newsletter .content-box--left {
		margin: 0 0 0;
		width: auto;
		padding: 40px 30px 45px;
		line-height: 1.3;
	}

	.app-customize .app-customize-img {
		padding: 0;
		margin: -20px 0 0 -50px;
		width: auto;
		text-align: center;
	}

	.app-customize {
		padding: 0;
		margin: 0;
		flex-direction: column;
	}

	.app-features .app-features-column {
		padding: 15px 0 0;
		margin: 0;
		width: auto;
		order: 2;
		text-align: center;
	}

	.app-features .app-features-img {
		padding: 0;
		margin: 0;
		width: auto;
		order: 1;
	}

	.app-features {
		align-items: center;
		flex-direction: column;
	}

	.app-features-info-item {
		padding: 0 15px 10px;
		margin: 0;
	}

	.slider-images .slick-slide,
	.slider-images .slick-current.slick-active .img-wr {
		width: 250px;
		height: 550px;
	}

	.slider-images .slick-current.slick-active .img-wr {
		margin: 0;
		padding: 200px 15px 20px;
	}

	.slider-images .slick-slide .img-wr {
		margin: 145px auto 0;
		width: 220px;
		height: 330px;
		padding: 60px 0 30px;
	}

	.slider-images .slick-slide {
		margin: 0 10px;
	}

	.app-customize .app-customize-text {
		padding: 10px 0 0;
		margin: 0;
		width: 100%;
	}

	.app-customize .app-customize-info-item {
		padding: 0 0 40px 20px;
		font-size: 85%;
	}

	body .app-customize-item-icon:before {
		left: -18px;
		top: -10px;
		width: 40px;
		height: 50px;
	}

	body .app-customize-item-icon {
		margin: 0 0 15px;
		width: 70px;
		height: 70px;
	}

	body .app-customize-item-icon img {
		max-width: 30px;
	}

	.app-features .app-features-column-left i,
	.app-features .app-features-column i {
		margin: 0 auto 15px;
		width: 70px;
		height: 70px;
	}

	.app-features-info-item i img {
		max-width: 30px;
	}

	.block-download-the-app .image-with-text__wrapper {
		padding: 40px 20px 0 !important;
		width: auto;
	}

	.block-download-the-app .heading.h3 {
		font-size: 35px;
	}

	.block-download-the-app .heading.h3 b {
		display: block;
	}

	.block-download-the-app .image-with-text__image {
		padding: 0;
		margin: 0 0 0 -20px;
	}

	.shopify-section--hero-banner .text-container .h2 {
		margin: 0 0 16px;
		font-size: 40px;
	}

	.collections-menu-wr {
		padding: 0;
		margin: 0;
		display: block;
		white-space: nowrap;
		overflow: auto;
	}

	.shopify-section--slideshow .text-container .heading--small {
		font-size: 16px;
	}

	.shopify-section--multi-column+.shopify-section--rich-text .section {
		margin-top: 30px;
	}

	body .block-custom-section-about .image-with-text__content-wrapper {
		padding: 15px 0 0;
		margin: 0 auto;
	}

	.reviews-massonry .jdgm-rev {
		width: auto;
	}

	.investors-menu-wr .investors-menu-item {
		font-size: 80%;
		padding: 15px 0 15px;
		margin: 0 0 0 20px;
	}

	.stock-price scrollable-content.multi-column__inner {
		display: block;
	}

	.investors-latest-news .multi-column__link:after {
		margin: 0 15px 15px;
		width: 45px;
		height: 45px;
	}

	.investors-latest-news p:not(.heading) {
		font-size: 85%;
		line-height: 1.4;
	}

	.block-investor-presentation-img {
		padding: 0 0 0;
		margin: 0 0 30px;
		width: 100%;
	}

	.block-investor-presentation {
		display: flex;
		padding: 0 0 0;
		margin: 0 auto 0;
		flex-direction: column;
	}

	.block-investor-presentation-text {
		padding: 0 30px 30px;
	}

	.team-item-details .team-item-details-text {
		left: -350px;
	}

	.series-page.registration .own-your-song {
		margin-right: 0;
	}

	.featured_promotions_link .title {
		margin-bottom: 20px;
	}

	.featured_promotions_link .learn-more-btn {
		margin-top: 25px;
	}

	.toggle-box {
		padding: 30px 0 30px 0;
	}
.box-top-banner .h2 {
	font-size: 40px;
	margin: 15px 0 0;
}
.nvHome-banner-images {
	right: 0;
	top: 0;
}
.pack-item {
	padding: 50px 30px 120px;
	margin: 70px auto 0;
	max-width: 360px;
	min-height: 449px;
	font-size: 22px;
}
.pack-item .btn-main {
	margin: 0 auto 35px;
	max-width: 70%;
}
.pack-item.pack-item-reccomended {
	margin: 50px auto 0;
	padding: 50px 30px 120px;
	min-height: 620px;
}
.musicalNotes-detials {
	transform: scale(1);
	margin: 0 auto 0;
	padding: 80px 0;
}
.musicalNotes-item {
	padding: 15px 50px 22px 20px;
	position: relative;
	width: 100% !important;
	left: inherit !important;
	right: inherit !important;
	top: inherit !important;
	margin-bottom: 10px;
}
.musicalNotes-items .musicalNotes-item::after, .mnIndicator-items .mnIndicator-item::before {
	position: absolute;
	content: counter(number);
	right: 14px;
	top: 10px;
	font-size: 20px;
	transition: 0.3s;
	z-index: 1;
	height: 34px;
	width: 34px;
	border: 2px solid var(--white-color);
	color: var(--white-color);
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
.musicalNotes-items .musicalNotes-item {
	counter-increment: number;
}
.musicalNotes-item.text-sm-end {
	text-align: left !important;
}
.musicalNotes-img {
	width: 200px;
	margin: 0 auto 130px;
	position: relative;
}
.musicalNotes-detials {
	padding: 110px 0 20px;
	background-size: 810px;
	background-position: top center;
}
.musicalNotes-icons {
  top: -80px;
	left: 5px;
	width: auto;
	right: 5px;
}
.musicalNotes-img-area {
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
}
.musicalNotes-img {
	width: 200px;
	margin: 0 auto 130px;
	position: relative;
}
.mnIndicator-items .mnIndicator-item {
	position: relative;
	counter-increment: number;
}
.mnIndicator1 span{right: 50px;top: 47px;}
  .mnIndicator1 span::before {width: 78px;}
  .mnIndicator2 span{right: 80px;top: 194px;}
  .mnIndicator2 span::before {top: -23px;left: -7px;width: 111px;}
  .mnIndicator2 span::after {width: 49px;left: 93px;top: -55px;}
  .mnIndicator3 span{left: 28px;top: 172px;}
  .mnIndicator3 span::before {top: -18px;width: 90px;}
  .mnIndicator4 span::before {width: 59px;top: 7px;}
  .mnIndicator4 span{left: 25px;top: 207px;}
  .mnIndicator5 span{left: 80px;top: 252px;}
  .mnIndicator5 span::before {top: 33px;right: 0;width: 94px;}
  .mnIndicator5 span::after {width: 52px;right: 85px;top: 60px;}
  .mnIndicator6 span{right: 24px;top: 208px;}
  .mnIndicator6 span::before {top: 6px;width: 84px;}
  .mnIndicator7 span{right: 52px;top: 261px;}
  .mnIndicator7 span::before {top: 30px;left: 0;width: 80px;}
  .mnIndicator7 span::after {width: 40px !important;left: 72px;top: 53px;}
  .mnIndicator8 span{right: 50px;top: 420px;}
  .mnIndicator8 span::before {top: -13px;width: 70px;}
  .mnIndicator8 span::after {top: -33px;left: 63px;width: 57px;}
  .mnIndicator-items .mnIndicator-item:nth-child(1)::before {right: -30px;}
  .mnIndicator-items .mnIndicator-item:nth-child(2)::before {top: 124px;right: -66px;}
  .mnIndicator-items .mnIndicator-item:nth-child(3)::before {top: 101px;left: -68px;}
  .mnIndicator-items .mnIndicator-item:nth-child(4)::before {left: -68px;top: 197px;}
  .mnIndicator-items .mnIndicator-item:nth-child(5)::before {top: 296px;left: -68px;}
  .mnIndicator-items .mnIndicator-item:nth-child(6)::before {right: -67px;top: 198px;}
  .mnIndicator-items .mnIndicator-item:nth-child(7)::before {top: 298px;right: -67px;}
  .mnIndicator-items .mnIndicator-item:nth-child(8)::before {top: 372px;right: -67px;}
.mnIndicator-items .mnIndicator-item::before {
	right: 44px;
	top: 38px;
	border-width: 0px;
	line-height: 32px;
	background-color: rgb(var(--theme-color-secondary));
	color: #ffffff;
	font-size: 16px;
}
.mnIndicator3 span::after {
	top: -63.5px;
	right: 108px;
	width: 1px;
}
.box-microphone-features .container {
	padding: 0;
}
.musicalNotes-items {
	padding: 0 25px 0;
}
.changing-item .text-wr {
	padding: 55px 35px 0 45px;
	margin: -50px auto 0;
	max-width: 350px;
	font-size: 90%;
	height: 250px;
}
.block-complectation .text-wr {
	padding: 20px 20px 20px 55px;
	max-width: 350px;
	width: auto;
	min-height: 340px;
	background-image: none !important;
}
.block-complectation .img-wr {
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 40%;
}
.bundle-and-save {
	margin: 0 0 0;
	display: block;
}
.bundle-and-save .img-wr {
	padding: 0 0 0;
	margin: 0 auto 0;
	width: auto;
}
.bundle-and-save .text-wr {
	padding: 20px 0 0;
	width: auto;
}
.box-its-back {
	padding: 0 0 50px;
}
.block-its-back {
	display: block;
}
.block-its-back .img-wr {
	width: auto;
}
.block-its-back .text-wr {
	padding: 30px 0 0;
	width: auto;
}
.its-back-price {
	width: 110px;
}
.block-heading {
	margin: 0 0 35px;
}
.box-bundle-and-save .block-heading h2+img {
	max-width: 220px;
}
.kids-series-multi-column {
	margin: 35px auto 0;
}
.kids-series-multi-column .multi-column--small .multi-column__item {
	max-width: 100%;
	margin: 0 auto 15px;
	padding: 0 0 0;
	width: 300px;
}
.kids-series-multi-column .multi-column--small .multi-column__image-wrapper {
	min-width: 100%;
}
.kids-series-multi-column .multi-column__inner {
	display: block;
}
.kids-series-multi-column p {
	text-align: center;
	padding: 0 0 20px;
}
.gallery-thumb-item:before {
	width: 40px;
	height: 40px;
}
.gallery-thumb-item[href*="youtu"]:before, .gallery-thumb-video:before {
	width: 60px;
	height: 60px;
}
.kids-series-video-section {
	background-size: 200% auto;
}
body .jdgm-rev__content {
	padding: 5px 0 0 66px;
	font-size: 85%;
}
.bundle-item {
	padding: 15px 15px 15px;
	margin: 0 auto 15px;
	width: 95%;
}
.bundle-item-featured {
	left: 0;
	width: 95%;
	display: block;
	margin: 0 auto 130px;
}
.landing-sing-along-crew-intro .heading.h2 {
	font-size: 30px;
	margin: 0 auto 15px;
}
.landing-sing-along-crew-intro .btn-main {
	margin: 15px auto 70px;
	font-size: 14px;
}
.landing-sing-along-crew-intro .img-right {
	bottom: 150px;
	right: -60px;
	width: 80px;
}
.landing-sing-along-crew-intro .img-left {
	top: auto;
	left: -55px;
	width: 80px;
	bottom: 130px;
}
.container-fluid .heading.h2 {
	font-size: 35px;
	margin: 0 auto 30px;
}
.sing-along-crew-item h4 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.4;
}
.sing-along-crew-item .item-content {
	padding: 0 15px 215px;
	min-height: 360px;
	max-width: 1300px;
}
.sing-along-crew-item .item-bg {
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	height: 200px;
	background-size: auto 100%;
}
.landing-sing-along-crew-video {
	padding: 0 0 0;
	margin: 0 auto 0;
	display: block;
}
.landing-sing-along-crew-video .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	width: auto;
}
.landing-sing-along-crew-video .text-wr {
	padding: 25px 0 0;
	margin: 0 0 0;
	width: auto;
}
.bundle-item .img-wr img {
	margin: 5px 5px 5px;
	max-width: 28%;
}
.bundle-item-featured-label {
	padding: 0 0 0;
	margin: 100px 0 0;
	right: 30%;
	top: 100%;
	width: 250px;
	font-size: 35px;
}
.thumb-image-circle.firmware-update .multi-column--pico {
	--section-items-per-row: 1;
}
.icons-with-label-wrapper .display-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.icon-with-label {
    margin: 0 10px 15px;
}
.port-thumb-item {
    padding: 25px 10px 15px;
    width: 160px;
    min-height: 140px;
    margin: 5px 5px 5px;
}
.block-feature > .display-flex {
    display: flex;
    flex-direction: column;
}
.block-feature .flex-item {
    width: auto;
    margin: 0 0 0;
    padding: 0 0 0;
}

}

/* ------------------------------------------------------------- */

@media screen and (max-width: 499px) {
	body .masonry-grid .multi-column__inner {
		margin: 0 0 0;
		padding: 0 0 0;
	}

	body .masonry-grid .multi-column__item {
		width: 100%;
		margin: 0 0 15px;
		padding: 0 0 0;
	}
}
.erp-info th {
  border: 1px solid #000 !important;
  padding-left: var(--table-spacing) !important;
  padding-right: var(--table-spacing) !important;
}


.no-margin {
  margin: 0 !important;
}

/* -------------------------------------------------------------