.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
}

.pricebox {
	background: #ff8a00;
}
#footer_text {
	font-size: 12px;
	text-align: center;
	position: relative;
	z-index: 300;
}
body {
	/*margin-top: 140px;*/
	font-family: canada-type-gibson, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #3d3d3d;
	overflow: visible;
}
.form-control {
	font-size: 20px;
	font-weight: 200;
}
body.searching {
	overflow: hidden;
	margin-top: 0;
}
body.searching .navbar-fixed-top {
	box-shadow: none;
}
body.searching > div.page-wrap > div:not(.header, .dynamic-search) {
	display: none;
}
body.searching .navbar-fixed-top {
	position: fixed !important;
}
body.searching .dynamic-search {
	height: calc(100% - 190px);
	margin-top: 190px;
	opacity: 1;
	right: 0;
	top: 0;
	overflow-y: auto;
}
#search_close {
	display: none;
	cursor: pointer;
}
.results-pane.empty {
	/*display: none;*/
}
.search_hide {
	display: none;
}
#search {
	box-shadow: none !important;
}
.sale-page-button input {
	visibility: hidden;
	position: absolute;
}
.button {
	border: 0;
	cursor: pointer;
}
input.button {
	padding-top: 15px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-top: 2px;
}
.radio-inline {
	margin-right: 15px;
}
.btn {
		font-family: canada-type-gibson, sans-serif;
		font-weight: 600;
	font-size: 16px;
	border-radius: 23px;
}
.btn-brand {
	color: #FFFFFF !important;
	line-height: 19px;
	padding: 10px 15px;
	background-color: #ff8a00 !important;
	border-radius: 12px;
}
.btn-default:hover,
.btn-brand:hover {
	color: #FFFFFF;
	background-color: #ff8a00;
}
.navbar-fixed-top {
	/*position: fixed !important;*/
	background-color: #FFFFFF;
	z-index: 1020;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
}

.nav-link {
	margin-left: 10px;
	padding: 8px 16px;
	border-radius: 400px;
	background-color: #ff8a00;
	font-family: canada-type-gibson, sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
}

.nav-link:hover {
	background-color: #ff3200 !important;
	color: #fff !important;
}

.nav-link.w--current {
	background-color: #f30 !important;
	color: #fff !important;
}

.navbar-nav > li > a.nav-link {
	margin: 3px 0 0 10px;
	padding: 10px 14px;
	border-radius: 23px;
}

.cart-link {
	padding-left: 0;
	/*margin-left: 2px;*/
	margin: 5px 0 5px 20px;
	float: right;
}
.featcard {
	max-width: 300px;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row-align: start;
	align-self: start;
	-ms-grid-column-align: center;
	justify-self: center;
}
.featcard img:not(.gc-logo),
.card img:not(.gc-logo),
.card-copy img:not(.gc-logo) {
	border-radius: inherit;
}
/*.card {
	height: auto;
}*/
	.gc-wrap {
			overflow: hidden;
			max-height: 100%;
			max-width: 100%;
			border-radius: 26px;
			/*display: flex;*/
				width: 100%;
				height: 100%;
	}
	.featured img.default-logo {
		width: 100%;
		height: 100%;
	}
img.default-logo {
		max-height: 100%;
		width: 100%;
		height: 100%;
}
.cart-button:hover {
	color: #FFFFFF;
	background-color: #ff8a00;
	text-decoration: none;
}
#my_account_dropdown {
	top: auto;right: 0;
	left: auto;
	padding: 30px;
	border-radius: 26px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
}
#cart_loading {
	text-align: center;
	padding: 20px;
}
a:focus, a:hover {
	color: inherit;
	text-decoration: none;
}
h1 {
	color: #ff8a00;
}
h1.heading {
	color: #333;
}
label {
	font-weight: 400;
	font-size: 15px;
}
p {
	margin-bottom: 10px;
	font-family: canada-type-gibson, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
}
li {
	font-family: canada-type-gibson, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
}
textarea {
	padding-top: 15px;
	min-height: 100px;
}
p.intro.help {
	color: #3d3d3d;
	font-size: 22px;
}

