/*
 * css/style.css
 */
/* Globals
------------------------------*/
body {
	background-color: #EEEEEE;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	line-height: 1.5em;
}

body > .container-fluid {
	background-color: #FFFFFF;
	max-width: 1140px;
}

img, svg, iframe {
	max-width: 100%;
}

h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 1;
}

h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
}

h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
}

p {
	line-height: 1.5em;
}

a,
.btn-link {
	color: rgb(74, 144, 226);
}

a:hover,
a:focus,
a:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	color: #FAC325;
}

/* General Component Styles */
.row > .row {
	margin-left: 0;
	margin-right: 0;
}

section[class^="component"] {
	padding: 60px 0;
}

section.headline {
	margin-bottom: 15px;
}

/* Utility Classes */
.hidden {
	display: none;
}

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

.flex-center {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

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

.square-img-container {
	flex-grow: 1;
	padding: 0;
	position: relative;
}

/* Magical CSS hack to maintain 1:1 Aspect Ratio */
.square-img-container::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.square-img-container .square-img-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*
* Add the .square-row class will make the min-height of the columns equal to their width.
*/
.square-row > [class^="col-"] {
	min-height: 100vw; /* full view width */
}

@media(min-width: 768px) {
	.square-row > .col-md-6 {
		min-height: calc(100vw / 2); /* half the view width */
	}

	.square-row > .col-md-4 {
		min-height: calc(100vw / 3); /* third the view width */
	}

	.square-row > .col-md-3 {
		min-height: calc(100vw / 4); /* fourth the view width */
	}
}

@media(min-width: 1140px) {
	.square-row > .col-md-6 {
		min-height: calc(1140px / 2); /* half the container width */
	}

	.square-row > .col-md-4 {
		min-height: calc(1140px / 3); /* third the container width */
	}

	.square-row > .col-md-3 {
		min-height: calc(1140px / 4); /* fourth the container width */
	}
}

/* Other bootstrap overrides
------------------------------*/
.dropdown-menu {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:active,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-item.open .nav-link:active {
	background-color: rgb(74, 144, 226);
}

.panel {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin: 0 0 20px 0;
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	color: inherit;
	font-size: 16px;
	margin: 0;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px 15px;
}

/* Buttons */
.btn {
	border-radius: 4px;
	border: none;
	font-size: 13px;
	letter-spacing: 0.077em;
	padding: 1.2em 5em;
	white-space: normal;
}

.btn-small {
	border: 2px solid rgb(74, 144, 226);
	color: rgb(74, 144, 226);
	padding: 0.6em 1.8em;
}

.btn-small:hover,
.btn-small:focus,
.btn-small:active,
.btn-small:active:focus {
	background-color: rgb(74, 144, 226);
	border-color: rgb(74, 144, 226);
	color: #FFFFFF !important;
}

.btn-link {
	padding: 1.2em 0;
}

.btn-primary {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
	letter-spacing: 0.167em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
	background-color: #FAC325;
	color: #FFFFFF;
}

.btn-secondary {
	background-color: #49494A;
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
	letter-spacing: 0.167em;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
	background-color: #FAC325;
	color: #FFFFFF;
}

.btn-empty {
	background-color: transparent;
	border: 1px solid rgb(74, 144, 226);
	color: rgb(74, 144, 226);
}

.btn-empty:hover,
.btn-empty:focus,
.btn-empty:active,
.btn-empty:active:focus {
	background-color: #49494A;
}

/* Index
------------------------------*/

/* Subscribe Flow
------------------------------*/
.sf-header {
	padding: 50px 0 15px;
}

.sf-grid {
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;

	margin: 20px 0;
}

.sf-grid__container {
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	padding: .9375rem 0;
}

.sf-item {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;

	border: 1px solid #E1E1E1;
	margin: 20px;
	text-align: center;
	padding: 20px;
}

.sf-item, .sf-item__content {
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sf-item__content {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.sf-item__name {
	margin: 1em 0;
}

.sf-item * {
	max-width: 100%;
}

/* Survey Forms
------------------------------*/
.survey h2 {
	margin: 0 0 1em 0;
}

.survey .radio input[type="radio"],
.survey .checkbox input[type="checkbox"] {
	margin: 0 0.5em 0 0;
}

/* Sold Out
------------------------------*/
.sold-out-image {
	height: 171px;
	width: 195px;
	margin: auto;
	margin-bottom: 38px;
}

/* Orders List
------------------------------*/
.orders-list {
	width: 100%;
	margin: 25px 0;
}
.orders-list h1 {
	text-align: center;
	color: #49494A;
}
.orders-list .panel {
	width: 100%;
}

/* Checkout
------------------------------*/
.checkout_content {
	margin-top: 0;
	overflow: auto;
	padding: 50px 0 60px;
}

.checkout_content #add_coupon_code {
	padding: .375rem 1rem;
	width: auto;
}

.checkout_content #checkout_button {
	background-color: rgb(74, 144, 226);
	border: none;
	border-radius: 25px;
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
	letter-spacing: 0.167em;
	padding: 1.2em 5em;
}

.checkout_content #checkout_button:hover,
.checkout_content #checkout_button:focus,
.checkout_content #checkout_button:active,
.checkout_content #checkout_button:active:focus {
	background-color: #FAC325;
	color: #FFFFFF;
}

/* Thank You
------------------------------*/
.checkout_content section {
	border-color: #F5F5F5;
}

.checkout_content h1 {
	margin: 0 0 25px 0;
	text-align: center;
}

.cart_listing table {
	border-color: #F5F5F5;
}

/* Account
------------------------------*/
.account-header {
	margin: 50px 0 25px 0;
	padding: 0 15px;
}

.account-header h1,
.account-header h2 {
	margin: 0 0 15px 0;
}

.account-header .gift-card-container {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.account-header .gift-card-balance {
	margin: 0 0 15px 0;
}

.my-account {
	margin: 25px 0 50px 0;
}

.address-container {
	width: 100%;
}

.address-panel .inner-address-row {
	padding: 0;
}

.address-panel .address-edit-btn {
	min-width: auto;
	padding: 10px;
}

.address-info #is_primary {
	margin: 0;
	width: auto;
}

.address-container {
	width: 100%;
}

.errors {
	margin: 25px 0;
}

.cratejoy-loading-icon {
	color: rgb(74, 144, 226);
}

.skip-dialog .row {
	display: block;
	text-align: center;
}

.skip-dialog h4 {
	margin: 0 0 22px 0;
}

.panel-sub-confirm {
	box-shadow: none;
}

.panel-sub-confirm form div:last-child {
	display: block;
}

#skip_button,
input[type="radio"] + label.cj-btn {
	background-color: transparent;
	border: 1px solid rgb(74, 144, 226);
	color: rgb(74, 144, 226);
	letter-spacing: 1px;
	text-transform: uppercase;
}

#skip_button:hover,
#skip_button:focus,
#skip_button:active,
input[type="radio"]:checked + label.cj-btn, #skip_button.skipped {
	background-color: #FAC325;
	border-color: #FAC325;
	text-decoration: none;
}

