/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */



@font-face {
    font-family: PPWriter-Regular;
    src: url(https://carlasouto.com/fonts/PPWriter-Regular.ttf) format("truetype"); 
    src: url(https://carlasouto.com/fonts/PPWriter-Regular.otf) format("opentype"),
         url(https://carlasouto.com/fonts/PPWriter-Regular.woff) format("woff"),
         url(https://carlasouto.com/fonts/PPWriter-Regular.woff2)format("woff2"),
         url(https://carlasouto.com/fonts/PPWriter-Regular.svg) format("svg");

}



@font-face {
    font-family: PPWriter-RegularItalic;
    src: url(https://carlasouto.com/fonts/PPWriter-RegularItalic.ttf), 
         url(https://carlasouto.com/fonts/PPWriter-RegularItalic.otf),
         url(https://carlasouto.com/fonts/PPWriter-RegularItalic.woff),
         url(https://carlasouto.com/fonts/PPWriter-RegularItalic.woff2);
}



.logo-dcc {
  position: relative; 
  top: 15px; 
  margin: 0 auto 0 auto !important; 
}


@media screen and (max-width: 767px) {
.home-welcome {
  top: 44px !important;
  height: 50vh !important;
}
}

@media screen and (max-width: 767px) {
.logo-dcc {
  top: 18px; 
}
}

  .love-can-take-02 {
      display: none; 
}



button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;padding-left:15px; padding-right:15px; padding-top: 0 !important} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
* {
  box-sizing: border-box;
}

html.standalone-page {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #E9E8E5;
  color: #1F2219;
  font-family: "Spectral", serif;
  height: 100%;
  min-height: 100vh;
  scrollbar-width: 0 !important;
padding-right: 0 !important;
padding-left: 0 !important;
}

::-moz-selection { /* Code for Firefox */
  color: #3b5615/*#F2F0F2*/;
  background: none;
}

::selection {
  color: #3b5615/*#F2F0F2*/;
  background: none;
}


.home-welcome {
  z-index:;
  height: 100vh;
  margin-top: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  background-color: #E9E8E5;
}

.welcome-image {
  object-fit: cover; 
  height: 100%;

}

@media screen and (max-width: 1120px) {
  .welcome-image {
  object-fit: cover; 
}
}

@media screen and (max-width: 767px) {
   .home-welcome {
    height: calc(100vh - 100px);
   }

}


.wrapper {
  margin-top: 0 !important;
}

body.no-scroll {
  overflow: hidden;
  position: relative;
}
body.maintenance-page {
  padding-top: 75px;
}
body.maintenance-page .maintenance-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-align: left;
}
body.maintenance-page h1 {
  font-size: 36px;
  margin-bottom: 40px;
}
body.maintenance-page p {
  font-size: 14px;
  margin-bottom: 40px;
}
body.maintenance-page .maintenance-social-links {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
body.maintenance-page .maintenance-social-links li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-social-links li {
    display: block;
    margin-bottom: 10px;
  }
}
body.maintenance-page .maintenance-social-links a {
  cursor: pointer !important;
  display: block;
  padding: 4px 10px;
}

a.skip-link {
  /*-webkit-transition: all 0.3s;
  transition: all 0.3s;*/
  background: #E9E8E5;
  border: 1px solid #1F2219;
  color: #1F2219;
  left: 25px;
  padding: 15px 20px;
  position: absolute;
  text-decoration: underline;
  top: -150px;
  z-index: 100;
}
a.skip-link:focus {
  top: 20px;
}

a, a:visited {
  color: #1F2219;
  text-decoration: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #1F2219;
}

a[href], label[for], select, button, .pointer {
  cursor: pointer;
}

button, input, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #1F2219;
  font-family: "Spectral", serif;
  font-size: 14px;
  padding: 0;
}


@media screen and (max-width: 767px) {
  button, input, textarea, select {

    font-size: 17px;

  }
}

.button, a.button {
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
  background-color: #D7D3D1;
  color: #1F2219;
  height: /*60px*/ auto;
  line-height: 13px;
  /*max-width: 275px;*/
  padding: /*0 40px*/ 12px !important;
  text-align: center;
}


.ver-mas-button {
  width: 90px;
  margin: 60px auto 90px auto;
}

@media screen and (max-width: 767px) {
.ver-mas-button {
  margin: 40px auto 20px auto;
}
}

.button.minimal-button, a.button.minimal-button {
  -webkit-transform: none;
  transform: none;
  background: none;
  color: #1F2219;
  border: none;
  font-size: 14px;
  padding: 0;
}
.button.minimal-button:not(:disabled):hover, .button.minimal-button:not(:disabled):active, .button.minimal-button:not(:disabled):focus, a.button.minimal-button:not(:disabled):hover, a.button.minimal-button:not(:disabled):active, a.button.minimal-button:not(:disabled):focus {
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
  background: none;
  color: #d6d3d0/*#1F2219*/;
  text-decoration: underline;
}
.button:disabled, .button.disabled, a.button:disabled, a.button.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.button.centered-button, a.button.centered-button {
  display: block;

}


.start-shopping-button {
  width: 200px;
  margin: 50px auto 0 auto;
}
.button:not(:disabled):hover, .button:not(:disabled):active, .button:not(:disabled):focus, a.button:not(:disabled):hover, a.button:not(:disabled):active, a.button:not(:disabled):focus {
  background-color: #c1bbb3;
  /*-webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);*/
  color: #1F2219;
}

h1, h2, h3, h4, h5, h6 {
  color: #1F2219;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
}

h1 {
  margin-bottom: 55px;
}

.error-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #C1BBB3;
  padding: 20px;
  margin: 0 auto 30px;
  max-width: 760px;
}
.error-container .error-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper {
  margin: 44px auto 0 auto;
  /*max-width: 1240px;*/
  padding: 0;
  width: 100%;
}


.footer .wrapper {
  margin: 0;
  height: 44px;
  padding: 0;
  width: 80vw;
  background-color: #E9E8E5; 
}


.content {
  margin-top: 44px !important;
  padding-left: 15px; 
  padding-right: 15px;
}

#home .content {
  padding-left: 0; 
  padding-right: 0;
}

#home .content .wrapper {
  padding: 0;
}

@media screen and (max-width: 767px) {
  #home .content .wrapper {
    padding-bottom: 50px;
  }
}

#product .content .wrapper {
  padding: 0;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  #product .content .wrapper {
    padding: 0;
    margin: 0;
  }
}