#send_to_friend_form {
	width: 100%;
	margin-bottom: 44px;
	padding: 5px 25px 15px 25px;
	border-radius: 12px;
	background-color: #eee;
	font-family: canada-type-gibson, sans-serif;
	color: #838383;
	font-size: 23px;
	font-weight: 400;
}
fieldset legend {
	margin-bottom: 8px;
	color: #838383;
	font-weight: 400;
	font-size: 15px;
}
#send_to_friend_form label.form-label,
#send_to_friend_form fieldset legend {
	margin-top: 10px;
	font-family: canada-type-gibson, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
}
#send_to_friend_form h3 {
	color: #333;
}
#send_to_friend_form fieldset {
	margin-top: 15px;
}
#when_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sale-page-button.half {
	width: 48%;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  height: 60px;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  border-style: solid;
	  border-width: 2px;
	  border-color: #d3d3d3;
	  border-radius: 12px;
	  font-family: canada-type-gibson, sans-serif;
	  font-size: 19px;
	  font-weight: 400;
}
/*#send_to_friend_form fieldset label:not(.form-label) {
	color: #333;
	font-size: 19px;
	font-weight: 200;
}*/
.gifting-themes {
  overflow: hidden;
  height: 150px;
  margin-bottom: 10px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.gifting-themes.expand {
  overflow: visible;
  height: auto;
}
.template-select-container span {
	margin-top: 9px;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
}
#send_to_friend_template_none_wrap span {
	margin-top: 0;
}
.template-select-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;

  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#send_to_friend_template_none_wrap {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}
.gift-card-header {
  overflow: hidden;
  border-radius: 8px;
}

.sales-detail {
	word-break: break-word;
}
.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin: 9px auto 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff8a00;
}
#toggle_themes {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); transform-style: preserve-3d;
	cursor: pointer;
}
#toggle_themes.expand {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) skew(0deg)
}
.image-16 {
  width: 50%;
  margin-top: 4px;
}

.template-select-container.selected {
  background-color: #ffd900;
}
#send_to_friend_when_specific_datepicker_wrap .select-field {
	height: 60px;
}
#send_to_friend_when_specific_datepicker_wrap {
	padding-top: 15px;
}
span.error,
.form-group.has-error label {
	color: #D00;
}
.form-group.has-error select,
.form-group.has-error input {
	border-color: #D00;
	border-width: 2px;
}


/* modal */
	.modal-backdrop.in {
		filter: alpha(opacity=70);
		opacity: 0.7;
		background-color: #000;
	}
	.modal.in .modal-dialog {
		box-shadow: 5px 5px 30px 10px rgba(0,0,0,0.22);
	}
	.modal .modal-content {
		border-radius: 0;
		text-align: center;
		font-size: 18px;
	}
	.modal .modal-header {
		border-bottom: 0;
	}
	.modal .close {
		font-size: 45px;
		font-weight: 300;
	}
	.modal .modal-body {
		margin-bottom: 90px;
	}
	.modal span.btn.abtn,
	.modal div.btn.abtn {
		padding: unset;
		font-size: unset;
		font-weight: unset;
		line-height: unset;
	}
	.modal h3 {
		margin-top: 0;
		color: #353745;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 22px;
		text-transform: uppercase;
	}
	.modal .btn-brand {
		padding: 27px 60px;
		font-size: 26px;
		line-height: auto;
		font-weight: 500;
	}
		.modal .btn-brand:hover {
			padding: 27px 60px;
			font-size: 26px;
			line-height: auto;
			font-weight: 500;
		}

