body.mobile[data-page-id="15142313"] .page_container.overlay.accommodate.fixed {
    z-index: 0 !important;
}

/**
 * Content
 */
.logo img {
   /* max-width: 360px;*/
    max-width: 300px;
    width: 100%;
    height: auto;
    will-change: auto !important;
}

html {
  scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smooth: always;
}

a {
-webkit-tap-highlight-color: rgba(255, 238, 221, 0.77);
}

a:active {
	opacity: 0.7;
}

a:hover img {
	opacity: .6;
        transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}
a img {
        transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}
body.homepage a:hover img {
	opacity: .85;
}
body.homepage a img {
        transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}

.page a.active {
/*	opacity: .4;*/
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 400 !important;
}

u {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}


sub,
sup {
	position: relative;
	vertical-align: baseline;
    top: initial !important;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

.pinned {
    height: auto !important;
}

body bottom img {
    transform: none !important;
    opacity: 1 !important;
}


/*Popup Cookies Consent*/

#cookies .wrapper {
  position: fixed;
  bottom: 20px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 5px 25px 25px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#cookies .wrapper.show {
  right: 20px;
}
#cookies .wrapper header {
  display: flex;
  align-items: center;
}
body.mobile  #cookies header h3 {
    font-size: 1.6rem;
	line-height: 1.6;
}
#cookies header h3 {
    font-size: 1.2rem;
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO'; 
    color: rgba(212, 134, 44, 1);
    font-weight: 500;
    padding-top: 15px;
}
body.mobile #cookies .wrapper .data {
    font-size: 1.2rem;
	line-height: 1.5;
}
#cookies .wrapper .data {
	font-size: 0.8rem;
	color: rgb(190, 175, 168);
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
    font-weight: 400;
	font-style: normal;
	line-height: 1.4;
    letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO'; 
    padding-bottom: 2px;
}
#cookies .wrapper .data p {
  color: #323232;
}
#cookies .data p a {
  color: #323232;
  text-decoration: none;
    font-weight: 800;
    letter-spacing: initial;
}
#cookies .data p a:hover {
  text-decoration: underline;
}
#cookies .wrapper .buttons {
  margin-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-transform: uppercase;
}
body.mobile  #cookies .buttons .button {
	font-size: 1.6rem;
}
#cookies .buttons .button {
	font-size: 1.0rem;
	color: rgb(190, 175, 168);
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
    font-weight: 600;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO';   border: none;
  color: #fff;
  padding: 8px 0 4px;
  border-radius: 4px;
  background: #d9b791;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
    text-transform: uppercase;
}
#cookies .buttons #acceptBtn:hover {
  background-color: #5e2505;
      color: #fff;
}
#cookies #declineBtn {
  border: 2px solid #e2dad4;
  background-color: #5e2505;
  color: #fff;
}
#cookies #declineBtn:hover {
  background-color: #5e2505;
  color: #fff;
}

/*Menu*/

/* Style The Dropdown Button */
.dropbtn {
     color: #777;
    font-size: 19px;
    line-height: 1.1em;    
        letter-spacing: 1px;
    font-family: "Freight Text", Icons;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
  cursor: pointer;
    height: 66px;
    
    border-style: dotted !important;
    border-width: 3px !important;
     border-left-width:0px !important;
 border-right-width:0px !important;
    border-color: rgba(220, 220, 220, 1) !important;
    border-image: url(https://files.cargocollective.com/c488824/dots2.svg) !important;
    border-image-slice: 14% 13% !important;
    border-image-repeat: round !important;
    height: 66px;

        width: 100%;
/*    padding-top: 12px;*/
    	background-color: #fff;
}

.menu .dropbtn a {
    border-style: none !important;
    border-width: 0 !important;
    border-image-slice: 0 !important;
    border-image-repeat: none !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
      background-color: transparent;
        color: #777;
    font-size: 19px;
    line-height: 1.1em;
        letter-spacing: 1px;
    font-family: "Freight Text", Icons;
    font-weight: 400;
    text-transform: uppercase; 
    vertical-align: middle;
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
        width: 100%;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 100% !important;
  z-index: 1;
        box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.19);
}
/* Links inside the dropdown */
.dropdown a {
    line-height: auto;
    background-color: #fff;
    color: #a79f3c !important;
    padding: 10px 10px !important;
    text-decoration: none;
    display: block;
    border-style: dotted !important;
    border-width: 3px !important;
    border-color: rgba(220, 220, 220, 1) !important;
    border-image: url(https://files.cargocollective.com/c488824/dots2.svg) !important;
    border-image-slice: 14% 13% !important;
    border-image-repeat: round !important;
     border-left-width:0px !important;
 border-right-width:0px !important;
         border-top-width:0px !important;
}
.dropdown a:hover {
  color: #c26b3b !important;
    opacity: 1;
}
.dropdown-content a:last-child {
  border-radius: 0 0 6px 6px;
 border-bottom-width:0px !important;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #c26b3b !important;
}

.dropbtn a {
	padding: 0 !important;
    margin-top: 2px !important;
    display: block;
}

/**END Menu*/

a.bottom-comprar {
    font-size: 1.7rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
    
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding-bottom: 19px !important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 27px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #FFFFFF !important;
    opacity: 1 !important;
    transition: all 0.2s linear 0s;
    background: #c26b3b !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1) !important;
  box-shadow: 0px 0px 0px 2px #c26b3b;
  transition: box-shadow 0.6s linear;
  margin: 0.5em; /* Increased margin since the box-shado expands outside the element, like outline */
}
[data-predefined-style="true"] a.bottom-comprar:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 0px 0px 3px !important;
}