/* Media Queries
------------------------------*/
@media (max-width: 767px) {
	/* Used to reverse a row when it wraps on smaller screens */
	.row-sm-reverse {
		-webkit-flex-wrap: wrap-reverse;
		-moz-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.panel-cratejoy .pull-right,
	.panel-cratejoy .pull-left,
	.skip-dialog .pull-right,
	.skip-dialog .pull-left,
	.subscription_cancel .pull-right,
	.subscription_cancel .pull-left,
	#edit-subscription-form .pull-right,
	#edit-subscription-form .pull-left {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
}

@media (min-width: 768px) {
	.account-header .gift-card-container {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.account-header .gift-card-balance {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.account-header h1,
	.account-header h2 {
		margin: 0;
	}
}

/*
 * components/about/cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5/component.css
 */
#cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5 {
	background-color: #FFFFFF;
}

#cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5 h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5 h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5 h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5 p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5 ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_1ed0a213-d205-4657-bee2-87b55f1b97d5 ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/about/cmp_956c3556-7a21-4882-9e61-eff36920b25a/component.css
 */
#cmp_956c3556-7a21-4882-9e61-eff36920b25a img {
	max-width: 100%;
}

/*
 * components/about/cmp_99062e35-352f-403c-a4a6-c61f6e80184c/component.css
 */
#cmp_99062e35-352f-403c-a4a6-c61f6e80184c {
	background-color: #FFFFFF;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c .component-rich-text-with-button__content-row {
	padding: 10px 0;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c .component-rich-text-with-button__button-row {
	padding: 10px 0 20px;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c .btn {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c .btn:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_99062e35-352f-403c-a4a6-c61f6e80184c ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/about/cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0/component.css
 */
#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 {
	padding: 0;
}

#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 .hero-content {
	background-color: #FFFFFF;
	padding: 20px;
}

#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 .hero-content h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 15px 0;
}

