.form-upper{
    text-transform: uppercase;
}
.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap {
    background-color: #4e4a94;
}
@font-face {
   font-family: pristinafont;
   src: url('../webfonts/pristina.ttf');
}
@font-face {
   font-family: cinzelfont;
   src: url('../webfonts/cinzel-regular.otf');
}
@font-face {
   font-family: cinzelboldfont;
   src: url('../webfonts/cinzel-bold.otf');
}
.pristina{
  font-family: pristinafont !important; 
}
.cinzel-bold{
  font-family: cinzelboldfont !important; 
}
.cinzel{
  font-family: cinzelfont !important; 
}
.entrehojas-color,.border-entrehojas{
    color: #39140B !important;
}
#logo{
    display: none;
}
#logo span{
  font-size: 20px!important;
}
#topbar{
    background-color: rgba(242, 242, 242);
    border-bottom: none;
}
#topbar ~ #header[data-transparent="true"] + #slider, #topbar ~ #header[data-transparent="true"] + .fullscreen, #topbar ~ #header[data-transparent="true"] + .halfscreen, #topbar ~ #header[data-transparent="true"] + #google-map {
    top: -270px;
    margin-bottom: -270px;
}
#slider{
    
    height: 100vh;
}
#header, #header .header-inner{
    background-color: rgba(242, 242, 242);
}
@media(max-width: 1024px){
    #topbar{
        display: none;
    }
    #logo{
        display: block;
    }
    #topbar ~ #header[data-transparent="true"] + #slider, #topbar ~ #header[data-transparent="true"] + .fullscreen, #topbar ~ #header[data-transparent="true"] + .halfscreen, #topbar ~ #header[data-transparent="true"] + #google-map {
        top: -120px;
        margin-bottom: -120px;
    }
    
}
@media(min-width: 1025px){
    #mainMenu nav{
        width: 100%;
    }
    #mainMenu nav ul.mainMenu{
        display: flex;
        justify-content: space-around;
    }
    #mainMenu nav ul a{
        font-size: 15px!important
    }
}
.scrolldown-animation img{
    max-height: 50px!important;
}
.loading .loader { display: table-cell; vertical-align: middle;text-align: center; }
.loading{
    display: table;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 202;
    background:rgba(255,255,255,.7);

}
.loader img{
    width: 60px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}
