/*
Theme Name: Figenza
Theme URI:
Description: Figenza Wordpress Theme
Author: Splendor Design Group
Author URI: http://splendordesign.com
Version: 1.0
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com
   ========================================================================== */

html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}


/* ===== Primary Styles =====================================================
Author: Splendor Design Group -  http://splendordesign.com
========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
	font: 17px "calluna",serif;
	color: #000;
  overflow-x: hidden;
	min-width: 320px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova",sans-serif;
}
nav ul {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #4b024b;
	text-decoration: none;
}
a:hover {
	color: #000;
}

.btn, #content .button {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0 none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
	background: url(img/btn-b.png) no-repeat;
	width: 228px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	color: #5a035a;
	letter-spacing: 0.05em;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
#content .button {
	width: 228px !important;
}
.btn:hover, .button:hover, #content .button:hover {
	color: #000;
}
.btn-white {
	background: url(img/btn-w.png) no-repeat;
	color: #5a035a;
}
.btn-white:hover {
	color: #000;
}
.btn-purple, #order_review .button {
	background:url(img/btn-p.png) no-repeat;
	color: #fff;
}
.btn-purple:hover, #order_review .button:hover {
	color: #eee;
}

.wrapper {
	width: 1180px;
	margin: 0 auto;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog_title {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 0 10px;
}

.blog_post {
    width: 25%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0;
}

.blog_post a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
    cursor: pointer;
    padding: 0 10px;
}

.blog_post img {
    display: block;
    width: 100%;
    height: auto;
}

.blog_post .blog_title {
    padding: 0 15px;
}

.blog_post .mask {
    width: auto !important;
    left: 10px;
    right: 10px;
}


.blog_title small {
	    display: block;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1em;
}

.mask .mask_title {
    display: table;
    height: 100%;
    width: 100%;
}

.mask .t .tt h1, .mask .t .tt a {
	margin-left:110px
	}

.t {
	display: table;
	height: 100%;
	width: 100%;
}
.tt {
	display: table-cell;
	vertical-align: middle;
}

.is-sticky #header {
	border-bottom: solid 1px #dbdbdb;
}
#header {
	background: #fff;
	position: relative;
	z-index: 999;
}
#header .wrapper {
	height: 125px;
	position: relative;
}

#logo {
	/*background: url(img/logo.png) no-repeat;
	width: 421px;
	height: 116px;
	display: block;
	float: left;
	font-size: 0em;
	text-indent: -9999999px;
	margin-bottom: -11px;*/

}


.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: 100px auto;
    padding: 20px;
    width: auto;
    text-align: center;
}

.cocktail_post a .mask {
	background: #660066;
	    background: rgba(102, 0, 102, 0.54);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
}


.cocktail_post {
    width: 25%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 30px 0;
}

.cocktail_post img {
    display: block;
    width: 100%;
    height: auto;
}

.cocktail_post a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2em;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
	   
	.modal-content {
    margin: 30% 0px;
    width: auto;
}
}

	#logo {
		position: relative;
		margin-left: -22px;
    width: 165px;
    height: 109px;
	}
	
	.header-sls{
	 position: relative;
     width: 150px;
     height: 109px;
	}

#header #nav {
	float: right;
	padding-top: 44px;
	font-size: 0em;
}
#header #nav ul li, #header #nav ul li a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-weight: 400;
	font-family: "proxima-nova",sans-serif;
	color: #000;
	text-transform: uppercase;
}
#header #nav ul li:last-child a
{	background:#5a035a;
	color:#fff;
	padding:7px 25px;
	box-sizing:border-box;
	border:1px solid #5a035a;
}
#header #nav ul li:last-child:hover a
{	background:#fff;
	color:#5a035a;
}
#header #nav ul li:last-child.current-menu-item a
{	color:#fff;
}
#header #nav ul li:last-child.current-menu-item:hover a
{	color:#5a035a;
}
#header #nav ul li {
	padding-left: 36px;
}
#header #nav ul li a {
	font-size: 18px;
}
#header #nav ul li a:hover, #header #nav ul li a.active, #header #nav ul li.current-page-ancestor a, #header #nav ul li.current-menu-item a {
	color: #5a035a;
}
#header #nav ul li a.active {
	font-weight: normal;
}
#header .social {
	bottom: -18px;
	right: 0;
	position: absolute;
	font-size: 0em;
}
#header .social a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(img/social.png) no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 6px;
	text-indent: -999999px;
}
#header .social a.facebook {
	background-position: 0 0;
}
#header .social a.instagram {
	background-position: -41px 0;
}
#header .social a.twitter {
	background-position: -82px 0;
}
#header .social a.pinterest {
	background-position: -122px 0;
}
#header .social a.play {
	background-position: -163px 0;
}


#mobile-nav, #mobile-nav-opener {
	display: none;
}
#mobile-nav-opener {
	background:  url(img/menu.png);
	background-size: 26px 18px;
	position: absolute;
	top: 10px;
	right: 0;
	width: 26px;
	height: 18px;
	cursor: pointer;
}

#mobile-nav {
	background: #5a035a;
	position: absolute;
	top: 125px;
	left: 0;
	width: 100%;
}
#mobile-nav ul {
	display: none;
}
#mobile-nav ul li {
	border-bottom: solid 1px #fff;
	position: relative;
	margin: 0;
	display: block;
}
#mobile-nav ul li a {
	color: #fff;
	padding: 10px 5%;
	line-height: normal;
	height: auto;
	display: block;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#banner {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
	position: relative;
}
#banner img {
	display: block;
	width: 100%;
	height: auto;
}
#banner h1 {
	color: #fff;
	font-size: 58px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#slider, #slider .slide {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#slider .slide {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 600px) { 
	#slider .slide {
		background-position: 60% 50%;
	}
}
#slider .slide .img {
	display: none;
}
#slider .prev, #slider .next {
	background: url(img/prev-p.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -665px;
	margin-top: -50px;
	z-index: 200;
	width: 34px;
	height: 100px;
	cursor: pointer;
}
#slider .next {
	background: url(img/next-p.png) no-repeat 0 0;
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -665px;
}
#slider .down {
	background: url(img/down.png) no-repeat;
	width: 66px;
	height: 66px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -33px;
	z-index: 200;
	cursor: pointer;
}
#slider .slide .tt {
	vertical-align: top;
	padding-top: 100px;
}
#slider .slide h1 {
	font-size: 58px;
	font-weight: 300;
	text-transform: uppercase;
	color: inherit;
	margin-bottom: 0.5em;
	letter-spacing: 0.07em;
}
#slider .slide h1 img {
	position: relative;
	margin-top: -50px;
	margin-left: 15px;
}
#slider .slide p {
	margin: 0;
}

#featured {
	padding: 50px 0;
	overflow: hidden;
}
#featured aside, #discover aside {
	float: left;
	padding-top: 70px;
	float: left;
	width: 480px;
}
#discover aside {
	padding-top: 50px;
}

#featured aside .leaf, #discover aside .leaf, #content .cocktail .leaf, .woocommerce #content .leaf  {
	position: relative;
	margin-left: 20px;
	top: -10px;
}

