
/* Audinate-specific changes. */
.btn-fsb-align {
    vertical-align: top !important;
}
.fsb-price.fsb-inline-item {
	vertical-align: middle !important;
}
.btn-checkout {
	font-weight: bold;
}
.checkout-inline {
	display: inline-block !important;
}
.cart-footer-notice {
	margin: 0 10px;
}
/* End Audinate-specific changes. */

.fsb-account-notice {
	padding-top: 10px;
	padding-right: 15px;
	width: 100%;
	text-align: right;
}
/* End Audinate-specific changes. */

#fsb
{
	margin: 30px;
}
#fsb,
#fsb *,
#fsb ::after,
#fsb ::before
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.fsb-modalOpen
{
	overflow: hidden;
}

#fastspring_spinner
{
	width: 100%;
	height: 100%;
	z-index: 99999998;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
}

#fastspring_spinner img
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-name: fsb-fadeIn;
	animation-name: fsb-fadeIn;
	position: fixed;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 99999999;
}

.fsb-alert-danger
{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.fsb-alert
{
	display: none;
}

.fsb-alert,
.fsb-mod_alert
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-mod_animatetop;
	animation-name: fsb-mod_animatetop;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	z-index: 999999999;
}

.fsb-inline-item
{
	display: inline-block;
}

.fsb-img-fluid
{
	height: auto;
	max-width: 100%;
}

.fsb-container-fluid
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.fsb-row
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

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

