/*

    Theme Name: Endlessly Elated
    Theme URI: http://endlesslyelated.com
    Author: Codeligraphy
    Version: 1.0
    Description: Custom site for Endlessly Elated. All Rights Reserved.

*/

/* Clear
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both;
}

/* Alignment
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Media
–––––––––––––––––––––––––––––––––––––––––––––––––– */

img {
	vertical-align: middle;
}

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0)
	);
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 10px !important;
	width: 100%;
	height: 50px;
	font-family: "NeutraText-Book", sans-serif;
	outline: 0;
	transition: 0.5s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #3b496a;
	border-color: #3b496a;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ee-btn {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 50px;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-color: #222 !important;
	background-size: 40px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 15px 0;
	color: #fff;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0 !important;
}

.ee-btn:hover {
	color: #fff;
	opacity: 0.7;
}

/* Placeholder
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #040404 !important;
	font-family: "AvenirLTStd-Book", sans-serif !important;
}

:-moz-placeholder {
	color: #040404 !important;
	font-family: "AvenirLTStd-Book", sans-serif !important;
}

::-moz-placeholder {
	color: #040404 !important;
	font-family: "AvenirLTStd-Book", sans-serif !important;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #040404 !important;
	font-family: "AvenirLTStd-Book", sans-serif !important;
}

/* Formatting
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
	background-color: #e6e7e9;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p {
	margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
	color: #005b06;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #D4BCAC;
	outline: 0;
}

/* List
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

/* Link
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
	cursor: pointer;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;

	src: url("fonts/slick.eot");
	src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),
		url("fonts/slick.woff") format("woff"),
		url("./fonts/slick.ttf") format("truetype"),
		url("fonts/slick.svg#slick") format("svg");
}

@font-face {
	font-family: "SagitariusSignatureFont";
	src: url("fonts/SagitariusSignatureFont.woff2") format("woff2"),
		url("fonts/SagitariusSignatureFont.woff") format("woff");
	font-weight: normal !important;
	font-style: normal;
}

@font-face {
	font-family: "AvenirLTStd-Book";
	src: url("fonts/AvenirLTStd-Book.woff2") format("woff2"),
		url("fonts/AvenirLTStd-Book.woff") format("woff");
	font-weight: normal !important;
	font-style: normal;
}

@font-face {
	font-family: "AvenirLTStd-Medium";
	src: url("fonts/AvenirLTStd-Medium.woff2") format("woff2"),
		url("fonts/AvenirLTStd-Medium.woff") format("woff");
	font-weight: 300 !important;
	font-style: normal;
}

@font-face {
	font-family: "AvenirLTStd-Heavy";
	src: url("fonts/AvenirLTStd-Heavy.woff2") format("woff2"),
		url("fonts/AvenirLTStd-Heavy.woff") format("woff");
	font-weight: 500 !important;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNextLTPro-DemiCn";
	src: url("fonts/AvenirNextLTPro-DemiCn.woff2") format("woff2"),
		url("fonts/AvenirNextLTPro-DemiCn.woff") format("woff");
	font-weight: normal !important;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
	margin-top: 0;
	display: inline-block;
}

.SagitariusSignatureFont {
	font-family: "SagitariusSignatureFont", sans-serif;
}

.AvenirLTStd-Book {
	font-family: "AvenirLTStd-Book", sans-serif;
}

.AvenirLTStd-Medium {
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.AvenirLTStd-Heavy {
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

.AvenirNextLTPro-DemiCn {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.text-initial {
	text-transform: initial;
}

/* EE Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ee-box {
	background-color: #fff;
}

.ee-box-title {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2.5px;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.ee-box-title {
		font-size: 40px;
		line-height: 40px;
	}
}

@media (min-width: 1200px) {
	.ee-box-title {
		font-size: 50px;
		line-height: 50px;
	}
}

.ee-box-subtitle {
	font-size: 55px;
	line-height: 55px;
}

@media (min-width: 1024px) {
	.ee-box-subtitle {
		font-size: 75px;
		line-height: 75px;
	}
}

@media (min-width: 1200px) {
	.ee-box-subtitle {
		font-size: 95px;
		line-height: 95px;
	}
}

.ee-box-action {
	font-size: 10px;
	margin-top: 30px !important;
	margin-bottom: 0 !important;
	max-width: 250px;
	text-align: center !important;
	background: none !important;
	background-color: #222 !important;
	justify-content: center !important;
}

@media (min-width: 1024px) {
	.ee-box-action {
		font-size: 12px;
		max-width: 300px;
		margin-top: 60px !important;
	}
}

@media (min-width: 1200px) {
	.ee-box-action {
		font-size: 14px;
		max-width: 300px;
	}
}

.big-paragraph {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-weight: normal;
	font-size: 16px;
}

@media (min-width: 768px) {
	.big-paragraph {
		font-size: 20px;
	}
}

.ee-hero {
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	min-height: 400px;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.ee-hero {
		min-height: 500px;
	}
}

@media (min-width: 1024px) {
	.ee-hero {
		min-height: 600px;
	}
}

@media (min-width: 1200px) {
	.ee-hero {
		min-height: 730px;
	}
}

@media (min-width: 1480px) {
	.ee-hero {
		min-height: 930px;
	}
}

.toasting-title {
	display: inline-block;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 3.73px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}

@media (min-width: 1200px) {
	.toasting-title {
		font-size: 20px;
	}
}

.ee-toasting-press {
	padding: 40px;
	border-right: 1px solid #222;
	text-align: center;
}

.ee-toasting-press:nth-child(2n) {
	border-right: 0;
}

@media (min-width: 768px) {
	.ee-toasting-press {
		border-right: 1px solid #222;
		border-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.ee-toasting-press:nth-child(2n) {
		border-right: 1px solid #222;
	}

	.ee-toasting-press:last-child {
		border-right: 0;
	}
}

.ee-press-logo a {
	display: inline-block;
}

.ee-press-logo img {
	transition: 0.5s;
}

/*.ee-press-logo img:hover {
    opacity: .7
}*/

.ee-toasting-press p {
	font-size: 12px;
	line-height: 1.8;
}

@media (min-width: 1024px) {
	.ee-toasting-press p {
		font-size: 18px;
		line-height: 30px;
	}
}

.ee-press {
	padding: 0 20px;
	border-right: 1px solid #222;
}

.ee-press:nth-child(2n) {
	border-right: 0;
}

@media (min-width: 1024px) {
	.ee-press {
		padding: 0 40px;
	}

	.ee-press:nth-child(2n) {
		border-right: 1px solid #222;
	}

	.ee-press:last-child {
		border-right: 0;
	}
}

.ee-home-our-instagram-title {
	display: inline-block;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 3.73px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}

@media (min-width: 1200px) {
	.ee-home-our-instagram-title {
		font-size: 20px;
	}
}

/* ==============================================
	ALEJANDRO'S CSS FOR SLICK SLIDER 
============================================== */

/* button.slick-prev.slick-arrow {
	background-image: url("images/arrow-left-outline.png");
	background-size: 30px 20px;
	display: inline-block;
	width: 30px;
	height: 20px;
	z-index: 3;
}

@media (min-width: 768px) {
	button.slick-prev.slick-arrow {
		background-size: 50px 40px;
		width: 50px;
		height: 40px;
	}
}

.slick-prev:before {
	content: "";
}

.slick-prev {
	left: -10px;
}

@media (min-width: 768px) {
	.slick-prev {
		left: 0;
	}
}

button.slick-next.slick-arrow {
	background-image: url("images/arrow-right-outline.png");
	background-size: 30px 20px;
	display: inline-block;
	width: 30px;
	height: 20px;
	z-index: 3;
}

@media (min-width: 768px) {
	button.slick-next.slick-arrow {
		background-size: 50px 40px;
		width: 50px;
		height: 40px;
	}
}

.slick-next:before {
	content: "";
}

.slick-next {
	right: -10px;
}

@media (min-width: 768px) {
	.slick-next {
		right: 0;
	}
} */

@media (min-width: 1024px) {
	.ee-box {
		display: inline-block;
	}
}

/* eee-vl */

.ee-vl {
	border-left: 1px solid #040404;
	position: absolute;
}

.sec-1 {
	padding: 0 0 40px 0;
}

@media (min-width: 1024px) {
	.sec-1 {
		padding: 60px 0 20px 0;

		background: rgba(255, 255, 255, 1);
		background: -moz-linear-gradient(
			top,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 80%,
			rgba(243, 238, 236, 1) 80%,
			rgba(243, 238, 236, 1) 100%
		);
		background: -webkit-gradient(
			left top,
			left bottom,
			color-stop(0%, rgba(255, 255, 255, 1)),
			color-stop(80%, rgba(255, 255, 255, 1)),
			color-stop(80%, rgba(243, 238, 236, 1)),
			color-stop(100%, rgba(243, 238, 236, 1))
		);
		background: -webkit-linear-gradient(
			top,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 80%,
			rgba(243, 238, 236, 1) 80%,
			rgba(243, 238, 236, 1) 100%
		);
		background: -o-linear-gradient(
			top,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 80%,
			rgba(243, 238, 236, 1) 80%,
			rgba(243, 238, 236, 1) 100%
		);
		background: -ms-linear-gradient(
			top,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 80%,
			rgba(243, 238, 236, 1) 80%,
			rgba(243, 238, 236, 1) 100%
		);
		background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 80%,
			rgba(243, 238, 236, 1) 80%,
			rgba(243, 238, 236, 1) 100%
		);
	}
}

.sec-1 .content {
	position: relative;
}

.sec-1 .ee-box {
	padding: 40px 0;
}

