/* CSS Document */
@import url("old-styles.css?v=.03");

body, html {
	margin:0;
	font-family:Sansation, sans-serif;
}
* { box-sizing:border-box; }
a { 
	text-decoration:none;
	transition: color .3s;
}
.container {
	width: auto;
	max-width: 1280px;
	margin:0 auto;
	padding: 0 40px;
}

/* HEADER */
.header {
	position: relative;
	z-index: 600;
}
.header-top {
	background-color:#000;
	font-weight:300;
	padding: 0;
	overflow: hidden;
}
.header-top .container { max-width:1280px; padding: 0 40px; }
.header-top-info {
    text-align: justify;
    position: relative;
    padding: 0;
    margin: -8px 0;
    word-spacing: 20px;
}
ul.header-top-info::before {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top:  -1px;
    z-index: -1;
    content: "";
}
ul.header-top-info::after {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top:  -1px;
    z-index: -1;
    content: "";
}
.header-top-info > li {
    display: inline-block;
    word-spacing: normal;
    color: #FFF;
    text-align: left;
    max-width: 30%;
}
.header-top-info a {
    color: #FFF;
}
.header-top-info i {
    font-size: 1.5em;
    line-height: 1;
    height: 1em;
    vertical-align: middle;
    margin-right: 1em;
    transition: transform .3s;
}
.header-top-info li > span,
.header-top-info li a > span {
    display: inline-block;
    vertical-align: middle;
    font-size: .75em;
}
.header-top-info li a:hover > span { text-decoration: underline; }
.header-top-info li a:hover > i { transform: scale(1.1);}
.header-top-info li.header-phone a > span {white-space: nowrap;}
.header-top-info .header-top-label {
    display: none;
}
span.header-top-detail ul {
    padding: 0;
}
.header-info-menu {
    padding: 20px 65px 20px 20px;
    background-color: #EFEFEF;
    position: absolute;
    width: 100%;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0,0,0,.5);
}
.header-info-menu h3 {
    margin: 0;
    font-size: 1.5em;
}
.header-info-menu p {
    margin-bottom:  0;
    font-size: 1.25em;
}
.header-info-menu ul {
	padding: 0;
	font-size: 1.25em;
	margin-bottom: 0;
}
.header-info-menu li.store_hours_days { display: block; }
.header-info-menu li.store_hours_days::after {
	content:"";
}
.header-info-menu p a {
	color: #333;
	text-decoration: underline;
	font-size:1.5em;
}
.header-info-menu p a:hover { color: #666; }
.header-info-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3em;
    font-family: serif;
    width: 1em;
    height: 1em;
    text-align: center;
    transition: transform .2s;
    cursor: pointer;
}
.header-info-close:hover {
    transform: scale(1.1);
}
li.store_hours_days { display:inline-block; }
li.store_hours_days span {
    font-size: 1em;
    vertical-align: unset;
}
li.store_hours_days::after {
    content: ",";
    margin-right: .25em;
}
li.store_hours_days:last-child::after {
    content: "";
    margin:0;
}
li.store_hours_days.store_hours_closed {
    display: block;
}
li.store_hours_days.store_hours_closed::after {
    content: "";
    margin:0;
}
a.header-order-button {
    border: 2px solid;
    padding: 9px 14px;
    display: inline-block;
    margin: -6px 0;
    border-radius: 5px;
    font-size: 1.14em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    transition: background-color .3s;
}
a.header-order-button:hover { background-color:#333; }
.header-top-links {
	list-style: none;
	margin: 0 0 0 auto;
	padding: 10px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.header-top-links li {
	display:inline-block;
	padding: 0 1em;
	border-left: 1px solid;
	line-height: 1;
}
.header-top-links li:first-child { border:none; }
.header-top-links li a {color: #000;}
.header-top-links li a:hover { color: #BBB; }

.header-top-links i {
    display: inline-block;
    width: 2em;
    height: 2em;
    font-size: .8em;
    vertical-align: middle;
    position: relative;
    background-color: #999;
    border-radius: 1em;
    margin-right: .5em;
    text-align: center;
	transition: transform .3s;
}
span.cart_total_items {
    display: inline-block;
    padding: 0 .1em;
    position: relative;
	top: .13em;
    font-size: 1.15em;
}
.header-top-links li a:hover i { transform: scale(1.1); }
.header-top-links li a:hover i::before { color:#FFF; }
.header-top-links i.fas.fa-shopping-cart::before { height:.7em; }
.header-main {padding: 0px 0;background: #FFF;}
.header-main .container {display:table;width: 100%;min-height: 120px;}
.header-inner {
	display: table-row;
	vertical-align: middle;
	text-align:center;
	width:100%;
	height:100%;
}
.header-logo {
	display: table-cell;
	padding-right: 60px;
	vertical-align: middle;
	max-width: 180px;
	overflow: hidden;
}
.header-logo a {
    display: block;
    margin: -3vw 0;
}
.header-logo img {
	max-width:100%;
	height:auto;
	display: block;
	margin: 0;
}
.search-container {
	display: table-cell;
	vertical-align:middle;
	text-align:left;
	width: 460px;
}
input#quick_search {
    width: calc(100% - 120px);
    -webkit-appearance:  none;
    border: 2px solid #CCC;
    box-shadow: none;
    float: left;
    margin-right: 15px;
    height: 45px;
    border-radius: 20px;
    padding-left: 3.5em;
    font-size: 16px;
    outline: none;
}
input#quick_search::placeholder {
	color:#CCC;
}
button#button_search {
    -webkit-appearance: none;
    background: #000;
    border: none;
    border-radius: 15px;
    color: #FFF;
    height: 45px;
    width: 100px;
    font-weight: 300;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    transition: background-color .3s;
}
button#button_search:hover { background-color:#333; }
.search-container i.fa.fa-search {
    position: absolute;
    left: .5em;
    color: #CCC;
    font-size: 1.75em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
}
.search-wrap {
    position: relative;
}
.search-wrap::after {
    content: '';
    display: block;
    clear: both;
}
div#eac-container-quick_search {
    width: calc(100% - 120px);
}
nav {
	background: #EFEFEF;
	text-align:center;
	box-shadow: 0 7px 15px rgba(0,0,0,.25);
}
.header-nav {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
	text-align: justify;
	width: 100%;
}
.header-nav::after {
	display: inline-block;
	width: 100%;
	content: "";
}
.header-nav li {
	display:inline-block;
	font-size: 1em;
	margin: 0 .5em -1em .5em;
	position:relative;
}
.header-nav li a {
	display:block;
	color: #000;
	text-transform:uppercase;
	padding: 21px 7px;
	position:relative;
	line-height: 1;
}
.header-nav li a:hover,.header-nav li a:focus-within { color:#454545; }
.header-nav li a::after {
	content: '';
	display:block;
	height: 2px;
	width:100%;
	position:absolute;
	bottom: 14px;
	left:0;
	background-color: transparent;
	transition: background-color .3s;
}
.header-nav li a:hover::after { background-color:#454545; }
.header-nav li.header-nav-active a:hover { color: #000; cursor:default; }
.header-nav li.header-nav-active a::after { background-color: #000; }
.header-nav li.header-nav-active a:hover::after { background-color: #000; }
.header-nav li.dropdown {position: relative;}
.header-nav li ul.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: #EFEFEF;
    padding: 0;
    width: auto;
    min-width: 250px;
    text-align: left;
    font-size: .875em;
    box-shadow: 0 3px 3px rgba(0,0,0,.35);
}
.header-nav li.open > ul.dropdown-menu {
    display: block;
}
.header-nav li:last-child ul.dropdown-menu {
    right: -10px;
    left:inherit;
    text-align: right;
}
.header-nav li ul.dropdown-menu li {
    display: block;
    width: 100%;
    margin: 0;
}
.header-nav li ul.dropdown-menu li a {
    padding: .75em 17px;
    transition: background-color .25s;
}
.header-nav li ul.dropdown-menu li a:hover{
	background-color: #F6F6F6;
}
.header-nav li ul.dropdown-menu li a:hover::after {
	display: none;
}


/* FOOTER */

.footer-top {
    background: #000;
    color: #FFF;
    overflow: hidden;
}
.footer-social-links {
    display: inline;
}
.footer-social {
    text-align: justify;
}
.footer-social::after, .footer-social::before {
    display: inline-block;
    width: 100%;
    content:'';
}
.footer-social h3 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 1.5em;
}
.footer-social-links a {
    color: #FFF;
}
.footer-social-links a span {
    font-size: 1.3em;
    margin-left: 1em;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.footer-social-links a i {
    color: #FFF;
    display: inline-block;
    width: 2.875em;
    height: 2.875em;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #999;
    position: relative;
    transition: transform .25s;
}
.footer-social-links a i::before {
    font-size: 1.5em;
    line-height: 1;
    width: 100%;
    height: 1em;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.footer-social-links a:hover i {
	transform: scale(1.1);
	text-decoration: none;
}
.footer-social-links a:hover span {
	text-decoration: underline;
}
.footer-social-links a.footer-social-fb i {
    background: #3e5c9a;
}
.footer-social-links a.footer-social-pn i {
    background: #cd2129;
}
.footer-social-links a.footer-social-ig i {
    background: #dc2743; 
    background: -moz-linear-gradient(45deg, #ebaf4a 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #923b9f 100%); 
    background: -webkit-linear-gradient(45deg, #ebaf4a 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#923b9f 100%); 
    background: linear-gradient(45deg, #ebaf4a 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#923b9f 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebaf4a', endColorstr='#923b9f',GradientType=1 );
}
.footer-social-links a.footer-social-tw i {
    background: #29a9e1;
}
.footer-middle {
    background: #E6E6E6;
    text-align: center;
    padding: 2em 0;
}
.footer-middle h3 {
    margin: 0;
    font-size: 1.5em;
}
.footer-middle ul {
    margin: 2em 0 -1em 0;
    text-align: justify;
    padding: 0;
    word-spacing: 20px;
}
.footer-middle ul::after {
    content: "";
    display: inline-block;
    width: 100%;
}
.footer-middle ul li {
    display: inline-table;
    text-align: left;
    word-spacing: normal;
    width: 15%;
    vertical-align: top;
}
.footer-middle ul li a {
    color: #000;
    font-size: 1.15em;
    line-height: 1;
    display: table-cell;
    vertical-align: top;
}
.footer-middle ul li a:hover { text-decoration:underline; }
.footer-middle ul li::before {
    content: " \2022";
    display: table-cell;
    vertical-align: top;
    font-size: 1.5em;
    padding-right: .25em;
    line-height: .7;
}
.footer-nav {
    background: #000;
    color: #FFF;
    padding: 2em 0;
    overflow: hidden;
}
.footer-nav-wrapper {
    margin-right: -40px;
    position: relative;
    min-height: 160px;
}
.footer-nav-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.footer-nav ul {
    margin: 0 0 2em 0;
    padding: 0;
    float: left;
    width: 25%;
}
.footer-nav ul li {
    padding-right: 40px;
}
.footer-nav ul li h4 {
    font-size: 1.25em;
    border-bottom: 1px solid;
    margin: 0 0 .5em 0;
}
.footer-nav ul li a {
    font-size: .9em;
    color: #FFF;
    line-height: 1;
    margin: .75em 0;
    display: block;
}
.footer-nav ul li a:hover { text-decoration:underline; }
.footer-bottom {
    background: #000;
    color: #FFF;
    padding: 1em 0 2em 0;
}
.footer-bottom ul {
    text-align: center;
    margin: 0;
    padding: 0;
    word-spacing: 3em;
}
.footer-bottom ul li {
    display: inline-block;
    word-spacing: normal;
    vertical-align: top;
}
.footer-nav ul.footer-powered-by-wrapper {float:right;}
.footer-powered-by {
    display: table;
    position: absolute;
    bottom: 2.5em;
    width: 25%;
}
.footer-powered-by h4 {
    font-family:  sans-serif;
    margin: 0;
    font-size: .9em;
}
.footer-nav ul li .footer-powered-by h4 {
	border-bottom: none;
	font-size: .9em;
}
.footer-powered-by img {
    width: 180px;
    max-width: 100%;
}
.footer-powered-by h5 {
    font-family: sans-serif;
    margin: 0;
    font-size: .8em;
    font-weight: normal;
}

/* RESPONSIVE */
@media (max-width:1200px) {
	.search-container { width: 45%; }
	.header-logo a { margin: 0; }
	.header-logo img { margin: -30px 0; }
	.header-top-info > li {max-width: 25%;}
	.header-top-detail {max-width: calc(100% - 4.5em);}
}
@media (max-width:1024px) {
	body, html { font-size:14px; }
	input#quick_search {width: calc(100% - 105px);}
	.header-top-info > li {max-width: 25%;}
	.header-top-detail {max-width: calc(100% - 4.5em);}
	.footer-social h3 {
		display: block;
		text-align: center;
		margin-bottom: 1em;
	}
	.header-logo { padding-right:30px; }
	.header-top-links li { padding: 0 .75em; }
}
@media (max-width:880px) and (min-width:769px) {
	body, html { font-size:13px; }
	.header-nav li {margin: 0 0 -1em 0;}
	.search-container {width: 40%;}
	.header-top-links li { font-size:.9em; padding: 0 .5em; }
	
}
@media (min-width:769px) {
    .mobile { display: none !important; }
    .header-nav li:hover > ul.dropdown-menu { display: block; }
	.header-nav li.dropdown > a {padding-right: 24px;}
	.header-nav li.dropdown::before {content: " ";float: right;position: absolute;right: 0;top: 20px;z-index: 5;width: 12px;height: 12px;border: 1px solid;border-radius: 50%;}
	.header-nav li.dropdown::after {content: " ";float: right;position: absolute;right: 0;top: 19px;z-index: 6;width: 4px;height: 4px;border-right: 2px solid;border-bottom: 2px solid;margin: 4px;transform: rotateZ(45deg);transition: transform .25s;}
	.header-nav li.dropdown.open::after,.header-nav li.dropdown:hover::after {transform: rotateZ(-135deg);top: 21px;}
	
	.footer-nav ul.footer-empty:nth-child(5) + ul.footer-empty {
		clear:both;
		margin-bottom: 160px;
	}
	.footer-nav ul.footer-powered-by-wrapper:nth-child(6) {
		clear:none;
		margin-bottom: inherit;
	}
}
@media (max-width:768px) {
	body, html { font-size:16px; }
	.container {padding: 0 20px;}
	.desktop, .header-nav.desktop { display: none; }

	.header-top-links {margin: 0 auto;display: block;background: #EFEFEF;text-align: center;}
	.header-top { padding: 0 20px; }
	.header-top-info > li {max-width: none;cursor: pointer;}
	.header-top-info > li:hover { background-color:#333; }
	.header-top-info > li:hover i { transform:scale(1.1); }
	.header-top-info .header-top-detail { display: none; }
    .header-top-info .header-top-label { display: inline-block; }
    .header-top-info > li.active {
        background: #454545;
    }
    .header-top-info > li.active .header-top-label {
        text-decoration: underline;
        font-weight: bold;
    }
	.header .container { padding:0; }
	.header-top .container i { margin-right:.5em; }
	.header-inner {display:block;}
	.header-main {
		padding: 0;
		box-shadow: 0 7px 15px rgba(0,0,0,.25);
	}
	.header-main .container {display:block;min-height: 90px;}
	.header-logo {
		display: block;
		margin: 10px 0;
		text-align: center;
		position: relative;
		max-width: unset;
		padding: 0 20px;
	}
	.header-logo a {
		display: block;
		max-width: 150px;
	}
	.search-container {
		display:block;
		width: 100%;
		padding: 5px 20px;
	}
	input#quick_search {width: calc(100% - 120px);}
	button#button_search {
		border: 1px solid #999;
	}
	.mobile-nav {
		color: #000;
		text-transform: uppercase;
		text-align: right;
		font-size: 1.4em;
		width: 1.8em;
		height: 1.4em;
		position: absolute;
		cursor: pointer;
		right: 20px;
		bottom: 0;
		top: 0;
		margin: auto;
		border-radius: 3px;
	}
	.header-nav {
		margin: 0;
		border-top: 1px solid #FFF;
		display: block;
		position: absolute;
		background: #000;
		width: 100%;
		z-index: 100;
		box-shadow: 0 10px 20px rgba(0,0,0,.5);
	}
	.header-nav::after {
		content: none;
		display: none;
	}
	.header-nav li {
		display: block;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #999;
	}
	.header-nav li a {
		padding: 10px 20px;
		transition: background .3s;
		color: #FFF;
	}
	.header-nav li a:hover,
	.header-nav li.header-nav-active a,
	.header-nav li a:focus-within {
		background: #454545;
		color:  #EEE;
	}
	.header-nav li a::after { display:none; }
	#menu-toggle {
		display: inline-block;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		line-height: 1;
		position: relative;
		top: -3px;
	}
	#menu-toggle::after, #menu-toggle::before,#menu-toggle::after, #menu-toggle div {
		content: '';
		display: block;
		height: 4px;
		border-radius: 6px;
		width: 100%;
		background: #000;
		position: absolute;
		left: 0;
	}
	#menu-toggle::after{
		bottom:0;
	}
	#menu-toggle div {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.header-top-links li { padding: 0 1em; }
	.header-nav li ul.dropdown-menu, .header-nav li:last-child ul.dropdown-menu {
		position: static;
		text-align: left;
		background: transparent;
		border-top: 1px solid #444;
	}
	.header-nav li ul.dropdown-menu li {
		border-bottom-color: #333;
	}
	.header-nav li ul.dropdown-menu li a {
		padding-left: 3em;
	}
	.header-nav li ul.dropdown-menu li a:hover {
		background-color: #333;
    }
    .header-nav li.dropdown::before {content: " ";color: #FFF;float: right;position: absolute;right: 20px;top: 10px;z-index: 5;width: 14px;height: 14px;border: 1px solid;border-radius: 50%;}
	.header-nav li.dropdown::after {content: " ";color: #FFF;float: right;position: absolute;right: 20px;top: 9px;z-index: 6;width: 5px;height: 5px;border-right: 2px solid;border-bottom: 2px solid;margin: 4px;transform: rotateZ(45deg);transition: transform .25s;}
	.header-nav li.dropdown.open::after,.header-nav li.dropdown.open::after {transform: rotateZ(-135deg);top: 11px;}

	.footer-social-links a {
		text-align: center;
		display: inline-block;
	}
	.footer-social-links a span {
		display: block;
		margin: 4px 0 0 0;
	}
	.footer-middle ul {
		word-spacing: normal;
		text-align: left;
	}
	.footer-middle ul li {
		width: 32%;
		margin-bottom: 1em;
	}
	.footer-empty { display: none; }
	.footer-nav ul {
		width: 50%;
		margin-bottom: 2em;
	}
	.footer-powered-by {position:static;width: auto;}
	.footer-powered-by-wrapper:nth-child(even) .footer-powered-by {
		float:right;
		position: absolute;
	}
	.footer-powered-by-wrapper:nth-child(4) .footer-powered-by {
		float: none;
		position: static;
	}
	.footer-powered-by-wrapper:nth-child(3) .footer-powered-by {
		float:right;
	}
}
@media (max-width:640px) {
	.header-top-links {
		display: table;
		width:100%;
	}
	.header-top-links li {
		display: table-cell;
		float: none;
		width: auto;
		padding:0;
	}
	.header-top-links li a {
		display: block;
	}
	.header-top .container i {margin-right: .125em;}
	li.header-order a {
		font-size: .9em;
		padding: 9px 5px;
	}
	.footer-social-links a span {
		font-size: 1em;
	}
	.footer-middle ul li {
		width: 48%;
	}
	.footer-nav ul {
		width: 50%;
		margin-bottom: 2em;
	}
	.footer-nav ul:nth-child(odd) {
		clear: left;
	}
}
@media (max-width:480px) {
	li.header-order {
		display: none;
	}
	.footer-social h3 {
		margin-bottom:0;
	}
	.footer-social-links a {
		width:48%;
		margin-top:30px;
	}
	.footer-social-links a span {
		font-size:1.5em;
	}
	.footer-nav ul, .footer-nav ul.footer-powered-by-wrapper {
		width: auto;
		float: none;
		padding: 0 2em;
		text-align: center;
	}
	.footer-nav ul h4 {
		display: inline-block;
		padding: 0 1em;
	}
	.footer-powered-by, .footer-powered-by-wrapper:nth-child(even) .footer-powered-by {float: none;position: static;}
}
@media (max-width:400px) {
	body, html {
		font-size:14px;
	}
	input#quick_search { width: calc(100% - 105px); }
	.footer-middle ul {
		display: table;
		margin: 1em auto 0 auto;
	}
	.footer-middle ul::after {
		display: none;
	}
	.footer-middle ul li {
		width: auto;
		display: block;
	}
}

/* CONTENT */
.home-main #main {
    overflow-x: hidden;
}
.home-main {padding: 0 0 40px 0;}
.home-banner-wrapper {
  position: relative;
  height: 31.25vw;
  overflow: hidden;
}
.home-banner-slider.slick-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.home-banner-slider img {
	display: block;
	width: 100%;
	height: auto;
}
.home-banner-slider a.slick-slide {
	background:#000;
}
.home-banner-slider a.slick-slide img {
	transition: opacity .5s;
}
.home-banner-slider a.slick-slide:hover img {
	opacity: .8;
}
.home-banner-slider button.slick-arrow {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 0;
    height: 100%;
    color: #FFF;
    font-size: 7em;
    font-family: serif;
    box-sizing: border-box;
    z-index: 100;
    text-shadow: 0 0 5px #000;
    font-weight: bold;
    cursor: pointer;
    transform:  scaleX(.75);
    transition: transform .3s;
    line-height: 1;
    padding: 0;
}
.home-banner-slider button.slick-arrow:hover {
	transform: scaleX(.825) scaleY(1.1);
}
.home-banner-slider button.slick-prev.slick-arrow { left: 40px; }
.home-banner-slider button.slick-next.slick-arrow { right: 40px; }
.home-banner-slider .slick-dots {
    position: relative;
    bottom: 2em;
    height: 12px;
    padding: 0;
    margin: -12px 0 0 0;
    display: inline-block;
    z-index: 500;
    box-sizing: border-box;
}
.home-banner-slider .slick-dots li {
    display: inline-block;
    margin-left:20px;
    height: 12px;
}
.home-banner-slider .slick-dots li:first-child {
    margin: 0;
}
.home-banner-slider .slick-dots li button {
    border: none;
    background: none;
    outline: none;
    width:12px;
    height:12px;
    color: transparent;
    padding: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.home-banner-slider .slick-dots li.slick-active button {
    cursor: default;
}
.home-banner-slider .slick-dots li button::before {
    content: "";
    border: 1px solid #FFF;
    width:12px;
    height:12px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
}
.home-banner-slider .slick-dots li button:hover::before {
    border: 2px solid #FFF;
}
.home-banner-slider .slick-dots li button::after {
    content: "";
    position:absolute;
    background-color: transparent;
    margin:2px;
    width:8px;
    height:8px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    top:0;
    left: 0;
    transition: background-color .5s;
}
.home-banner-slider .slick-dots li.slick-active button::after {
    background-color: #FFF;
}
.home-banner-slider .slick-dots li.slick-active button:hover::before {
    border: 1px solid #FFF;
}
.unslider-wrap.unslider-carousel {padding: 0;height: 100%;position: absolute;}
.unslider-wrap.unslider-carousel li {float: left;list-style: none;display: table;height: 100%;}
.unslider-wrap.unslider-carousel li .container {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.unslider-wrap.unslider-carousel li p {font-size:2.5em;font-weight: 300; text-align:center; margin:0; }
.unslider-wrap.unslider-carousel li p::before {
content:"\201C";
display:inline-block;
}
.unslider-wrap.unslider-carousel li p::after {
content:"\201D";
display:inline-block;
}
.home-category {
  list-style: none;
  margin: 40px 0 40px -1em;
  padding: 0;
}
.home-category h2 {
	margin: 1.5em 0 .25em 1em;
	font-size:1em;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.home-category h2::before {
	position:absolute;
	display: block;
	border-bottom: 2.5px solid #999;
	content: "";
	width: 100%;
	height: 50%;
}
.home-category h2 a {
	color: #000;
	display: inline-block;
	font-size: 2.6em;
	background: #FFF;
	padding:0 .66em;
	z-index:5;
	position: relative;
}
.home-category::after, .home-category-products {
  content:  '';
  display: block;
  clear: both;
}
.home-category-products {
	margin: 0;
	padding: 0;
}
.home-category li {
  float: left;
  width: calc(20% - 1em);
  overflow: hidden;
  margin-left: 1em;
  margin-top:1em;
}
.home-category:nth-child(odd) li:first-child {
	width: calc(40% - 1em);
}
.home-category:nth-child(even) li:nth-child(4) {
	width: calc(40% - 1em);
	float: right;
}
.home-category li a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.home-category li a img {
  position: absolute;
  height: auto;
  width: 100%;
  margin: auto;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  transition: transform .5s;
}
.home-category li a img.img-portrait {
  width: 100%;
  height: auto;
}
.home-category li a:hover img { transform:scale(1.05); }
.home-category li a .home-product-details {
  position: absolute;
  font-weight: 500;
  background: rgba(0,0,0,.75);
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: .5em;
  text-transform: uppercase;
  transition: background .5s;
}
.home-category li a:hover .home-product-details { background:#000; }
.home-category li a h3 {
  font-weight: 500;
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 1.3125em;
  line-height: 1.15;
  text-transform: uppercase;
  margin:0;
}
.home-category li a h4 {
	color: #FFF;
	font-weight: normal;
	font-size:.78em;
	margin:0;
}
.home-photos {
  list-style: none;
  margin: 80px 0 80px -1em;
  padding: 0;
}
.home-photos::after {
  content:  '';
  display: block;
  clear: both;
}
.home-photos li {
  float: left;
  width: calc(50% - 1em);
  margin-left: 1em;
}
.home-photos li a {
  display: block;
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.home-photos li a img {
  position: absolute;
  height: 100%;
  width: auto;
  margin: auto;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
transition: transform .5s;
}
.home-photos li a img.img-portrait {
  width: 100%;
  height: auto;
}
.home-photos li a:hover img { transform:scale(1.02); }
.home-photos li a h3 {
  position: absolute;
  font-weight: 500;
  color: #FFF;
  background: rgba(0,0,0,.75);
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.15;
  padding: .5em;
  text-transform: uppercase;
transition: background .5s;
}
.home-photos li a:hover h3 { background:#000; }
.home-welcome { margin-bottom:80px; }
.home-welcome h1 {
  text-align: center;
  font-weight: 300;
  font-size: 3.3em;
}
.home-welcome h3 {
  text-align: center;
  font-weight: 300;
  font-size: 2.25em;
}
.main .page {
    background: #FFF;
    padding-top: 40px;
}
.main .page .page-inner {
    padding: 0 40px;
    max-width: 1400px;
}

.black-box {
  border: 1px solid #000;
  padding: 1.5em 1em 1.5em 2.6em;
  position: relative;
  margin: 40px 0 40px 1.7em;
  min-height: 280px;
}
.black-box h2 {
  transform: rotateZ(-90deg);
  height: 100%;
  transform-origin: 110px 110px;
  height: 2em;
  width: 220px;
  text-align: center;
  line-height: 2;
  background: #000;
  color: #FFF;
  margin: 0;
  font-size: 1.7em;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.black-box-label {
  position: absolute;
  height: 220px;
  width: 3.4em;
  top: 0;
  bottom: 0;
  left: -1.7em;
  margin: auto 0;
}

.container.home-instagram {
  margin-top: 80px;
  visibility: hidden;
}
.container.home-instagram .slick-slider {
  padding: 0;
  margin-bottom:0;
  margin-left: -1em;
}
.instagram-slideshow ul li {
  padding-bottom: 1em;
  padding-left: 1em;
}
.home-videos {
  list-style: none;
  margin: 0 0 0 -1em;
  padding: 0;
}
.home-videos::after {
  content: '';
  display: block;
  clear: both;
}
.home-videos li {
  float: left;
  margin: .5em 0 .5em 1em;
  width: calc(33.33% - 1em);
}
.home-videos li > div {
width: 100%;
padding-bottom:56.25%;
position: relative;
overflow:hidden;
}
.home-videos li > div > iframe {
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  }
  .product-image::after {
    display: block;
    content: "";
    clear: both;
}
.product-quantity-wrapper {
    float: right;
    position: relative;
    padding-left: 4em;
}
.product-quantity-wrapper::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6em;
    z-index: 1;
    background: #000;
    transform: skewX(45deg);
}
.product-quantity {
    display: inline-block;
    background: #000;
    color: #8cc63f;
    padding: 0 1em;
    font-size: 2em;
    position: relative;
    z-index: 5;
}
.product-quantity.product-quantity-low {
    color: #F00;
    font-size: 1.5em;
    padding: 0 1em 0 0;
}
.product-quantity.product-quantity-out {
    color: #CCC;
}
.product-quantity::before {
    content: "•";
    display: inline-block;
    font-size: 2em;
    vertical-align: middle;
    line-height: 1;
    margin-right: .25em;
}
.main .product-buy .product-buy-inner .h1 {
	text-align: center;
    font-size: 3.5em;
    margin: -.25em 0 0 0;
    line-height: 1.2;
}
h3.product-price-range {
    text-align: center;
    margin: 0;
    font-size: 2em;
}
.product-buy-inner p#sku {
    text-align: center;
    font-size: 1em;
    font-style: italic;
    color: #808080;
}

.main .product-buy .product-buy-inner .price {
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 10px;
}
.main .product-buy .product-buy-inner .desc {
	font-size: 1.25em;
}
ul.type-flower.premium {
    text-align: justify;
    margin: 0;
    padding: 0;
}
ul.type-flower.premium::after {
	content: "";
	display: inline-block;
	width: 50%;
}
.main .product-buy .product-buy-inner .type-flower li {
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}
.main .product-buy .product-buy-inner .type-flower li:last-child {
	margin-right: 0;
}
.main .product-buy .product-buy-inner .type-flower li .type-flower-item {
	padding: 10px 12px;
	background: #808080;
	color: #FFF;
	border: none;
	text-transform: uppercase;
	font-size: 1.1em;
	transition: background 0.3s;
	font-family: Sansation;
}
.main .product-buy .product-buy-inner .type-flower li .type-flower-item:hover {
	cursor: pointer;
	background: #282828;
	color: #ffffff;
}
.product-total-add-wrapper {
	margin-top:2em;
}
.product-total-add-wrapper::after {
	content:"";
	display: block;
	clear: both;
}
.est_price {
	float: left;
	font-size: 2.25em;
	background: #e6e6e6;
	padding: 7px 25px;
}
span#est_price_text {
	font-weight: bold;
}
.main .product-buy .product-buy-inner .add-to-cart-btn {
	padding: 14px 40px;
	background: #29abe2;
	color: #000;
	border: none;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	transition: 0.3s;
	float: right;
}
.main .product-buy .product-buy-inner .add-to-cart-btn:hover {
	cursor: pointer;
	background: #3ad8f7;
}
.main .product-buy .product-buy-inner .type-flower li .type-flower-item.active{
	background: #29abe2;
	cursor: default;
}
.main .product-buy .product-buy-inner .type-flower li .type-flower-item + p {
    font-size: 1.1em;
    margin: .5em 0;
}
.qty {
    margin-top: 1em;
}
.qty span {
    font-size: 1.5em;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
}
.qty label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.qty select {
    -webkit-appearance: none;
    background: transparent;
    border: 8px solid #E6E6E6;
    border-radius: 0;
    padding: 6px 15px;
    font-size: 1.5em;
	width: 4.75em;
	height: 56px;
    position: relative;
    z-index: 50;
    outline: none;
    cursor: pointer;
}
.qty label:hover {
	background: #F6F6F6;
}
.qty label .qty-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    border: 8px solid #E6E6E6;
    border-left-width: 4px;
    height: 56px;
    line-height: 40px;
    box-sizing: border-box;
    width: calc(2em + 12px);
    background: #CCC;
}
.qty label .qty-dropdown::after {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 14px;
    height: 14px;
    margin: auto;
    top:0;
    bottom: 14%;
    left: 0;
    right: 0;
    transform: rotateZ(-45deg);
}
.main .product-buy-inner h2 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 2em;
    margin: 1em 0 0 0;
}
.addons::after {
    display: block;
    content: "";
    clear: both;
}
li.addon-product {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
}
li.addon-product:nth-child(4n+0) {
	clear: left;
}
li.addon-product img {
    max-width: 100%;
}
.addon-name {
    font-weight: bold;
    margin: .1em 0 .75em;
    font-size: 1.125em;
}
.addon_pricing {
    text-align: left;
    max-width: 100%;
    margin: auto;
    display: table;
}
.addon_pricing input[type="radio"] {
    display: none;
}
.addon_pricing input[type="radio"] + label {
    position: relative;
    padding-left: 1.5em;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.addon_pricing input[type="radio"] + label:hover {
	background: #F6F6F6;
}
.addon_pricing input[type="radio"] + label::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
	border: 1px solid;
	cursor: pointer;
}
.addon_pricing input[type="radio"]:checked + label::before {
	cursor: default;
}
.addon_pricing input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 6px;
    border-radius: 50%;
}
.product-cart .pull-left figure {
    margin-left: 0;
    margin-top: 0;
}
a#continue_shopping {
    margin-top: 2em;
    display: block;
}
section.subscribe::after {
    content: "";
    display: block;
    clear: both;
}

section.subscribe {
    margin: 3em 0;
}
section.subscribe .container::after {
	display: block;
	content: "";
	clear: both;
}
.subscribe .subs_inpt input {
    width: 100%;
}
.subscribe .subs_inpt input,
.subscribe .subs_inpt textarea {
	border: 1px solid #CCC;
	margin: 4px 0;
}
input#register, input#login {
    margin-top: 1em;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: normal;
    padding: 14px;
    width: 100%;
    margin: 4px 0;
}
section.subscribe h2 {
    font-size: 3em;
    margin: .25em 0;
}
section.subscribe .login-left {
	padding-right: 2em;
}
section.subscribe .login-right {
	padding-left: 2em;
}
.container.contact_us {
    margin-top: 4em;
    margin-bottom: 4em;
}
.container.contact_us h1 {
	margin: 0 0 1em 0;
	font-size: 3em;
}
.container.contact_us .col-lg-6 {
    width: 49%;
    float: left;
    padding-bottom: 1em;
}
.container.contact_us .col-lg-6 + .col-lg-6 {
    float:right;
}
.contact_us.container .separator {
    position: absolute;
    width: 49%;
    bottom: 0;
    border-top: 1px solid #b9b9b9;
    margin-top: 5px;
    margin-bottom: 10px;
}
.container.contact_us .col-lg-6 h2 {
    margin: .25em 0;
}
.container.contact_us .col-lg-12 {
	position: relative;
}
.container.contact_us .col-lg-12::after {
	display: block;
	content: "";
	clear: both;
}
.contact-email a img, .contact-phone a img {
    vertical-align: middle;
    margin-right: 1em;
}
.contact-email a, .contact-phone a {
    color: #000;
}
.contact-email a:hover, .contact-phone a:hover {
    text-decoration: underline;
}
.container.contact_us section.subscribe {
    margin: 1.5em 0;
}
input#contact_us {
    font-size: 2em;
    letter-spacing: normal;
    max-width: 600px;
}
input#contact_name {
    float: left;
    width: 49%;
    margin: 4px 0;
}
input#contact_email {
    float: right;
    width: 49%;
    margin: 4px 0;
}
textarea#contact_message {
    margin: 4px 0;
}
.inner_page.blog-list {
    padding: 60px 0;
}
.wrapper.blog-post-wrapper .container.blog-breadcrumbs {
    padding-top: 2em;
}
/* RESPONSIVE CONTENT */
@media (max-width:1200px) {
	.est_price {
		padding: 7px;
		width: 48%;
		text-align: center;
	}
	.main .product-buy .product-buy-inner .add-to-cart-btn {
		padding: 14px 7px;
		width: 48%;
		text-align: center;
	}
	.main .product-buy-inner h2 {
		font-size: 1.8em;
	}
}
@media (max-width:1024px) {
	.est_price {
		font-size: 2.33em;
	}
	.main .product-buy .product-buy-inner .type-flower li {
		margin: 20px 0 0 0;
	}
}
@media (min-width:769px) and (max-width:992px) {
	.home-category li a h3 {
        font-size: 1em;
    }
	.est_price, div#add_to_cart {
		float: none;
		width: auto;
		display: block;
		margin-bottom: .5em;
	}
	ul.type-flower.premium {
		display: table;
	}
	.main .product-buy .product-buy-inner .type-flower li {
		display: block;
		width: auto;
	}
	.main .product-buy .product-buy-inner .type-flower li .type-flower-item {
		width: 12em;
		display: inline-block;
	}
	.main .product-buy .product-buy-inner .type-flower li .type-flower-item + p {
		display: inline-block;
		margin-left: 1em;
	}
	.main .product-buy-inner h2 {
		font-size: 1.7em;
	}
	li.addon-product {
		float: none;
		width: 100%;
		text-align: left;
	}
	li.addon-product::after {
		content: "";
		display: block;
		clear: both;
	}
	li.addon-product img {
		float: left;
		margin-right: 20px;
		max-width: 145px;
	}
	.addon_pricing {
		float: left;
		width: calc(100% - 165px);
	}
}
@media (max-width:768px) {
	.home-banner-wrapper {
        height: 50vw;
        margin: 0 -30vw;
    }
    .home-main {
        padding-top: 0;
    }
    .home-banner-slider button.slick-arrow {
		font-size: 4em;
	}
	.home-banner-slider button.slick-next.slick-arrow {
		right: calc(30vw + 10px);
	}
	.home-banner-slider button.slick-prev.slick-arrow {
		left: calc(30vw + 10px);
	}
	.home-banner-slider .slick-dots {
		bottom:20px;
	}
    .unslider-wrap.unslider-carousel li p {
        font-size: 2em;
    }
    .home-category:nth-child(odd) li {
		width: calc(50% - 1em);
	}
	.home-category:nth-child(odd) li:first-child {
		width: calc(66.6667% - 1em);
	}
	.home-category:nth-child(odd) li:nth-child(2),
	.home-category:nth-child(odd) li:nth-child(3) {
		width: calc(33.3333% - 1em);
	}
	.home-category:nth-child(even) li,
	.home-category:nth-child(even) li:nth-child(4) {
		width: calc(50% - 1em);
	}
	.home-category:nth-child(even) li:nth-child(2) {
		width: calc(66.6667% - 1em);
		float: right;
	}
	.home-category:nth-child(even) li:first-child,
	.home-category:nth-child(even) li:nth-child(3) {
		width: calc(33.3333% - 1em);
	}
    .home-category li a h3 {
        font-size: 1em;
    }
    .home-photos {
        margin: 40px 0 40px -1em;
    }
    .home-welcome h1 {
        font-size: 2.5em;
    }
    .home-welcome h3 {
        font-size: 1.75em;
    }
    .home-videos li {
        width: calc(50% - 1em);
    }
    .main .product-buy .product-buy-inner .type-flower li {
		margin-right: 20px;
	}
	.main .product-buy-inner h2 {
		font-size:2em;
		margin-top: 2em;
	}
	.addons ul {
		text-align: center;
		margin-right: -3%;
	}
	.addons ul li.addon-product {
		float: none;
		display: inline-block;
		width: 30%;
		margin-right: 2%;
    }
    .container.contact_us .col-lg-6,
	.container.contact_us .col-lg-6 + .col-lg-6 {
		float:none;
		width: 100%;
	}
	.container.contact_us .col-lg-6 h2 {
		margin: .21em 0;
	}
	.container.contact_us .col-lg-12 {
		padding-top: 0;
	}
    .subscribe .container .col-lg-12 > div > div {
		clear: left;
		border-right: none !important;
	}
	section.subscribe .container .login-right,
	section.subscribe .container .login-left {
		padding: 0;
		width: 100%;
	}
	.container.contact_us h1 {
		font-size: 2em;
	}
	input#contact_name,
	input#contact_email {
		float: none;
		width: 100%;
	}
	.contact_us.container .separator {
		position: static;
		width: 100%;
	}
}
@media (max-width:640px) {
  .home-categories li {
      width: calc(50% - 1em);
      margin-bottom: 1em;
  }
  .home-photos li {
      width: calc(100% - 1em);
      margin-bottom: 1em;
  }
  .home-videos li {
      width: calc(100% - 1em);
  }
}
@media (max-width:600px) {
	.home-category h2 a { font-size:2em; }
	.home-category:nth-child(odd) li:first-child {
		width: calc(100% - 1em);
	}
	.home-category:nth-child(odd) li:nth-child(2),
	.home-category:nth-child(odd) li:nth-child(3) {
		width: calc(50% - 1em);
	}
	.home-category:nth-child(even) li:nth-child(3) {
		width: calc(100% - 1em);
		float: left;
	}
	.home-category:nth-child(even) li:first-child,
	.home-category:nth-child(even) li:nth-child(2) {
		width: calc(50% - 1em);
	}
    .home-category li a h3 {
        font-size: 1em;
    }
	.product-quantity {
		font-size: 1.5em;
	}
	.main .product-buy .product-buy-inner {
		padding: 0;
	}
	.main .product-buy .product-buy-inner .h1 {
		margin: 0;
		line-height: 1;
		font-size: 2.5em;
	}
}
@media (max-width:480px) {
	.est_price, div#add_to_cart {
		float: none;
		width: auto;
		margin: .5em 0;
	}
	.main .product-buy-inner h2 {
		font-size: 1.67em;
	}
	.addons ul {
		margin: auto;
	}
	.addons ul  li.addon-product {
		width: auto;
		text-align: left;
		display: block;
		margin: 8px 0;
	}
	li.addon-product::after {
		content: "";
		display: block;
		clear: both;
	}
	li.addon-product img {
		float: left;
		margin-right: 20px;
		max-width: 145px;
	}
	.addon_pricing {
		float: left;
		width: calc(100% - 165px);
	}
}
@media (max-width:400px) {
	.home-category h2 a {
		font-size: 1.75em;
		word-break: break-word;
	}
}