#featured-slider, #discover figure {
	float: right;
	width: 600px;
	position: relative;
}
#featured-slider .cycle-slideshow, #featured-slider .cycle-slideshow .slide {
	width: 100%;
}
#featured-slider .cycle-slideshow .slide {
	font-size: 0em;
}
#featured-slider .cycle-slideshow .slide a {
	width: 50%;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#featured-slider .cycle-slideshow .slide img {
	display: block;
	width: 100%;
	height: auto;
}
#featured-slider .cycle-slideshow .slide a .mask {
	background: #660066;
	background: rgba(102,0,102,0.54);
  opacity: 0;
}
#featured-slider .cycle-slideshow .slide a {
	font-size: 30px;
	font-family: "proxima-nova",sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}
#featured-slider .cycle-slideshow .slide a small {
	display: block;
	font-size: 16px;
	margin-top: 0.3em;
}
#featured-slider .prev, #featured-slider .next {
	background: url(img/prev-p.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -50px;
	z-index: 200;
	width: 34px;
	height: 100px;
	cursor: pointer;
}
#featured-slider .next {
	background: url(img/next-p.png) no-repeat 0 0;
	left: auto;
	right: -50px;
}

#discover {
	padding: 60px 0;
}
#discover figure img {
	display: block;
	width: 100%;
	height: auto;
}

#figs {
	position: relative;
	text-align: right;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#figs img {
	display: block;
	height: 324px;
	width: auto;
	visibility: hidden;
}
#figs p {
	color: #5a035a;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
}

#sub-nav {
	background: #fff;
	border-bottom: solid 1px #dbdbdb;
	padding: 35px 0 30px 0;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #515051;
}
#sub-nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 24px;
}
#sub-nav li a {
	color: #515051;
	font-weight: 300;
	outline: 0 none;
}
#sub-nav li a:hover, #sub-nav li a.active, #sub-nav li.current_page_item a, #sub-nav li.active a {
	color: #5a035a;
}
#sub-nav li a.active, #sub-nav li.current_page_item a, #sub-nav li.active a {
	font-weight: normal;
}

#content {
	background: #fff;
}
#content .wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
#content h1, #content h2, #featured aside h2, #discover aside h2, #figs h2, .woocommerce-checkout #content h3 {
	color: #5a035a;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}
#content h1 {
	margin-bottom: 0.4em;
}
#featured aside h2, #discover aside h2, #figs h2  {
	margin-bottom: 10px;
}
#content h4 {
	color: #5a035a;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 0;
	border-bottom: solid 1px #d9d9d9;
	border-top: solid 1px #d9d9d9;
	margin-bottom: 1.7em;
}
#content p, #featured aside p, #discover aside p, #content ul, #content ol {
	line-height: 2em;
	margin-bottom: 2em;
}
#featured aside p, #discover aside p {
	margin-bottom: 2em;
}

#content .news h2 {
	margin-bottom: 0.1em;
}
#content .news .meta {
	margin-bottom: 36px;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
}
#content .news .meta a {
	color: inherit;
}
#content .news .meta a:hover {
	color: #4b024b;
}
#content .news .meta span:before {
	content: ' | ';
	padding: 0 5px;
}

#content .alm-btn-wrap {
	padding-top: 50px;
}
#content .alm-load-more-btn {
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	margin: 0;
	padding: 0;
	outline: 0 none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
	background: url(img/btn-b.png) no-repeat;
	width: 228px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	color: #5a035a;

	letter-spacing: 0.05em;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#content .item {
	width: 25%;
	text-align: center;
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	display: inline-block;
}
#content .item a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2em;
}
#content .item a strong {
	font-weight: 400;
	font-size: 36px;
	display: block;
	margin-bottom: 5px;
}
#content .item a em {
	font-style: normal;
	font-size: 20px;
	display: block;
	width:90%;
    margin: 0 auto;
	line-height:1.2em;
}
#content .item a small {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1em;
}
#content .blog_post a .mask {
	background: #660066;
	background: rgba(102,0,102,0.54);
	opacity: 0;
	transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -webkit-transition: opacity .5s ease-in-out;
}
#content .blog_post a:hover .mask {
	opacity: 1;
}
#content .item img {
	display: block;
	width: 100%;
	height: auto;
}

#pager {
	padding: 16px 0;
	border-bottom: solid 1px #dbdbdb;
	font-size: 16px;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	text-align: center;
}
#pager .wrapper {
	position: relative;
}
#pager a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 56px;
	line-height: 56px;
}

#pager .prev{
	background: url(img/prev-p.png) no-repeat left center;
	background-size: 19px 56px;
	width: 19px;
	padding-left: 32px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}
#pager .next  {
	background: url(img/next-p.png) no-repeat right center;
	background-size: 19px 56px;
	padding-right: 32px;
	left: auto;
	right: 0;
	top: 0;
	text-align: left;
	position: absolute;
}

#content .cocktail, #content .cocktail aside {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
}
#content .cocktail figure {
	float: left;
	margin-right: 74px;
	width: 550px;
}
#content .cocktail figure img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}
#content .cocktail h2 {
	margin-bottom: 0.1em;
}
#content .cocktail p {
	margin-bottom: 1.5em;
}
#content .cocktail ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
#content .cocktail ul li,
#content .woocommerce-tabs .panel ul li {
	position: relative;
	padding-left: 15px;
}
#content .cocktail ul li:before,
#content .woocommerce-tabs .panel ul li:before {
	content: '-';
	left: 0;
	top: 0;
	position: absolute;
}

#cocktail-nav {
	border-bottom: solid 1px #dbdbdb;
	padding: 10px 0 0 0;
}
#cocktail-nav .prev, #cocktail-nav .next {
	display: none;
}
#cocktail-carousel .sprev, #cocktail-carousel .snext {
	position: absolute;
	left: 0;
	top: 50%;
	background: url(img/prev-p.png) no-repeat;
	background-size: 18px 53px;
	width: 18px;
	height: 53px;
	margin-top: -26px;
	cursor: pointer;
}
#cocktail-carousel .snext  {
	background: url(img/next-p.png) no-repeat;
	background-size: 18px 53px;
	left: auto;
	right: 0;
}
#cocktail-carousel {
	padding: 0 30px;
	position: relative;
}
#cocktail-carousel .cycle-slide {
	padding-bottom: 10px;
}
#cocktail-carousel a {
	position: relative;
	max-width: 94px;
	margin: 0 auto;
	display: block;
	outline: 0 none;
}
#cocktail-carousel a:hover:before {
	background: #660066;
	background: rgba(102,0,102,0.54);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#cocktail-carousel a.active:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #691c69;
	z-index: 3;
}
#cocktail-carousel a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	position: relative;
}


.woocommerce #content,
.woocommerce-page #content {
	box-sizing: border-box;
}
.woocommerce-checkout #content {
	position: relative;
}
.woocommerce-checkout #content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 70%;
	height: 100%;
	width: 100%;
	background: #fafafa;
}
.woocommerce-order-received #content:after {
	display: none;
}
.woocommerce #content *,
.woocommerce #content *:before,
.woocommerce #content *:after,
.woocommerce-page #content *,
.woocommerce-page #content *:before,
.woocommerce-page #content *:after {
 box-sizing: inherit;
}
.woocommerce-checkout #content .wrapper {
	position: relative;
}
.woocommerce-order-received #content {
	font-family: "proxima-nova",sans-serif;
}

#content .woocommerce-error, #content .woocommerce-info, #content .woocommerce-message {
	position: relative;
	background-color: #f7f7f7;
	color: #515151;
	border-top: 3px solid #5a035a;
	width: auto;
	word-wrap: break-word;
	font-family: "proxima-nova",sans-serif;
}
#content .woocommerce-error:before,
#content .woocommerce-info:before,
#content .woocommerce-message:before {
	color: #5a035a;
}

