@import url("https://use.typekit.net/vxf2uul.css");

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
body {
  margin: 0 auto;
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 103%;
  letter-spacing: 0.3px;
  text-align: left;
  line-height: 1;
  color: #666219;
  cursor: default;
  background: #fff;
  height: auto;
}

.container {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 4%;
}

a {
  color: #e4342d;
  text-decoration: none;
  filter:alpha(opacity=100);
  opacity: 1;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
a:hover, a:focus {
  color: #ff0a00;
  text-decoration: none;
  outline: 0;
  filter:alpha(opacity=100);
  opacity: 1;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
a[href^=tel] {
  background: none;
  padding: 0;
  text-decoration: none;
}
a img {
  border: 0;
}
a.btn {
  background: #67621a;
  color: #fff;
  display: inline-block;
  	padding: 18px 47px;
	border-radius: 31px;
	font-size: 60%;
	font-weight: 400;
	margin-top: 10px;
}
a.btn:hover {
  background: #87823a;
}

/* FORMS */
fieldset,
input,
textarea,
select,
option {
  max-width: 100%;
}
input[type='text'], input[type='email'], input[type='password'], textarea {
	font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  background: none;
  color: #202020;
  outline: 0;
  font-size: 85%;
  padding: 10px 10px;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus {
  border: 1px solid rgba(103, 98, 26, 0.4);
}
input[type='submit'], input[type='button'], button {
	font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
  border: 0;
  border-radius: 4px;
  font-size: 110%;
  text-transform: uppercase;
  background: #67621a;
  padding: 10px 50px 12px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    filter:alpha(opacity=100);
  opacity: 1;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
  background: #87823a;
  filter:alpha(opacity=100);
  opacity: 1;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
}

.formControls input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.formControls label {
  border-radius: 5px;
  background: #ececec;
  display: inline-block;
  padding: 4px 10px 6px;
  margin-right: 8px;
  margin-bottom: 7px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  font-size: 85%;
}
.formControls label:hover {
  background: #87823a;
  color: #fff;
  filter:alpha(opacity=100);
  opacity: 1;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.formControls input[type="radio"]:checked + label {
  background: #87823a;
  color: #fff;
  font-weight: 400;
}

.formError {
  color: #ff0000 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    display: block;
    margin-left: 10px;
}
.formRed {
  font-weight: 400 !important;
  font-size: 80%;
}
.rsform-type-radiogroup.has-error-foundation .formValidation {
  margin-top: 0rem !important;
}
img {
  max-width:100%;
  max-height:100%;
  width: auto !important;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1%;
  line-height: 1.15;
  font-weight: 400;
}
h1, h2 {
  font-size: 230%;
  font-weight: 500;
  margin-bottom: 50px;
}
p {
  margin-top: 0;
  line-height: 1.6;
}
strong {
  font-weight: 500;
}
hr {
  border: none;
  border-bottom: 1px solid #DBDBDB;
}
.p p {
  margin: 0;
  line-height: 0;
}
ul.ul, .ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.li li, div.grid, span.grid, form.grid {
  display: inline-block;
  vertical-align: top;
}
fieldset {
  padding: 0;
  border: 0;
}
td em strong {
  background: url(../images/tick_g.svg) no-repeat left top / 100%;
  width: 20px;
  height: 15px;
  display: inline-block;
  text-indent: -99999px;
}
.product-description table th,
.product-description table td,
.item-page table th,
.item-page table td {
  border: 1px solid #D0D0D0 !important;
}
.center {
	text-align: center;
}

/* SCROLLING TEXT */
#shop #content {
	margin-top: 0;
}
#shop .header-container {
	margin-top: 150px;
}
.header-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.header-container h2 {
	margin-top: 40px;
	font-size: 400%;
	font-weight: 100;
	text-transform: uppercase;
	color: #67621a;
}
.text-container {
    display: flex;
    white-space: nowrap;
}
.text-container h2 {
    display: inline-block;
    font-optical-sizing: auto;
}
        

/* HEADER */
#header .currency {
  float: right;
  margin-left: 20px;
}
#header .currency select option {
  text-indent: -99999px;
}
#header {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  top: 0;
  background: #fff;
  z-index: 10;
  transition: top 0.4s ease, background 0.2s ease;
}
#home #header {
	background: rgba(255, 255, 255, 1);
}
#header.hidden-header {
  top: -112px;
  transition: top 0.4s ease;
}
#header.slide-in-header {
  background: rgba(255, 255, 255, 0.95) !important;
}

#header .logo a {
  text-indent: -99999px;
  background: url(../images/soruhl_blk.svg) no-repeat left center / 100%;
  width: 160px;
/*   margin-top: 8px; */
  padding-top: 30px;
  display: inline-block;
}
#header .mainmenu {
  float: right;
  font-family: gravesend-sans, sans-serif;
  font-weight: 500;
  margin-top: 7px;
  margin-right: 10px;
}
#header .mainmenu li a {
  color: #000;
  margin: 0 15px;
  font-size: 100%;
}
#header .mainmenu li a:hover,
#header .mainmenu li.active a {
  color: #67621a;
}
#header .mainmenu li.item-160,
#header .mainmenu li.item-165,
#header .mainmenu li.item-262 {
  display: none;
}

/* CART */
#header .cart {
  float: right;
  margin-left: 15px;
  margin-right: 25px;
  padding: 0 60px 0 0;
}
#header .cart .total_products,
#header .cart .show_cart a {
  display: inline-block;
  background: url(../images/cart.svg) no-repeat center top / 100%;
}
#header .cart .show_cart a {
  background: url(../images/cart.svg) no-repeat center top / 100%;
  position: relative;
  z-index: 10;
}
#header .cart .total_products {
  width: 25px;
  height: 21px;
  padding-top: 20px;
  margin-top: 3px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
#header .cart .total_products a {
	background: url(../images/cart.svg) no-repeat center top / 100%;
	width: 25px;
	height: 21px;
	display: block;
	color: #000;
	font-size: 75%;
	padding-top: 20px;
	margin-top: -20px;
}
#header .cart .total_products a span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #87823a;
	color: #fff;
	font-size: 8px;
	margin-top: -22px;
	margin-left: 16px;
	padding-top: 4px;
	float: left;
	box-sizing: border-box;
}

#header .burger {
  float: right;
  margin-top: 3px;
  margin-right: 20px;
}
.menu-icon-cont .menu-icon3 {
  margin: .05em !important;
  height: .2em !important;
}

/* ACCOUNT */
#header .account {
  float: right;
  margin-top: 35px;
}
#header .account li.parent span {
  color: #fff;
  font-size: 80%;
  cursor: pointer;
  margin-left: 12px;
}
#header .account li.parent span.icon:hover {
  color: #ff0a00;
}
#header .account li.nav-item ul.mod-menu__sub {
  background: #000;
  display: none;
  position: absolute;
  z-index: 999999;
  padding-top: 3px;
  min-width: 11em;
  width: auto;
  font-weight: 400;
}
#header .account li.nav-item:hover ul.mod-menu__sub {
  display: block;
}
#header .account li.nav-item ul.mod-menu__sub span.separator {
  font-size: 68%;
  color: #fff;
  cursor: default;
  text-transform: capitalize;
  border-bottom: solid 1px #5f5f5f;
  padding: 8px 4px 6px 0px;
  margin-bottom: 8px;
  margin-right: 10px;
  display: block;
}
#header .account li.nav-item ul.mod-menu__sub li a {
  color: #67621a;
  padding: 3px 0;
  margin: 1px 4px 0;
  display: block;
  text-transform: none;
  padding: 4px 8px;
  font-size: 70%;
}
#header .account li.nav-item ul.mod-menu__sub li a:hover {
  background-color: rgba(118, 120, 119, 0.4);
  margin: 1px 6px 0;
  color: #ff0a00;
}
#header .account li.nav-item ul.mod-menu__sub li.active a:hover {
  background-color: #2f2f2f;
}
#header .account li.nav-item ul.mod-menu__sub li.active a {
  color: #ff0a00;
  font-weight: 500;
}
#header .account li.nav-item ul.mod-menu__sub li:last-child {
  padding-top: 4px;
}
#header .account li.nav-item ul.mod-menu__sub li a.logout {
  background: #e4342d;
  color: #fff;
  margin: 3px 0 10px 10px;
  padding: 7px 10px 6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 65%;
  display: inline-block;
}
#header .account li.nav-item ul.mod-menu__sub li a.logout:hover {
  background: #ff0a00;
  color: #fff;
  font-weight: 500;
}