#cart .content .wrapper {
  padding: 0;
  margin-top: 100px;
}

#contact .content .wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  #contact .content .wrapper {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
  }
}


.content .wrapper {
  min-height: calc(100vh - 132px);
}

.content {
  min-height: calc(100vh - 132px);

}

.similar-products .wrapper {
  min-height: auto;
}

@media screen and (max-width: 767px) {
  .content .wrapper {
    min-height: auto;
    margin-bottom: 50px !important;
  }
}




.custom-content {
  font-size: 14px;
  line-height: 1.5em;
  width: 100%;

}

@media screen and (min-width: 767px) {
  .custom-content {
      width: 480px /*32vw*/;
  }
    .custom-content img, custom-content p img{
      width: 480px /*32vw*/ !important;
  }
}


.custom-content > p {
  margin: 0;
}

@media screen and (min-width: 767px) {

.foto-about-container {
  /*position: fixed;
  right: 15px;
  top: 40px; */
}

.foto-about {
  /*width: 250px !important; */
}

}





@media screen and (max-width: 767px) {
  .custom-content {
    font-size: 17px;
    margin: 0;
    /*padding-right: 10px;*/
  }

  .custom-content {
    margin-left: 5px;
    margin-right: 5px;
  }

  #terminos-y-condiciones .custom-content {
    margin-left: 5px;
  }
}

.custom-content ul, .custom-content ol {
  padding-left: 1em;
}
.custom-content a {
  text-decoration: underline;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .custom-content a {
    font-size: 17px !important;
  }
  }
}
.custom-content img, .custom-content iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .custom-content img, .custom-content iframe {
  width: 100% !important;
  }
  }

.lookbook-gallery {
  text-align: left;
}
.lookbook-gallery:not(:only-child) {
  margin-top: 50px;
}

.lookbook-gallery-image {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
.lookbook-gallery-image:last-child {
  margin-bottom: 0;
}

.header {
  width: 100%;
  margin: 0 auto;
  background-color: #c1bbb3;
  height: 44px;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
}


@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

a.store-link {
  color: #1F2219;
  display: block;
  font-family: "Spectral", serif;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 15px;
  padding: 0;
  text-align: left;
  background-color: none;
  /*text-transform: uppercase;*/
}

@media screen and (max-width: 767px) {
  a.store-link {
    font-size: 17px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 16px 20px;
  }
}

.store-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .store-logo {
    max-height: 200px;
  }
}