.woocommerce-page #content h2,
.woocommerce-checkout #content h3 {
	margin-bottom: 30px;
}
#content .woocommerce-cart-form table {
	border: 0;
	font-family: "proxima-nova",sans-serif;
}
#content .woocommerce-cart-form table th {
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	padding-left: 0;
	font-size: 13px;
	font-weight: 600;
	color: #5a035a;
	letter-spacing: 0.05em;
	padding: 0 0 16px 0;
}
#content .woocommerce-cart-form table .product-thumbnail {
	width: 180px;
}
#content .woocommerce-cart-form table td {
	border-top: solid 1px #d8d8d8;
	padding-left: 0;
	color: #5a035a;
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#content .woocommerce-cart-form table .product-subtotal {
	text-align: right;
	padding-right: 0;
}
#content .woocommerce-cart-form table td.product-quantity {
	padding-top: 37px;
}
#content .woocommerce-cart-form table .product-quantity label {
	display: none;
}
#content .woocommerce-cart-form table .product-quantity a {
	font-size: 13px;
	font-weight: 600;
	color: #010101;
	display: block;
	padding-top: 5px;
}
#content .woocommerce-cart-form table .product-quantity a:hover {
	color: #5a035a;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: auto;
	max-width: 100%;
}
#content .woocommerce-cart-form table .actions {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-cart #content table.cart td.actions .input-text {
	width: 168px;
	margin-right: 12px;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	padding: 12px 15px 11px 15px;
}

.woocommerce .cart-collaterals {
	text-align: right;
	font-family: "proxima-nova",sans-serif;
	margin-top: 70px;
}
.woocommerce .cart-collaterals .cart_totals {
	display: none;
}
.woocommerce .cart-collaterals small {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.woocommerce-checkout .checkout-column {
	width: 61%;
	padding-right: 40px;
}
.woocommerce-checkout .checkout-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 39%;
	z-index: 2;
	padding: 60px 0 60px 40px;
	background: #fafafa;
	border-left: solid 1px #e1e1e1;
}

#content .checkout-column form.woocommerce-checkout {
	position: static !important;
}

#content .form-row {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: normal;
}
#content .form-row .input-text {
	display: block;
	font-size: 14px;
	color: #000;
	border: solid 1px #d9d9d9;
	font-family: "proxima-nova",sans-serif;
	font-weight: normal;
	padding: 18px;
}
#content .form-row.woocommerce-invalid .select2-container,
#content .form-row.woocommerce-invalid .input-text {
	border-color: #5a035a;
}
#content .form-row textarea.input-text {
	height: 88px;
}
#content .select-box {
	position: relative;
}
#content .select-box label {
	position: absolute;
	top: 8px;
	line-height: normal;
	left: 18px;
	font-size: 11px;
	font-weight: normal;
	font-family: "proxima-nova",sans-serif;
	z-index: 2;
	text-transform: uppercase;
	color: #acacac;
}
#content .select-box label abbr {
	display: none;
}
#content .select2-container, .select2-results__option {
	font-size: 14px;
	font-weight: normal;
	font-family: "proxima-nova",sans-serif;
	color: #000;
	text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #acacac transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #acacac transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 50px;
	height: 30px;
	border-left: solid 1px #d9d9d9;
	top: 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #5a035a;
}
#content .select2-container, #content .select2-container:focus, #content .select2-container *, #content .select2-container *:focus,
#content .select2-results, #content .select2-results:focus, #content .select2-results *, #content .select2-results *:focus  {
	outline: 0 none !important;
	box-shadow: 0 0 0 !important
}
#content .select2-container .select2-selection {
	border-radius: 0;
	border: solid 1px #d9d9d9;
}
#content .select2-container .select2-selection--single {
	height: 55px;
	padding-top: 22px;
}
#content .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 17px;
}
#content #account_password_field label {
	display: none;;
}
#content #ship-to-different-address {
	line-height: normal;
	font-size: 13px;
	margin-top: 14px;
}
#content .woocommerce-form__label-for-checkbox {
	font-size: 13px;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	color: #5a035a;
	text-transform: uppercase;
}
#content .woocommerce-form__label-for-checkbox input {
	margin-right: 10px;
}
#content .form-row ::-webkit-input-placeholder {
	color: #acacac !important;
	text-transform: uppercase;
}
#content .form-row :-moz-placeholder {
	color: #acacac !important;
	text-transform: uppercase;
}
#content .form-row ::-moz-placeholder {
	color: #acacac !important;
	text-transform: uppercase;
}
#content .form-row :-ms-input-placeholder {
	color: #acacac !important;
	text-transform: uppercase;
}
#content .form-row-first,
#content .form-row-last {
	width: 50%;
}
#content .form-row-first.address-field {
	width: 64%;
}
#content .form-row-last.address-field {
	width: 36%;
}
#content .form-row-first {
	padding-right: 8px;
}
#content .form-row-last {
	padding-left: 8px;
}
#content .form-row-1-third,
#content .form-row-2-third,
#content .form-row-3-third  {
	float: left;
	width: 37%;
	padding-right: 16px;
}
#content .form-row-3-third {
	padding-left: 0;
	padding-right: 0;
	width: 26%;
}

#order_review {
	font-family: "proxima-nova",sans-serif;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius: 0;
	background-color: #eaeaea;
}

#content table.shop_table {
	border: 0;
	border-radius: 0;
}
#content table.shop_table.woocommerce-checkout-review-order-table .cart_item td.product-name,
#content table.shop_table .order_item td.product-name {
	padding: 0 0 30px 0;
	font-size: 18px;
	font-weight: normal;
	color: #5a035a;
	border-bottom: solid 1px #ccc;
}
#content table.shop_table td.product-name a {
	color: #5a035a;
}
#content table.shop_table td.product-name td {
	padding: 0;
}
#content table.shop_table figure {
	display: inline-block;
	zoom: 1;
	position: relative;
	margin: 0;
	padding: 0;
	max-width: 92px;
	margin-right: 30px;
}
#content table.shop_table figure strong {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	background-color: #5a035a;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
}
#content table.shop_table .order-total th,
#content table.shop_table .order-total td {
	border-top: solid 1px #cccccc;
	padding-top: 20px;
}
#content table.shop_table .order-total td {
	font-size: 24px;
}
#content table.shop_table tfoot tr:first-child th, #content table.shop_table tfoot tr:first-child td {
	padding-top: 20px;
}
#content table.shop_table tfoot th,
#content table.shop_table tfoot td {
	font-size: 13px;
	font-weight: 600;
	color: #5a035a;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	border: 0;
}
#content table.shop_table tfoot td:last-child {
	text-align: right;
}

#content ul.woocommerce-thankyou-order-details {
	margin: 0 0 40px 0;
	padding: 0;
}
.woocommerce .woocommerce-customer-details address {
	border: 0;
	border-radius: 0;
	padding: 0;
}
#content h2.woocommerce-column__title {
	margin-bottom: 0.5em;
	font-size: 24px;
}
.woocommerce-MyAccount-content {
	font-family: "proxima-nova",sans-serif;
}
.woocommerce-MyAccount-content a {
	color: #515051;
}
.woocommerce-MyAccount-content a:hover {
	color: #5a035a;
}
.woocommerce-MyAccount-navigation ul {
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #515051;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	display: block;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
	color: #5a035a;
}
.woocommerce-MyAccount-navigation .is-active a {
	font-weight: normal;
}