/* CURRENCY */
#header .currency {
    position: absolute;
    left: 9000px;
    opacity: 0;
}

#header .currSelectorCont {
    position: relative;
    float: right;
    margin-left: 0px;
    width: 45px;
}

#header #currSelector {
    position: absolute;
}

#header #currSelector li {
    display: none;
    margin-bottom: 3px;
    line-height: 25px;
    opacity: 0;
    list-style: none;
    transition: all 0.4s ease;
    cursor: pointer;
    padding-top: 2px;
    text-align: right;
    font-weight: 400;
    font-size: 90%;
    filter: grayscale(1);
}
#header #currSelector:hover li {
    display: block;
    opacity: 1;
    transition: all 0.4s ease;
}
#header #currSelector li:hover {
  color: #888888;
  filter: grayscale(0);
}
#header #currSelector li.active,
#header #currSelector li.active:hover {
    display: block;
    opacity: 1;
    transition: all 0.4s ease;
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
    filter: grayscale(0);
}
#header #currSelector li.active strong,
#header #currSelector li.active strong:hover {
  opacity: 1;
}
#header #currSelector strong {
  width: 22px;
  height: 22px;
  margin-top: -1px;
  margin-left: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 22px;
  float: right;
  border-radius: 50px;
}
#header #currSelector #currKr strong {
  background-image: url(../images/SW.svg);
}
#header #currSelector #currBp strong {
  background-image: url(../images/UK.svg);
}
#header #currSelector #currEu strong {
  background-image: url(../images/EU.svg);
}
#header #currSelector #currUs strong {
  background-image: url(../images/US.svg);
}

/* BANNER */
#banner {
	margin-top: 60px;
}
#about #banner div.overlay {
	background: url(../images/about_bg.svg) no-repeat center bottom /104%;
	position: relative;
	z-index: 9;
	padding-top: 7%;
	margin-top: -7%;
}

/* CONTENT */
#content {
  clear: both;
  position: relative;
  margin-top: 10%;
}
#home #content {
  margin-top: 4%;
}
#content li {
  margin-bottom: 10px;
  line-height: 1.1;
}

/* HOME */
#home #content .leading {
	margin-bottom: 10%;
	overflow: hidden;
}
#home #content .intro {
	clear: both;
	margin-bottom: 14%;
}
#home #content .leading h1 {
  font-weight: 500;
  font-size: 2000%;
  text-align: center;
  margin-bottom: 20px;
  font-family: gravesend-sans, sans-serif;
}
#home #content .leading .item-content {
	float: right;
	width: 410px;
	text-align: center;
	margin-right: 1%;
}
#home #content .leading .item-content strong {
	font-size: 150%;
	font-weight: 500;
}

#home #content .intro div.item h1 {
   font-weight: 500;
   text-align: left;
  font-size: 360%;
  line-height: 1.3;
  border-bottom: 1px solid #87823a;
  padding-bottom: 16px;
  margin-bottom: 40px;
  font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
}
#home #content .intro div.item {
  width: 560px;
  margin-left: 2%;
}
#home #content .intro div.item p {
	font-size: 150%;
}
.video_bg {
	background: url(../images/video_bg.svg) no-repeat center bottom /105%;
	position: relative;
	z-index: 9;
	padding-top: 5%;
	margin-top: -5%;	
}
.category_description h2 {
	font-size: 400%;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 8%;
}
.category_description h2 {
	padding-bottom: 0;
}
.category_description h3 {
	font-size: 200%;
	margin-bottom: 25px;
}

.info-footer .text-container h2 {
	text-transform: none;
}
.info {
  margin: 40px 0 10%;
  text-align: center;
   overflow: hidden;
}
.info ul {
	padding: 0 2%;
 }
.info h2 {
  font-size: 450%;
  font-weight: 300;
  text-align: center;
  color: #67621a;
  padding-bottom: 1%;
  animation: loop 10s linear infinite;
  white-space: nowrap;
}
.info li {
  width:40%;
  text-align: left;
  font-size: 140%;
}
.info li.taste {
  margin-right: 6%;
  font-size: 250%;
  font-weight: 500;
}
.info li.taste strong {
	font-weight: 800;
}
.info li.taste em {
	font-weight: 400;
}

/* ABOUT */
.start {
	background: #3a3c10;
	color: #fff;
	padding: 5% 0 6%;
}
.start h1 {
  margin-bottom: 25px;
  font-family: "aktiv-grotesk-georgian", sans-serif;
  font-size: 270%;
  font-weight: 500;
  color: #666120;
  letter-spacing: 0.5px;
}
.start li {
  width: 45%;
  text-align: justify;
}
.start li:first-child {
  margin-right: 9%;
}
.sorrel-image {
  background: url(../../../images/about/sorrel.jpg) no-repeat center top / 100%;
  background-size: cover;
  padding-top: 55%;
}
.sorrel-image div.overlay {
	background: url(../images/sorrel.svg) no-repeat center bottom /105%;
	position: relative;
	z-index: 9;
	padding-top: 4%;
	margin-top: -4%;
}
.sorrel {
  margin-top: -2px;
  background: #666219;
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 6% 0 6%;
  text-align: justify;
}
.sorrel .container,
#about #content .container {
	max-width: 800px;
}
.about div.grid {
  text-align: justify;
  padding: 0;
}
.about h1, .sorrel h2 {
  margin-bottom: 40px;
  text-align: center;
}
.about p {
	color: #000;
}
.about div.grid.item-image {
  width: 45%;
  margin-left: 9%;
}
.about div.grid.item-image img {
  border-radius: 5px;
}
.about {
	text-align: justify;
}
#about #content {
	margin-top: -5px;
	background: #fff url(../images/sorrel_bg.svg) no-repeat center top / 104%;
	padding-top: 15%;
}


/* FAQ */
#faq #content {
/* 	margin-top: 0; */
	padding: 0 0 10%;
/*
	background: url(../images/faq.jpg) no-repeat 0 0 / cover fixed;
	color: #fff;
*/
}
#faq #footer_bg {
	margin-top: -3%;
	background: url(../images/faq_footer_bg.svg) no-repeat center top / 105%;
	position: relative;
}
#content .faq .item h1 {
  text-align: center;
/*   margin-bottom: 100px; */
}
#content .faq div.grid {
  width: 45%;
}
#content .faq div.grid.col1 {
  margin-right: 8%;
  border-bottom: 1px solid #dddddd82;
}
#content .faq div.grid.col2 {
  border-bottom: 1px solid #dddddd82;
}

/* Accordion Pure JS/CSS - STS */
h3.acc_header {
  padding: 30px 40px 30px 0;
  margin: 0;
  border-top: 1px solid #dddddd82;
  cursor: pointer;
  font-size: 150%;
  font-weight: 500;
  background: url(../images/faq-close-o.svg) no-repeat right 32px / 20px;
}
h3.acc_header:hover {
  color: #67621a ;
}
h3.acc_header.open,
h3.acc_header.open:hover {
  padding-bottom: 12px;
  overflow: hidden;
}
h3.acc_header.open {
  font-weight: 500;
   background: url(../images/faq-close-w.svg) no-repeat right 32px / 17px;
}
h3.acc_header.open:hover {
   background: url(../images/faq-close.svg) no-repeat right 32px / 17px;
}
h3.acc_header + .acc_content {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: all 0.4s ease;
}
h3.acc_header.open + .acc_content {
  overflow: hidden;
  max-height: 1200px;
  transition: all 1s ease 0.5s;
  padding-bottom: 20px;
}
.acc_content {
  clear: both;
}