.header-nav-container {
  /*background: #E9E8E5;*/
  margin: 12px 15px 9px 15px;
  padding: 0;
  position: fixed;
  z-index: 10;
  background-color: none;
  width: auto;
  top: 0;
  z-index: 10;
}

.header-nav-container-right {
 right: 0;
}

.header-nav-container-left {
  left: 0;
}


/*MENU DESKTOP o MENU MÓVIL*/


@media screen and (min-width: 767px) {

  .desktop-menu {
    visibility: visible;
  }

  .mobile-menu {
    visibility: hidden;
  }

}

@media screen and (max-width: 767px) {
  
  .desktop-menu {
     visibility: hidden;
  }

  .mobile-menu {
    visibility: visible;
  }
  
}



@media screen and (max-width: 767px) {
  .header-nav-container{
    /*MENU ALTO*/
    /*background: #E9E8E5;*/
    /*padding: 5px 16px 16px 16px;
    position: fixed;
    z-index: 10;
    background-color: #f2f0f2;
    width: 100%;
    right: 0;
    left: 0;
    top: 39px;
    height: 41px;*/

    /*MENU BAJO*/
    padding: 16px 20px;
    margin: 0;
    position: fixed;
    z-index: 10;
    background-color: #E9E8E5;
    width: 100%;
    top: inherit;
    bottom: 0;
  }
}

.dropdown-search:hover, .dropdown-search:focus, .dropdown-search:focus-within {
  background-color: #C1BBB3;
}

.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 60px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 235px;
}
.search-form input {
  border: 0;
  background-color: none;
  color: #1F2219;
  padding: 6px;
  text-align: left;
  width: 150px;
}
.search-form input::-webkit-input-placeholder {
  color: #1F2219;
}
.search-form input:-moz-placeholder {
  color: #1F2219;
}
.search-form input:-ms-input-placeholder {
  color: #1F2219;
}
.search-form button.search-button {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: auto;
}
.search-form button.search-button svg {
  display: block;
  fill: #1F2219;
}
.search-form button.search-button:hover svg, .search-form button.search-button:focus svg {
  fill: #1F2219;
}

.cart-item-count {
  font-size: 10px;
  min-width: 40px;
  position: relative;
  /*right: -7px;*/
  text-align: left;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .cart-item-count {
    /*right: -30px;*/
  }
}
.cart-item-count.no-items {
  opacity: 0;
  display: none;
}

header, footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}


@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
}

.footer-store-name { /*footer modified
  display: inline-block;
  line-height: 30px;
  margin-bottom: 5px;
  margin-right: 30px;*/
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  margin: 15px;
}

.footer-store-name:nth-child(2n) {
  left: calc((100vw - 480px - 14px) / 2);
  margin-left: 0;
}

#products .footer-store-name:nth-child(2n), #home .footer-store-name:nth-child(2n) {
  left: calc(((100vw - 30px - 40px + 10px) / 4) + 15px + 5px);
  margin-left: 0;
}


@media screen and (max-width: 767px) {
.footer-store-name:nth-child(2n) {
    left: 30vw;
  }
}

#contact .footer {
  position: fixed;
  bottom: 0;
}


@media screen and (max-width: 767px) {
/*#about .footer  {
  display: none;
}
#cart .footer{
  display: none;
}
#contact .footer {
  display: none;
}
#product .footer {
  display: none;
}*/
.footer {
  display: none;
}

#about .footer{
  display: inherit;
  position: relative;
}

#about .footer-store-name {
  margin-left: 5px;
}
}

@media screen and (max-width: 767px) {
  .footer-store-name {
  font-size: 17px;
  line-height: 17px;
  }
}

.footer-store-credit {
  font-size: 14px;
  line-height: 14px;
}

@media screen and (max-width: 767px) {
  .footer-store-credit {
  font-size: 17px;
  line-height: 17px;
  }
}

.flash-message {
  display: none;
}

.has-flash-message .flash-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #C1BBB3;
  color: #1F2219;
  left: 0;
  line-height: 26px;
  padding: 14px 20px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
}
.has-flash-message .flash-message .flash-message-text {
  text-align: left;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message .flash-message-text {
    width: calc(100% - 50px);
  }
}
.has-flash-message .flash-message .flash-message-close {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 4px;
  position: absolute;
  right: 16px;
  top: 50%;
}
.has-flash-message .flash-message .flash-message-close svg {
  display: block;
  fill: #1F2219;
}
.has-flash-message .flash-message .flash-message-close:hover svg, .has-flash-message .flash-message .flash-message-close:focus svg {
  fill: #1F2219;
}