.woocommerce-MyAccount-content .woocommerce-form-row label,
.login .woocommerce-form-row label,
.register .woocommerce-form-row label,
.lost_reset_password .woocommerce-form-row label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.woocommerce-MyAccount-content legend {
	color: #5a035a;
	text-transform: uppercase;
	padding-top: 30px;
	margin: 0 0 30px 0;
	display: block;
}
#content .woocommerce form.login a,
.woocommerce-MyAccount-content a {
	color: #4b024b;
}
#content .woocommerce form.login a:hover,
.woocommerce-MyAccount-content a:hover {
	color: #000;
}
.woocommerce-Address {
	padding: 20px;
	background: #fafafa;
	margin-bottom: 2em;
}
.woocommerce-Address-title  {
	color: #5a035a;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.woocommerce-Address address {
	font-style: normal;
	line-height: 1.8em;
}

#content .woocommerce form.login,
#content .woocommerce form.register,
#content .woocommerce form.lost_reset_password {
	font-family: "proxima-nova",sans-serif;
	border: 0;
	border-radius: 0;
	padding: 0;
}
#content .woocommerce form.login .button+label {
	display: none;
}

.single-product #content .woocommerce-message .button {
	display: none;
}

.woocommerce #content div.product div.images {
	width: 52%;
	padding-left: 70px;
}
#content .woocommerce-product-gallery__image {
	pointer-events: none;
}
#content .woocommerce-product-gallery .flex-control-thumbs {
	line-height: normal;
	margin: 0 -8px;
	display: block;
}
#content .woocommerce-product-gallery .flex-control-thumbs li {
	width: 33.333333%;
	padding: 0 8px;
	margin-top: 16px;
}
#content .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 1;
}
#content .woocommerce-product-gallery .flex-control-thumbs li:hover img,
#content .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 0.7;
}

.woocommerce #content div.product div.summary {
	width: 41.3%;
}

.woocommerce div.product form.cart {
	margin-bottom: 3em;
}
.woocommerce #content div.product p.price {
	color: #5a035a;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	font-family: "proxima-nova",sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	border-bottom: solid 1px #dfdfdf;
}
.woocommerce #content div.product p.price small {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 1em;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin-bottom: 40px;
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #010101;
	text-transform: uppercase;
}
.woocommerce div.product form.cart div.quantity label {
	margin-right: 5px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
	float: none;
}

#content .woocommerce-tabs .tabs {
	margin: 0 0 26px 0;
	border: 0;
	font-family: "proxima-nova",sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	height: auto;
	padding: 0;
}
#content .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	border: 0;
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 0;
	margin: 0 26px 0 0;
	background: none;
	color: #000;
	outline: 0 none;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover  {
	border-bottom: solid 3px #5a035a;
	color: #5a035a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: inherit !important;
	outline: 0 none;
	padding: 0 0 7px 0;
}
#content .woocommerce-tabs .panel ul {
	list-style: none;
	padding: 0;
}
#content .woocommerce-tabs .panel ol {
	padding-left: 1em;
}
#content .woocommerce-tabs .panel ul,
#content .woocommerce-tabs .panel ol,
#content .woocommerce-tabs .panel p {
	margin: 0 0 0.5em 0;
	line-height: 1.6em;
}
#content .woocommerce-tabs .panel p strong {
	font-family: "proxima-nova",sans-serif;
	padding-right: 5px;
}

#buy {
	background: #5a035a;
}
#buy .wrapper {
	background: url(img/map.png) no-repeat 30px center;
	padding: 80px 0;
	min-height: 160px;
	color: #fff;
	text-align: center;
}
#buy h3 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
#buy p {
	margin-bottom: 2em;
}

#tweets-mask {
	padding: 40px 0;
	text-align: center;
	font-size: 17px;
}
#tweets-mask .wrapper {
	background: url(img/twitter.png) no-repeat center top;
	padding-top: 60px;
}

p.tweet {
    margin-right: 53px;
}

#tweets strong, #tweets b {
	font-weight: normal;
}
#tweets strong {
	color: #5a035a;
}
#tweets a {
	color: #696767;
}
#tweets a:hover {
	color: #000;
}
#tweets .author {
	color: #5a035a;
}
#tweets .author:hover {
	color: #000;
}

#tweets ul li{
	list-style: none;
	display: inline-block;
}

#tweets ul li p.interact, #tweets ul li div.user, #tweets ul li p.timePosted{
	display: none;
}


#instagram {
	font-size: 0em;
	white-space: nowrap;
}
#instagram li {
	float: left;
	display: block;
}
.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	float: left;
}
.simply-scroll-list li a {
	outline: 0 none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
	width: 100%;
	height: auto;
}
.simply-scroll {
	width: 100%;
	height: 320px;
	margin-bottom: 0;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 320px;
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 320px;
	height: 320px;
}
.simply-scroll .simply-scroll-list li a {
	display: block;
	position: relative;
}
.simply-scroll .simply-scroll-list li a:before {
	content: '';
	background: rgba(0,0,0,0.29);
	width: 100%;
	height: 100%;
	position: absolute;
}
.simply-scroll .simply-scroll-list li a:hover:before {
	background: none;
}
.simply-scroll-btn {
	width: 10%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}
.simply-scroll-btn.simply-scroll-btn-right {
	left: auto;
	right: 0;
}

.simply-scroll-container:after {
	background: url(img/instagram.png);
	width: 98px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -49px;
	z-index: 201;
	content: '';
}

#map_search {
	margin-bottom: 2em;
}
#map_search .location_search {
	width: 100%;
}
#map_search .location_search td {
	padding-bottom: 10px;
}
#map_search .location_search td input {
	width: 100%;
	border: solid 1px #5a035a;
	padding: 5px 10px;
	margin-top: 5px;
}
#map_search .location_search td input.submit {
	background: #5a035a;
	color: #fff;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	width: auto;
	padding: 5px 30px;
}

#map_search {
  box-sizing: border-box;
}
#map_search *, #map_search *:before, #map_search *:after {
  box-sizing: inherit;
}

#footer {
	background: #fff;
	border-bottom: solid 23px #5a035a;
}
#footer .wrapper {
	background: url(img/footer-leaf.png) no-repeat right center;
	padding: 30px 0 55px 0;
}
#footer nav {
	font-family: "proxima-nova",sans-serif;
	float: left;
	padding-bottom: 55px;
	color: #4b024b;
	text-transform: uppercase;
	font-size: 0em;
}
#footer nav .widget {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-left: 80px;
	padding-top: 35px;
	font-size: 16px;
}

.sls-flex-container {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  overflow: hidden;
}

.sls-flex-container > div {
  background-color: #fff;
  color: #444;;
  text-align: left;
  line-height: 2em;
  font-size: 17px;
}


.sls-social, .sls-social1 {
	margin-top: 14px;
	margin-left: 210px;
}