/* CONTACT */
#contact #content {
  text-align: center;
}
#content form#contact_us .block-header {
  margin-bottom: 20px;
  display: block;
}
#content form#contact_us div.grid {
  width: 48.7%;
  margin-bottom: 1.5%;
}
#content form#contact_us div.grid:nth-child(even) {
  margin-right: 2%;
}
#content form#contact_us label {
	padding-top: 7px;
  margin-bottom: 10px;
  display: inline-block;
}
#content form#contact_us .rsform-block-message {
  width: 100%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}
#content form#contact_us .rsform-block {
	margin-bottom: 15px;
}

#content .item-page.contact p:empty {
	display: none;
}
#content .item-image {
	width: 37%;
	margin-top: 6%;
	float: left;
}
#content .item-image img {
	border-radius: 50%;
}
#content form#contact_us {
	width: 50%;
	float: right;
	margin-bottom: 13%;
	text-align: left;
}

/* POLICIES */
.policy h3 {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 105%;
}

/* FOOTER */
#footer_bg {
	background: url(../images/footer_bg.svg) no-repeat center top / 102%;
	margin-top: 12%;
	padding-top: 50px;
	clear: both;
}
#footer {
	background: #3a3c10;
  color: #fff;
  padding: 0 0 20px;
  text-align: center;
}
#footer .logo {
  margin-bottom: 6%;
}
#footer .logo h3 {
  font-family: gravesend-sans, sans-serif;
  font-weight: 500;
  font-size: 16.6vw;
  color: #67621a;
  margin-bottom: 2%;
  display: inline-block;
}
#footer .logo a {
  background: #67621a;
  color: #fff;
  font-size: 120%;
  font-weight: 300;
  padding: 6px 30px;
  border-radius: 30px;
  display: inline-block;
}
#footer .logo a:hover {
  background: #777230;
}
#footer .menu {
  margin-bottom: 50px;
}
#footer .menu li a {
  font-family: gravesend-sans, sans-serif;
  font-weight: 300;
  font-size: 90%;
  color: #fff;
  margin: 0 10px;
}
#footer .menu li a:hover {
  color: #c7c27a;
}
#footer .menu li.active a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
#footer .social {
  margin-bottom: 30px;
}
#footer .social li a {
  display: inline-block;
  text-indent: -99999px;
  width: 35px;
  height: 35px;
  opacity: 0.7;
}
#footer .social li a.x_com {
  margin-right: 15px;
  background: url(../images/x.svg) no-repeat 0 0 / 100%;
}
#footer .social li a.insta {
  background: url(../images/instagram.svg) no-repeat 0 0 / 100%;
}
#footer .social li a:hover {
  opacity: 1;
}
#footer .cr {
  font-size: 75%;
  font-weight: 300;
}
#footer .cm a {
  font-size: 8px;
  text-transform: uppercase;
  color: #666119;
}


/* PRODUCT FEED */
.product-feed.container {
	margin-top: 6%;
	max-width: 1400px;
}
.product-feed .item {
  margin: 0 auto 15%;
  overflow: hidden;
  width: 840px;
}
.product-feed div.grid.image,
.vm-product-media-container {
  width: 530px;
}
.product-feed .description,
.vm-product-details-container {
  text-align: center;
  width: 300px;
}
.product-feed .description strong,
.vm-product-details-container strong {
	font-weight: 700;
}
.product-feed .description h2,
.vm-product-details-container h2,
.product-details-container h2 {
  color: #67621a;
  margin-bottom: 25px;
  font-size: 250%;
  font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
}
.product-details-container h2 {
	font-size: 200%;
	 text-transform: none;
}
.product-feed .description img,
.vm-product-details-container img,
.product-details-container .product-description img {
	width: 120px !important;
}
.product-feed .vm-price-value,
.product-feed .description h3 {
  font-weight: 500;
}
.product-feed .vm-price-value {
  margin-bottom: 30px;
  font-size: 120%;
}
.product-feed .description a.btn {
  margin-top: 20px;
  padding: 9px 40px 12px;
  font-weight: 500;
}
.product-feed .item:nth-child(odd) div.image {
  float: right;
}
.product-feed .item:last-child {
  margin-bottom: 0;
}
#prod-2 .description {
	margin-top: 2%;
}
#prod-1 .description {
	margin-top: 18%;
}
#prod-4 .description {
	margin-top: 18%;
}
#prod-3 .description {
	margin-top: 20%;
}

#cprod-2 .vm-product-media-container {
	margin-top: 6%;
}
#cprod-1 .vm-product-details-container {
	margin-top: 10%;
}
#cprod-4 .vm-product-details-container {
	margin-top: 8%;
}
#cprod-3 .vm-product-details-container  {
	margin-top: 12%;
}


/* CATEGORY LAYOUT */
.category-view h1 {
  text-transform: uppercase;
  color: #67621a;
  font-weight: 300;
  margin-bottom: 4%;
   font-size: 300%;
}
.category_description {
  margin-bottom: 180px;
}
.category_description .container {
	max-width: 1200px;
}
.browse-view .product-container {
  margin: 0 auto 20%;
  width: 850px;
}
.browse-view .product-container:last-child {
  margin-bottom: 10%;
}

/* CATEGORY PRODUCTS LAYOUT */
.category-view, .product-container {
  text-align: center;
  overflow: hidden;
}
.browse-view {
  margin-top: 5%;
}

.product-media-container,
.product-details-container {
	width: 49%;
}
.product-details-container .stocklevel {
  margin-bottom: 20px;
  font-weight: 500;
}
.product-details-container .stocklevel .out-of-stock,
.product-details-container .stocklevel .low-stock,
.product-details-container .stocklevel .in-stock {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 80%;
  text-transform: uppercase;
}
.product-details-container .stocklevel .out-of-stock {
  color: #e4342d;
}
.product-details-container .stocklevel .low-stock {
  color: #ff6c00;
}
.product-details-container .stocklevel .in-stock {
  color: #67621a;
}
.product-details-container .despatched {
  font-size: 80%;
}
.product-container .product-price {
	margin-bottom: 20px;
}
.product-container div.PricesalesPriceTt,
.product-container div.PricepriceWithoutTaxTt {
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-container .product-price .price-crossed {
  text-decoration: line-through;
  font-size: 110%;
  font-weight: 500;
}
.product-container .vm-customfields-wrap {
  margin-bottom: 15px;
}
.vm-customfields-wrap {
	background: rgba(103, 98, 26, 0.1);
	padding: 10px 20px 8px;
}
.vm-customfields-wrap .product-field-type-C:first-child {
	border-bottom: 1px solid rgba(103, 98, 26, 0.15);
	padding-bottom: 5px;
	margin-bottom: 12px;
}
.product-container input[type="text"] {
  border: 1px solid #e1e0d1;
  color: #a7a25a;
  text-align: center;
  font-weight: 400;
  font-size: 120%;
  width: 100px;
  height: 42px;
  padding: 8px 8px 8px;
  box-sizing: border-box;
  font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
}
.product-container input[type="text"]:focus {
	 border: 1px solid #87823a;
	 color: #87823a;
}
.product-container span.button-controls {
  width: 50px;
  display: inline-block;
  margin-right: 8px;
}
.product-container input[type="button"] {
  padding: 0px 20px;
  background-color: #e1e0d1;
  color: #000;
  font-size: 100%;
  width: 50px;
  height: 18px;
  font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
  text-indent: -99999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.product-container input[type="button"]:hover {
  background-color: #87823a;
  color: #fff;
}
.product-container input[type="button"].quantity-plus {
  margin-bottom: 2px;
  background-image: url(../images/plus.svg);
}
.product-container input[type="button"].quantity-minus {
  margin-bottom: 2px;
  background-image: url(../images/minus.svg);
}
.product-details-container .product-fields-title-wrapper {
  margin-bottom: 10px;
  display: block;
  font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
}
.product-details-container .vm-cmv-label {
  margin-bottom: 5px;
  font-weight: 400;
  display: inline-block;
}
.product-details-container div.form-check-inline {
  display: inline-block;
}
.product-details-container div.form-check-inline:first-child {
  margin-right: 10px;
}
.product-details-container input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.product-details-container label {
  background: #d1d0c1;
  color: #000;
  padding: 5px 10px 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 100%;
  	font-family: "aktiv-grotesk-georgian", sans-serif;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
}
.product-details-container label:hover {
  background: #87823a;
  color: #fff;
}
.product-details-container label.active,
.product-details-container input[type="radio"]:checked + label {
  background: #67621a;
  color: #fff;
  font-weight: 400;
}
.product-details-container .addtocart-area {
  margin-top: 20px;
  overflow: hidden;
}
.product-container input.addtocart-button {
  width: auto;
  height: 42px;
  box-sizing: border-box;
  padding: 0px 25px 4px;
  font-size: 125%;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}
a.btn.add {
  padding: 12px 40px 12px;
  font-size: 120%;
  border-radius: 6px;
  margin-top: 0;
}
.product-container .addtocart-wrapper {
  width: 380px;
  margin: 5px auto 0;
}
.product-container .addtocart-wrapper .addtocart-button {
  float: left;
}
.browse-view .product-container:nth-child(odd) .vm-product-media-container {
  float: right;
}
.browse-view .details-button h3 {
	font-size: 130%;
	margin-bottom: 0;
}
.no-option {
	display: inline-block;
	padding-bottom: 15px;
}
.notify {
	text-align: center;
}
.notify input[type="email"] {
	width: 600px;
	padding: 13px 10px;
}

.navigation {
	position: relative;
	bottom: 50px;
}
.navigation .left {
	float: left;
}
.navigation .right {
	float: right;
}
.navigation a {
	display: inline-block;
	text-indent: -99999px;
	width: 35px;
	height: 35px;
	background-color: rgba(103, 98, 26, 0.15);
	border-radius: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.navigation a:hover {
	background-color: #87823a;
}
.navigation .left a {
	background-image: url(../images/left.svg);
}
.navigation .right a {
	background-image: url(../images/right.svg);
}


/* PRODUCT DETAILS */
.productdetails .comingsoon h3 {
	font-size: 150%;
	font-weight: 500;
	color: #c1272d;
}
.productdetails .product-description {
	text-align: left;
	margin-top: 100px;
}



/* FANCY BOX OVERRIDE */
#fancybox-overlay {
  background-color: rgb(0, 0, 0) !important;
}
#fancybox-outer {
  text-align: center;
  width: auto !important;
}
#fancybox-content {
  width: auto !important;
}
#fancybox-content a.vm-btn {
  padding: 10px 20px 8px;
  margin: 0 5px 10px;
  display: inline-block;
  background: #67621a;
  color: #fff;
  font-weight: 400;
  font-size: 85%;
  border-radius: 3px;
}
#fancybox-content a.vm-btn:hover {
  background: #87823a;
}
#fancybox-content h4 {
  font-size: 85%;
  font-weight: 300;
  margin-top: 10px;
}