#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 .hero-content h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 15px 0;
}

#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 .hero-content h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 15px 0;
}

#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 .hero-content p {
	color: #49494A;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 15px 0;
}

#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 .hero-content .btn {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_e5dcb1a4-6f8c-4f0c-82f8-2e1409b4e5c0 .hero-content .btn:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

/*
 * components/checkout/cmp_9801da4c-d96a-4868-9807-87da9a1bd091/component.css
 */
#cmp_9801da4c-d96a-4868-9807-87da9a1bd091 .checkout_content {
  overflow: auto;
}

#cmp_9801da4c-d96a-4868-9807-87da9a1bd091 .checkout_content section {
  border-color: #F5F5F5;
}

#cmp_9801da4c-d96a-4868-9807-87da9a1bd091 .cart_listing table {
  border-color: #F5F5F5;
}

#cmp_9801da4c-d96a-4868-9807-87da9a1bd091  {
	padding-top: 0;
}
/*
 * components/customer/account/cmp_bb7b02a5-4d09-429f-81a1-6776cb43fed6/component.css
 */

/*
 * components/customer/edit/cmp_63c68e0e-52ae-4def-9eb3-7d4c3c1e2942/component.css
 */

/*
 * components/customer/forgot_password/cmp_6fda5606-8ddb-4429-b93a-e94aed6ba594/component.css
 */
#cmp_6fda5606-8ddb-4429-b93a-e94aed6ba594 {
    padding:  0 0 120px 0;
}
/*
 * components/customer/forgot_password/cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7/component.css
 */
#cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7 {
	background-color: #FFFFFF;
}

#cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7 h1 {
	color: #49494A;
	font-family: Just Another Hand;
	font-size: 74px;
	margin: 0 0 25px 0;
}

#cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7 h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7 h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7 p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7 ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_8bd7d10e-1b23-48d2-b78b-13e34acbcfa7 ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/customer/login/cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263/component.css
 */
#cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263 {
	background-color: #FFFFFF;
}

#cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263 h1 {
	color: #49494A;
	font-family: Just Another Hand;
	font-size: 74px;
	margin: 0 0 25px 0;
}

#cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263 h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263 h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263 p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263 ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_0e355ae4-acc7-4e4a-99ee-4140e4b76263 ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/customer/login/cmp_c6ae6bd2-71aa-407b-a18e-5a66edc58d97/component.css
 */
#cmp_c6ae6bd2-71aa-407b-a18e-5a66edc58d97 {
    padding:  0 0 120px 0;
}
/*
 * components/customer/order/cmp_929b4242-2f9b-42c8-9dfd-435954c0ed2d/component.css
 */

/*
 * components/customer/orders/cmp_d978b713-2350-4d44-b40b-358c2afe6864/component.css
 */

/*
 * components/customer/password_reset/cmp_4b799de9-a318-483d-b0ad-676114432dba/component.css
 */
#cmp_4b799de9-a318-483d-b0ad-676114432dba {
	background-color: #FFFFFF;
}