.select {
  border: 1px solid #1F2219;
  color: #1F2219;
  font-family: "Spectral", serif;
  height: auto;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 14px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}

.select select {
  border: 0;
  color: #1F2219;
  font-family: "Spectral", serif;
  height: auto;
  letter-spacing: 1px;
  line-height: 13px;
  padding: 0;
  position: relative;
  width: auto;
  max-width: 120px;
  z-index: 2;
}
.select select option {
  color: #000;
}
.select select:focus {
  box-shadow: none;
}
.select svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #1F2219;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
.select:hover, .select:active, .select:focus, .select:focus-within {
  background-color: #C1BBB3;
  color: #1F2219;
  border-color: #1F2219;
}
.select:hover select, .select:active select, .select:focus select, .select:focus-within select {
  color: #1F2219;
}
.select:hover select option:disabled, .select:active select option:disabled, .select:focus select option:disabled, .select:focus-within select option:disabled {
  color: graytext;
}
.select:hover svg, .select:active svg, .select:focus svg, .select:focus-within svg {
  fill: #1F2219;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.main-nav {
  position: relative;
}

.nav, .horizontal-nav-links {

  list-style: none;
}

.nav {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nav {
    /*-ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;*/
    display: flex !important;
    justify-content: space-between !important;
  }
}

.nav-menu-item {
  color: #1F2219 !important;
  margin: 0 30px 0 0;
  position: relative;
}


.mobile-menu-dcc {
  padding: 8px 20px 8px 20px;
  margin: 0 20px 0 0 !important;
}

.nav-menu-item:last-child {
  margin: 0px;
}


@media screen and (max-width: 767px) {
  .nav-menu-item {
    margin: 0;
  }
}
.nav-menu-item > a {
  color: #1F2219;
  display: block;
  font-size: 14px;
  padding: 0;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav-menu-item > a {
    font-size: 17px;
    padding: 0;
    margin-right: 0;
  }
}

.horizontal-nav-links {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  /*box-shadow: 0 30px 40px -10px rgba(0, 0, 0, 0.2);*/
  background: #E9E8E5;
  line-height: 20px;
  /*min-width: 300px;*/
  /*max-height: 500px;*/
  opacity: 0;
  overflow-y: hidden;
  top: /*100%*/;
  position: absolute;
  left: 0; /*dropdown*/
  z-index: 0;
  visibility: hidden;
  padding: 13px 0 13px 0;
  background-color: #d4d2cf;
}