a.bottom {
    font-size: 1.7rem;
    font-weight: 200;
    color: rgba(50, 50, 50, 1);
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
    
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding-bottom: 19px !important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 27px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #c26b3b !important;
    opacity: 1 !important;
    transition: all 0.2s linear 0s;
    background: rgba(255, 255, 255, 0.7);
    
  box-shadow: 0px 0px 0px 2px #ecc8a3;
  transition: box-shadow 0.6s linear;
  margin: 0.5em; /* Increased margin since the box-shado expands outside the element, like outline */
}

a.bottom:hover {
box-shadow: 0px 0px 0px 3px #eaac8a !important;
}

[local-style="13177687"] .container a.bottom:hover {
	box-shadow: 0px 0px 0px 3px #cfc17f !important;
}
[local-style="9630194"] .container a.bottom:hover {
	box-shadow: 0px 0px 0px 3px #a7b657 !important;
}

[data-predefined-style="true"] [local-style="9302253"] h1 a:hover {
    color:  #5e2505 !important;
}
[data-predefined-style="true"] [local-style="9630194"] h1 a:hover {
    color:  #bdc97f !important;
}
/*
[local-style="13177687"] .container a.bottom,
[local-style="9086627"] .container a.bottom,
[local-style="9143194"] .container a.bottom,
[local-style="9302252"] .container a.bottom,
[local-style="9302253"] .container a.bottom,
[local-style="9630194"] .container a.bottom {
    opacity: 0 !important;
}
[local-style="13177687"]:hover a.bottom,
[local-style="9086627"]:hover a.bottom,
[local-style="9143194"]:hover a.bottom,
[local-style="9302252"]:hover a.bottom,
[local-style="9302253"]:hover a.bottom,
[local-style="9630194"]:hover a.bottom{
    opacity: 1 !important;
}*/

body.mobile [local-style="13177687"] .container a.bottom,
body.mobile [local-style="9086627"] .container a.bottom,
body.mobile [local-style="9143194"] .container a.bottom,
body.mobile [local-style="9302252"] .container a.bottom,
body.mobile [local-style="9302253"] .container a.bottom {
    opacity: 1 !important;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to left, transparent 0%, #efa47a 50%, transparent 100%);
}

.content img {
	float: none;
/*	margin-bottom: .5em;*/
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family:'Josefin Sans', "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/** NAV Top */

.menu-nav {
	text-transform: uppercase;
    align-items: center !important;
}
.menu-nav h1 {
    /*
padding-bottom: 0px !important;
    border-image-slice: 1 !important;
    border-top: 1px dashed !important;
    border-bottom: 1px dashed !important;
    border-image: inherit !important;
    border-color: #c1c1c1 !important;
    line-height: unset !important;
    height: 66px;*/
  border-style: dotted !important;
  border-width: 3px !important;
  border-color: rgba(220, 220, 220, 1) !important;
  border-image: url('https://files.cargocollective.com/c488824/dots2.svg') !important;
  border-image-slice: 14% 13% !important;
  border-image-repeat: round !important;
  height: 66px;
  border-right: none !important;
  border-left: none !important;
}
.menu-nav h1 a {
    color: #777 !important;
}
.menu-nav a:hover {
    color: #cf6e39 !important;
}
.menu-nav a.active {
    color: #c26b3b !important;
}

.pinned.pinned_top .page_container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);
}