@media (min-width: 1024px) {
	.sec-1 .ee-box {
		/* width: 48%; */
		padding: 0 50px 60px 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (min-width: 1200px) {
	.sec-1 .ee-box {
		padding: 0 50px 120px 0;
	}
}

@media (min-width: 1024px) {
	.sec-1-ee-box-spotlight {
		position: relative;
		bottom: -25px;
	}
}

@media (min-width: 1200px) {
	.sec-1-ee-box-spotlight {
		position: relative;
		bottom: -45px;
	}
}

.sec-1 .img-panels {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 1024px) {
	.sec-1 .img-panels {
		align-items: flex-start;
	}
}

.sec-1 .img-panels > *:first-child {
	width: 40%;
	position: relative;
}

@media (min-width: 1024px) {
	.sec-1 .img-panels > *:first-child {
		width: 32%;
		top: 285px;
	}
}

@media (min-width: 1200px) {
	.sec-1 .img-panels > *:first-child {
		width: 30%;
		top: 375px;
	}
}

@media (min-width: 1400px) {
	.sec-1 .img-panels > *:first-child {
		width: 32%;
	}
}

.sec-1 .img-panels > *:last-child {
	width: 55%;
}

@media (min-width: 1024px) {
	.sec-1 .img-panels > *:last-child {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.sec-1 .img-panels > *:last-child {
		width: 62%;
	}
}

@media (min-width: 1400px) {
	.sec-1 .img-panels > *:last-child {
		width: 60%;
	}
}

.sec-1 .ee-vl {
	height: 300px;
	top: -40px;
	left: 40px;
}

@media (min-width: 412px) {
	.sec-1 .ee-vl {
		height: 320px;
	}
}

@media (min-width: 667px) {
	.sec-1 .ee-vl {
		top: -60px;
		height: 480px;
	}
}

@media (min-width: 684px) {
	.sec-1 .ee-vl {
		top: -60px;
		height: 490px;
	}
}

@media (min-width: 734px) {
	.sec-1 .ee-vl {
		top: -60px;
		height: 520px;
	}
}

@media (min-width: 768px) {
	.sec-1 .ee-vl {
		top: -60px;
		height: 540px;
	}
}

@media (min-width: 1024px) {
	.sec-1 .ee-vl {
		top: -20px;
		height: 470px;
	}
}

@media (min-width: 1200px) {
	.sec-1 .ee-vl {
		top: -40px;
		height: 560px;
	}
}

@media (min-width: 1400px) {
	.sec-1 .ee-vl {
		height: 670px;
	}
}

@media (min-width: 1480px) {
	.sec-1 .ee-vl {
		height: 730px;
	}
}

@media (min-width: 1024px) {
	.sec-2 {
		max-height: 350px;
	}
}

.sec-2 .content {
	position: relative;
	bottom: -50px;
}

@media (min-width: 1024px) {
	.sec-2 .content {
		bottom: -80px;
	}
}

@media (min-width: 1024px) {
	.sec-2 .big-paragraph {
		padding-right: 80px;
	}
}

@media (min-width: 1200px) {
	.sec-2 .big-paragraph {
		padding-right: 180px;
	}
}

.sec-2 .ee-box {
	padding: 40px;
}

@media (min-width: 1200px) {
	.sec-2 .ee-box {
		padding: 120px;
	}
}

.sec-3 {
	padding: 40px 0 120px 0;
	position: relative;
}

.sec-3 .ee-vl {
	left: 90%;
	bottom: 100%;
	height: 400px;
}

@media (min-width: 768px) {
	.sec-3 .ee-vl {
		height: 540px;
	}
}

@media (min-width: 1024px) {
	.sec-3 .ee-vl {
		left: 70%;
		height: 540px;
	}
}

@media (min-width: 1200px) {
	.sec-3 .ee-vl {
		left: 73%;
		height: 480px;
	}
}

@media (min-width: 1400px) {
	.sec-3 .ee-vl {
		left: 70%;
		height: 580px;
	}
}

.sec-4 {
	background: rgba(243, 238, 236, 1);
	background: -moz-linear-gradient(
		top,
		rgba(243, 238, 236, 1) 0%,
		rgba(243, 238, 236, 1) 80%,
		rgba(255, 255, 255, 1) 80%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(243, 238, 236, 1)),
		color-stop(80%, rgba(243, 238, 236, 1)),
		color-stop(80%, rgba(255, 255, 255, 1)),
		color-stop(100%, rgba(255, 255, 255, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(243, 238, 236, 1) 0%,
		rgba(243, 238, 236, 1) 80%,
		rgba(255, 255, 255, 1) 80%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(243, 238, 236, 1) 0%,
		rgba(243, 238, 236, 1) 80%,
		rgba(255, 255, 255, 1) 80%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(243, 238, 236, 1) 0%,
		rgba(243, 238, 236, 1) 80%,
		rgba(255, 255, 255, 1) 80%,
		rgba(255, 255, 255, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(243, 238, 236, 1) 0%,
		rgba(243, 238, 236, 1) 80%,
		rgba(255, 255, 255, 1) 80%,
		rgba(255, 255, 255, 1) 100%
	);
}

@media (min-width: 1024px) {
	.sec-4 {
		background: rgba(243, 238, 236, 1);
		background: -moz-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 60%,
			rgba(255, 255, 255, 1) 60%,
			rgba(255, 255, 255, 1) 100%
		);
		background: -webkit-gradient(
			left top,
			left bottom,
			color-stop(0%, rgba(243, 238, 236, 1)),
			color-stop(60%, rgba(243, 238, 236, 1)),
			color-stop(60%, rgba(255, 255, 255, 1)),
			color-stop(100%, rgba(255, 255, 255, 1))
		);
		background: -webkit-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 60%,
			rgba(255, 255, 255, 1) 60%,
			rgba(255, 255, 255, 1) 100%
		);
		background: -o-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 60%,
			rgba(255, 255, 255, 1) 60%,
			rgba(255, 255, 255, 1) 100%
		);
		background: -ms-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 60%,
			rgba(255, 255, 255, 1) 60%,
			rgba(255, 255, 255, 1) 100%
		);
		background: linear-gradient(
			to bottom,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 60%,
			rgba(255, 255, 255, 1) 60%,
			rgba(255, 255, 255, 1) 100%
		);
	}
}

@media (min-width: 1200px) {
	.sec-4 {
		background: rgba(243, 238, 236, 1);
		background: -moz-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 65%,
			rgba(255, 255, 255, 1) 65%,
			rgba(255, 255, 255, 1) 100%
		);
		background: -webkit-gradient(
			left top,
			left bottom,
			color-stop(0%, rgba(243, 238, 236, 1)),
			color-stop(65%, rgba(243, 238, 236, 1)),
			color-stop(65%, rgba(255, 255, 255, 1)),
			color-stop(100%, rgba(255, 255, 255, 1))
		);
		background: -webkit-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 65%,
			rgba(255, 255, 255, 1) 65%,
			rgba(255, 255, 255, 1) 100%
		);
		background: -o-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 65%,
			rgba(255, 255, 255, 1) 65%,
			rgba(255, 255, 255, 1) 100%
		);
		background: -ms-linear-gradient(
			top,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 65%,
			rgba(255, 255, 255, 1) 65%,
			rgba(255, 255, 255, 1) 100%
		);
		background: linear-gradient(
			to bottom,
			rgba(243, 238, 236, 1) 0%,
			rgba(243, 238, 236, 1) 65%,
			rgba(255, 255, 255, 1) 65%,
			rgba(255, 255, 255, 1) 100%
		);
	}
}

@media (min-width: 1024px) {
	.sec-4 {
		margin-bottom: -200px;
	}
}

@media (min-width: 1024px) {
	.sec-4 .content {
		position: relative;
		top: -80px;
	}
}

.sec-4 .ee-box {
	padding: 40px;
	position: relative;
	top: -80px;
}

@media (min-width: 1200px) {
	.sec-4 .ee-box {
		padding: 120px;
	}
}

.sec-4 .ee-vl {
	left: 12%;
	top: 94%;
	height: 220px;
	z-index: 2;
}

@media (min-width: 768px) {
	.sec-4 .ee-vl {
		left: 90px;
		height: 380px;
	}
}

@media (min-width: 1024px) {
	.sec-4 .ee-vl {
		top: 94%;
		left: 110px;
		height: 450px;
	}
}

@media (min-width: 1200px) {
	.sec-4 .ee-vl {
		top: 85%;
		left: 150px;
		height: 550px;
	}
}

.sec-4-slider-container {
	position: relative;
}

/* .sec-4-slider-paragraph {
} */

/* ==============================================
	ALEJANDRO'S CSS FOR SLICK SLIDER 
============================================== */

.sec-4 .slick-slider {
	position: relative;
	top: -20px;
}

@media (min-width: 1024px) {
	.sec-4 .slick-slider {
		top: -150px;
		max-width: 98%;
		margin-left: auto;
	}
}

/* .sec-4 .slick-slider .slick-track,
.slick-slider .slick-list,
.sec-4 .slick-slider .slick-track {
	display: flex !important;
	align-items: center !important;
} */

.sec-4 .sec-4-slide {
	position: relative;
}

.sec-4 .sec-4-slide img,
.sec-4 .sec-4-slide p {
	max-width: 90% !important;
	margin: auto;
}

.sec-4 .sec-4-slide p {
	margin-top: 20px;
	display: none;
}

@media (min-width: 1200px) {
	.sec-4 .sec-4-slide p {
		display: block;
	}
}

@media (min-width: 1024px) {
	.sec-4-slider-paragraph {
		max-width: 45%;
		position: absolute;
		left: 45px;
		bottom: 100px;
	}
}

@media (min-width: 1200px) {
	.sec-4-slider-paragraph {
		max-width: 45%;
		position: absolute;
		left: 70px;
		bottom: 175px;
	}
}

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

body.home .sec-6 #sb_instagram {
	padding-bottom: 0 !important;
}

body.home .sec-6 h3.ee-home-our-instagram-title {
	margin-bottom: 0 !important;
}

.sec-6 .content {
	padding-bottom: 15px;
	text-align: center;
}

@media (min-width: 1024px) {
	.sec-6 .content {
		padding-bottom: 20px;
	}
}

.sec-6 #sb_instagram {
	margin-top: 0 !important;
}

/* Text
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.onyx {
	color: #040404;
}

.onyx-background {
	background-color: #040404;
}

.charcoal {
	color: #222;
}

.charcoal-background {
	background-color: #222;
}

.golden {
	color: #d4bcac;
}

.golden-background {
	background-color: #d4bcac;
}

.cream {
	color: #f3eeec;
}

.cream-background {
	background-color: #f3eeec;
}

.white {
	color: #fff;
}

.white-background {
	background-color: #fff;
}

/* Aligment
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

/* Border
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.border-right-inverted {
	border-right: 1px solid #313131;
}

@media (min-width: 1024px) {
	.border-right-inverted-at-large {
		border-right: 1px solid #313131;
	}
}

.border-bottom-inverted {
	border-bottom: 1px solid #999;
}

@media (min-width: 1024px) {
	.border-bottom-none-at-large {
		border-bottom: 0;
	}
}

/* Pads
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pad-gutter {
	padding: 20px;
}

.pad-top-gutter {
	padding-top: 20px;
}

.pad-vert-gutter {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad-horz-gutter {
	padding-left: 20px;
	padding-right: 20px;
}

.pad-small {
	padding: 30px;
}

.pad-vert-small {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pad-vert-medium {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pad-bottom-gutter {
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.pad-vert-medium-at-medium {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pad-top-none-at-medium {
		padding-top: 0;
	}
}

@media (min-width: 1024px) {
	.pad-medium-at-large {
		padding: 60px;
	}

	.pad-vert-medium-at-large {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.pad-bottom-medium-at-medium {
		padding-bottom: 60px;
	}
}

@media (min-width: 1024px) {
	.pad-bottom-large-at-large {
		padding-bottom: 80px;
	}
}

@media (min-width: 1024px) {
	.pad-bottom-extra-large-at-large {
		padding-bottom: 120px;
	}
}

.gap-left-small-gutter {
	margin-left: 10px;
}

.gap-left-gutter {
	padding-left: 20px;
}

.gap-left-small {
	padding-left: 30px;
}

/* Frame
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-frame {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #fff;
}

.inner-frame {
	flex: 1 0 auto;
}

body.home .inner-frame {
	padding: 0;
}

/* Html
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	background-color: #222;
}

html {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html *,
html *:before,
html *:after {
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Body
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
	max-width: 1800px;
	margin: auto;
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}

/* Main Topbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-topbar {
	background-color: #d4bcac;
	color: #040404;
	padding: 8px 0;
	font-size: 10px;
	text-align: center;
}

@media (min-width: 768px) {
	.main-topbar {
		font-size: 12px;
		text-align: initial;
	}

	.main-topbar-spotlight {
		display: flex;
		justify-content: space-between;
	}
}

.main-topbar-spotlight a {
	color: #040404;
}

.main-topbar-spotlight a:hover {
	opacity: 0.7;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-header {
	background-color: #040404;
	background: url("images/header-black-bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 10px 0;
}

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

.main-header-spotlight > * {
	text-align: center;
	/*margin-bottom: 30px;*/
	width: 33.33333%;
}