/* CHECKOUT STYLING */
#checkoutForm {
	margin: 0 auto;
	width: 90%;
}
.cart-view {
	overflow: hidden;
}
.cart-view .header {
	margin-bottom: 5%;
	text-align: center;
}
.cart-view .inter_msg {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
}
.sts_cart_empty {
	text-align: center;
	margin-top: 30px;
}

/* LOGIN */
.cart-login, .cart-logout {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 3%;
}
.cart-login h4 {
	margin-bottom: 0.5% !important;
	font-weight: 400;
}
.cart-login p {
	line-height: 1.1;
}
.cart-login fieldset div {
	display: inline-block;
	margin-left: 0 auto;
	margin-right: 0 auto;
	vertical-align: top;
	width: 30%;
	margin-top: 0.3%;
	margin-right: 2.5%;
	margin-bottom: 0.9%;
}
.cart-login fieldset div:last-child {
	margin-right: 0;
	width: 20%;
}
.cart-login fieldset input[type="text"],
.cart-login fieldset input[type="password"] {
	width: 100%;
}
.cart-login fieldset input[type="submit"],
.cart-logout input[type="submit"] {
	padding: 7px 50px;
	text-transform: uppercase;
	font-weight: 500;
	background: #000;
}
.cart-login fieldset input[type="submit"]:hover,
.cart-logout input[type="submit"]:hover {
	background: #f73c9a;
	color: #fff;
}
.cart-login div.login-reset {
	display: inline-block;
	margin-left: 0 auto;
	margin-right: 0 auto;
	vertical-align: top;
	margin-right: 2%;
}

.control-buttons button {
	border: 0;
	text-transform: none;
}

/* ADDRESS */
.user-address,
.delivery-options,
.payment-option {
	margin-bottom: 15px;
	font-size: 95%;
	font-weight: 400;
}
.user-address {
	margin-bottom: 30px;
}
.user-address h4 {
	font-weight: 600;
	font-size: 100%;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.user-address div.address {
	margin-bottom: 20px;
}
.user-address .sts_address_row {
	margin-bottom: 4px;
}
.user-address div.address.delivery {
	margin-bottom: 20px;
}
.user-address a {
	display: inline-block;
	background: #000;
	width: 185px;
	padding: 8px 10px 7px;
	box-sizing: border-box;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	margin-top: 5px;
	border-radius: 4px;
}
.user-address a:hover {
	background: #67621a;
}

.output-billto, .output-shipto {
	margin-bottom: 5px;
	line-height: 1.13;
	font-size: 87%;
}
.output-billto a, .output-shipto a {
	padding: 0;
	background: none;
	font-size: 100%;
	font-weight: 400;
}

.output-shipto {
	overflow: hidden;
}
.output-shipto .controls label {
	display: inline-block;
	font-size: 100%;
	font-weight: 400;
	margin-bottom: 5px;
}
.output-shipto .controls label:first-child {
	font-size: 100%;
}
.output-shipto .controls input[type="radio"] {
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	background: url(../images/radio-button.svg) no-repeat 0 0 / 25px;
	padding-left: 25px;
	height: 25px;
	margin-right: 6px;
	margin-bottom: -5px;
}
.output-shipto .controls input[type="radio"]:checked {
	background: url(../images/radio-button-active.svg) no-repeat 0 0 / 25px;
}
.output-shipto #output-shipto-display {
	float: left;
	margin-right: 15px;
	line-height: 1.19;
}


/* SHOP TO LIST */
.vm-edit-shopper-bt .adminForm.user-details.name {
	display: none;
}
.vm-edit-vmshopper {
	position: absolute;
	visibility: hidden;
}
div.shiptolist ul,
.vm-edit-shopper-bt ul {
	list-style: none;
	padding: 0;
	background-color: transparent;
}
fieldset.addshipto legend {
	margin: 20px auto;
}