@media (min-width: 1024px){
    .header-extras {
        display: none;
    }
}
#topbar .container p{
    margin: 0;
    font-size: 30px;
    color: #39140B;
}
.topbar-extras{
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    margin: auto;
}
.topbar-extras li{
    float: left;
    border: 0;
}
.topbar-extras li a:not(.btn){
    font-size: 35px;
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #39140B;
}
#topbar, #topbar .container,#topbar .container .row,#topbar .container .row div{
    height: 150px;
}
#topbar div[class*="col"] {
  display: flex; 
  align-items: center;
}
#topbar .logo{
  flex-direction: column;
  max-height: 150px; 
}
#topbar .logo img{
  max-height: 115px; 
  width: auto; 
  height: auto; 
  margin: auto; 
  padding: 2%;
}
/***************
 * Call to the action buttons styles cart and whatsapp icon
****************/
.ul-share{
    position:fixed;
    right:20px;
    bottom:60px;
    z-index:98;
}
.ul-share .li-share{
    list-style:none;
    margin-bottom:10px;
    background-image: url('../img/btn-border.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    display: flex;
    align-items: center;
}
.ul-share .li-share a{
    font-size: 24px;
    color: #39140B;
    margin: auto;
    line-height: 0px;
}
.ul-share .li-share:hover{
    transform: scale(1.2);
    cursor: pointer;
}
@media (max-width: 1200px){
  .ul-share .li-share {
      width: 40px;
      height: 40px;
  }
  .ul-share .li-share a{
    font-size: 16px;
  }
}
.item-number-aux{
    width: 17px !important;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    color: white;
    background: #8E431E;
    top: 0px;
    right: -8px;
    border-radius: 50%;
}
@media (max-width: 1024px){
  .header-extras > ul .p-dropdown > a > i, .header-extras > ul > li > a > i {
      font-size: 25px !important;
  }
}
#spinner001{
    display: inline-flex;
}
#spinner001 .btn{
    display: flex;
    align-items: center;
    margin-right: 0;
    background-color: white;
    border-radius: 2px;
}
#spinner001 .btn:hover{
    color: white;
    background-color: #fff4eb;
}
#spinner001 .btn i{
    font-size: 20px;
}
.shop-item-detail .item__addtocart input[type="text"]{
    min-width: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
.v-detail.selected{
  background-color: #39140B!important;
  color: white!important;
}
.v-detail.selected:not([class*="btn-outline"]){
  background-color: transparent!important;
  color: transparent!important;
}
/* ----------------------------------------------------------------
    Cart
-----------------------------------------------------------------*/
.notification {
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  z-index: 201;
  pointer-events: none;
  padding: 0;
  margin: 1em;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.notification:not([class*='bg-']) {
  background: #fff;
}
.notification[class*='col-'] {
  min-width: 400px;
}
.notification .notification-close-cross {
  position: absolute;
  top: 0;
  z-index: 201;
  right: 1em;
  cursor: pointer;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  opacity: 1;
}
.notification .notification-close-cross:hover {
  opacity: 1;
}
.notification.notification--reveal {
  z-index: 201;
  pointer-events: initial;
}
.notification.notification--reveal[data-animation="from-bottom"] {
  animation: from-bottom 0.3s linear 0s forwards;
  -webkit-animation: from-bottom 0.3s linear 0s forwards;
  -moz-animation: from-bottom 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-top"] {
  animation: from-top 0.3s linear 0s forwards;
  -webkit-animation: from-top 0.3s linear 0s forwards;
  -moz-animation: from-top 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-left"] {
  animation: from-left 0.3s linear 0s forwards;
  -webkit-animation: from-left 0.3s linear 0s forwards;
  -moz-animation: from-left 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-right"] {
  animation: from-right 0.3s linear 0s forwards;
  -webkit-animation: from-right 0.3s linear 0s forwards;
  -moz-animation: from-right 0.3s linear 0s forwards;
}
.notification.notification--dismissed {
  animation: fade-out 0.4s linear 0s forwards !important;
  -webkit-animation: fade-out 0.4s linear 0s forwards !important;
  -moz-animation: fade-out 0.4s linear 0s forwards !important;
  pointer-events: none;
}
a[data-notification-link] {
  text-decoration: none;
}
a[data-notification-link]:hover {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .notification[class*='col-'] {
    min-width: 0;
  }
}
@keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cart-overview {
  width: 400px;
  height: 100vh;
  position: fixed;
  background: #fff;
  margin: 0;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 1.625em;
}
.cart-overview .cart-overview__subtotal {
  padding-top: 1.625em;
  border-top: 1px solid #f1f1f1;
}
.cart-overview .cart-overview__subtotal h5 {
  display: inline-block;
  margin: 0;
  margin-right: 1.625em;
}
.cart-overview .cart-overview__title {
  margin-bottom: 3.25em;
  border-bottom: 1px solid #f1f1f1;
}
.cart-overview .cart-overview__items {
  max-height: 70vh;
  overflow-x: auto;
  overflow-y: scroll;
  line-height: 1.625em !important;
}
.cart-overview .cart-overview__items li {
  overflow: hidden;
  position: relative;
}
.cart-overview .cart-overview__items li img {
  max-height: 4.875em;
  display: inline-block;
}
.cart-overview .cart-overview__items li .item__image {
  display: inline-block;
  margin-right: 1.625em;
}
.cart-overview .cart-overview__items li .item__detail {
  display: inline-block;
}
.cart-overview .cart-overview__items li .item__detail span {
  display: block;
}
.cart-overview .cart-overview__items li .item__remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.2s lienar;
  -webkit-transition: 0.2s lienar;
  -moz-transition: 0.2s lienar;
  opacity: .5;
}
.cart-overview .cart-overview__items li .item__remove:before {
  content: '\2715';
}
.cart-overview .cart-overview__items li .item__remove:hover {
  opacity: 1;
}
.cart-overview .cart-overview__items li:not(:last-child) {
  margin-bottom: 1.625em;
}
.cart-overview .cart-overview__action {
  margin-top: 3.25em;
  text-align: center;
  width: 100%;
}
.pos-top {
  top: 0;
}
.pos-bottom {
  bottom: 0;
}
.pos-right {
  right: 0;
}
.pos-left {
  left: 0;
}
.alert-warning{
  border-color: #f4a600!important;
  background-color: #fff3cd!important;
}
.sold-out{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e0d8d880;
    background-image: url('../images/agotado.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 70%;
    z-index: 300;
    opacity: .5;
}
#contact-captcha{
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}