.main-header-spotlight > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.main-header {
		padding: 0;
	}

	.main-header-spotlight > * {
		margin-bottom: 0;
		width: 33.33333%;
	}

	.main-header-spotlight > *:last-child {
		text-align: right;
	}
}

/* Main Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-mobile-navigation {
	position: relative;
}

@media (min-width: 1024px) {
	.main-mobile-navigation {
		display: none;
	}
}

.main-navigation-desktop ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	font-size: 13px;
	display: none;
}

.main-navigation-desktop ul li {
	margin-bottom: 15px;
	position: relative;
}

.main-navigation-desktop ul li a {
	color: #fff;
	transition: 0.5s;
	font-family: "AvenirLTStd-Medium", sans-serif;
	display: flex;
	align-items: center;
	height: 104px;
	padding: 0 15px;
}

.main-navigation-desktop ul li a:hover {
	opacity: 0.7;
}

@media (min-width: 1024px) {
	.main-navigation-desktop ul {
		display: flex;
	}

	.main-navigation-desktop ul li {
		/*margin-right: 30px;*/
		margin-bottom: 0;
	}

	.main-navigation-desktop ul li:last-child {
		margin-right: 0;
	}
}

.main-navigation .sub-menu,
.main-navigation .children {
	display: block;
	background-color: #d4bcac;
	border-top: 0;
	padding: 0;
	position: absolute;
	/*top: 100px;*/
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	text-align: left;
	list-style: none;
}

.main-navigation .sub-menu ul,
.main-navigation .children ul {
	list-style: none;
	border-left: 0;
	left: 100%;
	top: 0;
}

.main-navigation .sub-menu li {
	margin-left: 0;
	border-bottom: 0.2px solid #dcdcdb;
}

.main-navigation .sub-menu li:last-child {
	border-bottom: none;
}

.main-navigation .sub-menu li:first-child > a:after {
	content: "";
	position: absolute;
	left: 30px;
	top: -12px;
	width: 0;
	height: 0;
}

.main-navigation .sub-menu li a {
	padding: 8px 15px;
	width: 200px;
	height: 40px;
	display: block;
	color: #040404;
	/*text-align: center;*/
	text-transform: capitalize !important;
	transition: none;
}

.sub-menu li a:hover {
	border-bottom: 0;
	color: #fff;
}

ul.main-navigation ul a,
.main-navigation ul ul a {
	/*color: #171717;*/
	margin: 0;
	width: 150px;
}

ul.main-navigation ul a:hover,
.main-navigation ul ul a:hover,
ul.main-navigation ul a:focus,
.main-navigation ul ul a:focus {
	background-color: #222;
	color: #fff;
	opacity: 1;
}

ul.main-navigation li:hover > ul,
.main-navigation ul li:hover > ul,
ul.main-navigation .focus > ul,
.main-navigation .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

/* Main Logo
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-logo img {
	max-width: 150px;
	position: relative;
	left: -60px;
}

@media (min-width: 667px) {
	.main-logo img {
		position: initial;
		left: initial;
	}
}

@media (min-width: 1024px) {
	.main-logo img {
		max-width: 270px;
	}
}

/* Main Actions
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-actions ul {
	list-style: none;
	padding-left: 0;
	padding-left: 15px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (min-width: 1024px) {
	.main-actions ul {
		padding-left: 0;
		justify-content: flex-end;
	}
}

.main-actions ul li {
	margin-left: 10px;
}

@media (min-width: 1024px) {
	.main-actions ul li {
		margin-left: 24px;
	}
}

.main-actions ul li:first-child {
	margin-left: 0;
}

.main-actions ul li img {
	max-width: 25px;
}

.master-cart {
	position: relative;
}

.menucart {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.cart-count a {
	display: flex;
	background-color: #d4bcac;
	color: #040404;
	font-family: "AvenirLTStd-Medium", sans-serif;
	padding: 5px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	font-size: 10px;
	position: relative;
	top: 12px;
	left: -15px;
	size: 11px;
	align-items: center;
	justify-content: center;
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.content-at-medium {
		width: 90%;
		max-width: 1380px;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) {
	.content-at-large {
		width: 90%;
		max-width: 1380px;
		margin: 0 auto;
	}
}

.content-row {
	width: 90%;
	max-width: 672px;
	margin: 0 auto;
}

.content-row-medium {
	width: 90%;
	max-width: 972px;
	margin: 0 auto;
}

/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main {
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.main {
		flex-direction: row;
	}

	.primary {
		width: 78%;
	}

	.secondary {
		width: 20%;
		margin-left: 2%;
	}
}

.inner-frame {
	padding: 30px;
}

/* Product
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ee-product {
	position: relative;
}

.ee-product-thumbnail {
	position: relative;
}

.ee-product span.onsale {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 40.92px;
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
	font-family: "AvenirLTStd-Heavy", sans-serif;
	border-radius: 0 !important;
}

/* Single Product
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-product-breadcrumbs {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 9px;
}

.single-product-content {
	margin-top: 20px;
}

@media (min-width: 1024px) {
	.single-product-content {
		margin-top: 0;
		padding-left: 60px;
		padding-right: 15.217391304347827%;
	}
}

.single-product-content .product_meta {
	display: none;
}

.single-product-gallery-wrapper div.images .flex-control-thumbs {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.single-product-gallery-wrapper div.images .flex-control-thumbs li {
	margin: 0 5px;
}

.single-product-gallery-wrapper div.images .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid transparent;
	transition: 0.5s;
	cursor: pointer;
}

.single-product-gallery-wrapper div.images .flex-control-thumbs li img:hover,
.single-product-gallery-wrapper
	div.images
	.flex-control-thumbs
	li
	img.flex-active {
	border: 1px solid #040404;
}

.single-product-gallery-wrapper {
	position: relative;
}

.single-product-gallery-wrapper ol.flex-control-nav.flex-control-thumbs img {
	max-width: 50px;
	margin: auto !important;
	border-radius: 50px;
}

figure.woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}

.single-product-gallery .woocommerce-product-gallery__image {
	margin-bottom: 30px;
}

.woocommerce-product-gallery__trigger,
div.woocommerce-product-gallery__image a {
	display: inline-block;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.single-product-gallery img,
.single-product-gallery-wrapper img {
	max-width: 100%;
	margin: auto;
}

.single-product-sharing {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 40px 0 30px 0;
}

@media (min-width: 667px) {
	.single-product-sharing {
		flex-direction: row;
	}
}

.single-product-sharing > * {
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 667px) {
	.single-product-sharing > * {
		margin-bottom: 0;
	}
}

.single-product-sharing > *:last-child {
	margin-bottom: 0;
}

.single-product-sharing .single-product-sharing-title {
	text-transform: uppercase;
	font-size: 9px;
	color: #222;
}

.single-product-sharing .single-product-sharing-icons-block .sharing-icons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-product-sharing .single-product-sharing-icons-block .sharing-icons img {
	max-width: 24px;
	margin: 0 10px;
}

.single-product-sharing
	.single-product-sharing-icons-block
	.sharing-icons
	img.email {
	max-width: 15px;
}

.horz-divider {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #222;
	padding: 0;
	width: 70px;
}

@media (min-width: 667px) {
	.horz-divider {
		margin: 0 10px 0 18px;
	}
}

.product_title {
	font-family: "AvenirLTStd-Medium", sans-serif;
	margin-bottom: 0;
}

.single-product-content .woocommerce-product-rating {
	margin-bottom: 15px !important;
}

.single-product-content .woocommerce-product-rating .woocommerce-review-link {
	color: #222;
	font-size: 11px;
	font-family: "AvenirLTStd-Heavy", sans-serif;
	text-decoration: underline;
}

.single-product-content
	.woocommerce-product-rating
	.woocommerce-review-link:hover {
	opacity: 0.7;
}

.single-product-price {
	margin-bottom: 0;
}

.single-product-description {
	margin: 20px 0 30px 0;
}

.reset_variations {
	text-decoration: underline;
}

.woocommerce-variation-price {
	margin-top: 15px;
}

.single-product-content select,
.single-product-content .qty {
	border: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-ms-appearance: none !important;
	border: 0 !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.single-product-content .variations {
	display: flex !important;
	align-items: center;
}

.single-product-content .variations label {
	margin: 0 !important;
	padding-right: 10px !important;
	font-size: 10px;
	text-transform: uppercase;
}

.single-product-content select {
	height: 40px !important;
	padding: 0 60px 0 10px !important;
	background: url("images/tab-arrow-down.png") no-repeat right 20px center !important;
	background-size: 12px !important;
	cursor: pointer;
}

a.reset_variations {
	margin-left: 10px;
}

.single-product-content .qty {
	height: 30px !important;
	margin-top: 0 !important;
}

.ee-quantity {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.ee-quantity-title {
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 10px;
}

.ee-quantity-drop,
.ee-quantity input.qty {
	width: 100% !important;
	max-width: 184px !important;
}

.single_add_to_cart_button {
	width: 100%;
	/*max-width: 60%;*/
	max-width: 350px;
	min-height: 50px;
	background: url("images/btn-add-cart.png") no-repeat right 20px center !important;
	background-color: #222 !important;
	background-size: 24px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 15px 0 !important;
	color: #fff;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0 !important;
}

.single_add_to_cart_button:hover {
	opacity: 0.7;
}

.single_add_to_cart_button [class^="xoo-wsc-icon-"],
.single_add_to_cart_button [class*=" xoo-wsc-icon-"] {
	display: none !important;
}

a.added_to_cart.wc-forward {
	display: none !important;
}

.accordion-tab-details {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion-tab-details-spotlight {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 15px;
	text-align: center;
}

.accordion-tab-details-spotlight img {
	max-width: 40px;
}

.accordion-tab-details-spotlight h5 {
	font-size: 10px;
}

@media (min-width: 1200px) {
	.accordion-tab-details-spotlight img {
		max-width: 60px;
	}

	.accordion-tab-details-spotlight h5 {
		font-size: 12px;
	}
}

.single-product-reviews {
	background-color: #f3eeec;
	padding: 20px;
	margin-top: 60px;
	position: relative;
}

@media (min-width: 1024px) {
	.single-product-reviews {
		padding: 40px;
		margin-top: 120px;
	}
}

.single-product-reviews-spotlight {
	background-color: #fff;
	padding: 20px;
}

@media (min-width: 1200px) {
	.single-product-reviews-spotlight {
		padding: 60px 120px;
	}
}

.love-reviews-title {
	font-family: "SagitariusSignatureFont", sans-serif;
	position: absolute;
	font-size: 40px;
	top: -45px;
	left: 40px;
}

@media (min-width: 1024px) {
	.love-reviews-title {
		font-size: 70px;
		/*top: -90px;*/
		left: 80px;
	}
}

#reviews .contributions-title,
#reviews .contributions-form-title,
#reviews #contributions-list-title,
#reviews .commentlist .avatar {
	display: none;
}

.woocommerce #reviews .product-rating .product-rating-summary,
.woocommerce-page #reviews .product-rating .product-rating-summary {
	width: 90%;
}

.product-rating-details {
	font-size: 12px;
}

.product-rating-details .rating-number a {
	color: #040404;
}

.woocommerce
	#reviews
	.product-rating
	.product-rating-details
	table
	td.rating-graph
	.bar,