/*
.menu-productos {
  /-webkit-transform: translateX(calc(-100vw + 194.6px + 15px));
  transform: translateX(calc(-100vw + 194.6px + 15px));
}

.menu-info {
  /-webkit-transform: translateX(calc(-100vw + 96px + 15px)) ;
  transform: translateX(calc(-100vw + 96px + 15px));
}
*/
@media screen and (min-width: 767px) {

.menu-productos {
  /-webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

.menu-info {
  /-webkit-transform: translateX(calc(-15px - 70px - 30px)) ;
  transform: translateX(calc(-15px - 70px - 30px));
}

.menu-love-can-take {
  /-webkit-transform: translateX(calc(-15px - 70px - 30px - 73px - 30px));
  transform: translateX(calc(-15px - 70px - 30px - 73px - 30px)); 
}

.menu-nostalgias {
  /-webkit-transform: translateX(calc(-100vw + 15px + 81px + 30px + 49px));
  transform: translateX(calc(-100vw + 15px + 81px + 30px + 49px)); 
}



  
}

@media screen and (max-width: 767px) {
  .horizontal-nav-links {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 50px;
    /*bottom: 50px;*/
    padding: 10px 0 0 0;
    margin: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    z-index: 101;
  }
}

.horizontal-nav-link {
  position: static;
}

.horizontal-nav-link a {
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
  color: #1F2219;
  /*display: inline;*/
  padding: 0;
  margin: 10px 10px 10px 10px;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  width:auto; /*dropdown*/
}

@media screen and (min-width: 767px) {

  .horizontal-nav-links {
      width: 100vw; 
      position: absolute !important;
      left: 0 !important;
      top: 28px !important;
      min-height: 44px;
      display: flex;
    flex-direction: row;
    justify-content: center; 
    
  }
  
  .horizontal-nav-link {
      float: left; /*alternativa: display: inline;*/
  }

  
}


@media screen and (max-width: 767px) {
  .horizontal-nav-link a {
    font-size: 17px;
    padding: 0;
    margin-left: 0;
  }
}
.horizontal-nav-link:hover, .horizontal-nav-link:focus {
  background-color: /*#C1BBB3*/;
}
.horizontal-nav-link:hover a, .horizontal-nav-link:focus a {
  color: #1F2219;
  text-decoration: none;
}

.nav li:focus > a,
.nav li:hover > a,
.nav li:focus-within > a {
  color: #1F2219;
}

ul.show-menu {
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/**
.menu-productos.show-menu {
  -webkit-transform: scale(1) translateY(0) translateX(calc(-100vw + 194.6px + 15px));
  transform: scale(1) translateY(0) translateX(calc(-100vw + 194.6px + 15px));
}

.menu-info.show-menu {
  -webkit-transform: scale(1) translateY(0) translateX(calc(-100vw + 96px + 15px));
  transform: scale(1) translateY(0) translateX(calc(-100vw + 96px + 15px));
}
**/

@media screen and (min-width: 767px) {
.menu-productos.show-menu {
  -webkit-transform: scale(1) translateY(0) translateX(-15px);
  transform: scale(1) translateY(0) translateX(-15px);
}

.menu-info.show-menu {
  -webkit-transform: scale(1) translateY(0) translateX(calc(-15px - 70px - 30px)) ;
  transform: scale(1) translateY(0) translateX(calc(-15px - 70px - 30px)) ;
}
.menu-love-can-take {
  /-webkit-transform: translateX(calc(-15px - 70px - 30px - 73px - 30px));
  transform: translateX(calc(-15px - 70px - 30px - 73px - 30px)); 
}

.menu-nostalgias {
  /-webkit-transform: translateX(calc(-100vw + 15px + 81px + 30px + 49px));
  transform:translateX(calc(-100vw + 15px + 81px + 30px + 49px)) ; 
}
  
}

@media screen and (max-width: 767px) {
  ul.show-menu {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: none;
    transform: none;
  }
}

.close-nav-menu {
  display: none;
  padding: 10px;
  /*position: fixed;
  right: 15px;
  top: 15px;*/
  position: absolute;
  right: 0;
  margin: 0 10px;


}
@media screen and (max-width: 767px) {
  .close-nav-menu {
    display: inline;
  }
}
.home-welcome {
  color: #1F2219;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-welcome {
    margin-bottom: 50px;
    padding: 0;
  }
}

.welcome-message {
  font-size: 50px;
  text-align: left;
  width: 100%;
}
.welcome-message.with-image {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .welcome-message {
    font-size: 14px;
    line-height: 30px;
  }
}

.welcome-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.featured-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #C1BBB3;
  margin-bottom: 50px;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .featured-category {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 50px;
    max-height: none;
  }
}

.featured-category-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .featured-category-info {
    padding-bottom: 0;
    padding-right: 0;
  }
}

.featured-category-title {
  font-size: 14px;
  line-height: 20px;
}

.featured-category-name {
  line-height: 50px;
  margin-bottom: 30px;
}

.featured-category-button {
  font-size: 14px;
  max-width: 275px;
  position: relative;
  width: 100%;
}
.featured-category-button.mobile-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .featured-category-button.mobile-button {
    margin: 50px auto 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .featured-category-button {
    display: none;
  }
}

.featured-category-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.featured-category-product {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 60%;
  max-height: 400px;
  max-width: 400px;
  width: 60%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .featured-category-product {
    max-height: none;
    max-width: none;
  }
}
.featured-category-product.single-featured-product {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.featured-category-product img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.featured-category-product:nth-child(2) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -10%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .featured-category-product:nth-child(2) {
    margin-top: -20%;
  }
}
.featured-category-product:nth-child(2):hover {
  z-index: 3;
}
.product-list-container {
  position: relative;
  padding: 0;
}

#home .product-list-container {
  /*padding: 0 15px;*/
}

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: left;
  justify-content: left;
  margin: 10px 0 50px 0;
  padding-left: 10px;
  padding-right: 10px;
}

#products .product-list, #product .product-list{
  padding-left: 0;
  padding-right: 0;
  margin-left: -5px;
  margin-right: -5px;
}
#product .product-list {
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .product-list {
    margin: 20px 1px;
    width: auto;
  }
}