.logotype img {
    width: 100px !important;
    height: auto !important;
    margin-top: 3px;
    margin-bottom: -6px;
}

body.mobile .logo-text img,
body.mobile .logo-text-shops img {
	width: 160px !important;
    height: auto !important;
}

[data-predefined-style="true"] [local-style="9086625"] h1{
	font-size: 2em;
}

/** Home */
/*Banda superior menos oculta*/
body.homepage [data-id="10586175"] .page_container:first-child {
margin-top: 55px;
padding-top: 0 !important;
}

/*La Hogaza recomienda*/
[local-style="12847545"] .content {
    background: linear-gradient( transparent,rgba(62, 42, 21, 0.5), rgba(58, 39, 19, 0.22), rgba(255,255,255,0));
    background-repeat: repeat;
    background-size: 300px auto;
}


[local-style="9086626"].page_container {
    padding-top: 0 !important;
}
body.mobile [local-style="9086626"].page_container {
    padding-top: 64px !important;
}

.proximamente {
  -webkit-filter: blur(3px); /* Safari */
  filter: blur(3px);
}


div#oferta-semanal [grid-pad="1.5"],
div#oferta-semanal [grid-pad="2"],
div#oferta-semanal [grid-pad="4"] {
    vertical-align: middle;
    display: inline-block;
}
body.mobile div#oferta-semanal [grid-pad="1.5"] {
    width: 100%;
}

.logo-text img {
    width: 200px !important;
    height: auto !important;
}