.woocommerce-page
	#reviews
	.product-rating
	.product-rating-details
	table
	td.rating-graph
	.bar {
	height: 1px;
	background-color: #040404;
}

form label {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-weight: normal;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-weight: normal;
}

#reviews form input,
#reviews form textarea {
	border-radius: 0 !important;
}

#reviews .wc-product-reviews-pro-form-submit-row button {
	background-color: #000 !important;
	color: #fff !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	min-height: 40px;
	display: flex !important;
	align-items: center !important;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
	width: 100%;
	max-width: 200px;
	border-radius: 0 !important;
}

#reviews .wc-product-reviews-pro-form-submit-row button:hover {
	opacity: 0.7;
}

#reviews .woocommerce-review__author,
#reviews .contribution-actions small {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	color: #040404;
}

#reviews .contribution-type-selector {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 768px) {
	#reviews .contribution-type-selector {
		flex-direction: row;
	}
}

#reviews .contribution-type-selector a {
	width: 100%;
	padding: 8px 15px;
	border: 1px solid #040404;
	color: #040404;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	flex-direction: row;
}

@media (min-width: 768px) {
	#reviews .contribution-type-selector a {
		max-width: 200px;
		margin-right: 10px;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	#reviews .contribution-type-selector a {
		font-size: 14px;
	}
}

#reviews .contribution-type-selector a:hover,
#reviews .contribution-type-selector a.active {
	background-color: #040404;
	color: #fff;
}

#reviews .commentlist {
	padding: 0;
	display: block;
	clear: both;
	padding-top: 0;
}

#reviews #comments #comments_filter_field {
	padding: 0 !important;
	margin: 0 !important;
}

#reviews #comments #comments_filter {
	border: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-ms-appearance: none !important;
	border: 0 !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	margin: 0 !important;
	margin-top: 10px !important;
	padding: 10px !important;
	font-family: "AvenirLTStd-Medium", sans-serif;
	background: url("images/tab-arrow-down.png") no-repeat right 20px center !important;
	background-size: 12px !important;
	width: 100%;
}

.woocommerce #reviews .contributions-filter,
.woocommerce-page #reviews .contributions-filter {
	float: none;
}

p#comments_filter_field.form-row {
	width: 100% !important;
}

@media (min-width: 768px) {
	#comments_filter_field,
	#reviews #comments #comments_filter {
		width: initial;
	}

	.woocommerce #reviews .contributions-filter,
	.woocommerce-page #reviews .contributions-filter {
		float: initial;
	}
}

#reviews .commentlist li {
	padding: 0 !important;
}

#reviews .commentlist .comment-text {
	padding: 0 !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	border: 0 !important;
	font-family: "AvenirLTStd-Book", sans-serif;
}

#reviews .commentlist .comment-text img {
	max-width: 200px;
	margin-bottom: 15px;
}

.woocommerce #reviews .form-contribution,
.woocommerce-page #reviews .form-contribution {
	font-family: "AvenirLTStd-Book", sans-serif;
	padding: 10px;
	border: 2px solid rgba(34, 34, 34, 0.12);
}

.woocommerce #reviews #comments .form-contribution_comment,
.woocommerce-page #reviews #comments .form-contribution_comment {
	margin: 0 !important;
}

.star-rating-selector:not(:checked) input:checked ~ label.checkbox,
.star-rating-selector:not(:checked) label.checkbox:hover,
.star-rating-selector:not(:checked) label.checkbox:hover ~ label.checkbox,
.star-rating-selector:not(:checked) input:checked ~ label.checkbox,
.star-rating-selector:not(:checked) input:checked ~ label.checkbox:hover,
.star-rating-selector:not(:checked) label.checkbox:hover,
.star-rating-selector:not(:checked) label.checkbox:hover ~ label.checkbox {
	color: #d4bcac !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0;
}

.woocommerce-pagination .page-numbers {
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.woocommerce-pagination .page-numbers {
	color: #040404;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 3em;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent !important;
	text-decoration: underline;
	color: #040404 !important;
}

.woocommerce-pagination .page-numbers .prev:hover,
.woocommerce-pagination .page-numbers .next:hover {
	text-decoration: none;
	opacity: 0.7;
}

.single-product-insta {
	background-color: #040404;
	color: #fff;
	padding: 60px 0;
}

.single-product-insta-title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	color: #d4bcac;
	font-size: 24px;
	position: relative;
}

.prev.page-numbers::after {
	display: none !important;
}

@media (min-width: 1024px) {
	.single-product-insta-title {
		font-size: 40px;
	}
}

.single-product-insta-subtitle {
	font-size: 52px;
	font-family: "SagitariusSignatureFont", sans-serif;
	text-transform: initial;
	position: absolute;
	top: 18px;
	left: 85px;
	color: #fff;
}

@media (min-width: 1024px) {
	.single-product-insta-subtitle {
		font-size: 100px;
		top: 20px;
		left: 140px;
	}
}

.single-product-insta .content {
	text-align: center;
}

.single-product-insta #sb_instagram {
	margin-top: 0 !important;
	padding-bottom: 0 !important;
}

.single-product-instagram-title {
	display: inline-block;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 3.73px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
	.single-product-instagram-title {
		font-size: 20px;
	}
}

/* Slide Out Cart
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.xoo-wsc-container {
	font-family: "AvenirLTStd-Book", sans-serif;
}

.xoo-wsc-header {
	background-color: #f3eeec;
}

.xoo-wsc-ctxt {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.xoo-wsc-psrow {
	height: 21px;
	line-height: 21px;
}

.xoo-wsc-price {
	font-size: 12px;
}

.xoo-wsc-product {
	border-top-style: none;
	border-top-color: none;
	border-top-width: 0;
}

.xoo-wsc-ptotal .amount {
	font-weight: normal !important;
	font-size: 12px !important;
}

.xoo-wsc-sum-col .variation {
	margin-bottom: 0;
}

.xoo-wsc-qtybox {
	border: none !important;
}

.xoo-wsc-qtybox span {
	border: 0 !important;
	background-color: #ededed;
}

.xoo-wsc-tools {
	font-weight: normal;
}

div.xoo-wsc-subtotal.xoo-wsc-tool,
.xoo-wsc-tools-value .amount {
	font-size: 14px;
}

div.xoo-wsc-total.xoo-wsc-tool {
	margin-top: 30px;
}

div.xoo-wsc-total.xoo-wsc-tool,
div.xoo-wsc-total.xoo-wsc-tool span.woocommerce-Price-amount.amount {
	font-family: "AvenirLTStd-Medium", sans-serif;
	font-size: 16px;
}

.xoo-wsc-related-products .xoo-wsc-rp-right-area a.button {
	background: none;
	background-color: none;
	border: none;
	padding: 10px 0;
	text-decoration: underline;
}

.xoo-wsc-coupon-container {
	padding: 0;
}

.xoo-wsc-coupon {
	flex-direction: column;
}

#xoo-wsc-coupon-code {
	margin-bottom: 10px;
}

.xoo-wsc-coupon-submit {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	min-height: 40px;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
}

.xoo-wsc-coupon-submit:hover {
	opacity: 0.7;
}

#xoo-wsc-coupon-code {
	border-radius: 0;
	height: 40px;
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.xoo-wsc-ft-btn {
	background-color: #000 !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	min-height: 40px;
	display: flex !important;
	align-items: center !important;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
}

.xoo-wsc-ft-btn:hover {
	opacity: 0.7;
}

/* Cart
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-template-page-cart {
	margin-bottom: 0;
}

.page-template-page-cart .woocommerce-notices-wrapper div.woocommerce-message {
	display: none !important;
}

body.page-template-page-cart .inner-frame {
	padding: 0;
}

.content-cart {
	min-height: 45vh;
}

.primary-cart {
	padding: 20px;
}

@media (min-width: 1024px) {
	.primary-cart {
		width: 60%;
		padding: 60px;
	}
}

.primary-cart table {
	margin: 0 !important;
}

.secondary-cart {
	background-color: #f3eeec;
	padding: 20px;
}

@media (min-width: 1024px) {
	.secondary-cart {
		width: 40%;
		padding: 60px 30px;
	}
}

.cart-checkout-progress-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
}

.cart-checkout-progress-mobile-number {
	width: 30px;
	height: 30px;
	background-color: #040404;
	color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.cart-checkout-progress-mobile-number-title {
	font-size: 16px;
	line-height: 16px;
}

.ee-checkout-returning-customer-login {
	max-width: 820px;
	margin: 0 auto !important;
	padding-top: 17px;
}

@media (max-width: 1024px) {
	.ee-checkout-returning-customer-login {
		padding: 20px;
	}
}

.ee-checkout-returning-customer-login .toggle-heading {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.ee-checkout-returning-customer-login .woocommerce-form-login {
	display: block !important;
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.ee-checkout-returning-customer-login .woocommerce-form-login div:nth-child(2),
.ee-checkout-returning-customer-login .woocommerce-form-login div:nth-child(3) {
	width: 49%;
	display: inline-block;
}

.ee-checkout-returning-customer-login .woocommerce-form-login div:nth-child(3) {
	float: right;
}

.ee-checkout-returning-customer-login .woocommerce-form-login__submit {
	max-width: 49%;
}

.ee-checkout-returning-customer-login .woocommerce-form-login__rememberme {
	display: block !important;
}

@media (min-width: 1024px) {
	.cart-checkout-progress-mobile {
		display: none;
	}
}

.thankyou-cart-checkout-progress-mobile {
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.thankyou-cart-checkout-progress-mobile {
		display: none !important;
	}
}

.cart-checkout-progress-desktop {
	padding: 30px 0;
	text-align: center;
	display: none;
}

@media (min-width: 1024px) {
	.cart-checkout-progress-desktop {
		display: block;
	}
}

.cart-checkout-progress-desktop img {
	max-width: 600px;
	height: auto;
	margin: auto;
}

.my-shopping-cart-title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

@media (min-width: 1200px) {
	.my-shopping-cart-title {
		font-size: 1.5em;
	}
}

.ee-cart-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.ee-cart-item-body {
	width: 100%;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
}

.ee-cart-item-body:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.ee-cart-item-body {
		display: flex;
		align-items: center;
	}

	.ee-cart-item-body > * {
		width: 50%;
	}
}

.ee-cart-item-head {
	text-align: center;
}

@media (min-width: 1200px) {
	.ee-cart-item-head {
		display: flex;
		align-items: center;
	}
}

.ee-cart-item-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.ee-cart-item-footer {
		margin-top: 0;
	}
}

.ee-cart-item-footer > * {
	text-align: center;
}

.ee-cart-item-thumbnail {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.ee-cart-item-thumbnail {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

.ee-cart-item-thumbnail a {
	display: inline-block;
}

.ee-cart-item-thumbnail img {
	max-width: 100px;
}

@media (min-width: 1200px) {
	.ee-cart-item-title {
		text-align: left;
	}
}

.ee-cart-item-title a {
	color: #000;
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.ee-cart-item-title a:hover {
	opacity: 0.7;
}

.ee-quantity {
	display: flex;
}

.ee-cart-item-qty .quantity {
	max-width: 60px;
}

.single-product-content select,
.ee-cart-item-qty .quantity input {
	border-radius: 0;
	margin: 0 !important;
}

.ee-cart-item-update {
	text-align: right;
}

.ee-cart-item-update button {
	background-color: #fff;
	color: #000;
	border: 2px solid #000;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	border-radius: 0;
}

.ee-cart-item-update button:hover {
	opacity: 0.7;
}

/* Hide the "x" */