.sls-social a{
display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(https://figenza.com/wp-content/uploads/2023/08/social-2.png) no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 6px;
}

.sls-social1 a{
display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(https://figenza.com/wp-content/uploads/2023/08/social-figenza-1.png) no-repeat;
	width: 36px;
	height: 36px;
	margin-left: 6px;
}

.sls-social a.instagram1, .sls-social1 a.instagram1 {
	background-position: -41px 0;
}

.sls-social a.play1, .sls-social1 a.play1 {
	background-position: -163px 0;
}

#footer nav .widget:first-child {
	margin-left: 0;
}
#footer nav .widget h6 {
	font-size: 16px;
	line-height: 1.6em;
}
#footer nav .widget address {
	font-style: normal;
	line-height: 1.6em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
}
#footer nav .widget ul li {
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	line-height: 1.6em;
}
#footer nav .widget ul ul li {
	font-weight: 300;
}
#footer-logo {
	background: url(img/footer-logo.png) no-repeat;
	width: 222px;
	height: 141px;
	float: right;
	font-size: 0em;
	text-indent: -9999999px;
}
#footer .bottom {
	clear: both;
}
#footer .bottom ul {
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}
#footer .bottom ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#footer .bottom ul li:before {
	content: ' | ';
	padding: 0 5px;
}
#footer .bottom ul li:first-child:before {
	display: none;
}
#footer .bottom p {
	font-size: 14px;
}
#footer .bottom p a {
	color: #000;
}
#footer .bottom p a:hover {
	color: #4b024b;
}

	#masonry-grid {
		display: flex;
    flex-wrap: wrap;
		font-family: "proxima-nova",sans-serif;
	}

.cocktail_post a:hover .mask {
    opacity: 1;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}

img.alignleft { display: inline;	float: left;	margin-right: 75px; }
.news img.alignleft {margin-right: 35px;}
img.alignright { display: inline;	float: right;	margin-left: 75px; }
.news img.alignright {margin-left: 35px;}
img.aligncenter { clear: both;	display: block;	margin-left: auto;	margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 2em; }

@media only screen and (max-width: 1203px) {
	.wrapper {
		width: 980px;
	}

	#header #nav ul li {
		padding-left: 20px;
	}

	.mask .t .tt h1, .mask .t .tt a {
	margin-left:5px
	}

	#banner h1 {
		font-size: 48px;
	}

	#slider .prev, #slider .next {
		background-size: 17px 50px;
		width: 17px;
		height: 50px;
		top: auto;
		bottom: 50px;
	}
	#slider .prev {
		margin-left: -490px;
	}
	#slider .next {
		margin-right:-490px;
	}
	#slider .down {
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
	}

	#slider .slide h1 {
		font-size: 48px;
	}
	#featured aside {
		padding-top: 30px;
	}

	#featured aside, #discover aside {
		width: 440px;
	}
	#featured-slider {
		width: 400px;
		padding-right: 50px;
	}
	#featured-slider .next {
		right: 0;
	}
	#discover figure {
		width: 450px;
	}

	#content .cocktail figure {
		width: 450px;
	}

	.woocommerce #content div.product div.images {
		padding-left: 0;
	}

	#footer nav .widget {
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1023px) {
    
ul.delivery-list {
    text-align: center;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}

.delivery-list > li:last-child {
    width: 34.5%!important;
}
   
	.wrapper {
		width: 90%;
	}
	#header #nav {
		display: none;
	}
	#mobile-nav, #mobile-nav-opener {
		display: block !important;
	}
	#banner h1 {
		font-size: 40px;
	}

	#slider .prev {
		margin-left: 0;
		left: 5%;
	}
	#slider .next {
		margin-right:0;
		right: 5%;
	}

	#featured aside, #discover aside {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
		float: none;
	}
	#featured-slider {
		width: auto;
		padding: 0 50px;
		float: none;
	}
	#featured-slider .prev {
		left: 0;
	}
	#discover aside {
		margin-bottom: 0;
	}
	#discover figure {
		width: 100%;
		margin-bottom: 40px;
		float: none;
	}

	#content h2, .woocommerce-checkout #content h3 {
		font-size: 30px;
	}
	#content h4 {
		font-size: 30px;
	}

	#content .item a {
		font-size: 20px;
	}
	#content .item a strong {
		font-size: 20px;
	}
	#content .item a em {
		font-size: 16px;
	}
	#content .item a small {
		font-size: 12px;
	}


	#content .cocktail figure {
		margin-right: 0;
		float: none;
		margin-bottom: 2em;
		width: 550px;
	}

	.woocommerce #content div.product div.images {
		float: none;
		width: 100%;
		margin-bottom: 60px;
	}
	.woocommerce #content div.product div.summary {
		float: none;
		width: 100%;
	}

	.woocommerce-checkout .checkout-column {
		width: 100%;
		float: none;;
		padding: 0;
	}
	.woocommerce-checkout #content:after {
		display: none;
	}
	.woocommerce-checkout .checkout-right {
		position: relative;
		width: auto;
		height: auto;
		margin-top: 40px;
		margin-bottom: -60px;
		padding: 60px 0;
		border: 0;
		z-index: 2;
	}
	.woocommerce-checkout .checkout-right:before,
	.woocommerce-checkout .checkout-right:after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: #fafafa;
	}
	.woocommerce-checkout .checkout-right:after {
		left: auto;
		right: 100%;
	}

	#footer nav {
		text-align: center;
	}
	#footer nav .widget {
		font-size: 14px;
		text-align: left;
	}
	#footer nav .widget h6, #footer nav .widget address {
		font-size: 14px;
	}
	#footer-logo {
		display: none;
	}
	

	img.alignleft, img.alignright {
		width: 340px;
		height: auto;
	}
	img.alignleft {
		margin-right: 30px;
	}
	img.alignright {
		margin-left: 30px;
	}
	img.aligncenter {
		width: 100%;
		height: auto;
	}
	img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1em; }
}

@media only screen and (max-width: 468px) {
#slider .slide2 {
    /*background-position: -330px !important;*/
}
}

@media only screen and (max-width: 767px) {
	.splasher { width:100%;
	position: absolute; top: 10%}
	
	.sls-social, .sls-social1 {
		margin-top: 14px;
		margin-left: 45px;
	}
	
		
	.header-sls{
	 position: relative;
     width: 150px;
     height: 110px;
	 top: 10px;
	}

	
	.sls-flex-container {
	display: flex;
    align-items: stretch;
    background-color: #fff;
    flex-wrap: wrap;
	}

	.btn, #content .alm-load-more-btn, #content .button {
		font-size: 12px;
		background-size: 174px 32px;
		height: 32px;
		line-height: 32px;
		width: 174px;
		margin-bottom: 8px;
	}
	#content .button {
		width: 174px !important;
	}
	#header {
		border-bottom: solid 1px #dbdbdb;
	}
	#header .social {
		display: none;
	}

	#logo {
		/*background-size: 250px 69px;
		width: 250px;
		height: 69px;
		margin-bottom: 0;
		margin-top: 18px;*/
	}