/* checkout */
	#checkout_cart_details .radio-inline.btn-default input {
	  visibility: hidden;
	}
	#checkout_cart_details .radio-inline.btn-default.selected {
	  background-color: #ff8a00;
	  color: #ffffff;
	}

	.checkout_progress {
		padding-bottom: 11px;
		margin-bottom: 55px;
	}
	.checkout_progress > div {
		width: calc(33.3333333333% - 3px);
		height: 11px;
		background-color: #E4E5EC;
	}
	.checkout_progress > div[data-target] {
		cursor: pointer;
	}
		.checkout_progress > div.middle {
			margin-left: 3px;
			margin-right: 3px;
		}
		.checkout_progress > div.active {
			height: 11px;
			background-color: #ff8a00;
		}
	.checkout .product {
		padding-top: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #4C4D4F;
	}
		.checkout .product:first-child {
			border-top: 1px solid #4C4D4F;
		}
		.checkout #checkout_cart_details {
			margin-top: 55px;
		}
		.checkout p {
			color: #838383;
		}
		.checkout p.credit_card {
			color: #838383;
			font-size: 14px;
			font-style: italic;
		}
		.checkout h2 {
			margin-bottom: 45px;
			color: #ff8a00;
			font-size: 40px;
			line-height: 49px;
		}
		.checkout .quantity_wrap {
			margin: auto;
			width: 220px;
		}
			.checkout #checkout_cart_details h3 {
				margin-top: 0;
				margin-bottom: 15px;
			}
			.checkout #checkout_cart_details .total {
				margin-bottom: 55px;
			}
		.checkout .ProductName {
			margin-bottom: 23px;
			font-size: 16px;
			font-weight: bold;
			color: #353745;
		}
		.checkout .value {
			font-size: 16px;
			font-weight: 400;
			color: #838383;
		}
		.checkout .cost {
			font-size: 16px;
			font-weight: 500;
			color: #333;
		}
		.checkout .total_cost {
			font-size: 32px;
			color: #464855;
		}

	.checkout .quantity_wrap {
		margin: auto;
		width: 162px;
	}
	.checkout .remove_from_cart {
		margin-top: 10px;
		padding: 0;
	}
	.checkout .remove_from_cart a {
		color: #C7C7C7;
	}
		.checkout .remove_from_cart a:hover {
			color: #ff8a00;
		}
	
	.checkout .total {
		/*margin-top: 150px;*/
		padding-top: 25px;
		padding-bottom: 25px;
		border-top: 2px solid #ff8a00;
		border-bottom: 2px solid #ff8a00;
		text-align: right;
	}
		.checkout .total .saving .heading,
		.checkout .total .value .heading {
			color: #ff8a00;
			font-size: 22px;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 30px;
		}
		.checkout .total .saving .value,
		.checkout .total .value .value {
			color: #ff8a00;
			font-size: 22px;
			font-weight: bold;
			line-height: 30px;
		}
		.checkout p.credit_card_accepted,
		.checkout .total .saving .heading,
		.checkout .total .saving .value {
			color: #519464;
		}
		.checkout .total .price .heading {
			color: #353745;
			font-size: 24px;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 40px;
		}
		.checkout .total .price .value {
			color: #464855;
			font-size: 32px;
			line-height: 40px;
			font-weight: normal;
		}
		.checkout .row.alert.alert-default {
			background-color: #eee;
			border-radius: 12px;
			border: 1px solid #E4E5EC;
		}
		.checkout .row.alert.alert-default p {
		  color: #333;
		}
	#cart_loading {
		margin: 40px auto;
	}
	#order_confirmation {
		margin-bottom: 60px;
	}
	.strikethrough {
		font-family: unset;
		color: #519464;
		/*text-decoration: line-through;*/
	}
	.strikethrough {
		text-decoration: none;
		position: relative;
	}

	.strikethrough::before{
			content: '';
			width: 100%;
			position: absolute;
			right: 0;
			top: calc( 50% - 2px );
			border-bottom: 1.5px solid #519464;
	}
	.quantity_wrap {
		margin: auto;
		width: 162px;
	}
	#product .quantity {
		margin-bottom: 20px;
	}
	.quantity input {
		width: 50px;
		height: 40px;
		line-height: 40px;

			border: 1px solid #E4E5EC;
					border-radius: 12px;
			background-color: #FFFFFF;
			color: #464855;
					font-family: canada-type-gibson, sans-serif;
					font-size: 28px;
					font-weight: 500;
			text-align: right;
			box-shadow: 0 2px 1px 0 rgba(0,0,0,0.03);
	}
	.quantity button {
		width: 50px;
		height: 40px;
		line-height: 40px;

			border: 1px solid #E4E5EC;
					border-radius: 12px;
			color: #464855;
					font-family: canada-type-gibson, sans-serif;
					font-size: 22px;
					font-weight: 500;
			text-align: center;
			box-shadow: 0 2px 1px 0 rgba(0,0,0,0.03);
	}
	.quantity button:hover {
		background-color: #ff8a00;
		color: #FFF;
	}

	.checkout #checkout_cart_details  h2.ProductName {
		margin-bottom: 40px;
	}
	.checkout #checkout_cart_details h3 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.checkout #checkout_cart_details .total_cost {
		font-size: 20px;
		font-weight: 500;
	}
	.checkout .remove_from_cart {
		padding: 0;
		display:block;
		text-align: center;
		min-height: 65px;
	}

	#range {
		margin: 20px 0 15px 0;
		height: 21px;
		border-radius: 10.5px;
		background-color: #eee;
		box-shadow: inset 0 1px 12px 0 rgba(0,0,0,0.12);
	}
	#range .noUi-connect {
		border-radius: 10.5px;
		background-color: #ff8a00;
		box-shadow: inset 0 1px 12px 0 rgba(0,0,0,0.12);
	}
	#range .noUi-handle {
		cursor: pointer;
		height: 38px;
		width: 38px;
		border-radius: 38px;
		background-color: #FFFFFF;
		box-shadow: 0 2px 4px 2px rgba(155,155,155,0.46);
		top: -9px;
		left: -19px;
		border: 0;
	}
	#range .noUi-handle::after,
	#range .noUi-handle::before {
		display: none;
	}
	#product #manual {
		color: #6B6F81;
	}
		#product #manual .text {
			padding-right: 15px;
			text-align: right;
		}
		#product #manual #dollar_sign {
			position: absolute;
			margin-left: 15px;
			color: #464855;
			font-size: 26px;
			line-height: 60px;
					font-weight: 500;
		}
		#product #manual #manual_price {
			padding: 2px 2px 2px 35px;
			height: 60px;
			border: 1px solid #E4E5EC;
					border-radius: 12px;
			background-color: #FFFFFF;
			color: #464855;
					font-family: canada-type-gibson, sans-serif;
					font-size: 28px;
					line-height: 1;
					font-weight: 500;
			text-align: right;
			box-shadow: 0 2px 1px 0 rgba(0,0,0,0.03);
					width: 100%;
		}
		#manual_price:focus {
			outline-style: solid;
			outline-color: #ff8a00;
		}
				.sale-page-button,
				.price-button {
					cursor: pointer;
				}
		input[disabled] {
			background-color: #eee;
			cursor: not-allowed !important;
		}
		.form-field {
			background-color: transparent;
		}
		.form-field.white_background {
			background-color: #fff;
		}
		input:focus,
		.form-field:focus {
			outline-style: solid;
			outline-color: #ff8a00;
			border-color: #ff8a00;
					box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
		}