.ee-cart-item-remove a {
	text-indent: -9999px;
	border: 0;
}

.ee-cart-item-remove a:before {
	font-family: FontAwesome;
	content: "\f1f8";
	float: left;
	text-indent: 0;
}

.ee-cart-item-remove a {
	width: 15px;
	font-size: 20px;
	font-weight: 300;
	color: transparent !important;
	text-indent: -9999px;
	border: 0;
	background: url("images/icon-trash.png") no-repeat center !important;
	background-size: 15px !important;
}

.ee-cart-item-remove a:hover {
	opacity: 0.7;
}

/* Cart Totals */

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
	text-align: left !important;
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
	margin-bottom: 12px !important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: transparent !important;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	/* font-family: sans-serif !important; */
	/* font-family: "AvenirLTStd-Heavy", sans-serif !important; */
	font-family: "AvenirLTStd-Medium", sans-serif !important;
	font-size: 14px !important;
}

.cart_totals table td {
	font-family: "AvenirLTStd-Book", sans-serif !important;
}

/* #add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	font-family: "AvenirLTStd-Medium", sans-serif !important;
} */

table.shop_table.shop_table_responsive {
	width: 100% !important;
}

.woocommerce-remove-coupon {
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 12px solid transparent !important;
}

@media (min-width: 1024px) {
	#add_payment_method .cart-collaterals .cart_totals table th,
	.woocommerce-cart .cart-collaterals .cart_totals table th,
	.woocommerce-checkout .cart-collaterals .cart_totals table th {
		width: 45% !important;
		padding-right: 20px !important;
	}
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin-top: 30px !important;
	text-align: center;
}

#shipping_method {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
	display: none !important;
}

.shipping-calculator-button {
	font-size: 12px !important;
	text-decoration: underline;
	font-weight: bold !important;
}

.cart_totals form label,
.ee-checkout-secondary form label {
	font-family: sans-serif !important;
}

.ywgc-remove-gift-card {
	font-size: 12px !important;
	text-decoration: underline !important;
}

/* .cart_totals {
	float: none !important;
	width: 100% !important;
}

.cart_totals h2 {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
}

.cts-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.cts-row > * {
	flex-grow: 1;
}

.cts-row > *:first-child {
	width: 60%;
}

.cts-row > *:last-child {
	width: 40%;
}

div.tax-total.cts-row {
	align-items: flex-start !important;
}

.cart_totals .order-total {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4bcac;
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.order-total {
	font-family: "AvenirLTStd-Book", sans-serif;
	font-weight: normal;
	font-size: 18px;
} */

.wc-proceed-to-checkout {
	padding: 0 !important;
	margin-top: 30px !important;
}

.checkout-button {
	width: 100%;
	background-color: #000 !important;
	color: #fff;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	margin-bottom: 0 !important;
	min-height: 50px;
	display: flex !important;
	align-items: center !important;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
	border-radius: 0 !important;
}

.checkout-button:hover {
	opacity: 0.7;
	color: #fff;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	display: none;
}

.cross-sells {
	margin-top: 40px;
}

.cross-sells-section-title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.cross-sells-section-title {
		font-size: 1.5em;
	}
}

/*.cross-sells .ee-product-thumbnail {
    min-height: 250px
}*/
/* 
.cross-sells .ee-products .ee-product .ee-product-thumbnail {
	min-height: 250px;
}

@media (min-width: 768px) {
	.cross-sells .ee-products .ee-product .ee-product-thumbnail {
		min-height: 300px;
	}
}

@media (min-width: 1024px) {
	.cross-sells .ee-products .ee-product .ee-product-thumbnail {
		min-height: 250px;
	}
}

@media (min-width: 1200px) {
	.cross-sells .ee-products .ee-product .ee-product-thumbnail {
		min-height: 215px;
	}
} */

body.page-template-page-cart .products_ee_content {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 873px) {
	body.page-template-page-cart .product_ee_item {
		width: calc(33.3333333333% - 40px);
	}
}

@media (min-width: 1024px) {
	body.page-template-page-cart .product_ee_item {
		width: calc(50% - 40px);
	}

	body.page-template-page-cart .product_ee_item .product_ee_badge {
		font-size: 10px;
	}
}

@media (min-width: 1200px) {
	body.page-template-page-cart .product_ee_item {
		width: calc(33.3333333333% - 40px);
	}
}

.ee_cart_coupon {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"code"
		"btn";
	grid-gap: 20px;
	margin: 20px 0;
}

.ee_coupon_code {
	grid-area: code;
}

.ee_coupon_btn {
	grid-area: btn;
}

@media (min-width: 570px) {
	.ee_cart_coupon {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas: "code code btn";
	}
}

.ee_cart_coupon input[type="text"] {
	border-radius: 0;
}

.xoo-wsc-basket {
	z-index: 99999 !important;
}

/* Checkout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-template-page-checkout .inner-frame {
	padding: 0;
}

.checkout .woocommerce-error {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	border-top: 0 !important;
}

/* .woocommerce-form-coupon-toggle {
	display: none;
} */

body.page-template-page-checkout .woocommerce-form-login-toggle {
	display: none;
}

body.page-template-page-checkout
	.woocommerce-form-coupon-toggle
	.woocommerce-info::before {
	display: none;
}

body.page-template-page-checkout .woocommerce-form-coupon-toggle {
	max-width: 400px;
	margin: auto;
}

body.page-template-page-checkout
	.woocommerce-form-coupon-toggle
	.woocommerce-info {
	background-color: transparent;
	width: 100%;
	min-height: 46px;
	padding: 10px;
	border-radius: 0;
	border: 2px solid #000 !important;
	display: flex;
	align-items: center;
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

body.page-template-page-checkout
	.woocommerce-form-coupon-toggle
	.woocommerce-info
	a {
	text-decoration: underline;
	margin-left: 5px;
	color: #000;
	transition: 0.5s;
}

body.page-template-page-checkout
	.woocommerce-form-coupon-toggle
	.woocommerce-info
	a:hover {
	opacity: 0.9;
}

form.checkout_coupon {
	width: 90%;
	max-width: 700px;
	margin: 30px auto 30px auto !important;
	border: 2px solid #000 !important;
	border-radius: 0 !important;
}

.ee_checkout_coupon_form {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"p"
		"c"
		"b";
	grid-gap: 20px;
	margin: 20px 0;
	margin: 0 !important;
}

.ee_checkout_coupon_form p {
	padding: 0;
	margin: 0;
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

.ee_checkout_coupon_p {
	grid-area: p;
}

.ee_checkout_coupon_code {
	grid-area: c;
}

.ee_checkout_coupon_code input[type="text"] {
	width: 100%;
	min-height: 50px;
	max-height: 50px;
	border-radius: 0 !important;
	border: 2px solid #000 !important;
}

.ee_checkout_coupon_btn {
	display: b;
}

.ee_checkout_coupon_btn button {
	width: 100%;
	min-height: 50px;
	background-color: #000 !important;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
	transition: 0.5s;
}

.ee_checkout_coupon_btn button:hover {
	opacity: 0.9;
}

@media (min-width: 570px) {
	.ee_checkout_coupon_form {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas:
			"p p p"
			"c c b";
	}
}

.ee-checkout-primary {
	padding: 20px;
}

@media (min-width: 1200px) {
	.ee-checkout-primary-spotlight {
		max-width: 80%;
		margin: auto;
	}
}

@media (min-width: 1024px) {
	.ee-checkout-primary {
		width: 60%;
	}

	.ee-checkout-secondary {
		width: 40%;
	}
}

.ee-checkout-secondary table,
.ee-checkout-secondary table th,
.ee-checkout-secondary table td {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ee-checkout-returning-customer-login {
	margin-bottom: 30px;
}

.toggle-body {
	display: none;
	padding: 0;
}

.toggle-panel {
	cursor: pointer;
	/*width: 50%;*/
}

.toggle-title {
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

.toggle-heading {
	color: #000;
	background-color: #fff;
	border-color: #d6e9c6;
	padding: 10px;
	border-radius: 0;
	border: 2px solid #000;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background: url("images/btn-place-order.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	cursor: pointer;
}

.toggle-heading:hover {
	opacity: 0.7;
}

.toggle-heading span {
	font-family: "AvenirLTStd-Book", sans-serif;
	margin-left: 5px;
}

.ee-checkout-returning-customer-login input[type="text"],
.ee-checkout-returning-customer-login input[type="password"] {
	border-radius: 0;
	height: 62px;
	border: 2px solid rgba(34, 34, 34, 0.12);
	background-color: #ffffff;
	margin-bottom: 15px;
}

.ee-checkout-returning-customer-login input[type="text"]:focus,
.ee-checkout-returning-customer-login input[type="password"]:focus {
	border: 2px solid #000;
}

.ee-checkout-returning-customer-login button {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 50px;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-color: #222 !important;
	background-size: 40px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 15px 0;
	color: #fff !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0 !important;
}

.ee-checkout-returning-customer-login button:hover {
	opacity: 0.7;
}

.ee-checkout-returning-customer-login .lost_password a {
	color: #000;
	text-decoration: underline;
}

.ee-checkout-billing h3,
.ee-checkout-shipping h3,
.ee-checkout-shipping h3 span {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif !important;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.ee-checkout-billing h3,
	.ee-checkout-shipping h3,
	.ee-checkout-shipping h3 span {
		font-size: 18px;
	}
}

.ee-checkout-billing label {
	display: none !important;
}

.ee-checkout-billing .woocommerce-form__label-for-checkbox {
	display: block !important;
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

.ee-checkout-billing .create-account label {
	display: inline-block !important;
}

.ee-checkout-billing .create-account label input {
	height: initial !important;
}

.ee-checkout-billing .woocommerce-account-fields {
	margin: 30px 0 45px 0;
}

.ee-checkbox {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.7 !important;
}

.ee-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.ee-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px !important;
	width: 20px;
	border: 2px solid rgba(34, 34, 34, 0.12) !important;
	background-color: #ffffff !important;
	color: #000 !important;
}

.ee-checkbox input:checked ~ .ee-checkmark {
	background-color: #2196f3;
}

.ee-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.ee-checkbox input:checked ~ .ee-checkmark:after {
	display: block;
}

.ee-checkbox .ee-checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid black;
	border-width: 0 1.5px 1.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ee-checkout-billing .create-account label span {
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

.ee-checkout-billing .validate-required label {
	display: none !important;
}

.ee-checkout-billing .form-row,
.ee-checkout-shipping .form-row {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 15px !important;
}

.ee-checkout-billing #billing_country_field.form-row,
.ee-checkout-billing #billing_state_field {
	height: 62px;
}

.ee-checkout-shipping #shipping_country_field,
.ee-checkout-shipping #shipping_state_field {
	height: 62px;
}

.ee-checkout-shipping .form-row label {
	display: none !important;
}

.ee-checkout-billing .form-row input,
.ee-checkout-shipping .form-row input {
	border-radius: 0 !important;
	height: 40px !important;
	font-family: "AvenirLTStd-Medium", sans-serif;
	border: none !important;
	border: 1px solid #ccc !important;

	box-sizing: border-box !important;
	height: 62px !important;
	border: 2px solid rgba(34, 34, 34, 0.12) !important;
	background-color: #ffffff !important;
}

/* New Select Fix */

.ee-checkout-primary
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	background: url("images/tab-arrow-down.png") no-repeat right 20px center !important;
	background-size: 12px !important;

	box-sizing: border-box !important;
	height: 62px !important;
	border: 2px solid rgba(34, 34, 34, 0.12) !important;
	background-color: #ffffff !important;
}

.ee-checkout-primary .woocommerce form .form-row .input-text,
.ee-checkout-primary .woocommerce-page form .form-row .input-text {
	box-sizing: border-box !important;
	height: 62px;
	border: 2px solid rgba(34, 34, 34, 0.12) !important;
	background-color: #ffffff !important;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	background: url("images/tab-arrow-down.png") no-repeat right 20px center !important;
	background-size: 12px !important;
}

.ee-checkout-billing .form-row span,
.ee-checkout-shipping .form-row span {
	border-radius: 0 !important;
	height: 40px;
	line-height: 40px !important;
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.select2-container--default .select2-selection--single {
	border: 0 !important;
}

.ee-checkout-billing .form-row input:focus,
.ee-checkout-shipping .form-row input:focus {
	border: 2px solid #040404 !important;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	display: none;
}

.ee-checkout-shipping textarea {
	border-radius: 0 !important;
}

.ee-checkout-secondary {
	background-color: #f3eeec;
	padding: 20px;
}

.ee-checkout-secondary #order_review {
	font-size: 14px !important;
	font-family: "AvenirLTStd-Medium", sans-serif !important;
}

.ee-checkout-secondary #order_review table td {
	font-family: "AvenirLTStd-Book", sans-serif !important;
}

/* .ee-checkout-secondary #order_review th {
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.ee-checkout-secondary #order_review td {
	font-family: "AvenirLTStd-Book", sans-serif;
} */

@media (min-width: 1200px) {
	.ee-checkout-secondary {
		padding: 60px;
	}
}

.ee-checkout-billing h3,
.ee-checkout-shipping h3 {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
}

#ship-to-different-address h3 {
	position: relative;
	top: -3px;
}
/* 
.ee-checkout-secondary #order_review {
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.ee-checkout-secondary #order_review #payment {
	padding-top: 20px !important;
	border-top: 1px solid #ccc !important;
}

#order_review_heading {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	#order_review_heading {
		font-size: 18px;
	}
}

.ee-checkout-secondary #order_review .cart_item .product-name {
	display: flex;
	align-items: center;
	font-size: 12px;
}

.ee-checkout-secondary #order_review .cart_item .product-item-thumbnail img {
	max-width: 40px;
} */