#header .wrapper {
		height:125px
	}

	#banner img {
		min-width: 768px;
		visibility: hidden;
	}
	#banner h1 {
		font-size: 34px;
	}

	#slider .slide .tt {
		padding-top: 30px;
	}
	#slider .slide h1 {
		font-size: 30px;
	}

	#slider #slide2_caption {
	width:70%;
	}

	#slider .slide h1 img {
		display: none;
	}
	#slider .slide h1 br {
		display: none;
	}

	#slider .down {
		background-size: 33px 33px;
		width: 33px;
		height: 33px;
		margin-left: -16px;
		bottom: 20px;
	}
	#slider .prev, #slider .next {
		background-size: 11px 33px;
		width: 11px;
		height: 33px;
		bottom: 20px;
	}

	#featured-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
	#featured-slider .prev, #featured-slider .next {
		width: 10px;
		height: 30px;
		margin-top: -15px;
		background-size: 10px 30px;
	}
	#featured-slider .cycle-slideshow .slide a {
		font-size: 16px;
	}
	#featured-slider .cycle-slideshow .slide a small {
		font-size: 12px;
	}



	#figs {
		text-align: left;
	}
	#figs p {
		font-size: 12px;
		margin-right: 14px;
	}
	#figs p br {
		display: none;
	}
	#sub-nav {
		padding: 20px 0;
		line-height: 2em;
	}
	#sub-nav ul li, #sub-nav ul li a {
		display: block;
	}
	#content .wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#content h1, #content h2, #featured aside h2, #discover aside h2, #figs h2 {
		font-size: 24px;
	}
	#content h4 {
		font-size: 24px;
	}
	#content p, #featured aside p, #discover aside p, #content ul, #content ol {
		line-height: 1.6em;
		margin-bottom: 2em;
		margin-right: 30px;
	}

	.simply-scroll {
		height: 160px;
	}
	.simply-scroll .simply-scroll-clip {
		height: 160px;
	}
	.simply-scroll .simply-scroll-list li {
		width: 160px;
		height: 160px;
	}
	.simply-scroll-container:after {
		background-size: 39px 40px;
		width: 39px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}

	#pager {
		font-size: 12px;
	}
	#pager .prev, #pager .next {
		background-size: 10px 30px;
	}
	#pager .prev {
		padding-left: 18px;
	}
	#pager .next {
		padding-right: 18px;
	}

	#content .item {
		width: 50%;
	}
	#content .item a {
		font-size: 16px;
	}
	#content .item a small {
		font-size: 12px;
	}

	#masonry-grid {
		margin-left: -5%;
		margin-right: -5%;
	}

	#content .cocktail figure {
		width: 100%;
	}

	#content .woocommerce-product-gallery {
		margin-bottom: 40px;
	}
	#content .woocommerce-product-gallery .flex-control-thumbs {
		margin-top: 0;
	}

	#cocktail-carousel {
		display: none;
	}
	#cocktail-nav {
		padding: 10px 0;
	}
	#cocktail-nav .prev, #cocktail-nav .next {
		background: url(img/prev-p.png) no-repeat;
		background-size: 18px 53px;
		width: 18px;
		height: 53px;
		cursor: pointer;
		float: left;
		display: block;
		display: block;
		font-size: 0em;
		text-indent: -99999999px;
	}
	#cocktail-nav .next  {
		background: url(img/next-p.png) no-repeat;
		background-size: 18px 53px;
		float: right;
	}
	#content .woocommerce-cart-form table td {
		padding-right: 0;
	}
	#content .woocommerce-cart-form table td:before {
		font-size: 13px !important;
		text-transform: uppercase;
		padding-top: 5px;
	}
	#content .woocommerce-cart-form table td.product-quantity {
		padding-top: 20px;
		padding-right: 0;
	}

	.woocommerce-cart #content table.cart td.actions .coupon {
		margin-bottom: 10px;
	}
	.woocommerce-cart #content table.cart td.actions .input-text {
		width: 174px !important;
		display: block;
		margin-bottom: 5px;
		padding: 7px 15px 6px 15px;
	}
	.woocommerce-cart #content table.cart td.actions .coupon .input-text+.button {
		float: left !important;
	}
	#content .woocommerce-cart-form table .actions {
		background: #fff !important;
	}

	.woocommerce #content table.cart td.actions .button[name=update_cart], .woocommerce-page #content table.cart td.actions .button[name=update_cart] {
		float: right;
	}

	.woocommerce-checkout .checkout-right {
		position: relative;
		width: auto;
		height: auto;
		margin-top: 40px;
		margin-bottom: -40px;
		padding: 40px 0;
		border: 0;
		z-index: 2;
	}

	#content ul.woocommerce-thankyou-order-details li {
		background: none;
		display: block;
		float: none;
		margin: 0 0 10px 0;
		padding: 0;
		border: 0;
	}

	#content .form-row-first, #content .form-row-last,
	#content .form-row-1-third, #content .form-row-2-third, #content .form-row-3-third {
		width: 100% !important;
		padding: 0;
		float: none;
	}

	#buy .wrapper {
		background: none;
		min-height: 1px;
		padding: 40px 0;
		text-align: left;
		background-repeat: no-repeat;
    	background-size: contain;
	}
	#buy h3 {
		font-size: 24px;
	}
	#buy p {
		font-size: 16px;
	}

	#footer .wrapper {
		padding: 10px 0 30px 0;
		background: none;
	}
	#footer nav {
		padding-bottom: 30px;
	}
	#footer nav .widget {
		display: block;
		margin: 0 !important;
		padding-top: 20px;
	}

	img.alignleft, img.alignright, img.aligncenter {
		margin: 0 0 1.6em 0;
		width: 100%;
		height: auto;
	}
	.leaf {
		display: none;
	}

}

#instagram {
    font-size: 0em;
    height:320px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.instagram-container {
    position: relative;
    border-top: 1px solid rgba(89,10,88,0.1);
    padding-top: 10px;
    border-bottom: 1px solid rgba(89,10,88,0.1);
    padding-bottom: 10px;
}

.instagram-inner{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 98px;
    height: 100px;
    z-index:300;
}

.instagram-inner span {
background: url(img/instagram.png);
    width: 98px;
    height: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index:300;
}

.insta-item {
width:320px;
height:320px;
overflow:hidden;
display:inline-block;
border-right:8px solid #FFF;
position:relative;
z-index:299;
}

.insta-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-item:hover {
z-index:301;
}

.insta-item:hover .insta-overlay {
opacity:1;
}


.insta-overlay {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background:rgba(102,0,102,0.54);
opacity:0;
transition: 1s ease;
    z-index:400;
}

.insta-overlay div.caption {
position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 70px;
    /* bottom: 0; */
    width: 90%;
    height: 100px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    word-wrap: break-word;
    white-space: normal;
}

.insta-overlay div.likes {
position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 100px;
    width: 90%;
    height: 20px;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    word-wrap: break-word;
    white-space: normal;
}

.insta-overlay div.likes i {
color:red;
}

a.arrow-right.arrow {
    position: absolute;
    right: 0;
    z-index: 10000;
    height: 100%;
    background: rgba(255,255,255,0.4);
    width: 75px;
    color:rgba(255,255,255,0.7);
}

a.arrow-left.arrow {
    position: absolute;
    left: 0;
    z-index: 10000;
    height: 100%;
    background: rgba(255,255,255,0.4);
    width: 75px;
    color:rgba(255,255,255,0.7);
}

.arrow {
    opacity: 0.5;
    transition: 1s ease;
}

.arrow:hover {
    opacity: 1;
}

.arrow i {
    position: absolute;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 30px;
}

@media only screen and (max-width: 500px) {
    .instagram-inner span {
    display:none;
    }

	
	#logo {
    width: 185px;
    height: 119px;
		margin-left: -25px;
	}
	
	#logo1 {
		position: absolute;
	}
	
    .arrow {
    width:50px !important;
    }
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.7);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:32px;height:32px;position:absolute;right:0;top:-40px;-webkit-appearance:none;cursor:pointer;text-decoration:none;font-size:0em;text-indent: -999999px;padding:0;background: url(img/close.png);outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
	border-radius: 0;
  border: solid 1px #ddd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
	font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  outline: none;
  padding-left: 12px;
  padding-right: 24px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #ddd; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ddd; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
		border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
		margin: 0 !important;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -1px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 34px;
    list-style: none;
    min-height: 34px;
    outline: none;
    padding-left: 12px;
    padding-right: 24px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #eeeeee; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.quantity .nice-select {
	width: 74px;
}
.quantity .nice-select:after {
	display: none;
}
.quantity .nice-select .list {
	width: calc(100% + 2px);
}