.bg-details {
	margin-top: 45px;
	margin-bottom: 45px;
	padding: 8% 12% 6% 12%;
	border-radius: 23px;
	background-color: #eee;
	color: #333;
}
.bg-details .big {
	color: #333;
	font-weight: 500;
	font-size: 26px;
}
.bg-details p {
	color: #333;
	margin-bottom: 30px;
	font-size: 20px;
}
@media(min-width:1024px) {
	.modal-dialog {
		width: 970px;
	}
}
@media(max-width:1024px) {
	.modal-dialog {
		margin: 10px auto;
		padding: 0 10px;
		width: 100%;
	}
	.container {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.navbar-header {
			float: none;
	}
	.navbar-left,.navbar-right {
			float: none !important;
	}
	.navbar-toggle {
			display: block;
	}
	.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
			top: 0;
			border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
			display: none!important;
	}
	.navbar-nav {
			float: none!important;
			margin-top: 7.5px;
	}
	.navbar-nav>li {
			float: none;
	}
	.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.collapse.in{
			display:block !important;
	}

	body {
		/*margin-top: 170px;*/
	}
	#navbar-collapse.in {
		position: absolute;
		top: 105px;
		width: 100vw;
		height: 100vh !important;
		background: #FFF;
		z-index: 9999;
		max-height: unset;
		box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.12);
		left: -40px;
		right: 0;
	}
	.navbar-nav > li > a {
		text-align: center;
	}

	.navbar-nav > li > a.nav-link {
		margin: 15px;
	}
}
@media(min-width:768px) {
	.navbar-nav.navbar-right {
		margin-right: 0;
	}
}  
@media(max-width:767px) {
	#navbar-collapse.in {
		top: 136px;
	}

	.cart-link {
		position: absolute;
		top: 5px;
		right: 0;
	}
	#my_account_link {
		right: 70px;
	}
	#my_account_dropdown {
		top: 45px;
	}
	.navbar-toggle {
		top: 12px;
		right: 7px;
	}

	h1.heading {
		color: #fff;
	}
	#promo_code_label,
	#promo_code,
	.white_mobile label,
	.white_mobile .form-field {
		border-color: #fff;
		color: #fff;
	}

	.quantity_wrap {
		margin: auto;
		width: 162px;
	}
	.quantity input,
	.quantity button {
		width: 50px;
		height: 42px;
		font-size: 20px;
		line-height: 42px;
		font-weight: normal;
	}
	.quantity button {
		height: 43px;
		font-size: 16px;
	}

	.checkout #checkout_cart_details  h2.ProductName {
		margin-bottom: 40px;
	}
	.checkout #checkout_cart_details h3 {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.checkout #checkout_cart_details .total_cost {
		font-size: 28px;
	}
	.checkout .remove_from_cart {
		padding: 0;
		display:block;
		text-align: center;
		min-height: 65px;
	}

	#form {
		padding-bottom: 20px;
	}
		#form .h2 {
			margin-top: 20px;
			font-size: 24px;
			line-height: 34px;
		}
		#form p {
			font-size: 14px;
			line-height: 22px;
			margin-bottom: 20px;
		}
		#form input.form-control,
		#form textarea {
			font-size: 14px;
			line-height: 20px;
			margin-bottom: 15px;
		}
		#form .btn-brand {
			margin-top: 15px;
			font-size: 16px;
			line-height: 20px;
		}

	.modal .modal-body {
		margin-bottom: 20px;
		padding-top: 0;
	}
	.modal .modal-header {
		padding: 0 15px 0 0;
	}
	.modal .btn-brand {
		padding: 27px;
		width: 100%;
		text-align: center;
	}
		.modal .btn-brand:hover {
			padding: 27px;
			width: 100%;
			text-align: center;
		}
}
@media(max-width:478px) {
	#navbar-collapse.in {
		left: -20px;
	}
}
@media(max-width:400px) {
	.hidden-400 {
		display: none !important;
	}
	.visible-400 {
		display: inherit !important;
	}
	.full-400 {
		width: 100% !important;
	}

	.checkout .min_height {
		display:block;
		min-height: unset;
	}
	#dollar_sign {
		position: static;
		margin-left: 0;
	}

	.cart-link {
		margin: 0 5px;
	}
}
#login_block {
	align-self: center;
}