.ee-checkout-secondary #payment {
	background-color: transparent;
}

.ee-checkout-secondary ul.wc_payment_methods.payment_methods.methods {
	padding: 0 !important;
}

.ee-checkout-secondary div.payment_box.payment_method_cod {
	background-color: transparent !important;
}

.ee-checkout-secondary div.payment_box.payment_method_cod::before {
	border: 1em solid #d4bcac !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none !important;
}

.ee-checkout-secondary div.form-row.place-order {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ee-checkout-secondary div.form-row.place-order button {
	width: 100%;
	max-width: 350px;
	background-color: #000 !important;
	color: #fff;
	letter-spacing: 2px;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	margin-bottom: 0 !important;
	margin-bottom: 15px !important;
	min-height: 50px;
	display: flex;
	align-items: center !important;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
	border-radius: 0 !important;
}

.ee-checkout-secondary div.form-row.place-order button:hover {
	opacity: 0.7;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	padding: 0;
}

/*body.wc-braintree-body .wc-braintree-new-payment-method-container .col-xs-8,
body.wc-braintree-body .wc-braintree-new-payment-method-container .col-xs-4 {
    width: 100% !important
}*/

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
	color: #000;
	text-decoration: underline;
}

a.wc_avatax_validate_address.button {
	display: none !important;
}

/*
ul.wc-braintree-product-gateways.wc_braintree_product_gateways.paypal-active>* {
    display: block !important
}

ul.wc-braintree-product-gateways {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.wc-braintree-product-gateways>* {
    width: 49%;
}

.apple-pay-button {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    border-radius: 0 !important;
    margin-top: 15px !important
}

.single_variation_wrap .wc-braintree-product-gateways-container {
    display: none !important
}

*/

/* Newsletter Subscribe */

#billing_country_field span {
	height: 60px;
	line-height: 60px !important;
}

#my_custom_checkout_field label,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: inline-block !important;
}

p.form-row.woocommerce-mailchimp-opt-in input[type="checkbox"],
#my_custom_checkout_field input[type="checkbox"] {
	height: 40px !important;
	margin-right: 25px !important;
}

#my_custom_checkout_field label,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
	span {
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

/* Thank You Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.woocommerce-order-received div.cart-checkout-progress-mobile,
body.woocommerce-order-received div.cart-checkout-progress-desktop,
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: none;
}

body.woocommerce-order-received div.thankyou-cart-checkout-progress-mobile {
	display: block;
}

@media (min-width: 1024px) {
	body.woocommerce-order-received div.thankyou-cart-checkout-progress-mobile {
		display: none;
	}

	body.woocommerce-order-received
		div.thankyou-cart-checkout-progress-desktop {
		display: block;
	}
}

.thankyou-panel-spotlight {
	padding: 20px;
}

@media (min-width: 1024px) {
	.thankyou-panel-spotlight {
		padding: 60px;
	}
}

.thankyou-panel-left {
	color: #fff;
	background: url("images/flower-outline.png") no-repeat center;
	background-size: 80%;
	background-color: #040404;
	padding: 20px;
}

@media (min-width: 768px) {
	.thankyou-panel-left {
		background-size: 70%;
	}
}

@media (min-width: 1024px) {
	.thankyou-panel-left {
		background-size: 80%;
	}
}

@media (min-width: 1300px) {
	.thankyou-panel-left {
		background-size: 70%;
	}
}

@media (min-width: 1024px) {
	.thankyou-panel-left {
		padding: 80px;
	}
}

@media (min-width: 1024px) {
	.thankyou-panel-left .thankyou-panel-spotlight {
		padding: 60px 20px;
	}
}

.thankyou-panel-right {
	background-color: #f3eeec;
}

.thankyou-panel-spotlight table {
	border: 0 !important;
}

.thankyou-panel-spotlight table th {
	border-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.thankyou-panel-spotlight table td {
	border-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

h2.woocommerce-order-details__title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
}

.thankyou-for-ordering-title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	color: #d4bcac;
	margin-bottom: 0;
}

.thankyou-for-ordering-name {
	font-family: "SagitariusSignatureFont", sans-serif;
	font-size: 54px;
	text-transform: lowercase;
	color: #fff;
	margin-left: 10px;
}

.woocommerce-order-details thead {
	display: none;
}

.woocommerce-order-details td.woocommerce-table__product-name.product-name {
	display: flex;
	align-items: center;
}

.woocommerce-order-details td.woocommerce-table__product-name.product-name a {
	color: #040404;
}

.ee-thankyou-order-review {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.ee-thankyou-order-review > * {
	flex: 0 50%;
	margin-bottom: 20px;
}

/* My Account
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-template-page-my-account .inner-frame {
	padding: 0;
}

body.page-template-page-my-account .woocommerce {
	display: flex;
	flex-direction: column;
	position: relative;
}

@media (min-width: 1024px) {
	body.page-template-page-my-account .woocommerce {
		flex-direction: row;
	}
}

/*@media (min-width: 768px) {
    body.page-template-page-my-account.logged-in.admin-bar.customize-support .woocommerce {
        display: flex;
        flex-direction: column;
    }
}*/

/*@media (min-width: 1024px) {
    body.page-template-page-my-account.logged-in.admin-bar.customize-support .woocommerce {
        display: flex;
        flex-direction: row;
    }
}*/

body.page-template-page-my-account ul.woocommerce-error {
	margin: 0;
	text-align: center;
	width: 100%;
	background-color: #000;
	color: #fff;
	position: absolute;
	width: 100%;
}

body.page-template-page-my-account ul.woocommerce-error::before {
	display: none;
}

body.page-template-page-my-account ul.woocommerce-error a {
	color: #fff;
	text-decoration: underline;
}

body.page-template-page-my-account ul.woocommerce-error a:hover {
	color: #fff;
	opacity: 0.7;
}

.ee-MyAccount-navigation-title,
.ee-MyAccount-content-title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.ee-MyAccount-navigation-title,
	.ee-MyAccount-content-title {
		font-size: 24px;
	}
}

.ee-MyAccount-navigation {
	background-color: #f3eeec;
	padding: 20px;
}

@media (min-width: 768px) {
	.ee-MyAccount-navigation {
		min-width: 250px;
	}
}

@media (min-width: 1200px) {
	.ee-MyAccount-navigation {
		min-width: 400px;
		padding: 60px;
	}
}

.ee-MyAccount-navigation-spotlight {
	width: 100%;
	margin: auto;
}

@media (min-width: 667px) {
	.ee-MyAccount-navigation-spotlight {
		max-width: 90%;
	}
}

@media (min-width: 1200px) {
	.ee-MyAccount-navigation-spotlight {
		max-width: 230px;
	}
}

.ee-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.ee-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #040404;
	color: #040404;
	width: 100%;
	min-height: 50px;
	margin: auto;
	margin-bottom: 15px;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
}

.ee-MyAccount-navigation ul li.is-active a {
	background-color: #040404;
	color: #fff;
}

.ee-MyAccount-navigation ul li a:hover {
	opacity: 0.7;
}

.ee-MyAccount-content {
	width: 100%;
	padding: 20px;
}

@media (min-width: 1200px) {
	.ee-MyAccount-content {
		padding: 60px;
	}
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
}

.ee-MyAccount-content form input {
	border-radius: 0 !important;
}