.user-fields .shiptolist ul li,
.vm-edit-shopper .shiptolist ul li {
	margin-bottom: 10px;
}
.user-fields .shiptolist ul li:last-child,
.vm-edit-shopper .shiptolist ul li:last-child {
	margin-bottom: 0;
}
.user-fields .shiptolist ul li a,
.vm-edit-shopper .shiptolist ul li a {
	display: inline-block;
	vertical-align: top;
}
.user-fields .shiptolist ul li a:last-child,
.vm-edit-shopper .shiptolist ul li a:last-child {
	margin-top: 3px;
	height: 10px;
	width: 5px;
	text-indent: -99999px;
	background-color: #000;
	-webkit-mask:  url(../images/close.svg) no-repeat center center / 50%;
	background-image: url(../images/close.svg) no-repeat 5px 5px / 50%;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.user-fields .shiptolist ul li a:last-child:hover,
.vm-edit-shopper .shiptolist ul li a:last-child:hover {
	background-color: #26377d;
	-webkit-mask:  url(../images/close.svg) no-repeat center center / 50%;
	background-image: url(../images/close.svg) no-repeat 5px 5px / 50%;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}


/* BASKET */
table.cart-summary tr.pricelist td {
	padding: 5px 8px 5px;
}
table.cart-summary tr.coupon-code td {
	padding: 0 0 13px;
}
table.cart-summary tr.coupon td {
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 90%;
}
table.cart-summary tr.subtotal td span {
	font-size: 120%;
}
table.cart-summary tr.delivery td {
	padding: 20px 0 0;
	font-weight: 500;
}
table.cart-summary tr.payment td {
	padding: 10px 0 20px;
}
table.cart-summary tr.coupon div.PricesalesPriceCoupon,
table.cart-summary tr.subtotal div.PricesalesPrice,
table.cart-summary tr.delivery div.PricesalesPriceShipment,
table.cart-summary tr.discount div.PricebillDiscountAmount,
table.cart-summary tr.ship-ment span.PricesalesPriceShipment,
table.cart-summary tr.vat div.PricebillTaxAmount {
	font-weight: 400;
	font-size: 120%;
}
table.cart-summary tr.discount,
table.cart-summary tr.discountrule {
	color: #e4342d;
}
table.cart-summary tr.total strong {
	font-weight: 500;
}
table.cart-summary tr.total div.PricebillTotal {
	font-weight: 600;
}
table.cart-summary tr.total td {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 110%;
}
table.cart-summary tr td {
	padding-right: 0;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 95%;
}


/* PRODUCT DETAILS */
.vm-cart-items {
	margin-right: 3%;
	width: 60%;
}
.vm-cart-item {
	margin-bottom: 2%;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	padding: 15px 5px 15px 15px;
	background: rgba(103, 99, 26, 0.1);
	border-radius: 5px;
}
.vm-cart-items .cart-images {
	width: 42%;
	margin-right: 3%;
}
.vm-cart-items .cart-images img {
	border-radius: 5px;
}
.vm-cart-item .cart-attribute {
	margin-top: 10px;
	width: 54%;
}
.vm-cart-items .cart-attribute a {
	color: #000;
	font-size: 90%;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
	display: block;
}
.vm-cart-items .cart-attribute a:hover {
	text-decoration: underline;
}
.vm-cart-items .vm-customfield-cart {
	margin: 10px 0 0;
	font-size: 90%;
}
.vm-cart-items .vm-customfield-cart .product-field-type-C,
.vm-cart-items .vm-customfield-cart .product-field-type-S {
	display: inline-block;
	margin-bottom: 7px;
}
.vm-cart-items .price {
	font-weight: 500;
	font-size: 110%;
	margin: 20px 0;
}
.price .discount-amount {
	color: #e4342d;
	font-size: 85%;
}

/* QTY UPDATE */
.vm-cart-items span.ttile {
	display: block;
	margin-bottom: 7px;
	font-size: 75%;
	font-weight: 400;
	line-height: 1.2;
}
.vm-cart-items .qty input[type="text"] {
	width: 60px;
	height: 38px;
	font-weight: 500;
	font-size: 110%;
	text-align: center;
	background: none;
	padding: 2px;
	box-sizing: border-box;
	vertical-align: top;
}
.vm-cart-items .quantity-controls input[type="button"] {
	width: 25px;
    background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%);
	margin-top: 3px;
    padding: 10px 0 13px;
    text-align: center;
    font-size: 100%;
    line-height: 0.5;
    font-weight: 400;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;      
}
.vm-cart-items .quantity-controls input[type="button"]:hover {
	background-position: right center;
	background: #67621a;
    color: #fff;
    text-decoration: none;	
}        

/* DELETE */
.cart-options .output-shipto .controls label,
.vm-cart-items button.vm2-remove_from_cart {
	background-image: linear-gradient(to right, #414d0b 0%, #727a17  51%, #414d0b  100%);
	margin-top: 20px;
	padding: 5px 15px;
	font-size: 65%;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;            
	box-shadow: 0 0 20px #eee;
	border-radius: 4px;
	cursor: pointer;
}
.cart-options .output-shipto .controls label:hover,
.vm-cart-item button.vm2-remove_from_cart:hover {
	background-position: right center;
    color: #fff;
    text-decoration: none;
}

.vm-cart-items button.vm2-remove_from_cart { 
	background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);
    padding: 5px 38px 7px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    border-radius: 4px;
}
.vm-cart-item button.vm2-remove_from_cart:hover {
	background-position: right center;
}

.cart-options .output-shipto .controls label {
	margin-top: 5px;
}
.cart-options .output-shipto input[type="radio"]:checked + label {
    background-image: linear-gradient(to right, #16222A 0%, #3A6073  51%, #16222A  100%);        
}

.vm-cart-item div.discount-amount {
	font-weight: 400;
	font-size: 80%;
	color: #26377d;
}


.cart-options {
	width: 35%;
	float: right;
	text-align: right;
}

/* PROMOTION CODE */
.promotion-code {
	text-align: right;
	margin: 15px 0;
}
.cart-summary input[type="text"].quantity-input {
	cursor: default;
	color: #000;
	border: 0;
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 90%;
	padding: 0 0 3px;
	vertical-align: top;
	margin-top: 3px;
}
.cart-summary input[type="text"] {
	background: #f4f4f4;
	color: #000;
	width: 210px;
	display: inline-block;
	font-weight: 400;
	font-size: 80%;
	vertical-align: top;
	opacity: 0.8;
	border-radius: 3px;
	padding: 6px 10px 9px;
}
.cart-summary input[type="submit"] {
	padding: 8px 18px;
	font-size: 85%;
	text-indent: -99999px;
	background: #000 url(../images/enter.svg) no-repeat center center / 60%;
}
.cart-summary input[type="submit"]:hover { 
	background: #67621a url(../images/enter.svg) no-repeat center center / 60%;
}
.cart-summary .showcode {
	display: inline-block;
	font-weight: 500;
	padding: 4px 5px 5px;
	color: #000;
	font-size: 85%;	
	text-transform: uppercase;
}

/* DELIVERY / PAYMENT OPTIONS */
.cart-options div.delivery input[type="radio"],
.payment-option div.payment input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
.delivery-options div.delivery label,
.payment-option div.payment label {
	cursor: pointer;
	background-image: linear-gradient(to right, #FFF 0%, #CECECE  51%, #ECE9E6  100%);
	margin: 10px 0;
	padding: 12px 10px;
	text-align: center;
	font-weight: 400;
	transition: 0.5s;
	background-size: 200% auto;
	color: #000;            
	box-shadow: 0 0 20px #eee;
	border-radius: 4px;
	display: block;
}
.delivery-options div.delivery span.vmshipment_cost {
	display: block;
	margin-top: 8px;
	font-weight: 500;
	font-size: 120%;
}
.delivery-options div.delivery label:hover,
.payment-option div.payment label:hover {
	background-position: right center;
    color: #000;
    text-decoration: none;
}
.delivery-options div.delivery input[type="radio"]:checked + label,
.payment-option div.payment input[type="radio"]:checked + label {
	background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%);
	margin: 0 0 10px;
	padding: 12px 10px;
	text-align: center;
	font-weight: 500;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;            
	box-shadow: 0 0 20px #eee;
	border-radius: 4px;
}


/* PAYMENT */
.cart-summary div.sts-prices-summary {
	text-align: right;
	padding-top: 8px;
	margin-bottom: 10px;
	font-weight: 400;
}
.cart-summary div.sts-prices-summary .vmshipment_name em {
	text-transform: none;
}
.payment-option {
	margin-bottom: 5px;
}
.payment-option span.vmpayment_name {
	background: url(../images/stripe.svg) no-repeat right top / 100%;
	width: 150px;
	padding-top: 32px;
	display: inline-block;
	text-indent: -99999px;
	text-align: center;
}


/* CUSTOMERS NOTE */
fieldset.vm-fieldset-customer-note {
	box-sizing: border-box;
	margin-top: 20px;
}
.customer-note {
	font-weight: 300;
	font-size: 95%;
	text-align: left;
}
.customer-note span.customer-note {
	display: none;
}
fieldset.vm-fieldset-customer-note {
	width: 60%;
}
.customer-note textarea {
	display: block;
	margin-top: 6px;
	font-size: 90%;
	font-weight: 300;
	padding: 5px;
	border: 1px solid #ccc;
	filter:alpha(opacity=20);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.customer-note textarea:focus {
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}


fieldset.vm-fieldset-tos {
	background: #f4f4f4;
	text-align: center;
	width: 298px;
	float: right;
	padding: 8px 10px !important;
	font-size: 83%;
	margin-bottom: 15px !important;
	display: inline-block;
	box-sizing: border-box;
}
fieldset.vm-fieldset-tos a {
	display: inline-block;
	margin-top: 10px;
}


/* CHECKOUT BUTTON */
.checkout-button-top {
	text-align: right;
}
.checkout-button-top button[type="submit"] {
	font-weight: 500;
	font-size: 135%;
    background-image: linear-gradient(to right, #414d0b 0%, #727a17  51%, #414d0b  100%);
    margin-top: 10px;
    padding: 8px 10px 12px;
    width: 250px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;          
    border-radius: 4px;     
}
.checkout-button-top button[type="submit"]:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}
.checkout-button-top a.continue_link {
	background: #67621a;
	text-align: center;
	text-transform: uppercase;
	color: #fff;            
	border-radius: 4px;
	display: inline-block;
	padding: 15px 14.5px 12px;
	margin-top: 10px;
	font-weight: 400;
	box-sizing: border-box;
	width: 250px;
}
.checkout-button-top a.continue_link:hover {
    background: #87823a;	
}
         

/* USER REGISTER ADD/EDIT ADDRESS */
div.user-fields {
	text-align: center;
	margin-top: 30px;
}
legend.userfields_info {
	margin-top: 30px;
	margin: 0 auto;
}
.user-details {
	width: 700px;
	margin: 0 auto;
}
.user-details div {
	display: block;
	margin: 10px 0;
	font-size: 90%;
	text-align: left;
}
.chosen-container-single .chosen-single div b {
	margin-top: -10px;
}
div.input input[type='text'].invalid,
div.input input[type='email'].invalid,
div.input input[type='password'].invalid,
select.invalid + div.chosen-container  {
	border: 2px solid #ff0000;
}
.user-fields .control-buttons,
.vm-edit-shopper .buttonBar-right {
	margin: 30px 0 3%;
}
.user-fields .control-buttons button {
	display: inline-block;
	vertical-align: bottom;
}
.user-fields button.highlite {
	font-weight: 600;
	margin-right: 10px;
}
.user-fields .shiptolist a,
.vm-edit-shopper .shiptolist a {
	display: inline-block;
	padding: 8px 15px 7px;
	background: #000;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-size: 90%;
}
.user-fields .shiptolist a:hover,
.vm-edit-shopper .shiptolist a:hover{
	background: #000;
	color: #fff;
}

fieldset.addshipto {
	margin-top: 70px;
}



/* ORDER DONE */
.order-message {
  padding: 0 20px;
}
.order-message .vmpayment_name, .order-message .post_payment_order_number, .order-message .post_payment_order_total {
  font-weight: 500;
}
.order-message .post_payment_order_number span, .order-message .post_payment_payment_name_title span, .order-message .post_payment_order_total span {
  font-weight: 400;
}
.order-done {
  min-height: 500px;
}
.order-done h1 {
  margin-bottom: 4%;
}
.order-done .vm-button-correct {
  display: none;
}

/* STRIPE BUTTON */
.stripecheckout-success-page {
	text-align: center;
}
.dl-stripecheckout {
	width: 300px;
	margin: 0 auto 40px !important; 
}
.btn-stripecheckout-success {
  background: #67621a !important;
  border: 0 !important;
}
.btn-stripecheckout-success:hover {
  background: #87823a !important;
}

/* ORDER LIST VIEW */
.order_list {
  min-height: 300px;
}

/* HIDDEN ELEMENTS */
.tooltip,
.order-message .vm-button-correct,
#register #com-form-login,
.popover-content, .popover-title {
  display: none !important;
}
tr[title*="Username"], tr[title*="Displayed Name"] {
  position: absolute;
  text-indent: -99999px;
  opacity: 0;
}
form#member-profile div.group:nth-child(6),
form#member-profile div.group:nth-child(7) {
  position: absolute;
  opacity: 0;
  text-indent: -99999px;
}




/* REGISTERED PROFILE SETTINGS */
#content .com-users-login {
  margin-bottom: 20%;
  text-align: center;
}
#com-users-login__form {
  width: 800px;
  margin: 0 auto;
  font-size: 85%;
}
#com-users-login__form .control-label {
  margin-bottom: 6px;
}
#com-users-login__form input {
  margin-bottom: 15px;
  font-size: 110%;
  text-align: center;
}
.com-users-login__options {
  margin-top: 20px;
  font-size: 70%;
}