.single-product #sub-nav li:nth-child(2) {
    display: none;
}
.product .related {
	display: none;
}
.shoppe-image figure {
	align-self: normal!important;
}
.shoppe-image figure img {
	width: 100%!important;
    height: auto!important;
}
.top_banner_text {
	background: #5a035a;
    color: white;
    text-align: center;
    padding: 20px 10px;
}
.top_banner_text a {
	font-weight: 300;
    font-family: "proxima-nova",sans-serif;
	color: white;
	letter-spacing: 2px;
}
.side_banner_text {
	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: fixed;
    top: 35%;
    right: -80px;
    z-index: 998;
    background: #5a035a;
    padding: 20px;
}
.side_banner_text a {
    font-family: "proxima-nova",sans-serif;
	color: white;
	letter-spacing: 2px;
	font-weight: bold;
}
.side_banner_text a:before, .side_banner_text a:after {
	content: "";
    display: inline-block;
    background: url(https://figenza.com/wp-content/uploads/2021/07/tab-leaf.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.side_banner_text a:before {
	margin: 0 15px -6px 0;
}
.side_banner_text a:after {
	margin: 0 0 -6px 10px;
}
@media only screen and (max-width: 600px) {
	.top_banner_text {padding: 10px 5px;}
	.side_banner_text {padding: 5px; margin-top: 79px;}
}
.show-iframe.brand-container{
	display:none;
}
.brand-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	height:664px;    overflow: auto;
}
.brand-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.faq-wrapper {
	width: 65%;
}
.faq-wrapper p strong {
	color: #5a035a!important;
}
.faq-wrapper p {
	margin-bottom: 1em!important;
}
.faq-wrapper h2 {
	margin-bottom: .4em!important;
}
.f-video {
	width: 25%;
    display: inline-block;
    margin: 10px;
}
.f-video p {
	color: #5a035a;
    margin-bottom: 0.5em!important;
    line-height: 1em!important;
	margin-top: 0.5em;
}

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

.gift-container2 {
    width: 85%;
	margin: 0 auto;
}

.free-gift {
    width: 35%;
    height: 30%;
    margin-top: 3vh;
    margin-left: 32.5%;
	display: none;
}

.free-gift2 {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 2vh;
    text-align: center;
}

.free-gift > img {
    height: 100%;
    width: 100%;
}

.free-gift2 > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.survey-info {
	color: #702672;
}

.gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    margin-right: 20px;
}

@media only screen and (max-width: 667px) {
				.free-gift2 {
		display: none;
	}
}
@media only screen and (max-width: 1223px) {
	.f-video {width: 31%;}
}
@media only screen and (max-width: 1023px) {
	.f-video {width: 45%;}
}
@media only screen and (max-width: 750px) {
			.free-gift2 {
		display: none;
	}
	.faq-wrapper {width: 100%;}
	.f-video {width: auto;display: block;margin: 30px 10px;}
	.f-video p {font-size: 23px;}
	.free-gift {
    width: 90%;
    height: 250px;
    margin-left: 5.1vw;
    margin-top: 3vh;
	display: none;
}
}

div#slider {
/* 	max-height: 60vh; */
}

/* ACf devloper */

.bnr-ecommerce
{   background-image: url(img/bnr-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; 
    padding: 100px 15px 130px 15px;	
}
@media only screen and (min-width: 1023px) {
.bnr-ecommerce{min-height:470px; }
}

.title-section{
    font-size: 60px; text-align: center; text-transform: uppercase; font-weight: 300; color: #5a035a; margin-bottom: 75px;
}

.title-section img{
    margin-bottom: 30px;
}

.ecomerc-list-bx
{
    padding: 0; margin: 0;
}
.ecomerc-list-bx li
{
    float: left; width: 32.5%; position: relative; list-style: none; text-align: center; margin: 6px;
}
.ecomerc-list-bx li:first-child
{
    margin-left: 0;
}
.ecomerc-list-bx li:last-child
{
    margin-right: 0;
}
.ecomerc-list-bx li a
{
    display: block; background-color: #5a035a; color: #fff; padding: 55px 40px; 
}
.ecomerc-list-bx li a:hover
{
    background-color: #750461;
}
.ecomerc-list-bx li img{
    margin-bottom: 25px;
}
.ecomerc-list-bx li h3{
    margin-bottom: 10px; font-size: 30px; text-transform: uppercase; 
}
.ecomerc-list-bx li p{
     font-size: 19px; font-weight: 300; 
     font-family: "proxima-nova",sans-serif;
}
.ecomerc-list-bx li a::before
{
    position: absolute; width: 100%; height: 100%; background-image: url(img/bnr-graphic-bx.png); background-repeat: no-repeat; background-position: center center; content: ''; left: 0; top: 0;
}

.buy-section
{
    padding: 100px 15px 40px 15px;
}

.sub-title
{
    font-size: 18px; text-align: center; color: #000; 
}

.buy-section .title-section
{
    margin-bottom: 15px; font-size: 37px; 
}
.brand-container {
    position: relative;
    width: 100%;
	height: 150px;
    padding-top: 56.25%;
    margin-top: 30px;
}

.delivery-list li
{
    float: left; margin: 37px; height: 200px; text-align: center; background-color: #fff; padding: 15px; list-style: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34,0,34,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34,0,34,0.28);
    box-shadow: 0px 0px 5px 0px rgba(34,0,34,0.28);
}

.delivery-list li:hover
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(34,0,34,0.60);
    -moz-box-shadow: 0px 0px 5px 0px rgba(34,0,34,0.60);
    box-shadow: 0px 0px 5px 0px rgba(34,0,34,0.60);
}
.shipped-list li:first-child, .list-shipped-icon li:first-child{
    margin-left: -160px;
}

/* .delivery-list li:last-child, .list-shipped-icon li:last-child
{
    margin-right: -86px;
} */
.delivery-list li a
{
    display: table; width: 100%; height: 100%; line-height: 12;
}

.delivery-list li a img
{
    display: inline-block; vertical-align: middle;
}
.delivery-section
{
    background-color: #5a035a; position: relative; color: #fff; padding-top: 100px; padding-bottom: 100px;
}

.delivery-section h2, .delivery-section p{
    color: #fff;
}
.delivery-section .sub-title  
{
    margin-bottom: 15px;
}
.delivery-section::before
{
    position: absolute; width: 606px; height: 560px; background-image: url(img/delivery-graphic.png); background-repeat: no-repeat; background-position: center center; background-size: 100%; content: ''; 
    left: 18px; top: 45px;
}
.delivery-section .wrapper{
    position: relative; z-index: 1;
}

.shipped-inner
{
    max-width: 875px; margin: 0 auto; 
}

.shipped-bx{
	display: none;
    background-color: #fff; padding: 25px; text-align: center;
    -webkit-box-shadow: 0px 0px 24px 7px rgba(201,201,201,0.28);
    -moz-box-shadow: 0px 0px 24px 7px rgba(201,201,201,0.28);
    box-shadow: 0px 0px 24px 7px rgba(201,201,201,0.28);
    margin-bottom: 15px; margin-top: 15px;
}
.shipped-section .sub-title
{
    margin-bottom: 45px;
}