.ee-MyAccount-content form label {
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.ee-MyAccount-content fieldset {
	padding: 30px;
	margin-top: 60px;
	border: 2px solid #040404;
}

.ee-MyAccount-content form button {
	width: 100%;
	max-width: 350px;
	background-color: #000 !important;
	color: #fff !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	margin-bottom: 0 !important;
	min-height: 50px;
	display: flex !important;
	align-items: center !important;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
	border-radius: 0 !important;
}

.ee-MyAccount-content form button:hover {
	opacity: 0.7;
}

.ee-MyAccount-content a.button {
	width: 100%;
	max-width: 350px;
	background-color: #000 !important;
	color: #fff !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	margin-bottom: 0 !important;
	min-height: 50px;
	display: flex !important;
	align-items: center !important;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
	border-radius: 0 !important;
}

.ee-MyAccount-content a.button:hover {
	opacity: 0.7;
}

.woocommerce table.my_account_contributions a.button {
	width: initial !important;
	background-color: #040404 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

.ee-myaccount-action {
	display: none;
}

@media (min-width: 667px) {
	.ee-myaccount-action {
		display: initial;
	}
}

/* Accordion
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-product-accordion {
	background-color: #fff;
}

.accordion {
	border-bottom: 1px solid rgba(34, 34, 34, 0.12);
	margin-top: 30px;
}

.accordion-toggle {
	display: none;
}

.accordion-option {
	position: relative;
}

.accordion-option label {
	margin-bottom: 0;
}

.accordion-title,
.accordion-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.5s;
}

.accordion-title {
	background-color: #fff;
	padding: 15px 0;
	display: block;
	color: #010101;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	border-top: 1px solid rgba(34, 34, 34, 0.12);
	background: url("images/tab-arrow-down.png") no-repeat right 20px center !important;
	background-size: 12px !important;
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	transition: opacity 1s linear;
}

.accordion-toggle:checked + .accordion-title {
	background: url("images/tab-arrow-up.png") no-repeat right 20px center !important;
	background-size: 12px !important;
	opacity: 0.5;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
}

.products-sidebar .accordion-content {
	background-color: #fff;
}

.accordion-content .accordion-content-spotlight {
	margin: 0;
	font-size: 14px;
	padding: 0 0 30px 0;
}

.accordion-toggle:checked + .accordion-title + .accordion-content {
	max-height: 3000px;
}

.ee-single-related-products {
	padding: 0 0 40px 0;
	position: relative;
}

@media (min-width: 1300px) {
	.ee-single-related-products {
		padding: 80px 0 120px 0;
	}
}

/* Product eee-vl */

/*body.single-product .ee-vl {
    border-left: 1px solid #040404;
    height: 60px;
    position: absolute;
    left: 70px;
    margin-left: -3px;
    top: -70px;
}

@media (min-width: 1024px) {
    body.single-product .ee-vl {
        height: 100px;
        left: 120px;
        margin-left: -3px;
        top: -100px;
    }
}

@media (min-width: 1300px) {
    body.single-product .ee-vl {
        height: 540px;
        left: 130px;
        margin-left: -3px;
        top: -250px;
    }
}*/

body.single-product .ee-vl {
	display: none;
}

.ee-products .ee-product .ee-product-thumbnail {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
}

.ee-products .ee-product .ee-product-thumbnail:hover {
	opacity: 0.7;
}

.ee-upsells-title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
}

.ee-product-thumbnail {
	margin-bottom: 20px;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}

.ee-product-thumbnail img {
	width: 100%;
	overflow: hidden;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	transition: 0.3s;
}

@media (min-width: 768px) {
	.ee-product-thumbnail img {
		border-left: 1px solid #e7e7e7;
		border-right: 1px solid #e7e7e7;
	}
}

.ee-product-thumbnail img:hover,
.ee-product-thumbnail img:focus {
	opacity: 0.8;
}

.ee-products .ee-product .woocommerce-loop-product__title {
	font-family: "AvenirLTStd-Medium", sans-serif;
	color: #040404;
	margin-bottom: 0;
	font-size: 16px;
	display: block;
}

.ee-products .ee-product .price {
	font-family: "AvenirLTStd-Book", sans-serif;
	color: #040404;
}

.ee-products .ee-product a.button {
	display: none;
}

/* Login/Register
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-template-page-my-account .woocommerce-form-login,
body.page-template-page-my-account .woocommerce-form-register {
	background-color: #040404;
	color: #fff !important;
	padding: 20px !important;
	border-radius: 0;
	margin: 0 !important;
	border: 0 !important;
}

@media (min-width: 1024px) {
	body.page-template-page-my-account .woocommerce-form-login,
	body.page-template-page-my-account .woocommerce-form-register {
		padding: 60px !important;
	}
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
	display: none !important;
}

.u-columns.col2-set {
	padding: 140px 40px;
	margin: 0 !important;
	margin: auto !important;
	background: url("images/login-bg.jpg") no-repeat top;
	background-size: cover;
	display: flex;
	justify-content: center;
}

body.logged-in .u-columns.col2-set {
	background: none;
	padding: 0;
	padding-top: 30px;
}

.u-columns.col2-set > * {
	width: 100% !important;
}

@media (min-width: 1024px) {
	.u-columns.col2-set > * {
		width: 49% !important;
		margin-right: 2%;
		max-width: 550px;
	}

	.u-columns.col2-set > *:last-child {
		margin-right: 0 !important;
	}
}

.u-columns.col2-set h1 {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	color: #d4bcac;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.u-columns.col2-set h1 {
		font-size: 34px;
	}
}

body.page-template-page-my-account .woocommerce-form-login label,
body.page-template-page-my-account .woocommerce-form-register label {
	display: none;
}

body.page-template-page-my-account .woocommerce-form-login input,
body.page-template-page-my-account .woocommerce-form-register input {
	border-radius: 0 !important;
}

body.page-template-page-my-account .woocommerce-form-login button,
body.page-template-page-my-account .woocommerce-form-register button {
	width: 100%;
	background-color: #000 !important;
	color: #fff !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px !important;
	margin-bottom: 0 !important;
	min-height: 50px;
	display: flex !important;
	align-items: center !important;
	background: url("images/btn-right-arrow.png") no-repeat right 20px center !important;
	background-size: 40px !important;
	background-color: #000 !important;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
}

body.page-template-page-my-account .woocommerce-form-login button:hover,
body.page-template-page-my-account .woocommerce-form-register button:hover {
	opacity: 0.7;
}

body.page-template-page-my-account .woocommerce-form-login a,
body.page-template-page-my-account .woocommerce-form-register a {
	color: #fff;
	text-decoration: underline;
	font-family: "AvenirLTStd-Medium", sans-serif;
}

body.page-template-page-my-account .woocommerce-form-login span {
	color: #fff;
}

body.page-template-page-my-account
	.woocommerce-form-login
	p.woocommerce-LostPassword.lost_password {
	display: inline-block;
	margin-top: 15px !important;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-footer {
	background-color: #222;
	background: url("images/black-ftr-bg.png") no-repeat center;
	background-size: cover;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
}

.complementary-footer {
	display: flex;
	flex-wrap: wrap;
	color: #f3eeec;
}

.complementary-footer > * {
	flex: 100%;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.complementary-footer > * {
		flex: 1 1 50%;
	}
}

@media (min-width: 1024px) {
	.complementary-footer > * {
		flex: 1 1 33.33333%;
	}

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

.complementary-footer a {
	color: #f3eeec;
	transition: 0.5s;
}

.complementary-footer a:hover {
	opacity: 0.7;
}

.ftr-col1 {
	display: flex;
}

.ftr-col1 > * {
	flex-grow: 1;
}

.ftr-col2 {
	display: none;
}

@media (min-width: 768px) {
	.ftr-col3 {
		order: 1;
	}
}

@media (min-width: 1024px) {
	.ftr-col2 {
		display: initial;
	}

	.ftr-col3 {
		order: initial;
	}
}

.ftr-col2 img {
	max-width: 130px;
}

.ftr-col-menu ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.ftr-col-menu ul li a {
	font-size: 12px;
	transition: 0.5s;
}

.ftr-tagline {
	font-family: "SagitariusSignatureFont", sans-serif;
	font-size: 45px;
	display: inline-block;
	margin-bottom: 20px;
}

.ftr-social {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.ftr-social li {
	margin-right: 30px;
}

.ftr-social li img {
	max-width: 24px;
}

.ftr-social li img:hover {
	opacity: 0.7;
}

.copyright {
	font-size: 10px;
}

.copyright a {
	color: #fff;
	margin-left: 8px;
}

.copyright a:hover {
	opacity: 0.7;
}

/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#animatedModal {
	z-index: 99999 !important;
	background-color: #040404 !important;
}

/*#animatedModal {
    text-align: center;
}*/

#animatedModal h1,
#animatedModal h2,
#animatedModal h3 {
	color: #d4bcac;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.signature-title {
	font-size: 65px;
	line-height: 60px;
	position: relative;
	top: -3px;
	right: -8px;
}

#animatedModal p {
	color: #f3eeec;
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.94px;
	line-height: 1.6;
	text-transform: uppercase;
}

#animatedModal input[type="text"] {
	border-radius: 0;
}

#animatedModal input.ee-btn {
	background-color: transparent !important;
	border: 1px solid #f3eeec !important;
}

#animatedModal .ee-vl-inverted {
	display: inline-block;
	border-left: 1px solid #f3eeec;
	height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.modal-new-mobile {
	padding: 40px 20px;
	text-align: center;
}

@media (min-width: 667px) {
	.modal-new-mobile {
		padding: 60px;
	}
}

.modal-new-desktop {
	display: none;
	color: #f3eeec;
}

@media (min-width: 1024px) {
	.modal-new-desktop {
		display: flex;
	}
}

.modal-new-desktop > * {
	width: 50%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px;
}

.modal-new-desktop > *:first-child {
	background: url("images/guest-picture.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}

@media (min-width: 1024px) {
	.modal-new-mobile {
		display: none;
	}
}

.modal-new-mobile-ee-logo {
	max-width: 300px;
	margin: auto;
	margin-bottom: 40px;
}

@media (min-width: 1200px) {
	#animatedModal .modal-new-desktop h1 {
		font-size: 40px;
	}

	#animatedModal .modal-new-desktop h3 {
		font-size: 30px;
	}

	#animatedModal .modal-new-desktop .signature-title {
		font-size: 85px;
	}

	#animatedModal .modal-new-desktop p {
		font-size: 14px;
	}
}

.modal-new-desktop-form {
	width: 100%;
	max-width: 400px;
}

.modal-new-desktop-key img {
	max-width: 250px;
	margin-top: 30px;
}

.modal-back-spotlight {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.modal-back-content,
.modal-bought-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url("images/guest-flower.png") no-repeat center;
	background-size: 500px;
	padding: 20px;
	text-align: center;
}

.modal-back-spotlight .signature-title,
.modal-bought-spotlight .signature-title {
	font-size: 42px;
	left: 0;
}

@media (min-width: 1200px) {
	.modal-back-spotlight h3,
	.modal-bought-spotlight h3 {
		font-size: 24px;
	}

	.modal-back-spotlight .signature-title,
	.modal-bought-spotlight .signature-title {
		font-size: 65px;
		left: initial;
	}
}

.modal-back-action,
.modal-bought-action {
	width: 100%;
	max-width: 250px;
}

.modal-back-action .ee-btn,
.modal-bought-action .ee-btn {
	background-color: transparent !important;
}

/* Woocommerce Error
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.checkout .woocommerce-error {
	border: 1px solid #e0e0e0 !important;
	padding: 0 !important;
	padding: 30px !important;
}

.woocommerce-error::before {
	display: none !important;
}

.woocommerce-error li {
	color: red !important;
}

.woocommerce-error li strong {
	color: black;
}

/* Delivery
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.woocommerce-variation-availability p {
	line-height: 22px;
}

.ph_est_delivery_product_page {
	color: #000;
}

/* Cart - Addition
–––––––––––––––––––––––––––––––––––––––––––––––––– */

div.xoo-wsc-sum-col small {
	font-size: 8px;
}

a.xoo-wsc-remove.xoo-wsc-icon-trash {
	padding: 0;
}

.cart-totals-spotlight {
	visibility: hidden;
}

.cart-totals-spotlight > * {
	visibility: visible;
}

/* Review Order - Checkout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* #order_review .cart_item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
} */

.review-order-product-name {
	display: flex;
	flex-direction: column;
	font-size: 12px;
}

.review-order-product-quantity {
	font-size: 12px;
}

.review-order-product-total {
	min-width: 100px;
}

.review-order-cart-subtotal {
	display: flex;
}

.review-order-cart-subtotal > * {
	width: 50%;
}

.review-order-cart-shipping-after {
	display: none;
}

.review-order-footer {
	font-family: "AvenirLTStd-Book", sans-serif;
	margin-top: 30px;
}