form#member-profile {
  width: 800px;
}
form#member-profile legend {
  font-size: 150%;
  font-weight: 400;
  margin-bottom: 40px;
}
form#member-profile .control-group {
  margin-bottom: 20px;
}
form#member-profile .control-label {
  margin-bottom: 5px;
  font-size: 90%;
}
form#member-profile .small {
  font-size: 70%;
  margin-bottom: 5px;
}
form#member-profile #password-0 {
  font-size: 75%;
  font-weight: 400;
  color: green;
}
button.btn-secondary {
  margin-top: -58px;
  float: right;
  position: relative;
  background: none;
  padding: 9px 0 0;
}
button span.icon-eye {
  background: url(../images/show.svg) no-repeat center center / 120%;
  width: 40px;
  height: 25px;
  display: inline-block;
}
button span.icon-eye-slash {
  background: url(../images/hide.svg) no-repeat center center / 120%;
  width: 40px;
  height: 25px;
  display: inline-block;
}
button span.visually-hidden {
  text-indent: -99999px;
  display: none;
}



/* STS - Custom Fields - System Message - Remove Login */

.vm-customfields-wrap .product {
  margin-bottom: 3px;
}

#register .cart-logout,
#checkout #form-login .userdata,
#checkout #form-login .login-reset,
#checkout #form-login .login-reset {
  display: none;
}

/* SYSTEM MESSAGES */
joomla-alert[type="info"],
joomla-alert[type="success"] {
  background-color: rgba(103, 99, 26, 0.1);
  margin-bottom: 20px;
  padding: 10px 10px;
  border: 0;
  color: #000;
  font-size: 95%;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 400;
  text-align: center;
}
joomla-alert .joomla-alert--close {
  color: #f00;
  top: -.8rem !important;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  background: none;
  width: auto;
}
joomla-alert .joomla-alert--close:hover {
	color: #ff0000;
}
joomla-alert .alert-heading {
  display: none;
}

#message > div h4 {
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: capitalize;
  display: none;
}
#message > div p {
  margin-bottom: 3px;
}
#message > div .alert-message {
  margin-top: 10px;
}
#message > div .close,
#system-message-container > div.alert-error button[type="button"] {
  font-size: 32px;
  float: right;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
#system-message-container > div.alert-error button[type="button"] {
  background: none;
  padding: 0;
  line-height: 1;
}
#message .alert-message a.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 2px 10px 3px;
  font-size: 105%;
  text-decoration: none;
}
#message .alert-message a.btn:hover {
  color: #ff0000;
}


/* OVERRIDE */
.n2_ss_video_play_btn {
  display: none !important;
}


/* User Settings Form */
.control-group.hide-in-form {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

/* reCaptcha Overrides */
.grecaptcha-badge {
	opacity: 0;
	right: -300px !important;
}


/* RESPONSIVE ELEMENTS */
@media (max-width:1800px) {
	#content .item-image {
		margin-top: 8%;
	}
	#home #content .leading h1 {
		font-size: 21vw;
	}
	#footer .logo h3 {
		font-size: 21.5vw;
	}
}

@media (max-width:1440px) {
	#content .item-image {
		margin-top: 15%;
	}
  .info h2 {
    font-size: 370%;
  }
}

@media (max-width:1300px) {
  .info li {
    width: 46%;
  }
}

@media (max-width:1100px) {
	#content .item-image {
		margin-top: 25%;
	}
	.productdetails .product-description {
		width: 100%;
		text-align: center;
	}
	#footer_bg {
		padding-top: 30px;
	}
}

@media (max-width:1050px) {
	#checkoutForm {
		width: 100%;
	}
	.vm-cart-items {
		margin-right: 0;
		width: 100%;
	}
	.cart-options {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	fieldset.vm-fieldset-customer-note {
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
	}
	.user-address {
		float: left;
		text-align: left;
	}
}