.list-shipped-icon
{
    padding: 0; padding-left: 15%; margin: 0;
}
.list-shipped-icon li
{
    background-color: #fff;
	padding: 25px;
	text-align: center;
	padding-left: 5%;
    padding-right: 5%;
    -webkit-box-shadow: 0px 0px 24px 7px rgba(201,201,201,0.28);
    -moz-box-shadow: 0px 0px 24px 7px rgba(201,201,201,0.28);
    box-shadow: 0px 0px 24px 7px rgba(201,201,201,0.28);
    list-style: none; float: left; width: 21.9%; height: 200px; margin: 37px;
}
.list-shipped-icon li a
{
    display: table; width: 100%; height: 100%;  line-height: 11;
}
.list-shipped-icon li a img
{
    display: inline-block;
}

img{
    max-width: 100%;
}
.mobile-li{
    display: none;
}

.want-section
{
    background-color: #5a035a; color: #ffffff; padding: 35px 35px 25px 35px; position: relative;
}

.want-section::before
{
    position: absolute; content: ''; right: 0; top: 0; background-image: url(img/want-graphic-bx.png); background-position: top right; background-repeat: no-repeat; width: 100%; height: 100%; background-size: auto 100%;
}

.want-section h2
{
    color: #ffffff !important; margin-bottom: 20px !important;
}
.want-btn
{
     padding: 0; margin: 0 !important; position: relative; z-index: 1;
}
.want-btn li{ 
    list-style: none; display: inline-block; vertical-align: top; width: 48%; margin: 0 3% 15px 0; 
}
.want-btn li a{
    color: #ffffff;  background-image: url(img/want-btn2.png); background-repeat: no-repeat;  background-size: 100% 100%; font-size: 15px;
}

.want-btn li a:hover{
    color: #5a035a;  background-image: url(img/want-btn1.png);
}

.want-btn li:last-child{
    margin-right: 0;
}



.want-btn li a{ 
    width: 100%;
}


@media only screen and (max-width: 1200px) {
    .ecomerc-list-bx li h3{
        font-size: 24px;
    }
    .ecomerc-list-bx li p {
        font-size: 15px;
    }
    .delivery-list li{
        margin-left: 3%; margin-right: 3%;
    }
}


@media only screen and (max-width: 1100px) {
    .want-btn li{
        width: 100%; max-width: 215px;
    }
}

@media only screen and (max-width: 900px) {

    .ecomerc-list-bx li{
        margin-left: 2%; margin-right: 2%; width: 30%;
    }
    
    .delivery-list li{
        margin-left: 3%;
        margin-right: 3%;
        height: auto;
    }
    .delivery-list li a{
        line-height: 6;
    }
    .list-shipped-icon li{
        width: 21.6%; height: 150px;
        margin-left: 3%;
        margin-right: 3%;
    }
    .list-shipped-icon li a
    {
        line-height: 9;
    }
    .bnr-ecommerce{
        padding-top: 150px;
    }

}

@media only screen and (max-width: 767px) {
    .ecomerc-list-bx li{
        width: 100%; margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px;
    }

    .title-section
    {
        font-size: 45px; margin-bottom: 30px;
    }
    .delivery-list li:first-child{
        margin-left: 3%;
    }
    .delivery-list li:last-child{
        margin-right: 3%;
    }
    .delivery-list li{
        width: 38%; height: auto; float: none; display: inline-block; vertical-align: top; margin-top: 10px; margin-bottom: 10px;
    }
    .list-shipped-icon li{
        width: 20%;
    }
    .list-shipped-icon li:first-child{
        margin-left: 0%;
    }
    .list-shipped-icon li:last-child{
        margin-right: 0%;
    }
}

@media only screen and (max-width: 500px) {

    .bnr-ecommerce{
        padding-top: 45px; padding-bottom: 75px;
    }
   
    .ecomerc-list-bx li a{
        padding-left: 100px;
        text-align: left;
        padding-top: 37px;
        padding-right: 15px;
        padding-bottom: 35px;
    }
    
    .ecomerc-list-bx li
    {
        margin-top: 0;
    }
    .ecomerc-list-bx li a img{
        position: absolute; left: 25px; top: 15px; max-width: 60px; margin: 0;
    }
    .ecomerc-list-bx li h3 {
        font-size: 20px; margin: 0;
    }
    .ecomerc-list-bx li p{
        display: none;
    }
    .title-section img{
        width: 72px; margin-bottom: 25px;
    }
    .sub-title {
        font-size: 24px;
    }
    .title-section, .buy-section .title-section{
        font-size: 34px;
    }
    .delivery-section, .buy-section{
        padding-left: 0; padding-right: 0;
    }
    .delivery-list li{
        width: 34%;
    }
    .delivery-list li a img{
        max-width: 95px;
    }
    .shipped-bx{
        display: none;
    }
    .mobile-li  {
        display: block;
    }
	.list-shipped-icon li:first-child
	{	display:block;
	}
    .list-shipped-icon li{
        margin: 10px; width: 29%; height: 100px;
    }
    .list-shipped-icon li:first-child{
		margin-left: -18px;
    	width: 60%;
    }
    .list-shipped-icon li:last-child
    {
        margin-left: -18px;
    	width: 60%;
    }
    .list-shipped-icon li a {
        line-height: 5;
    }
    .list-shipped-icon li:nth-child(2) {
		margin-left: -18px;
    	width: 60%;
    }
    .want-section{
        padding: 20px 20px 5px 20px;
    }
    .want-section h2{
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
	.list-shipped-icon {
    	padding: 0;
    	padding-left: 18%;
    	margin: 0;
    	margin-left: 11.5%;
}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	.list-shipped-icon li:first-child > a {
    	margin-top: -10px;
}
}

@media only screen and (min-width: 375px) and (max-width: 403px) {
	.list-shipped-icon li:first-child > a {
    	margin-top: -18px;
}
}


@media only screen and (min-width: 404px) and (max-width: 417px) {
	.list-shipped-icon li:first-child > a {
    	margin-top: -23px;
}
}

@media only screen and (min-width: 418px) and (max-width: 425px) {
	.list-shipped-icon li:first-child > a {
    	margin-top: -26px;
}
}

@media only screen and (min-width: 501px) and (max-width: 900px) {
	.list-shipped-icon {
    	padding: 0;
    	padding-left: 22%;
    	margin: 0;
}
}

/* @media only screen and (min-width: 300px) and (max-width: 799px) {
	.list-shipped-icon li {
		margin: 10px;
		margin-left: -20px;
		width: 70%;
		height: 100px;
} */

.page-template-page-experienceHub div#banner {
    display: none;
}
.page-template-page-experienceHub div#buy {
    display: none;
}
.page-id-20659 div#buy {
    display: none;
}

.list-shipped-icon > li:hover {
	transform: scale(1.05);
	transition: transform .5s ease;
}

/* .delivery-list > li:last-child {
	width: 65%;
} */

.return-to-top-container {
	display: flex;
    justify-content: center;
}

#return-to-top 
{   position: fixed;
    bottom: 8px;
    background: url(images/topicon.png) no-repeat;
    width: 77px;
    height: 77px;
    text-decoration: none;
    display: none;
    outline: none;
    transition: all 0.3s ease;
}

/* #where-section, #delivery-section, #shipped-section {
	scroll-margin-top: 34px;
} */

@media only screen and (min-width: 1023px) {
	.delivery-list
{
    padding: 0;
    margin: 0;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media only screen and (min-width: 767px) {
    	#return-to-top {
	    display: none!important;
	}
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto !important;
}