.product-list-thumb {
  -webkit-flex-basis: calc(100% / 4);
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4);
  color: #1F2219;
  display: block;
  font-size: 0;
  padding: 5px;
  padding-bottom: 20px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: calc(100% / 4);
}
@media screen and (max-width: 767px) {
  .product-list-thumb {
    -webkit-flex-basis: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
    padding: 4px;
    width: calc(100% / 2);
  }


  .similar-product-list {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 75vw; 
  }
}
@media (hover: hover), (-moz-touch-enabled: 0) {
  .product-list-thumb:hover .product-list-thumb-name {
    text-decoration: none;
  }
  .product-list-thumb:hover .show-secondary .product-list-image:first-child {
    opacity: 0;
    visibility: hidden;
  }
  .product-list-thumb:hover .show-secondary .product-list-image:last-child {
    opacity: 1;
    visibility: visible;
  }
}

_:-ms-fullscreen, :root .product-list-thumb {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.product-list-thumb-container {
  position: relative;
  width: 100%;
}

.product-list-image-container {
  font-size: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.default .product-list-image-container {
  padding-bottom: 0;
}

.product-list-image {
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}


.product-list-image.lazy {
  filter: blur(5px);
}
.default .product-list-image {
  position: relative;
  width: 100%;
}
.crop-to-square .product-list-image {
  height: 100% !important;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.fit-to-square .product-list-image {
  left: auto;
  will-change: transform;
  cursor: pointer;
  position: absolute;
  max-width: 100%;
  height: 100%;
  top: 0;
  width: 100%;
}
.fit-to-square .product-list-image.image-tall {
  height: 100%;
  left: auto;
  width: auto;
}
.fit-to-square .product-list-image.image-wide {
  height: auto;
  top: auto;
  width: 100%;
}
.fit-to-square .product-list-image.image-square {
  height: 100%;
  left: 0;
  width: 100%;
}
.product-list-image:nth-child(2) {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.product-list-image:only-child {
  opacity: 1;
  visibility: visible;
}

.image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

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

  .image-wrapper {
    /**/
  }
}

.default .image-wrapper {
  position: relative;
}

.product-list-thumb-info {
  font-size: 14px;
  line-height: 1.25em;
  padding: 10px 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product-list-thumb-info {
    font-size: 17px;
    padding: 8px 0 24px 0;
  }
}

.product-list-thumb-name {
  overflow-wrap: break-word;
}

.product-list-thumb-price {
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .product-list-thumb-price {
    font-size: 15.5px;
    margin-top: 2px;
  }

}

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #1F2219;
  font-size: 17px;
  line-height: 1.5em;
  margin: 50px auto 0;
  max-width: 225px;
  position: relative;
  text-align: left;
  width: 100%;
}

.pagination-link {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  position: absolute;
  top: 50%;
}
.pagination-link.prev-link {
  left: 0;
}
.pagination-link.next-link {
  right: 0;
}
.pagination-link:hover .pagination-arrow, .pagination-link:focus .pagination-arrow {
  fill: #1F2219;
}

.pagination-arrow {
  display: block;
  fill: #1F2219;
  height: 17px;
  width: 17px;
}
.pagination-arrow.prev-arrow {
  margin-right: auto;
}
.pagination-arrow.next-arrow {
  margin-left: auto;
}

.product-page-content {
  /*margin-left: calc(((100vw - 60px) / 4) + 6px);*/
  width:  480px;
  margin: 44px auto 30px auto; 
}

@media screen and (max-width: 767px) {
  .product-page-content {
    margin: 0 auto;
    width: 100%;
  }
}

.primary-product-image-container {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .primary-product-image-container {
    margin-bottom: 50px;
    padding: 0 5px;
  }
}

.primary-product-image {
  display: block;
  width: 100%;
}

.secondary-product-image-container {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .secondary-product-image-container {
    margin-top: 50px;
    padding: 0 5px;
  }

}

.secondary-product-image {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.secondary-product-image:last-child {
  margin-bottom: 0;
}

.product-page-details::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 767px) {
  .product-page-details {
    padding: 0 5px;
  }
}
.product-page-details.inactive .product-page-titles {
  float: none;
  width: 100%;
}
.product-page-details.inactive .product-description {
  float: none;
  max-width: 100%;
}

.product-page-titles {
  float: left;
  width: 100%;
}



.page-title {
    display: none;
  }

.products-page-title {
    display: inherit;
    /*position: fixed;
    top: 0;
    left: calc(((100vw - 60px) / 4) + 15px + 6px);
    margin: 15px 15px 15px 0;
    padding: 0;
    z-index: 20;
    text-align: left;*/
    font-size: 14px;
    text-transform: uppercase;
  }


@media screen and (max-width: 767px) {
  .products-page-title {
      display: inherit;
      position: fixed;
      top: 0;
      left: inherit;
      right:0;
      margin: 16px 20px 0 0;
      text-align: right;
      font-size: 17px;
    }
  }


  .product-name {
    display: inherit;
    float: left;  
    /*position: fixed;
    top: 0;
    left: calc(((100vw - 60px) / 4) + 15px + 6px);
    margin: 15px 15px 15px 0;
    padding: 0;
    z-index: 20;
    text-align: left;*/
    font-size: 14px;
    text-transform: uppercase;
  }

@media screen and (max-width: 767px) {
  .product-name {
    left: inherit;
    right: 0;
    margin: 16px 20px 0 0;
    text-align: right;
    font-size: 17px;
    max-width: calc(100vw - 140px);
    }
  }

@media screen and (max-width: 767px) {
.page-title  {
    /*display: inherit;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    text-align: right;
    font-size: 16px;
    padding: 16px 20px;*/
  }
}

@media screen and (max-width: 767px) {
  .product-page-titles {
    float: none;
    width: 100%;
  }
}

.product-page-price {
  float: right; 
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .product-page-price {
    font-size: 16.5px;
  }
}

h1.product-name {
  /*font-size: 15px;
  margin-bottom: 8px;
  text-align: left;*/
}

@media screen and (max-width: 767px) {
    h1.product-name {
    /*font-size: 17px;*/
  }
}

.product-description {
  /*clear: left;
  float: left;*/
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 30px;
  /*max-width: calc(100% - 350px);*/
  width: 100%;
}


@media screen and (max-width: 767px) {
  .product-description {
    float: none;
    font-size: 17px;
    max-width: 100%;
  }
}
.product-description ul, .product-description ol {
  padding-left: 1em;
}
.product-description a {
  text-decoration: underline;
}
.product-description img, .product-description iframe {
  max-width: 100%;
}

.product-form {
  /*float: right;*/
  max-width: 140px;
  width: 100%;
  /*position: fixed; 
  top: 0; 
  z-index: 100000000000000;
  left: 50vw; */
}
@media screen and (max-width: 767px) {
  .product-form {
    float: none;
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }
  .product-form .add-to-cart-button {
    max-width: 100%;
  }
}
.product-form select span, .product-form select span option {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.reset-selection-button-container {
  text-align: left;
  width: 100%;
}

button.reset-selection-button {
  display: none;
  font-size: 14px;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 4px;
  width: auto;
}

.product-quantity {
  display: none;
}

.add-to-cart-button {
  max-width: 100%;
}

.all-similar-products {
  display: none;
}

.similar-products {
  background-color: #E9E8E5;
  margin: 50px auto 50px auto;
  /*margin-top: 30px;
  margin-bottom: 50px;
  margin-left: calc(((100vw - 60px) / 4) + 6px);*/
  padding: 0;
}

.similar-products .similar-product {
  width: 24%/*33.33%*/;
}
@media screen and (max-width: 767px) {
  .similar-products {
    margin: 20px 0 0 0;
    padding: 0 5px;
  }
  .similar-products .similar-product {
    padding-bottom: 50px;
    width: 100%;
  }
}

.similar-products-header {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center !important;
  
}

@media screen and (max-width: 767px) {
  .similar-products-header {
    font-size: 17px;
    margin: 33px 0 0 0;
    padding: 0;
  }
}

#instant-checkout-button {
  margin-top: 12px;
}


.contact-form {
  margin: 0;
  padding-top: 20px;
  max-width: 700px;
  height: auto;
}

.contact-form-group {
  display: block;
  margin: 0;
  margin-bottom: 35px;
  max-width: 660px;
  position: relative;
  width: 100%;
}
.contact-form-group.contact-recaptcha {
  margin-bottom: 0;
}

.contact-form-group .contact-form-label {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  background-color: transparent;
  color: #1F2219;
  cursor: text;
  font-size: 14px;
  left: 0;
  position: absolute;
  /*top: 20px;*/
  margin-bottom: 0;
  text-transform: none;
}


@media screen and (max-width: 767px) {
  .contact-form-group .contact-form-label {
    font-size: 17px;
  }
}

.contact-form-group input, .contact-form-group textarea {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #1F2219;
  font-size: 14px;
  line-height: 16px;
  outline: 0;
  height: 14px;
  padding: 14px 0 13px 0;
  position: relative;
  width: 100%;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .contact-form-group input, .contact-form-group textarea {
    font-size: 17px;
  }
}

.contact-form-group .send-message-button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact-form-group .send-message-button {
    margin-top: 50px;
    max-width: 100%;
  }
}

.focused .contact-form-label {
  transform: translateY(-80%);
  /*font-size: 15px;*/
}

.recaptcha-note {
  font-size: 9px;
  line-height: 1.5em;
  margin-top: -20px;
}
.recaptcha-note a {
  text-decoration: underline;

}

.send-message-button {
  display: block;
  margin: 0;
  background-color: #D7D3D1;
  color: #1F2219;
  padding: 10px;
  width: auto;
  height: auto;
  line-height: 16px;
}
.empty-cart-message {
  display: none;
}
.empty-cart .empty-cart-message {
  display: block;
}

.empty-cart-message {
  font-size: 14px;
  text-align: left;
}

.cart-items {
  border-top: 1px solid #1F2219;
  list-style: none;
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
  width: 100%;
}

.cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #1F2219;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .cart-item {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}

.cart-item-remove {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .cart-item-remove {
    margin-right: 10px;
  }
}

.cart-remove-icon {
  display: block;
  fill: #1F2219;
}
.cart-item-remove:hover .cart-remove-icon, .cart-item-remove:focus .cart-remove-icon {
  fill: #1F2219;
}

.cart-item-image {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 120px;
  margin-right: 20px;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-item-image {
    height: 60px;
    margin-right: 10px;
    max-width: 60px;
  }
}

.cart-item-details-quantity-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-item-details-quantity-price {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 105px);
  }
}