@media (max-width:1000px) {
  h1, h2 {
    font-size: 200%;
  }
  .header-container h2 {
	  font-size: 300%;
  }
  .info {
	  margin-top: 0;
  }
  .info h2 {
    font-size: 300%;
  }
  .info li.taste {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .info li {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    text-align: center;
  }

  .start li,
  .about div.grid.item-image {
    width: 100%;
    margin-right: 0;
  }
  .start li:first-child {
    margin-right: 0;
  }
  .about div.grid.item-image {
    margin-top: 30px;
    margin-left: 0;
  }
  #content .faq div.grid {
    width: 100%;
  }
  #content .faq div.grid.col1 {
    margin-right: 0;
    border-bottom: 0;
  }

  #footer_bg {
    margin-top: 100px;
  }
  #footer {
	  padding-top: 20px;
  }

  .category-view h1,
  .category_description h2,
  .productdetails-view h1 {
    font-size: 260%;
  }
   .category_description {
    margin-bottom: 100px;
    }
  .category-view h3 {
    font-size: 180%;
  }
  .product-feed .item,
  .browse-view .product-container {
    margin-bottom: 150px;
  }
  .product-media-container,
  .product-details-container {
    float: none;
    width: 100%;
    text-align: center;
  }
  .vm-product-container .addtocart-wrapper {
    float: none;
  }
  .productdetails .product-description {
	  margin-top: 60px;
  }
}

@media (max-width:950px) {
  #content form#contact_us div.grid {
    width: 100%;
    margin-bottom: 2%;
  }
  #content form#contact_us div.grid:nth-child(odd) {
    margin-right: 0;
  }
  #content form#contact_us .rsform-block-message {
    margin-top: 2%;
  }

  #footer .logo {
    margin-bottom: 90px;
  }
  #footer .logo h3 {
    font-size: 22vw;
    margin-bottom: 20px;
  }
  #footer .logo a {
    font-size: 100%;
  }
}

@media (max-width:900px) {
  #content .leading {
    margin-bottom: 10%;
  }
  .video_bg {
	  background-size: 120%;
	  padding-top: 6%;
	  margin-top: -8%;
  }
  .info h2 {
      font-size: 270%;
    }
    #footer .menu li a {
     margin: 0 8px;
     font-size: 85%;
    }
    #com-users-login__form {
      width: 100%;
    }
    .product-feed .item,
    .browse-view .product-container {
	    width: 100%;
    }
    .product-feed div.grid.image, .vm-product-media-container {
	    width: 58%;
    }
    .product-feed .description, .vm-product-details-container {
	    width: 40%;
    }
    
    #cprod-2 .vm-product-media-container {
	    margin-top: 12%;
    }
    #cprod-1 .vm-product-details-container {
	    margin-top: 6%;
    }
    #cprod-4 .vm-product-details-container {
	    margin-top: 4%;
    }
    #cprod-3 .vm-product-details-container {
	    margin-top: 6%;
    }
    
    #content .item-image {
	    float: none;
	    width: 70%;
	    margin-top: 0;
    }
    #content form#contact_us {
	    float: none;
	    width: 100%;
	    margin-top: 50px;
    }
}

@media (max-width:800px) {
  #header {
    padding: 5px 0 6px;
  }
  #header .logo a {
    margin-top: 5px;
    width: 130px;
  }
  #header .mainmenu {
    display: none;
    margin-top: 0;
  }
  #header .cart {
	  margin-top: 7px;
	  padding-right: 65px;
  }
  #header .currSelectorCont {
	  top: 8px;
  }

  #footer .logo {
    margin-bottom: 50px;
  }
  #footer .menu li {
    margin-bottom: 10px;
  }
  #footer .cr {
    font-size: 70%;
  }
  .cart-summary .cart-images {
    width: 30%;
  }
  
  #cprod-1 .vm-product-details-container,
  #cprod-3 .vm-product-details-container {
	  margin-top: 3%;
  }
  #cprod-4 .vm-product-details-container {
	  margin-top: 0;
  }
  .user-details {
	  width: 100%;
  }
  .user-details div {
	  margin-bottom: 0;
  }
}

@media (max-width:700px) {
  #header .currSelectorCont {
    width: 60px;
  }
  h3.acc_header {
    font-size: 110%;
  }

  #content {
    margin-top: 120px;
  }
  #home #content {
	margin-top: 20px;
  }
  #home #content .leading .item-content {
	  width: auto;
	  margin-right: 0;
  }
  #home #content .intro div.item h1,
  #home #content .intro div.item {
	  text-align: center;
  }
  #home #content .intro div.item h1 {
	  font-size: 300%;
  }
  #home #content .intro div.item {
	  width: auto;
	  margin-left: 0;
  }
  .video_bg {
	  padding-top: 12%;
	  margin-top: -15%;
  }
  #footer_bg {
    margin-top: 80px;
  }

  .product-feed.container {
    text-align: center;
  }
  .start li,
  .about div.grid {
    text-align: center;
  }
  .start {
    padding: 80px 0 100px;
    text-align: center;
  }

  .info h2 {
    font-size: 230%;
  }
  .info li.taste {
	  font-size: 200%;
  }
  .sorrel,
  .about {
	  text-align: center;
  }
  #shop .header-container {
	  margin-top: 100px;
  }
  .product-feed .description h2, 
  .vm-product-details-container h2,
  .product-details-container h2 {
	  font-size: 200%;
  }
  .product-feed div.grid,
  .product-feed div.grid.image, .vm-product-media-container,
  .product-feed .description, .vm-product-details-container {
    width: 100%;
  }
  .product-feed .item:nth-child(2n) div.image,
  .browse-view .product-container:nth-child(2n+1) .vm-product-media-container {
    float: none;
  }
  .product-feed .description h2 {
    margin-bottom: 13px;
  }
  .vm-product-details-container .product-description {
	  text-align: center;
  }
  
  #prod-1 .description,
  #prod-4 .description,
  #prod-3 .description,
  #cprod-2 .vm-product-details-container,
  #cprod-1 .vm-product-details-container,
  #cprod-4 .vm-product-details-container,
  #cprod-3 .vm-product-details-container {
	  margin-top: 2%;
  }
  #cprod-2 .vm-product-media-container {
	  margin-top: 0;
  }
  .cart-options {
	  margin-top: 40px;
  }
  .user-address {
	  float: none;
  }
  .payment-option {
	  text-align: right;
  }
  .cart-options,
  .checkout-button-top {
	  text-align: left;
  }
  .cart-total {
	  width: 100%;
  }
  .checkout-button-top button[type="submit"],
  .checkout-button-top a.continue_link {
	  width: 100%;
  }
  .checkout-button-top a.continue_link {
	  margin-top: 15px;
  }
}

@media (max-width:600px) {
	h1, h2 {
      font-size: 180%;
  	}
	#about h4#n2-ss-4item1 {
		font-size: 110%;
	}
  #home #content .intro div.item h1 {
	  font-size: 280%;
  }
  .info h2 {
    font-size: 230%;
    margin-bottom: 30px;
  }
  .info li.taste {
    margin-bottom: 0;
    padding: 0;
  }

  #footer_bg {
    padding-top: 20px;
  }
  #fancybox-wrap {
		left: 1% !important;
		width: 93% !important;
  }
  .vm-cart-item {
	  padding: 15px;
  }
  .vm-cart-items .cart-images {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 10px;
  }
  #content .item-image { 
	  width: 80%;
  }
}

@media (max-width:500px) {
  .product-container .addtocart-button,
  .product-container input.addtocart-button {
    width: 95%;
  }
  .product-details-container .qty-wrapper {
    display: block;
    margin-top: 15px;
  }
  .product-container .addtocart-wrapper .addtocart-button {
    margin-top: 10px;
    margin-right: 0;
    float: none;
    padding-bottom: 6px;
  }
  .product-container .addtocart-wrapper {
    margin: 0;
    width: 100%;
  }
  .navigation {
	  bottom: 110px;
  }    
  #footer_bg {
    padding-top: 10px;
  }
  .no-option {
	padding-top: 55px;
  }
}