.review-order-footer > * {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

/*.review-order-footer > *:last-child,*/
div.review-order-order-total {
	margin-top: 30px;
	font-family: "AvenirLTStd-Medium", sans-serif;
	font-size: 16px;
}

.review-order-footer > * > *:last-child {
	width: 100px;
}

.review-order-cart-shipping-after {
	display: none;
}

/* Review Order - Thank You page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.order-details-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px !important;
}

.order-item-name {
	font-size: 12px;
}

.order-item-name span {
	width: 70px !important;
}

.order-item-name a {
	color: #000;
}

.order-item-qty {
	font-size: 12px;
}

.order-details-item .product-total {
	min-width: 120px;
}

.order-details-footer {
	margin-top: 30px;
}

.order-details-footer > * {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.order-details-footer > *:last-child {
	display: none;
}

.order-details-footer > *:nth-last-child(2) {
	margin-top: 30px;
	font-weight: bold;
	font-size: 16px;
}

.order-details-footer > * > *:last-child {
	width: 120px;
}

#wc_braintree_paypal_container {
	margin-top: 15px;
}

#wc_braintree_paypal_container iframe,
#wc-braintree-paypal-paypal-form {
	height: 57px !important;
}

#wc-braintree-paypal-paypal-form,
#wc-braintree-credit-card-credit-card-form {
	padding: 0;
	border: none;
}

li.wc_payment_method {
	position: relative;
}

li.wc_payment_method .input-radio {
	position: absolute;
	top: 7px;
}

li.wc_payment_method label {
	display: block;
	width: 100%;
	padding-left: 20px;
}

li.wc_payment_method label img {
	float: right;
}

.woocommerce
	#payment
	div.payment_method_braintree_credit_card
	.wc-braintree-hosted-field-card-number {
	background-image: none !important;
}

@media (max-width: 1565px) {
	#wc_braintree_paypal_container iframe {
		height: 45px !important;
	}
}

@media (max-width: 1023px) {
	#wc_braintree_paypal_container iframe {
		height: 57px !important;
	}
}

/* ==================================================
   EE WOO SHOP, CATEGORY, SEARCH PAGE, SEARCH FORM
================================================== */

/* General EE Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix_ee:before,
.clearfix_ee:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both;
}

.pad_top_small {
	padding-top: 30px;
}

.pad_bottom_small {
	padding-bottom: 30px;
}

.pad_vert_small {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 1024px) {
	.pad_top_medium_at_large {
		padding-top: 60px;
	}

	.pad_bottom_medium_at_large {
		padding-bottom: 60px;
	}

	.pad_vert_medium_at_large {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.inner-frame {
	padding: 0;
}

/* Search EE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.search-trigger {
	cursor: pointer;
}

.search-bar {
	display: none;
	background-color: #040404;
	padding: 30px;
}

@media (min-width: 1200px) {
	.search-bar {
		padding: 40px;
	}
}

.search-bar form {
	max-width: 870px;
	margin: auto;
	border-bottom: 1px solid #fff;
}

.search-bar .searchandfilter ul,
.search-bar .searchandfilter ul li {
	padding: 0;
	margin: 0;
}

.search-bar .searchandfilter ul {
	display: flex;
	align-items: center;
	width: 100%;
}

.search-bar .searchandfilter ul li.sf-field-search {
	width: 100%;
}

.search-bar .searchandfilter ul li input[type="text"] {
	width: 100%;
	background-color: #040404;
	letter-spacing: 3.73px;
	color: #d4bcac !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	text-transform: uppercase;
	border: 0;
}

.search-bar input[type="submit"] {
	background-image: url("images/icon-search.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center center;
	background-color: #040404;
	transition: 0.5s;
}

.search-bar input[type="submit"]:hover {
	background-color: #040404;
}

.search-bar .searchandfilter ul li label {
	display: block;
	width: 100%;
}

/* Placeholder text color -- selectors need to be separate to work. */
.search-bar ::-webkit-input-placeholder {
	letter-spacing: 3.73px;
	color: #d4bcac !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif !important;
}

.search-bar :-moz-placeholder {
	letter-spacing: 3.73px;
	color: #d4bcac !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif !important;
}

.search-bar ::-moz-placeholder {
	letter-spacing: 3.73px;
	color: #d4bcac !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif !important;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

.search-bar :-ms-input-placeholder {
	letter-spacing: 3.73px;
	color: #d4bcac !important;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif !important;
}

/* Shop EE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.woo_ee_page_banner {
	height: 0;
	padding-bottom: 30%;
	background: #e6e6e6;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	transition: 0.7s;
}

.woo_ee_page_banner img {
	width: 100%;
	display: block;
	text-align: center;
}

.woo_ee_page_title {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	color: #fff;
	text-transform: uppercase;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
}

@media (min-width: 1200px) {
	.woo_ee_page_title {
		font-size: 40px;
	}
}

@media (min-width: 1700px) {
	.woo_ee_page_title {
		font-size: 60px;
	}
}

.woo_ee_page_description {
	text-align: center;
	font-size: 17px;
	width: 90%;
	max-width: 970px;
	margin: auto;
}

.woo_ee_page_description p {
	margin-bottom: 0;
}

.woo_cat_ee_carousel {
	padding: 20px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.woo_cat_ee_carousel.is-hidden {
	display: none;
}

.woo_cat_ee_carousel.flickity-enabled {
	opacity: 1;
}

.woo_cat_ee_carousel_item {
	text-align: center;
	margin: 0 10px;
}

.woo_cat_ee_carousel_item a {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	letter-spacing: 2px;
	color: #222222;
	text-transform: uppercase;
}

.ee_current_link {
	color: #a27755 !important;
}

/* Page EE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page_ee_content {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

/* Products EE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.products_ee_content,
.results_ee_content {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

.products_ee,
.results_ee {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: -30px;
}

@media (min-width: 667px) {
	.products_ee,
	.results_ee {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -30px;
	}
}

@media (min-width: 957px) {
	.products_ee,
	.results_ee {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -40px;
	}
}

@media (min-width: 1200px) {
	.products_ee,
	.results_ee {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -40px;
	}
}

.products_ee > *,
.results_ee > * {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
}

@media (min-width: 667px) {
	.products_ee > *,
	.results_ee > * {
		width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
}

@media (min-width: 957px) {
	.products_ee > *,
	.results_ee > * {
		width: calc(33.3333333333% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.products_ee > *,
	.results_ee > * {
		width: calc(25% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 40px;
	}
}

/* Product
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.product_ee_thumbnail,
.post_ee_thumbnail {
	height: 0;
	padding-bottom: 132.9%;
	background: #e6e6e6;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	transition: 0.7s;
	margin-bottom: 15px;
}

.product_ee_thumbnail img,
.post_ee_thumbnail img {
	width: 100%;
	display: block;
	text-align: center;
}

.product_ee_thumbnail:hover,
.post_ee_thumbnail:hover {
	opacity: 0.7;
}

.product_ee_badge {
	background-color: #f2eeec;
	color: #a27755;
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	letter-spacing: 1.05px;
	text-transform: uppercase;
	padding: 8px 15px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 5px;
	margin-bottom: 10px;
}

.product_ee_item a,
.post_ee_item a {
	text-decoration: none;
}

.woocommerce-loop-product__title,
.post_ee_item_title,
.post_ee_title {
	color: #010101;
	font-family: "AvenirLTStd-Medium", sans-serif;
	font-size: 16px;
	transition: 0.5s;
}

@media (min-width: 1200px) {
	.woocommerce-loop-product__title,
	.post_ee_item_title,
	.post_ee_title {
		font-size: 17px;
	}
}

@media (min-width: 1700px) {
	.woocommerce-loop-product__title,
	.post_ee_item_title {
		font-size: 20px;
	}
}

.woocommerce-loop-product__title {
	display: block !important;
}

.post_ee_title a {
	color: #000;
	transition: 0.5s;
}

.woocommerce-loop-product__title:hover,
.post_ee_item_title:hover,
.post_ee_title a:hover {
	opacity: 0.7;
}

.product_ee_item .star-rating {
	display: none;
}

.product_ee_item .price {
	font-family: "AvenirLTStd-Medium", sans-serif;
}

.product_ee_item .price bdi {
	color: #8d8d8d;
}

/* Products Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.woocommerce-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f3eeec;
	padding: 20px 0;
}

.woocommerce-pagination a {
	color: #222222;
}

.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current:hover {
	text-decoration: none !important;
}

/* EE Search Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.search_results_section {
	border-top: 2px solid #222;
}

h2.search_results_section_title {
	font-family: "AvenirNextLTPro-DemiCn", sans-serif;
	font-size: 24px;
	padding-top: 30px;
	margin-bottom: 30px !important;
	text-transform: uppercase;
}

/* EE Gift Card
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ywgc-main-form-preview-container {
	box-shadow: none !important;
	min-height: auto !important;
}

.gift-cards-list h3 {
	display: block !important;
}

.ywgc_enter_code {
	padding: 0 !important;
	margin: 0 !important;
}

.ywgc_have_code .woocommerce-info {
	background-color: transparent;
	width: 100%;
	max-width: 400px;
	min-height: 46px;
	padding: 10px;
	margin-top: 30px;
	border-radius: 0;
	border: 2px solid #000 !important;
	display: flex;
	align-items: center;
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

.ywgc_have_code .woocommerce-info::before {
	display: none;
}

.ywgc_have_code .woocommerce-info a {
	margin-left: 8px;
	text-decoration: underline;
	color: #000 !important;
}

/* .ywgc_enter_code div {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "p"
	"g"
	"b";
	grid-gap: 20px;
	margin: 20px 0;
	margin: 0 !important;
} */

.ywgc_enter_code div {
	width: 90%;
	max-width: 700px;
	padding: 20px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 2px solid #000 !important;
	border-radius: 0 !important;
}

.ywgc_enter_code p {
	padding: 0;
	margin: 0;
	font-family: "AvenirLTStd-Heavy", sans-serif;
}

/* .ywgc_enter_code p {
	grid-area: p;
}

.ywgc_enter_code .form-row-first {
	grid-area: g;
} */

.ywgc_enter_code .form-row-first,
.ywgc_enter_code .form-row-last {
	padding: 0 !important;
	margin: 0 !important;
}

.ywgc_enter_code input[type="text"] {
	width: 100%;
	min-height: 50px;
	max-height: 50px;
	border-radius: 0 !important;
	border: 2px solid #000 !important;
}

/* .ywgc_enter_code .form-row-last {
	display: b;
} */

.ywgc_enter_code button {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 50px;
	background-color: #000 !important;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
	transition: 0.5s;
}

.ywgc_enter_code button:hover {
	opacity: 0.9;
}

@media (min-width: 570px) {
	.ywgc_enter_code div {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas:
			"p p p"
			"g g b";
	}
}

.ywgc_enter_code .clear {
	display: none !important;
}

.ywgc_enter_code .form-row {
	width: 100% !important;
	max-width: 100% !important;
}

.ywgc_enter_code .form-row-first,
.ywgc_enter_code .form-row-last {
	margin-top: 15px !important;
}

@media (min-width: 570px) {
	.ywgc_enter_code .form-row-first {
		max-width: 58% !important;
		margin-right: 2% !important;
	}

	.ywgc_enter_code .form-row-last {
		max-width: 40% !important;
	}
}

.ywgc_enter_code .form-row-last button:hover {
	background-color: #000 !important;
	opacity: 0.7 !important;
}

.gift-cards-list button {
	min-height: 40px !important;
	max-height: 40px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.gift-cards-list button:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.gift-cards-list button.selected_button:hover {
	opacity: 0.7 !important;
}