.cart-item-details-unit-price {
  margin-top: 10px;
}

.cart-item-details {
  width: 100%;
}

.cart-item-details-name {
  font-size: 17px;
  margin-bottom: 10px;
}

.cart-item-quantity-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-item-quantity-price {
    margin-top: 20px;
  }
}

.cart-item-details-price {
  margin-left: auto;
  padding: 8px 0;
}

.cart-item-quantity-holder {
  margin-left: auto;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .cart-item-quantity-holder {
    width: 40px;
    margin-left: 0;
  }
}
.cart-item-quantity-holder input {
  border-bottom: 1px solid #1F2219;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}
.cart-item-quantity-holder input:active, .cart-item-quantity-holder input:focus {
  background-color: #C1BBB3;
  border-color: #1F2219;
}

.cart-footer {
  margin: 50px auto 0;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-footer {
    margin: 30px auto 0;
  }
}

.cart-subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.cart-subtotal-amount {
  margin-left: auto;
}

.checkout-btn {
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .checkout-btn {
    margin: 30px auto 0;
    max-width: 100%;
  }
}

a.button.continue-shopping {
  display: block;
  font-size: 14px;
  height: auto;
  line-height: normal;
  margin: 20px auto 0;
  padding: 10px;
}
a.button.continue-shopping:active, a.button.continue-shopping:focus, a.button.continue-shopping:hover {
  border-color: transparent;
  color: #1F2219;
}

.page-content {
margin: 25px auto 30px auto; 
}


#contact .page-content {
  margin-bottom: 0; 
}

#message {
min-height: 80px;
}

.horizontal-nav-link:last-child a /*Quita margen derecho al último elemento de menu para centrar la lista horizontalmente*/{
  margin-right: 0 !important;
}


body,
.product_header h3,
.product_header h5,
#product_inventory li h5,
#cart_items li .item_option,
#cart_summary li h3,
#social_links li h4,
.standalone .canvas p
{ font-family: PPWriter-Regular, PT Serif, Spectral, Gentium Book Basic; }

h1, h2, h3, h4, h5, h6,
.button,
#error li,
#site_footer ul,
#site_footer #search input,
#main_nav li,
#cart_items li dt,
#cart_items li dd,
#cart_options #cart_discount p,
#cart_summary li span,
.standalone .canvas h1, input,
#cart_items li .quantity_input input, 
.custom-content a
{ font-family:PPWriter-Regular, PT Serif, Spectral, Gentium Book Basic; }

.nav-menu-item > a {
  font-family:PPWriter-RegularItalic, PT Serif, Spectral;
}