.logo-text-shops img {
    width: 175px !important;
    height: auto !important;
	margin-bottom: -5px;
    margin-right: 3px;
   -webkit-filter: drop-shadow(0 0 5px #fff );
  filter: drop-shadow(0 0 5px #fff);
}

[local-style="9302528"].page_container img {
    width: 175px !important;
    height: auto !important;
    float: right;
    margin-right: 20px;
    opacity: .95;
}

body.mobile [local-style="9302528"].page_container img {
    float: none;
    margin-right: 0px;
}
[local-style="13177687"] .page,
[local-style="9086627"] .page,
[local-style="9143194"] .page,
[local-style="9302252"] .page,
[local-style="9302253"] .page,
[local-style="9630194"] .page {
	min-height: 70vh !important/*!page_height_100vh*/;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #FFFFF8, 0 0 30px #ffffff, 0 0 35px #FFFFFF, 0 0 40px #ffffff, 0 0 45px #ffffff, 0 0 50px #ffffff;
	background-color: initial /*!page_bgcolor*/;
}
[local-style="13177687"] .page {
   margin-bottom: -100px;
}
[local-style="9143194"] .page,
[local-style="9302252"] .page {
   margin-bottom: -200px;
}
body.mobile [local-style="9302252"] .container,
body.mobile [local-style="9302253"] .container{
    align-items: flex-start /*!vertical_middle*/;
    -webkit-align-items: flex-start /*!vertical_middle*/;
    margin-left: 0 /*!content_left*/;
}
[local-style="9086627"] .background_splash .slide_container,
[local-style="9302252"] .background_splash .slide_container,
[local-style="9530603"] .background_splash .slide_container,
[local-style="9630194"] .background_splash .slide_container {
		margin-left: 0px !important;
}
[local-style="13177687"] .background_splash .slide_container,
[local-style="9143194"] .background_splash .slide_container,
[local-style="9302253"] .background_splash .slide_container,
[local-style="9530325"] .background_splash .slide_container {
		margin-right: 0px !important;
		right: 0;
		left: initial !important;
}

[local-style="10487990"].page_container,
[local-style="10111794"].page_container,
[local-style="9302528"].page_container,
[local-style="9305522"].page_container,
[local-style="9086626"].page_container {
    box-shadow: 0px -70px 70px 0px #0003;
    z-index: 3;
}
/*TIRAS*/
[local-style="9302528"].page_container,
[local-style="9532567"].page_container,
[local-style="9598103"].page_container,
[local-style="9470990"] .container {
    box-shadow: 0px 0px 35px 0px #0003;
    z-index: 3;
}
[local-style="10487990"] .page,
[local-style="10111794"] .page {
    box-shadow: inset 0px -150px 70px 0px #0003;
	background-color: initial /*!page_bgcolor*/;
}

[local-style="9448152"] h1 {
	    border-bottom: none !important;
}

[data-predefined-style="true"] [local-style="10487990"] small a:hover
[data-predefined-style="true"] [local-style="10111794"] small a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

/* arrow link wrapper */
.slider-down-arrow {
	z-index: 999;
	width: 100%;
}
/* animate the arrow link if not hovered,
note: this uses animation via Divi Booster */
.slider-down-arrow img {
	transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
	animation: fullwidth-header-bounce 2s ease-out infinite;
}
@keyframes fullwidth-header-bounce {
  0% { transform:translateY(0%); }
  50% { transform:translateY(70%); }
  100% { transform:translateY(0%); }
}
/* add hover effect on arrow link */
.slider-down-arrow img:hover {
	animation: none;
	transform:translateY(35%);
}
@media (max-width: 980px) {
	/* hide arrow when stuff stacks */
	.slider-down-arrow {
		display: none;	
	}
}

[data-predefined-style="true"] [local-style="10487990"] .oferta-semanal {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 6px;
    border-top: solid 2px;
    border-bottom: 0;
    border-image: linear-gradient(to left, transparent 0%, #fbf6d9 25%, #fbf6d9 75%, transparent 100%);
    border-image-slice: 1;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

body.mobile [local-style="14611850"] small,
body.mobile [local-style="14611850"] bodycopy {
    font-size: 1.8rem;
    line-height: 1.25;
}

body.mobile [local-style="14611850"] img {
	padding: 20px;
}

.oferta-locales {
    margin-top: 42px;
    border-top: solid 2px;
/*    border-bottom:solid 2px;*/
    border-image: linear-gradient(to left, transparent 0%, rgba(251, 246, 217, 0.7) 25%, rgba(251, 246, 217, 0.7) 75%, transparent 100%);
    border-image-slice: 1;
}
[data-id="24464834"] .container img,
[local-style="9670669"] img,
[local-style="17793034"] img,
[local-style="14611850"] img,
[local-style="22163669"] img,
[local-style="26804436"] img,
[local-style="27570689"] img {
	  border-radius: 50%;
}
[local-style="10487990"] img {
    border-radius: 50%;
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, 0.32);
}
[local-style="10487990"] .slick-list {
    overflow: visible;
}

[local-style="10111794"] img {
    border-radius: 50%;
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, 0.32);
}

.logo-text-shops img {
	  border-radius: 0 !important;
}
[local-style="9302528"] .content {
    background: linear-gradient( rgba(118, 44, 66, 0.14),rgba(184, 141, 117, 0.24),rgba(118, 44, 66, 0.52),rgba(118, 44, 66, 0.49), rgba(118, 44, 66, 1));
}

body.mobile [local-style="9302528"] h2 div {
	text-align: center !important;
}

[local-style="10209380"] .content,
[local-style="9598103"] .content,
[local-style="10758166"] .content {
    background: linear-gradient( rgba(255,255,255,.5),rgba(255,255,255,.7), rgba(255,255,255,.6), rgba(255,255,255,0)), url("https://files.cargocollective.com/c488824/logo_lahogaza_patron.png");
    background-repeat: repeat;
    background-size: 300px auto;
}

[data-backdrop="kaleidoscope"].backdrop {
    opacity: .7;
}

/* Inside product */

h1.sub-name {
    font-size: 2.5rem !important;
    padding: 0 0 10px 0 !important;
    border-top: 0 !important;
    line-height: 1.0em !important;
    margin-bottom: 6 !important;
    font-variant-numeric: lining-nums;
}

/** Locales */

[local-style="9473314"] .container, 
[local-style="9473266"] .container,
[local-style="13994783"] .container, 
[local-style="9676522"] .container,
[local-style="16216722"] .container,
[local-style="36645395"] .container,
[local-style="30726717"] .container{
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #FFFFF8, 0 0 30px #ffffff, 0 0 35px #FFFFFF, 0 0 40px #ffffff, 0 0 45px #ffffff, 0 0 50px #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(0,0,0,0) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(100%, rgba(0,0,0,0))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(0,0,0,0) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(0,0,0,0) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(0,0,0,0) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(0,0,0,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 ) !important;
    /* background: rgba(255, 255, 255, 0.7) !important; */
    /* border-radius: 20px 0 0 20px; */
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[local-style="9086319"] .container img {
	border-radius: 100%;
}

.gmnoprint, gmnoscreen, .gm-style-cc {
    display: none;
}

/* CARTA lÓPEZ DE hOYOS */
[local-style="37504826"] img {
	  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}


/* Catering Contact form */

[data-page-id="9530308"] .pinned.pinned_bottom {
    z-index: 99;
}


form#fs-frm {
	margin: 50px 0;
}

body.mobile #fs-frm label,
body.mobile #fs-frm legend, 
body.mobile #fs-frm input,
body.mobile #fs-frm select,
body.mobile #fs-frm button,
body.mobile #fs-frm textarea,
body.mobile #fs-frm [type="text"],
body.mobile #fs-frm [type="email"] {
	    width: 100%;
}


#fs-frm input,
#fs-frm select,
#fs-frm button,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label {
font-size: 1.7rem;
    font-weight: 200;
    color: rgba(50, 50, 50, 1);
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
    border: none;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
}
#fs-frm label,
#fs-frm legend {
font-size: 1.7rem;
    font-weight: 200;
    color: #e89465;
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.0em;
    width: 48%;
}
/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm button,
#fs-frm textarea {
    font-size: 1.4rem;
    font-weight: 200;
    color: rgba(50, 50, 50, 1);
    font-family: 'Josefin Sans', "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.2;
    border: none;
    background-color: rgba(235, 225, 216, 1);
    padding: .75em 1em;
    margin-bottom: 1.5em;
    width: 48%;
}
#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  border: none;
  background-color: rgba(235, 225, 216, 1);
}
#fs-frm [type="text"],
#fs-frm [type="email"] {
  width: 48%;
}
#fs-frm button,
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#fs-frm button:focus,
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
  outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
    width: auto;
    height: auto;
    vertical-align: middle;
    /* border-bottom: 2px solid #ecc8a3 !important; */
    padding-bottom: 19px !important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 27px 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    /* border: 2px solid #ecc8a3; */
    color: #c26b3b !important;
    opacity: 1 !important;
    transition: all 0.2s linear 0s;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 0px 2px #ecc8a3;
    transition: box-shadow 0.6s linear;
    margin: 0.5em;
}
#fs-frm [type="submit"]:hover,
#fs-frm [type="reset"]:hover {
box-shadow: 0px 0px 0px 4px #efa47a;
}
#fs-frm button,
#fs-frm select {
  text-transform: none;
}
/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  display: inline;
}
#fs-frm fieldset.locale input[name="city"] {
  width: 52%;
}
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  width: 20%;
}
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
  margin-right: 3%;
}