#cmp_4b799de9-a318-483d-b0ad-676114432dba h1 {
	color: #49494A;
	font-family: Just Another Hand;
	font-size: 74px;
	margin: 0 0 25px 0;
}

#cmp_4b799de9-a318-483d-b0ad-676114432dba h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_4b799de9-a318-483d-b0ad-676114432dba h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_4b799de9-a318-483d-b0ad-676114432dba p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_4b799de9-a318-483d-b0ad-676114432dba ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_4b799de9-a318-483d-b0ad-676114432dba ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/customer/password_reset/cmp_a3542e21-caf0-4422-a6b6-a7fa09709ac4/component.css
 */
#cmp_a3542e21-caf0-4422-a6b6-a7fa09709ac4 {
    padding:  0 0 120px 0;
}
/*
 * components/customer/thank_you/cmp_c1261602-5862-40ce-a9cd-7776ac57c57d/component.css
 */

/*
 * components/global/cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc/component.css
 */
#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc {
	background-color: #FFFFFF;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc .component-rich-text-with-button__content-row {
	padding: 10px 0;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc .component-rich-text-with-button__button-row {
	padding: 10px 0 20px;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc .btn {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc .btn:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_2e9b52ac-26ff-4cbe-80b9-f380e589defc  {
	padding-top: 0;
}
/*
 * components/global/cmp_4e97e377-2756-4c54-b060-0f03b02cbad1/component.css
 */
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1.footer {
	background-color: #FAFAFA;
	color: rgb(96, 74, 74);
	font-family: Lato;
	padding: 10px 0;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social {
	padding: 15px 0;
	text-align: center;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social a {
	display: inline-block;
	padding: 0 5px;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social svg path {
	fill: #49494A;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social a:hover svg path,
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social a:focus svg path,
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social a:active svg path {
	fill: #FAC325;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1.footer .toggler-container {
	padding: 15px 0;
	text-align: center;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1.footer .navbar-toggler {
	color: rgb(74, 144, 226);
	font-size: 13px;
	letter-spacing: 0.077em;
	text-transform: uppercase;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-cc {
	border-top: 1px solid #e1e1e1;
	letter-spacing: 1px;
	text-align: center;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-cc img {
	padding: 15px 0;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-cc p,
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-tributes p {
	margin: 0;
	padding: 15px 0;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-tributes p a {
	color: rgb(96, 74, 74);
	padding: 0;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-tributes p a:hover,
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-tributes p a:focus,
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-tributes p a:active {
	color: rgb(96, 74, 74);
	text-decoration: none;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-directory {
	text-align: center;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-list {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-list .footer-item {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;

	padding: 8px 18px;
	position: relative;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-list .footer-link {
	color: #49494A;
	font-family: Lato;
	font-size: 13px;
	letter-spacing: 0.077em;
	text-transform: uppercase;
}

#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-list .footer-link:hover,
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-list .footer-link:focus,
#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-list .footer-link:active {
	color: rgb(74, 144, 226);
	text-decoration: none;
}

@media (max-width: 767px) {
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .col-sm-12,
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .col-xs-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (min-width: 768px) {
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1.footer {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;

		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		padding: 25px 0;
	}
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-directory {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		order: 1;

		text-align: left;
	}
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		order: 2;

		padding: 0 15px;
		text-align: right;
	}
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-cc {
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		order: 3;
	}
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-cc p {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-cc {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		order: 2;

		border-top: none;
	}
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-cc p {
		display: block;
	}
	#cmp_4e97e377-2756-4c54-b060-0f03b02cbad1 .footer-social {
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		order: 3;
	}
}

/*
 * components/global/cmp_587d9197-a459-4284-bdc5-84131e91dd0b/component.css
 */
#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar {
	background-color: #FFFFFF;
	border-radius: 0;
	padding: 0;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar a:hover,
#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar a:focus,
#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar a:active {
	color: rgb(74, 144, 226);
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-brand {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;

	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;

	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;

	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	letter-spacing: 0.038em;
	margin: 0;
	max-width: 100%;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-brand img {
	max-width: 100%;
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar .navbar-toggler {
	background-color: rgb(74, 144, 226);
	border-radius: 0;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.077em;
	padding: 15px;
	text-transform: uppercase;
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar .navbar-toggler:hover,
#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar .navbar-toggler:focus,
#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar .navbar-toggler:active {
	background-color: #FAC325;
	color: #FFFFFF;
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-nav {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;

	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-direction: row;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	margin: 0;
	padding: 15px 0;
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-nav li {
	padding: 10px 0;
}

#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-nav .nav-link {
	color: #49494A;
	font-family: Lato;
	font-size: 13px;;
	padding: 8px 18px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	#cmp_587d9197-a459-4284-bdc5-84131e91dd0b.navbar {
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;

		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		padding: 15px 0 0 0;
	}
	#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-brand {
		padding: 0 0 15px 0;
	}
	#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-toggleable-sm {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;

		-webkit-flex-grow: 2;
		-moz-flex-grow: 2;
		-ms-flex-grow: 2;
		flex-grow: 2;

	}
	#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-nav {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		justify-content: space-around;

		padding: 0 0 15px 0;
	}
	#cmp_587d9197-a459-4284-bdc5-84131e91dd0b .navbar-nav li {
		padding: 0;
	}
}

/*
 * components/index/cmp_1c65468c-ef50-45d3-a207-518fe1571f28/component.css
 */
#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 {
	padding: 0;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content {
	background-color: #E5E9EE;
	padding: 20px;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content h1 {
	color: #49494A;
	font-family: Just Another Hand;
	font-size: 74px;
	margin: 0 0 15px 0;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 15px 0;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 15px 0;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content p {
	color: #49494A;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 15px 0;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content .button-container {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content .btn {
	margin: 3px;
	padding: 15px;
	width: 40%;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content .btn-primary {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content .btn-primary:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content .btn-secondary {
	background-color: #49494A;
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 .hero-content .btn-secondary:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

#cmp_1c65468c-ef50-45d3-a207-518fe1571f28 p {
	margin: 0 0 25px 0;
}
/*
 * components/index/cmp_a6f5dee3-419a-4590-91fe-16396a3b706e/component.css
 */
#cmp_a6f5dee3-419a-4590-91fe-16396a3b706e {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	background-color: #FAFAFA;
}

#cmp_a6f5dee3-419a-4590-91fe-16396a3b706e .content {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	margin: 0 auto;
	padding: 25px;
}

#cmp_a6f5dee3-419a-4590-91fe-16396a3b706e .square-image {
	height: 225px;
	margin: 0 0 15px 0;
	width: 225px;
}

#cmp_a6f5dee3-419a-4590-91fe-16396a3b706e h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
}

#cmp_a6f5dee3-419a-4590-91fe-16396a3b706e h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
}

#cmp_a6f5dee3-419a-4590-91fe-16396a3b706e h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
}

#cmp_a6f5dee3-419a-4590-91fe-16396a3b706e p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/shop/listing/cmp_37af63b9-73d6-4ffe-a711-30ea001d7674/component.css
 */
.shop-listing {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.shop-listing-item {
	color: #B0B0B0;
}

.shop-listing-item:hover,
.shop-listing-item:focus {
	text-decoration: none;
}

.shop-listing-item__image {
	background-size: cover;
	background-position: center center;
}

.shop-listing-item__name {
	margin: 10px 0;
}

.shop-listing-item__price {
	margin: 10px 0 30px;
}

.product_paging {
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
	justify-content: center;

	margin: 20px 0;
}

.product_page a,
.next_page a,
.prev_page a {
	display: block;
	padding: 12px 15px;
	margin: 0 2px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
}

.product_page.active a,
.product_page a:hover, .product_page a:focus,
.next_page a:hover, .next_page a:focus,
.prev_page a:hover, .prev_page a:focus {
	text-decoration: none;
	background-color: #F9F9F9;
}

.product_page.active a {
	color: black;
}

/*
 * components/shop/listing/cmp_533bcde1-6446-495c-b165-b073b585c57c/component.css
 */
#cmp_533bcde1-6446-495c-b165-b073b585c57c {
	background-color: #FFFFFF;
}

#cmp_533bcde1-6446-495c-b165-b073b585c57c h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_533bcde1-6446-495c-b165-b073b585c57c h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_533bcde1-6446-495c-b165-b073b585c57c h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_533bcde1-6446-495c-b165-b073b585c57c p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_533bcde1-6446-495c-b165-b073b585c57c ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_533bcde1-6446-495c-b165-b073b585c57c ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_533bcde1-6446-495c-b165-b073b585c57c  {
	padding-bottom: 20px;
}
/*
 * components/shop/listing/cmp_5ff445e3-b7c2-416a-8632-ccf8b2265f5d/component.css
 */
#cmp_5ff445e3-b7c2-416a-8632-ccf8b2265f5d {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 35px;
	padding: 20px 0;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

#cmp_5ff445e3-b7c2-416a-8632-ccf8b2265f5d ul.nav-pills {
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	padding: 3px;
}

/*
 * components/shop/listing/cmp_d69fc6bd-ed2a-492c-97a8-4740401651e0/component.css
 */
#cmp_d69fc6bd-ed2a-492c-97a8-4740401651e0 {
    padding: 20px 0;

	-webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

#cmp_d69fc6bd-ed2a-492c-97a8-4740401651e0 ul.nav-pills {
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	padding: 3px;
}

/*
 * components/shop/product/cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d/component.css
 */
#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d .shop-product__name {
	margin: 0 0 10px 0;
}

#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d .shop-product__price {
	margin: 0 0 20px 0;
}

#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d .shop-product select {
	width: auto;
}

#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d .shop-product__add-to-cart {
	margin: 0 0 20px 0;
}

#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d .shop-product__review-share-desktop {
	border-top: 1px solid #E1E1E1;
	margin: 0 0 40px 0;
}

#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d .shop-product__review-share-desktop .col-xs-6 {
	padding: 10px 0 0 0;
}

#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d .shop-product__review-share-desktop .col-xs-6 + .col-xs-6 {
	border-left: 1px solid #E1E1E1;
}

#cmp_751f6f14-c6ec-4b39-9f21-3f7efc8db82d  {
	padding-top: 0;
}
/*
 * components/shop/product/cmp_b6f15f2e-cb71-4ed9-9035-b604b22a186d/component.css
 */