@media (max-width:380px) {
  #header .logo a {
    width: 125px;
  }
  #header .cart {
    margin-left: 0;
    padding-right: 55px;
  }
  #header .burger {
	  margin-right: 15px;
  } 
   .video_bg {
	  padding-top: 10%;
  }
  .user-fields button.highlite {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 15px;
  }
  .user-fields .control-buttons button {
	  width: 100%;
  }
}




/* Orders List - STS - merged from layout file */
  .vm-wrap {margin: 10% auto 0; width: 85%;}
  .vmpayment_description {display: none;}
  .order_list .no_orders_empty {/* background: #fff; */font-weight: 400; min-height: 200px;padding: 2%;text-align: center;}
  .vm-orders-top {background: #fff;}
  .vm-orders-list {/* background-color: #f2f2f2; */}
  .orders_header, .order_single {background-color: #fff;width: 100%;margin-bottom: 20px;}
  .orders_header {margin-bottom: 20px;padding: 4px 0;text-align: center;font-size: 20px;font-weight: bold;}
  .vm-orders-list a span, .vm-orders-list a .order_single_price {color: #000;}
  .order_single {background-color: #f2f2f2;border: 5px solid #f2f2f2;width: auto;padding: 0;font-size: 16px;}
  .order_single a > .ol_child {float: left;}
  .order_single_info {width: 38%;font-weight: 400;}
  .order_single_status {width: 36%;text-align: center;color: #000;font-weight: 500;font-size: 130%;text-transform: uppercase;margin-top: 2%;}
  .order_single_price {width: 26%;font-weight: 400;text-align: right;font-size: 120%;}
  .order_single_label {display: inline-block;min-width: 128px;}
  .order_number {font-weight: 400;}
  .down_arrow {display: inline-block;width: 16px;height: 16px;border-right: 4px solid #000;border-bottom: 4px solid #000;transform: rotate(45deg);margin-right: 12px;transition: all 0.4s ease 0s;}
  .order_open .down_arrow {transform: rotate(585deg);transition: all 1.4s ease 0s;}
  .order_link {display: block;background-color: #fff;text-decoration: none;padding: 15px;}
  .order_link:hover, .order_open .order_link {background: #f2f2f2;}
  .order_link:active, .order_link:visited, .order_link:hover {text-decoration: none;}
  .clear {clear: both;height: 0;line-height: 0;}
  .vm-orders-information {display: block;height: auto;transition: all 0.4s ease;background-color: #f2f2f2;margin: 5px 0 20px;box-sizing: border-box;}
  .order_open .vm-orders-information {display: block;position: static;z-index: 100;width: 100%;height:auto;max-height: 1200px;transition: all 0.4s ease;}
  .vm-orders-order-wrap div.pad {margin-bottom: 10px; width: 100%; text-align: left;}
  .vm-orders-order-wrap > div strong {text-transform: uppercase;margin-bottom: 5px;display: inline-block;}
/*   .vmpayment_name {margin-top: 5px; display: inline-block;} */
  .vm-orders-addresses, .vm-orders-items {float: left;}
  .vm-orders-addresses {width: 30%;}
  .vm-orders-items {width: 69%;}
  .vm-orders-order-wrap {background-color: #fff;padding: 15px; color: #000;}
  .vm-order-items-inner {background-color: #fff;}
  .vm-order-items-inner th {background-color: #3a3c10;color: #fff;padding: 12px 15px;text-transform: capitalize;font-weight: 400;font-size: 90%;}
  .vm-order-items-inner td {padding: 7px 15px 4px;}
  .vm-order-items-inner .totalAmount.paid {text-transform: uppercase; font-weight: 600;}
  .totalAmount {font-weight: 400;}
  .underline {text-decoration: underline;margin-bottom: 5px;display: inline-block;}
  .vm-order-items-inner a {color: #000; text-decoration: none;}
  .vm-order-items-inner a:hover {color: #922133;}
  .vm-order-items-inner div.grid {float: left;}
  .vm-order-items-inner div.img {width: 100px; margin-right: 10px;}
  .vm-order-items-inner div.title {width: 80%}

@media (max-width:1300px) {
  	.vm-wrap {width: 100%;}
  	.vm-orders-order-wrap {padding: 15px 0 !important;}
  	.vm-orders-items {width: 70% !important;}
}
  @media all and (max-width: 1210px) {
    .vm-order-items-inner div.title {width: 70%;}
  }

  @media all and (max-width: 1100px) {
    .order_single_info {width: 40%;}
    .order_single_status {width: 40%;}
    .order_single_price {width: 20%;}
  }

  @media all and (max-width: 890px) {
    .vm-orders-addresses {width: 100%;}
    .vm-orders-items {border-left: none; width: 100%; min-height: auto;}
    .vm-orders-order-wrap div.grid {display: inline-block; vertical-align: top; width: 40%;}
    
     .vm-orders-addresses, .vm-orders-items {width: 100% !important;}
  }

  @media all and (max-width: 780px) {
    .order_single_info {width: 47%;}
    .order_single_status {width: 36%;}
    .order_single_price {width: 17%;}
  }

  @media all and (max-width: 700px) {
    .ol_child p > span {display: block;}
    .order_single_info {width: 35%;}
    .order_single_status {width: 47%;}
    .order_single_price {width: 18%;}
    .vm-orders-order-wrap div.grid {width: 49%;}
  }

  @media all and (max-width: 570px) {
    .vm-order-items-inner div.title {width: 100%;}
  }

  @media all and (max-width: 550px) {
    .order_single a > .ol_child {float: none;text-align: center;width: 100%;}
    .vm-orders-order-wrap div.grid {width: 100%;}
  }

/* Order Details - STS - merged from layout file */
.vmpayment_description {display: none;}
.pad_title {display: inline-block; margin-bottom: 5px;}
.vm-orders-top {background: #fff; overflow: hidden;}
.vm-orders-addresses, .vm-orders-items {float: left;}
.vm-orders-addresses {width: 30%;}
.vm-orders-items {width: 69%;color:#000;}
.vm-orders-order-wrap {background-color: #fff;padding: 15px;color:#000;}
.vm-orders-order-wrap > div strong {text-transform: uppercase;margin-bottom: 5px;display: inline-block;}
.vm-orders-order-wrap div.pad {margin-bottom: 10px; width: 100%;}
.vm-order-items-inner th {background-color: #3a3c10;color: #fff;padding: 12px 15px;text-transform: capitalize;font-weight: 400;font-size: 90%;}
.vm-order-items-inner td {padding: 7px 15px 4px;}
.totalAmount {font-weight: 500;}
  .vm-order-notes {background-color: rgba(103, 99, 26, 0.01);padding: 15px; color: #000;}
.underline {text-decoration: underline;margin-bottom: 5px;display: inline-block;text-transform: uppercase;font-weight: 500;}
.vm-order-items-inner a {color: #000; text-decoration: none;}
.vm-order-items-inner a:hover {color: #922133;}
.vm-order-items-inner div.grid {float: left;}
.vm-order-items-inner div.img {width: 100px; margin-right: 10px;}
.vm-order-items-inner div.ititle {font-weight: 400; width: 70%;}
.vm-customfield-cart {margin-top: 10px; display: inline-block;}
.product-field-type-D {margin-bottom: 10px; display: inline-block;}

@media (max-width: 1050px) {
  .vm-order-items-inner div.ititle {width: 55%;}
}

@media (max-width: 890px) {
  .vm-orders-addresses {width: 100%;}
  .vm-orders-items {border-left: none; width: 100%; min-height: auto;}
  .vm-orders-order-wrap div.grid {display: inline-block; vertical-align: top; width: 32%;}
}
@media (max-width: 700px) {
  .vm-orders-order-wrap div.grid {width: 49%;}
}

@media (max-width: 610px) {
  .vm-order-items-inner div.ititle {width: 55%;}
}

@media (max-width: 550px) {
  .vm-orders-order-wrap div.grid {width: 100%;}
}
@media (max-width: 500px) {
  .vm-order-items-inner div.grid {float: none;}
  .vm-order-items-inner div.ititle {width: 100%; margin-top: 10px;}
  .vm-customfield-cart {width: 100%;}
}
/* Order Details END - STS */