input#cbox1 {
    width: auto;
    border: 1px solid #cdcdcd;
    padding:10px;
    margin: 0 10px 10px;
    background: #FFFFFF;
    border: initial;
    background-color: initial !important;
    background: initial;
    -webkit-appearance: checkbox;
}
body.mobile input#cbox1 {
    width: auto;
}


/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.7rem;
	font-weight: 200;
	color: rgba(50, 50, 50, 1);
	font-family:'Josefin Sans', "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
    transition: all 0.2s linear 0s;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: #ae6035 !important;
}

bodycopy a.image-link,
bodycopy a.icon-linka,
.image-link:hover,
a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

a.image-link img {
    filter: alpha(opacity=00);
    opacity: 1;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

a.image-link img:hover {
    filter: alpha(opacity=100);
    opacity: .6;
}


[data-predefined-style="true"] h1 {
    font-family: 'Playfair Display','Arapey', "Freight Big", Icons;
    font-style: normal;
    font-weight: 200;
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 5.5rem;
    letter-spacing: 10px;
    border-image: linear-gradient(to left, transparent 0%, #eae1b6 25%, #eae1b6 75%,  transparent 100%);
    border-image-slice: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
    /* text-transform: uppercase; */
    line-height: 1.1em;
    color: rgb(139, 139, 139);
    }
body.mobile h1 {
    letter-spacing: 7px !important;
    font-size: 4.6rem;
    font-variant-numeric: lining-nums;
}
[data-predefined-style="true"] [local-style="9302252"] h1 {

}

[data-predefined-style="true"] [local-style="9086626"] h1,
[data-predefined-style="true"] [local-style="9086626"] h2 {
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

[data-predefined-style="true"] [local-style="9086626"] h2 {
    letter-spacing: 1.5px;
}

[data-predefined-style="true"] h1 {
    font-variant-numeric: lining-nums;
}

[data-predefined-style="true"] h1 a {
	color: #d4b392;
    transition: all 0.2s linear 0s;
    font-variant-numeric: lining-nums;
}

[data-predefined-style="true"] h2 {
	font-family:'Josefin Sans', "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(139, 139, 139);
	font-size: 2.8rem;
	line-height: 1;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] h3 {
	font-family:'Josefin Sans', "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(139, 139, 139);
	font-size: 3.4rem;
	line-height: 1.2;
	}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family:'Josefin Sans', "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 200;
	color: rgb(50, 50, 50);
}

[data-predefined-style="true"] small a {
	color: rgb(50, 50, 50);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/** FOOTER */

[local-style="9670669"] .content {
    background: linear-gradient( rgba(255,255,255,.0),rgba(255,255,255,.7), rgba(255,255,255,.3), rgba(255,255,255,0));
    background-repeat: repeat;
    background-size: 300px auto;
}

body.mobile .rrss {
	margin-top: 20px;
}

ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
  margin-bottom: 10px;

}

li { 
  padding-left: 12%; 
}

li.address:before {
  content: "D"; /* Insert content that looks like bullets */
  padding-right: 30px;
  color: transparent; /* Or a color you prefer */
}
li.hour:before {
  content: "H"; /* Insert content that looks like bullets */
  padding-right: 30px;
  color: transparent; /* Or a color you prefer */
}
li.phone:before {
  content: "T"; /* Insert content that looks like bullets */
  padding-right: 35px;
  color: transparent; /* Or a color you prefer */
}
li.address:first-child:before {
  content: "D"; /* Insert content that looks like bullets */
  padding-right: 30px;
  color: #efa47a; /* Or a color you prefer */
}
li.hour:first-child:before {
  content: "H"; /* Insert content that looks like bullets */
  padding-right: 30px;
  color: #efa47a; /* Or a color you prefer */
}
li.phone:first-child:before {
  content: "T"; /* Insert content that looks like bullets */
  padding-right: 35px;
  color: #efa47a; /* Or a color you prefer */
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    font-family:'Josefin Sans', "Neue Haas Grotesk", Icons;
	font-size: 1.7rem;
    font-weight: 400;
	color: #d4b392;
	font-style: normal;
	line-height: 1;
    text-align: center;
}

/*Panes*/
body[data-page-id="9325349"] .thumbnails .title,
body[data-page-id="9325349"] .thumbnails .tags a {
	color: #caa988 !important;
}

.thumbnails .tags {
    font-family: 'Playfair Display','Arapey', "Freight Big", Icons;
    color: #d6936d;
    letter-spacing: 0;
	font-size: 1.2rem;
	line-height: 1.2;
    letter-spacing: 1.0px;
    text-align: center;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: #d4b392;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * NAV MOBILE Site Menu Button
 */
[local-style="9686030"] {
    display: none;  
}

body.mobile [local-style="9686030"] {
    position: relative;
    display: block;  
    z-index: 9998;
    transition: all 0.5s;
}
.scrollUp {
    transform: translateY(-64px);
}

[local-style="9686030"] img {
    width: auto !important;
    max-height: 55px !important;
    position: relative;
    padding: 3px;
    vertical-align: middle;
    z-index: 9999;
}

[data-css-preset] #site_menu_button {
    color: #a79f3c;
    font-size: 32px /*!site_menu_button*/;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 1.75rem /*!site_menu_button*/;
	right: 2.75rem /*!site_menu_button*/;
/*    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);*/
}

body.mobile #site_menu_button {
    font-size: 32px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
    font-family: 'Playfair Display','Arapey', "Freight Big", Icons;
	background: rgba(255, 255, 255, 0.95);
	font-size: 38px;
    letter-spacing: 6px;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: center;
	display: flex;
	justify-content: center;
}

body.mobile #site_menu {
	width: 100%;
}
.last-word-menu {
    text-transform: lowercase;
    font-size: 30px;
    font-family: 'Petit Formal Script', cursive;
    letter-spacing: 0;
}

#site_menu .page-link a {
	color: #caa988;
}

#site_menu .set-link > a {
	color: #a79f3c;
	font-weight: 400;
    overflow: visible;
}

#site_menu a:active {
color: #ae6035;
}

#site_menu a.active {
color: #ae6035;
}

#site_menu .close {
	display: none;
    color: #a79f3c;
    line-height: 1;
    padding: 3px;
    padding-right: 2px;
    line-height: 1;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 55px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #d6936d;
    stroke-width: 2.5px;
    opacity: 0.8;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #FFF;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #d6936d;
    stroke-width: 2.5px;
    opacity: 0.8;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #d6936d;
    stroke-width: 2.5px;
    opacity: 0.8;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