#cmp_b6f15f2e-cb71-4ed9-9035-b604b22a186d.shop-product-header {
	padding: 50px 0 15px 0;
}

/*
 * components/sold_out/cmp_299d3830-47c6-42a5-bb3b-31c3f70555f8/component.css
 */
#cmp_299d3830-47c6-42a5-bb3b-31c3f70555f8 img {
	max-width: 100%;
}

/*
 * components/sold_out/cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2/component.css
 */
#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 {
	background-color: #FFFFFF;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 .component-rich-text-with-button__content-row {
	padding: 10px 0;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 .component-rich-text-with-button__button-row {
	padding: 10px 0 20px;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 .btn {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 .btn:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2 ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_89b62b19-eb0a-4e59-8767-f834eead8eb2  {
	padding-top: 0;
}
/*
 * components/subscribe/cmp_574f58f7-e047-49b7-b6f4-f61d765612df/component.css
 */

/*
 * components/subscribe/cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714/component.css
 */
#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714 {
	background-color: #FFFFFF;
}

#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714 h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714 h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714 h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714 p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714 ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714 ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_ca4bc7bd-ec92-44d5-94d1-13e767954714  {
	padding-bottom: 0;
}
/*
 * components/subscribe_flow/addons_step/cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9/component.css
 */
#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9.addons-container {
	margin-right: auto;
	margin-left: auto;

	max-width: 940px;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-products-row {
	border: 1px solid #D3D3D3;

	padding-left: 40px;
	padding-right: 40px;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	padding-top: 40px;
	padding-bottom: 40px;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product + .addons-product {
	border-top: 1px solid #D3D3D3;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-left {
	padding-right: 30px;

	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-image {
	width: 100%;
	height: 100%;
	min-height: 275px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	margin-bottom: 15px;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-top-right {
	text-align: right;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .btn.btn-primary.addons-btn-cart {
	padding: 7px 12px;

	font-family: ;
	font-size: 13px;

	color: #FFFFFF;
	background-color: rgb(74, 144, 226);
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .btn.btn-primary.addons-btn-cart:hover {
	color: #FFFFFF;
	background-color: #FAC325;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-name {
	font-size: 20px;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-price {
	margin-bottom: 20px;

	font-size: 16px;
	color: #38BFC3;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-form-group .control-label {
	font-size: 12px;
	color: #9B9B9B;

	margin-bottom: 2px;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-form-group select {
	height: 30px;
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-cta-row {
	margin-top: 40px;

	text-align: center;
}


#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .btn.btn-primary.addons-continue-btn {
	font-family: ;
	font-size: 13px;

	color: #FFFFFF;
	background-color: rgb(74, 144, 226);
}

#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .btn.btn-primary.addons-continue-btn:hover {
	color: #FFFFFF;
	background-color: #FAC325;
}

@media only screen and (max-width : 768px) {
	#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-left,
	#cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-right {
		-webkit-box-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	.addons-product-right {
		margin-top: 40px;
	}

	 #cmp_8187b926-6046-48b1-83b7-ad1f2bc466d9 .addons-product-left {
		padding-right: 0;
	}
}

/*
 * components/subscribe_flow/survey_step/cmp_45677093-7947-4bfd-8f7b-3b707b4b256b/component.css
 */
#cmp_45677093-7947-4bfd-8f7b-3b707b4b256b {
	padding: 50px 0 15px 0;
}

/*
 * components/subscribe_flow/survey_step/cmp_e8d8b5f3-ca22-4483-964e-3167ba7d0b04/component.css
 */
.survey:first-of-type {
    padding: 0 0 50px 0;
}
#cmp_e8d8b5f3-ca22-4483-964e-3167ba7d0b04  {
	padding-top: 0;
}
/*
 * components/subscribe_flow/terms_step/cmp_72bea70a-d742-4498-8e9d-30249e23668a/component.css
 */

/*
 * components/subscribe_flow/terms_step/cmp_90ca5001-51b7-453b-8534-74521fe62499/component.css
 */
#cmp_90ca5001-51b7-453b-8534-74521fe62499 {
	padding: 50px 0 15px 0;
}

/*
 * components/subscribe_flow/variant_step/cmp_ab4def24-c35e-402d-9004-8e4f127aaef9/component.css
 */
#cmp_ab4def24-c35e-402d-9004-8e4f127aaef9 {
	padding: 50px 0 15px 0;
}

/*
 * components/subscribe_flow/variant_step/cmp_cefce48c-2e5a-4bdd-a6dd-29183cd2fed4/component.css
 */

/*
 * components/view-cart/cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e/component.css
 */
#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e {
	padding: 15px 15px 100px 15px;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-thead {
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-thead h3 {
	text-transform: uppercase;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-item {
	border: 1px solid #E1E1E1;
	padding: 25px 0;
	position: relative;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .product-main {
	margin: 0 0 15px 0;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .product-label p {
	margin: 0;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .product-label .info {
	color: rgb(74, 144, 226);
	text-align: right;
	text-transform: uppercase;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .product-label .meta {
	color: #49494A;
	font-size: 16px;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .product-rem-btn {
	position: absolute;
	right: 1%;
	top: 1%;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e figure {
	margin: 0 0 15px 0;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-subtotal {
	margin: 50px 0 0 0;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-subtotal h2 {
	margin: 0 0 15px 0;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-subtotal h3 {
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-subtotal p {
	margin: 0 0 25px 0;
}

@media (min-width: 768px) {
	#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .cart-item {
		border-width: 0 0 1px 0;
	}
	#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e .product-rem-btn {
		top: 40%;
	}
	#cmp_1c5c92f3-3cf5-4241-b6f8-8b57b115fc1e figure {
		margin: 0;
	}
}

/*
 * components/view-cart/cmp_2caa60fa-b392-410f-af33-ef3ca77c731f/component.css
 */
#cmp_2caa60fa-b392-410f-af33-ef3ca77c731f {
	background-color: #FFFFFF;
}

#cmp_2caa60fa-b392-410f-af33-ef3ca77c731f h1 {
	color: #49494A;
	font-family: Just Another Hand;
	font-size: 74px;
	margin: 0 0 25px 0;
}

#cmp_2caa60fa-b392-410f-af33-ef3ca77c731f h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_2caa60fa-b392-410f-af33-ef3ca77c731f h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_2caa60fa-b392-410f-af33-ef3ca77c731f p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_2caa60fa-b392-410f-af33-ef3ca77c731f ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_2caa60fa-b392-410f-af33-ef3ca77c731f ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/whats_inside/cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b/component.css
 */
#cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b {
	background-color: #FFFFFF;
}

#cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_096ed1e6-11a0-42d0-82d8-3e0049408b4b ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/whats_inside/cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c/component.css
 */
#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c {
	background-color: #FFFFFF;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 25px 0;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 25px 0;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c p {
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 25px 0;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c .component-rich-text-with-button__content-row {
	padding: 10px 0;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c .component-rich-text-with-button__button-row {
	padding: 10px 0 20px;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c .btn {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c .btn:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c ol {
	list-style: decimal;
	list-style-position: insidone for the;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

#cmp_37fe5e98-fbce-4bcb-807e-c5c4f58c1d7c ul {
	list-style: disc;
	list-style-position: inside;
	color: #B0B0B0;
	font-family: Lato;
	font-size: 13px;
}

/*
 * components/whats_inside/cmp_93942ac7-0b46-4fa7-82c7-223122888b51/component.css
 */
#cmp_93942ac7-0b46-4fa7-82c7-223122888b51 img {
	max-width: 100%;
}

/*
 * components/whats_inside/cmp_a501a7df-29af-4483-849e-c302f1f1d7a9/component.css
 */
#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 {
	padding: 0;
}

#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 .hero-content {
	background-color: #FAFAFA;
	padding: 20px;
}

#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 .hero-content h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 15px 0;
}

#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 .hero-content h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 15px 0;
}

#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 .hero-content h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 15px 0;
}

#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 .hero-content p {
	color: #49494A;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 15px 0;
}

#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 .hero-content .btn {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_a501a7df-29af-4483-849e-c302f1f1d7a9 .hero-content .btn:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}

/*
 * components/whats_inside/cmp_ef546a62-bced-4616-81ab-8ef0028ebd28/component.css
 */
#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 {
	padding: 0;
}

#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 .hero-content {
	background-color: #FAFAFA;
	padding: 20px;
}

#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 .hero-content h1 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 34px;
	margin: 0 0 15px 0;
}

#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 .hero-content h2 {
	color: rgb(74, 144, 226);
	font-family: Montserrat;
	font-size: 26px;
	margin: 0 0 15px 0;
}

#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 .hero-content h3 {
	color: #49494A;
	font-family: Montserrat;
	font-size: 16px;
	margin: 0 0 15px 0;
}

#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 .hero-content p {
	color: #49494A;
	font-family: Lato;
	font-size: 13px;
	margin: 0 0 15px 0;
}

#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 .hero-content .btn {
	background-color: rgb(74, 144, 226);
	color: #FFFFFF;
	font-family: Lato;
	font-size: 13px;
}

#cmp_ef546a62-bced-4616-81ab-8ef0028ebd28 .hero-content .btn:hover {
	background-color: #FAC325;
	color: #FFFFFF;
}