.fsb-col-1
{
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.fsb-col-2
{
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.fsb-col-3
{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.fsb-col-4
{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.fsb-col-5
{
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.fsb-col-6
{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.fsb-col-7
{
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.fsb-col-8
{
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.fsb-col-9
{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.fsb-col-10
{
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.fsb-col-11
{
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.fsb-col-12
{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.fsb-order-first
{
	-ms-flex-order: -1;
	order: -1;
}

.fsb-order-last
{
	-ms-flex-order: 13;
	order: 13;
}

.fsb-order-0
{
	-ms-flex-order: 0;
	order: 0;
}

.fsb-order-1
{
	-ms-flex-order: 1;
	order: 1;
}

.fsb-order-2
{
	-ms-flex-order: 2;
	order: 2;
}

.fsb-order-3
{
	-ms-flex-order: 3;
	order: 3;
}

.fsb-order-4
{
	-ms-flex-order: 4;
	order: 4;
}

.fsb-order-5
{
	-ms-flex-order: 5;
	order: 5;
}

.fsb-order-6
{
	-ms-flex-order: 6;
	order: 6;
}

.fsb-order-7
{
	-ms-flex-order: 7;
	order: 7;
}

.fsb-order-8
{
	-ms-flex-order: 8;
	order: 8;
}

.fsb-order-9
{
	-ms-flex-order: 9;
	order: 9;
}

.fsb-order-10
{
	-ms-flex-order: 10;
	order: 10;
}

.fsb-order-11
{
	-ms-flex-order: 11;
	order: 11;
}

.fsb-order-12
{
	-ms-flex-order: 12;
	order: 12;
}

.fsb-offset-1
{
	margin-left: 8.333333%;
}

.fsb-offset-2
{
	margin-left: 16.666667%;
}

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

.fsb-offset-4
{
	margin-left: 33.333333%;
}

.fsb-offset-5
{
	margin-left: 41.666667%;
}

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

.fsb-offset-7
{
	margin-left: 58.333333%;
}

.fsb-offset-8
{
	margin-left: 66.666667%;
}

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

.fsb-offset-10
{
	margin-left: 83.333333%;
}

.fsb-offset-11
{
	margin-left: 91.666667%;
}

@media (min-width: 576px)
{
	.fsb-col-sm
	{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.fsb-col-sm-auto
	{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.fsb-col-sm-1
	{
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.fsb-col-sm-2
	{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.fsb-col-sm-3
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.fsb-col-sm-4
	{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.fsb-col-sm-5
	{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.fsb-col-sm-6
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.fsb-col-sm-7
	{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.fsb-col-sm-8
	{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.fsb-col-sm-9
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.fsb-col-sm-10
	{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.fsb-col-sm-11
	{
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.fsb-col-sm-12
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fsb-order-sm-first
	{
		-ms-flex-order: -1;
		order: -1;
	}
	.fsb-order-sm-last
	{
		-ms-flex-order: 13;
		order: 13;
	}
	.fsb-order-sm-0
	{
		-ms-flex-order: 0;
		order: 0;
	}
	.fsb-order-sm-1
	{
		-ms-flex-order: 1;
		order: 1;
	}
	.fsb-order-sm-2
	{
		-ms-flex-order: 2;
		order: 2;
	}
	.fsb-order-sm-3
	{
		-ms-flex-order: 3;
		order: 3;
	}
	.fsb-order-sm-4
	{
		-ms-flex-order: 4;
		order: 4;
	}
	.fsb-order-sm-5
	{
		-ms-flex-order: 5;
		order: 5;
	}
	.fsb-order-sm-6
	{
		-ms-flex-order: 6;
		order: 6;
	}
	.fsb-order-sm-7
	{
		-ms-flex-order: 7;
		order: 7;
	}
	.fsb-order-sm-8
	{
		-ms-flex-order: 8;
		order: 8;
	}
	.fsb-order-sm-9
	{
		-ms-flex-order: 9;
		order: 9;
	}
	.fsb-order-sm-10
	{
		-ms-flex-order: 10;
		order: 10;
	}
	.fsb-order-sm-11
	{
		-ms-flex-order: 11;
		order: 11;
	}
	.fsb-order-sm-12
	{
		-ms-flex-order: 12;
		order: 12;
	}
	.fsb-offset-sm-0
	{
		margin-left: 0;
	}
	.fsb-offset-sm-1
	{
		margin-left: 8.333333%;
	}
	.fsb-offset-sm-2
	{
		margin-left: 16.666667%;
	}
	.fsb-offset-sm-3
	{
		margin-left: 25%;
	}
	.fsb-offset-sm-4
	{
		margin-left: 33.333333%;
	}
	.fsb-offset-sm-5
	{
		margin-left: 41.666667%;
	}
	.fsb-offset-sm-6
	{
		margin-left: 50%;
	}
	.fsb-offset-sm-7
	{
		margin-left: 58.333333%;
	}
	.fsb-offset-sm-8
	{
		margin-left: 66.666667%;
	}
	.fsb-offset-sm-9
	{
		margin-left: 75%;
	}
	.fsb-offset-sm-10
	{
		margin-left: 83.333333%;
	}
	.fsb-offset-sm-11
	{
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px)
{
	.fsb-col-md
	{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.fsb-col-md-auto
	{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.fsb-col-md-1
	{
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.fsb-col-md-2
	{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.fsb-col-md-3
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.fsb-col-md-4
	{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.fsb-col-md-5
	{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.fsb-col-md-6
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.fsb-col-md-7
	{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.fsb-col-md-8
	{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.fsb-col-md-9
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.fsb-col-md-10
	{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.fsb-col-md-11
	{
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.fsb-col-md-12
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fsb-order-md-first
	{
		-ms-flex-order: -1;
		order: -1;
	}
	.fsb-order-md-last
	{
		-ms-flex-order: 13;
		order: 13;
	}
	.fsb-order-md-0
	{
		-ms-flex-order: 0;
		order: 0;
	}
	.fsb-order-md-1
	{
		-ms-flex-order: 1;
		order: 1;
	}
	.fsb-order-md-2
	{
		-ms-flex-order: 2;
		order: 2;
	}
	.fsb-order-md-3
	{
		-ms-flex-order: 3;
		order: 3;
	}
	.fsb-order-md-4
	{
		-ms-flex-order: 4;
		order: 4;
	}
	.fsb-order-md-5
	{
		-ms-flex-order: 5;
		order: 5;
	}
	.fsb-order-md-6
	{
		-ms-flex-order: 6;
		order: 6;
	}
	.fsb-order-md-7
	{
		-ms-flex-order: 7;
		order: 7;
	}
	.fsb-order-md-8
	{
		-ms-flex-order: 8;
		order: 8;
	}
	.fsb-order-md-9
	{
		-ms-flex-order: 9;
		order: 9;
	}
	.fsb-order-md-10
	{
		-ms-flex-order: 10;
		order: 10;
	}
	.fsb-order-md-11
	{
		-ms-flex-order: 11;
		order: 11;
	}
	.fsb-order-md-12
	{
		-ms-flex-order: 12;
		order: 12;
	}
	.fsb-offset-md-0
	{
		margin-left: 0;
	}
	.fsb-offset-md-1
	{
		margin-left: 8.333333%;
	}
	.fsb-offset-md-2
	{
		margin-left: 16.666667%;
	}
	.fsb-offset-md-3
	{
		margin-left: 25%;
	}
	.fsb-offset-md-4
	{
		margin-left: 33.333333%;
	}
	.fsb-offset-md-5
	{
		margin-left: 41.666667%;
	}
	.fsb-offset-md-6
	{
		margin-left: 50%;
	}
	.fsb-offset-md-7
	{
		margin-left: 58.333333%;
	}
	.fsb-offset-md-8
	{
		margin-left: 66.666667%;
	}
	.fsb-offset-md-9
	{
		margin-left: 75%;
	}
	.fsb-offset-md-10
	{
		margin-left: 83.333333%;
	}
	.fsb-offset-md-11
	{
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px)
{
	.fsb-col-lg
	{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.fsb-col-lg-auto
	{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.fsb-col-lg-1
	{
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.fsb-col-lg-2
	{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.fsb-col-lg-3
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.fsb-col-lg-4
	{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.fsb-col-lg-5
	{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.fsb-col-lg-6
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.fsb-col-lg-7
	{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.fsb-col-lg-8
	{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.fsb-col-lg-9
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.fsb-col-lg-10
	{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.fsb-col-lg-11
	{
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.fsb-col-lg-12
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fsb-order-lg-first
	{
		-ms-flex-order: -1;
		order: -1;
	}
	.fsb-order-lg-last
	{
		-ms-flex-order: 13;
		order: 13;
	}
	.fsb-order-lg-0
	{
		-ms-flex-order: 0;
		order: 0;
	}
	.fsb-order-lg-1
	{
		-ms-flex-order: 1;
		order: 1;
	}
	.fsb-order-lg-2
	{
		-ms-flex-order: 2;
		order: 2;
	}
	.fsb-order-lg-3
	{
		-ms-flex-order: 3;
		order: 3;
	}
	.fsb-order-lg-4
	{
		-ms-flex-order: 4;
		order: 4;
	}
	.fsb-order-lg-5
	{
		-ms-flex-order: 5;
		order: 5;
	}
	.fsb-order-lg-6
	{
		-ms-flex-order: 6;
		order: 6;
	}
	.fsb-order-lg-7
	{
		-ms-flex-order: 7;
		order: 7;
	}
	.fsb-order-lg-8
	{
		-ms-flex-order: 8;
		order: 8;
	}
	.fsb-order-lg-9
	{
		-ms-flex-order: 9;
		order: 9;
	}
	.fsb-order-lg-10
	{
		-ms-flex-order: 10;
		order: 10;
	}
	.fsb-order-lg-11
	{
		-ms-flex-order: 11;
		order: 11;
	}
	.fsb-order-lg-12
	{
		-ms-flex-order: 12;
		order: 12;
	}
	.fsb-offset-lg-0
	{
		margin-left: 0;
	}
	.fsb-offset-lg-1
	{
		margin-left: 8.333333%;
	}
	.fsb-offset-lg-2
	{
		margin-left: 16.666667%;
	}
	.fsb-offset-lg-3
	{
		margin-left: 25%;
	}
	.fsb-offset-lg-4
	{
		margin-left: 33.333333%;
	}
	.fsb-offset-lg-5
	{
		margin-left: 41.666667%;
	}
	.fsb-offset-lg-6
	{
		margin-left: 50%;
	}
	.fsb-offset-lg-7
	{
		margin-left: 58.333333%;
	}
	.fsb-offset-lg-8
	{
		margin-left: 66.666667%;
	}
	.fsb-offset-lg-9
	{
		margin-left: 75%;
	}
	.fsb-offset-lg-10
	{
		margin-left: 83.333333%;
	}
	.fsb-offset-lg-11
	{
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px)
{
	.fsb-col-xl
	{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.fsb-col-xl-auto
	{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.fsb-col-xl-1
	{
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.fsb-col-xl-2
	{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.fsb-col-xl-3
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.fsb-col-xl-4
	{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.fsb-col-xl-5
	{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.fsb-col-xl-6
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.fsb-col-xl-7
	{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.fsb-col-xl-8
	{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.fsb-col-xl-9
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.fsb-col-xl-10
	{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.fsb-col-xl-11
	{
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.fsb-col-xl-12
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fsb-order-xl-first
	{
		-ms-flex-order: -1;
		order: -1;
	}
	.fsb-order-xl-last
	{
		-ms-flex-order: 13;
		order: 13;
	}
	.fsb-order-xl-0
	{
		-ms-flex-order: 0;
		order: 0;
	}
	.fsb-order-xl-1
	{
		-ms-flex-order: 1;
		order: 1;
	}
	.fsb-order-xl-2
	{
		-ms-flex-order: 2;
		order: 2;
	}
	.fsb-order-xl-3
	{
		-ms-flex-order: 3;
		order: 3;
	}
	.fsb-order-xl-4
	{
		-ms-flex-order: 4;
		order: 4;
	}
	.fsb-order-xl-5
	{
		-ms-flex-order: 5;
		order: 5;
	}
	.fsb-order-xl-6
	{
		-ms-flex-order: 6;
		order: 6;
	}
	.fsb-order-xl-7
	{
		-ms-flex-order: 7;
		order: 7;
	}
	.fsb-order-xl-8
	{
		-ms-flex-order: 8;
		order: 8;
	}
	.fsb-order-xl-9
	{
		-ms-flex-order: 9;
		order: 9;
	}
	.fsb-order-xl-10
	{
		-ms-flex-order: 10;
		order: 10;
	}
	.fsb-order-xl-11
	{
		-ms-flex-order: 11;
		order: 11;
	}
	.fsb-order-xl-12
	{
		-ms-flex-order: 12;
		order: 12;
	}
	.fsb-offset-xl-0
	{
		margin-left: 0;
	}
	.fsb-offset-xl-1
	{
		margin-left: 8.333333%;
	}
	.fsb-offset-xl-2
	{
		margin-left: 16.666667%;
	}
	.fsb-offset-xl-3
	{
		margin-left: 25%;
	}
	.fsb-offset-xl-4
	{
		margin-left: 33.333333%;
	}
	.fsb-offset-xl-5
	{
		margin-left: 41.666667%;
	}
	.fsb-offset-xl-6
	{
		margin-left: 50%;
	}
	.fsb-offset-xl-7
	{
		margin-left: 58.333333%;
	}
	.fsb-offset-xl-8
	{
		margin-left: 66.666667%;
	}
	.fsb-offset-xl-9
	{
		margin-left: 75%;
	}
	.fsb-offset-xl-10
	{
		margin-left: 83.333333%;
	}
	.fsb-offset-xl-11
	{
		margin-left: 91.666667%;
	}
}

.fsb-form-control
{
	background-clip: padding-box;
	font-size: 1rem;
	line-height: 1.5;
	padding: .375rem .75rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	width: 100%;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

.fsb-form-control::-ms-expand
{
	background-color: transparent;
	border: 0;
}

.fsb-form-control:focus
{
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: 0;
}

select.fsb-form-control:not([size])
:not([multiple])
{
	height: calc(2.25rem + 2px);
}


.fsb-card
{
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.fsb-card-body
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.fsb-card-header
{
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0;
	padding: 0 1em;
}

.fsb-card-header:first-child
{
	border-radius: 0px;
}

.fsb-align-top
{
	vertical-align: top !important;
}

.fsb-border
{
	border: 1px solid #dee2e6 !important;
}

.fsb-rounded
{
	border-radius: 0.25rem !important;
}

.fsb-d-none
{
	display: none !important;
}

.fsb-d-inline-block
{
	display: inline-block !important;
}

@media (min-width: 576px)
{
	.fsb-d-sm-none
	{
		display: none !important;
	}
	.fsb-d-sm-block
	{
		display: block !important;
	}
}

@media (min-width: 768px)
{
	.fsb-d-md-none
	{
		display: none !important;
	}
	.fsb-d-md-inline-block
	{
		display: inline-block !important;
	}
	.fsb-d-md-block
	{
		display: block !important;
	}
}

@media (min-width: 992px)
{
	.fsb-d-lg-none
	{
		display: none !important;
	}
	.fsb-d-lg-block
	{
		display: block !important;
	}
}

@media (min-width: 1200px)
{
	.fsb-d-xl-none
	{
		display: none !important;
	}
	.fsb-d-xl-block
	{
		display: block !important;
	}
}

.fsb-align-items-center
{
	align-items: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
}

.fsb-mt-2
{
	margin-top: 0.5rem !important;
}

.fsb-ml-2
{
	margin-left: 0.5rem !important;
}

.fsb-mt-3
{
	margin-top: 1rem !important;
}

.fsb-mb-3
{
	margin-bottom: 1rem !important;
}

.fsb-mt-4
{
	margin-top: 1.5rem !important;
}

.fsb-m-4
{
	margin: 1.5rem !important;
}

.fsb-mb-4
{
	margin-bottom: 1.5rem !important;
}

.fsb-pr-0
{
	padding-right: 0 !important;
}

.fsb-pl-0
{
	padding-left: 0 !important;
}

.fsb-pb-0
{
	padding-bottom: 0 !important;
}

.fsb-pb-4
{
	padding-bottom: 1.5rem !important;
}

.fsb-px-5
{
	padding-right: 3rem !important;
}

.fsb-px-5
{
	padding-left: 3rem !important;
}

.fsb-p-1
{
	padding: 1rem !important;
}

.fsb-p-0
{
	padding: 0px !important;
}

@media (min-width: 576px)
{
	.fsb-mt-sm-2
	{
		margin-top: 0.5rem !important;
	}
}

.fsb-text-nowrap
{
	white-space: nowrap !important;
}

.fsb-text-left
{
	text-align: left !important;
}

.fsb-text-right
{
	text-align: right !important;
}

.fsb-text-center
{
	text-align: center !important;
}

@media (min-width: 576px)
{
	.fsb-text-sm-left
	{
		text-align: left !important;
	}
	.fsb-text-sm-right
	{
		text-align: right !important;
	}
}

@media (min-width: 768px)
{
	.fsb-text-md-left
	{
		text-align: left !important;
	}
	.fsb-text-md-right
	{
		text-align: right !important;
	}
}

.fsb-text-success
{
	color: #28a745 !important;
}

.fsb-card-body hr:last-child
{
	display: none;
}

.fsb-remove
{
	color: #b3b3b3;
	text-decoration: none;
	font-size: 28px;
	vertical-align: sub;
}

.fsb-remove:hover
{
	color: black;
}

.fsb-option-input
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #c0c0c0;
	border: none;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: initial;
	height: 25px;
	left: 0;
	margin-right: .5rem;
	outline: none;
	position: relative;
	position: relative;
	right: 0;
	-webkit-transition: all .15s ease-out 0s;
	-o-transition: all .15s ease-out 0s;
	transition: all .15s ease-out 0s;
	width: 25px;
	z-index: 2;
}

.fsb-option-input:hover
{
	background: #9faab7;
}

.fsb-option-input:checked
{
	background: #9faab7;
}

.fsb-option-input:checked::before
{
	content: '2714';
	display: inline-block;
	font-size: 18px;
	height: 25px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	width: 25px;
}

.fsb-cart-input
{
	width: 70px;
	display: inline-block;
}

.fsb-remove-small
{
	position: absolute;
	top: 0px;
	right: 5px;
	font-weight: bold;
}

.fsb-coupon-entry
{
	display: inline-block;
	width: 200px;
}

.fsb-bundle-image
{
	width: 60px;
	height: auto;
	display: inline;
}

.fsb-75
{
	font-size: 75%;
}

.fsb-option-input:checked::after
{
	background: #40e0d0;
	content: '';
	display: block;
	position: relative;
	z-index: 3;
}

.fsb-option-input.fsb-radio
{
	border-radius: 50%;
}

.fsb-option-input.fsb-radio::after
{
	border-radius: 50%;
}

.fsb-bg-success
{
	background-color: #28a745 !important;
	color: white;
}

.fsb-price-ext, .fsb-prod-name, .fsb-total
{
	display: block;
	font-size: 1.17em;
	font-weight: bold;
}

.fsb-unit-price
{
	font-size: 1.17em;
	font-weight: bold;
}

.fsb-shipping
{
	display: block;
	font-weight: bold;
}

.fsb-total
{
	margin: 10px 0px;
}

.fsb-normal
{
	font-weight: normal;
}

/* The Modal (background) */
.fsb-modal
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-fadeIn;
	/* Fade in the background */
	animation-name: fsb-fadeIn;
	background-color: black;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.8);
	/* Black w/ opacity */
	display: none;
	/* Hidden by default */
	height: 100%;
	/* Full height */
	left: 0;
	overflow: auto;
	/* Enable scroll if needed */
	position: fixed;
	/* Stay in place */
	top: 0;
	width: 100%;
	/* Full width */
	z-index: 999999;
	/* Sit on top */
}

.fsb-RS .fsb-modal-content
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-rs_slideIn;
	animation-name: fsb-rs_slideIn;
	background-color: #fefefe;
	bottom: 0;
	-webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	width: 60%;
}

.fsb-RS .fsb-modal-content .fsb-close
{
	padding-right: 20px;
	margin: 11px 20px;
}

.fsb-RS .fsb-modal-content .fsb-cart_title
{
	padding-left: 20px;
}

.fsb-RS .fsb-modal-body
{
	padding: 2px 16px;
	margin-top: 60px;
}

.fsb-RS .fsb-modal-header
{
	background-color: #be3730;
	color: white;
	position: fixed;
	z-index: 4;
	width: 60%;
}

.fsb-LS .fsb-modal-content
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-ls_slideIn;
	animation-name: fsb-ls_slideIn;
	background-color: #fefefe;
	bottom: 0;
	-webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
	height: 100%;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	width: 60%;
}

.fsb-LS .fsb-modal-content .fsb-close
{
	padding-right: 20px;
	margin: 11px 20px;
}

.fsb-LS .fsb-modal-content .fsb-cart_title
{
	padding-left: 20px;
}

.fsb-LS .fsb-modal-body
{
	padding: 2px 16px;
	margin-top: 60px;
}

.fsb-LS .fsb-modal-header
{
	background-color: #be3730;
	color: white;
	position: fixed;
	z-index: 4;
	width: 60%;
}

/* Modal Content */
.fsb-BS .fsb-modal-content
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-bs_slideIn;
	animation-name: fsb-bs_slideIn;
	background-color: #fefefe;
	bottom: 0;
	-webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
	max-height: 75%;
	overflow-y: scroll;
	position: fixed;
	width: 100%;
}

.fsb-BS .fsb-modal-body
{
	margin-top: 60px;
	padding: 2px 16px;
}

.fsb-BS .fsb-modal-header
{
	background-color: #be3730;
	color: white;
	left: 0;
	padding: 0 25px 0 0;
	position: fixed;
	right: 0;
	z-index: 4;
}

.fsb-BS .fsb-modal-header .fsb-close
{
	margin: 11px 20px;
}

.fsb-BS .fsb-modal-header .fsb-cart_title
{
	padding-left: 20px;
}

/* Modal Content */
.fsb-MOD .fsb-modal-content
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-mod_animatetop;
	animation-name: fsb-mod_animatetop;
	background-color: #fefefe;
	border: 1px solid #888;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 5% auto;
	padding: 0;
	position: relative;
	width: 80%;
}

.fsb-MOD .fsb-modal-body
{
	padding: 10px 16px 0;
}

.fsb-MOD .fsb-modal-header .fsb-close
{
	margin: 11px 0;
}

.fsb-MOD .fsb-modal-header
{
	background-color: #be3730;
	color: white;
	padding: 2px 16px;
}

.fsb-MODSM .fsb-modal-content
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-mod_animatetop;
	animation-name: fsb-mod_animatetop;
	background-color: #fefefe;
	border: 1px solid #888;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 5% auto;
	padding: 0;
	position: relative;
	max-width: 1024px;
}

.fsb-MODSM .fsb-modal-body
{
	padding: 10px 16px 0;
}

.fsb-MODSM .fsb-modal-header .fsb-close
{
	margin: 11px 0;
}

.fsb-MODSM .fsb-modal-header
{
	background-color: #be3730;
	color: white;
	padding: 2px 16px;
}

/* The Close Button */
.fsb-close,
.fsb-cart_title
{
	color: white;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

.fsb-close:hover,
.fsb-close:focus
{
	color: #000;
	cursor: pointer;
}

.fsb-close
{
	float: right;
	font-size: 40px;
	line-height: 30px;
}

/* Add Animation Bottom Sheet */
@-webkit-keyframes fsb-bs_slideIn
{
	from
	{
		bottom: -300px;
		opacity: 0;
	}
	to
	{
		bottom: 0;
		opacity: 1;
	}
}

@keyframes fsb-bs_slideIn
{
	from
	{
		bottom: -300px;
		opacity: 0;
	}
	to
	{
		bottom: 0;
		opacity: 1;
	}
}

@-webkit-keyframes fsb-bs_revslideIn
{
	from
	{
		bottom: 0;
		opacity: 1;
	}
	to
	{
		bottom: -300px;
		opacity: 0;
	}
}

@keyframes fsb-bs_revslideIn
{
	from
	{
		bottom: 0;
		opacity: 1;
	}
	to
	{
		bottom: -300px;
		opacity: 0;
	}
}

/* Add Animation modal */
@-webkit-keyframes fsb-mod_animatetop
{
	from
	{
		opacity: 0;
		top: -300px;
	}
	to
	{
		opacity: 1;
		top: 0;
	}
}

@keyframes fsb-mod_animatetop
{
	from
	{
		opacity: 0;
		top: -300px;
	}
	to
	{
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes fsb-mod_revanimatetop
{
	from
	{
		opacity: 1;
		top: 0;
	}
	to
	{
		opacity: 0;
		top: -300;
	}
}

@keyframes fsb-mod_revanimatetop
{
	from
	{
		opacity: 1;
		top: 0;
	}
	to
	{
		opacity: 0;
		top: -330px;
	}
}

/* Add Animation right sheet */
@-webkit-keyframes fsb-rs_slideIn
{
	from
	{
		opacity: 1;
		right: -50%;
	}
	to
	{
		opacity: 1;
		right: 0;
	}
}

@keyframes fsb-rs_slideIn
{
	from
	{
		opacity: 1;
		right: -50%;
	}
	to
	{
		opacity: 1;
		right: 0;
	}
}

@-webkit-keyframes fsb-rs_revslideIn
{
	from
	{
		opacity: 1;
		right: 0;
	}
	to
	{
		opacity: 1;
		right: -50%;
	}
}

@keyframes fsb-rs_revslideIn
{
	from
	{
		opacity: 1;
		right: 0;
	}
	to
	{
		opacity: 1;
		right: -50%;
	}
}

/* Add Animation left sheet */
@-webkit-keyframes fsb-ls_slideIn
{
	from
	{
		left: -50%;
		opacity: 1;
	}
	to
	{
		left: 0;
		opacity: 1;
	}
}

@keyframes fsb-ls_slideIn
{
	from
	{
		left: -50%;
		opacity: 1;
	}
	to
	{
		left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes fsb-ls_revslideIn
{
	from
	{
		left: 0;
		opacity: 1;
	}
	to
	{
		left: -50%;
		opacity: 1;
	}
}

@keyframes fsb-ls_revslideIn
{
	from
	{
		left: 0;
		opacity: 1;
	}
	to
	{
		left: -50%;
		opacity: 1;
	}
}

@-webkit-keyframes fsb-fadeIn
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}

@keyframes fsb-fadeIn
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}

@-webkit-keyframes fsb-revfadeIn
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}

@keyframes fsb-revfadeIn
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}

@media (max-width: 1199.98px)
{
	.fsb-RS .fsb-modal-header,
	.fsb-LS .fsb-modal-header
	{
		width: 80%;
	}
	.fsb-MOD .fsb-modal-content
	{
		width: 90%;
	}
}

@media (max-width: 991.98px)
{
	.fsb-RS .fsb-modal-header,
	.fsb-LS .fsb-modal-header
	{
		width: 90%;
	}
	.fsb-RS .fsb-modal-content,
	.fsb-LS .fsb-modal-content,
	.fsb-MOD .fsb-modal-content
	{
		width: 90%;
	}
}

@media (max-width: 767.98px)
{
	.fsb-RS .fsb-modal-header,
	.fsb-LS .fsb-modal-header
	{
		width: 100%;
	}
	.fsb-MOD .fsb-modal-content
	{
		margin: 0;
		width: 100%;
	}
	.fsb-RS .fsb-modal-content
	{
		width: 100%;
	}
	.fsb-BS .fsb-modal-content
	{
		max-height: 100%;
	}
}

.minicart
{
	border-radius: 5px;
	position: fixed;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
	transition: -webkit-box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	-webkit-transition: width 0.3s, height 0.3s;
	/* For Safari 3.1 to 6.0 */
	-o-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	color: black;
	background: white;
	z-index: 999998;
	height: 58px;
	width: 58px;
}

.minicart.open
{
	border-radius: 0px;
}

.minicart.topright
{
	top: 20px;
	right: 20px;
}

.minicart.topleft
{
	top: 20px;
	left: 20px;
}

.minicart.bottomright
{
	bottom: 20px;
	right: 20px;
}

.minicart.bottomleft
{
	bottom: 20px;
	left: 20px;
}

.minicart:hover
{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.minicart .fa
{
	font-size: 25px;
	padding: 15px;
}

.minicart-count
{
	position: absolute;
	background: red;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 21px;
	text-align: center;
	color: white;
	font-size: 12px;
}

.topleft .minicart-count, .bottomleft .minicart-count
{
	top: -10px;
	right: -10px;
}

.topright .minicart-count, .bottomright .minicart-count
{
	top: -10px;
	left: -10px;
}

.fsb-display
{
	font-weight: bold;
}

.fsb-extPrice
{
	font-weight: bold;
}

.fsb-cartimage
{
	max-height: 100px;
}

.fsb-bundleimage
{
	width: 60px;
	height: auto;
	display: inline;
}

.fsb-ximage
{
	max-height: 75px;
}

#fs p
{
	margin: 0px;
}

.fsb-minus, .fsb-plus
{
	cursor: pointer;
	width: 34px;
	height: 34px;
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	line-height: 32px;
}

input[type="text"].fsb-qtyinput
{
	height: 34px;
	width: 60px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

.fsb-number
{
	display: inline-block;
}

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

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

.fsb-row a.fsb_productcatalog
{
	text-decoration: none !important;
}


.fsb_alert-danger
{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.fsb_alert, .fs_mod_alert
{
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fs_mod_animatetop;
	animation-name: fs_mod_animatetop;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	z-index: 999999999;
}

.fsb_alert h4
{
	margin-top: 0;
	color: inherit;
}