/* Imports */
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Khula:300,400,700");
.mar-none {
  margin: 0 !important; }

.pad-none {
  padding: 0 !important; }

.center {
  margin: 0 auto;
  text-align: center !important; }

.padmax {
  padding-top: 20px;
  padding-bottom: 20px; }

.derecha {
  float: right; }

.full-page {
  min-height: 70vh; }

.bold {
  font-weight: bold !important;
  display: inline-block; }

.light {
  font-weight: lighter; }

.tabla {
  display: table !important; }

.tabla-cell {
  display: table-cell !important; }

.middle {
  vertical-align: middle !important; }

.patop {
  padding-top: 10px; }

.ta-derecha {
  text-align: right; }

.sombra {
  -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75); }

.full-width {
  width: 100%; }

.slow {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important; }

.slower {
  -webkit-animation-duration: 5s !important;
  animation-duration: 5s !important; }

.slowest {
  -webkit-animation-duration: 7s !important;
  animation-duration: 7s !important; }

.corazon:hover {
  color: #C30505; }

.palecero {
  padding-left: 0; }

.sombrat {
  text-shadow: -3px 2px 2px rgba(0, 0, 0, 0.5); }

.buwo-mini {
  height: 21px; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: rotate(360deg); } }
/*  Transparencia entre Slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

.slider {
  width: 100%;
  height: 40vh;
  overflow: hidden; }
  .slider img {
    margin-top: -20%;
    min-width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #ebebeb; }

.alert-success hr {
  border-top-color: transparent; }

.alert-success .alert-link {
  color: #d2d2d2; }

.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #ebebeb; }

.alert-info hr {
  border-top-color: transparent; }

.alert-info .alert-link {
  color: #d2d2d2; }

.alert-warning {
  background-color: #f0ad4e;
  border-color: transparent;
  color: #ebebeb; }

.alert-warning hr {
  border-top-color: transparent; }

.alert-warning .alert-link {
  color: #d2d2d2; }

.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ebebeb; }

.alert-danger hr {
  border-top-color: transparent; }

.alert-danger .alert-link {
  color: #d2d2d2; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 99999999;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: rgba(245, 245, 245, 0.9);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.5s; }

/* The navigation menu links */
.sidenav a {
  text-transform: uppercase;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #4c4c4c;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
  color: #db72a4;
  cursor: pointer; }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer; }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
#navbar {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  color: #fff;
  font-weight: bold; }
  #navbar a, #navbar span {
    color: #fff; }
    #navbar a:hover, #navbar span:hover {
      text-decoration: none;
      color: #fff; }

.menu-desktop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
  color: #fff;
  font-weight: bold; }
  .menu-desktop a, .menu-desktop span {
    text-transform: uppercase;
    color: #fff;
    margin: 10px 30px;
    font-size: 16px;
    cursor: pointer; }
    .menu-desktop a:hover, .menu-desktop span:hover {
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
    .menu-desktop a i, .menu-desktop span i {
      font-size: 26px;
      margin-left: 2px; }

#navbar-derecha {
  display: inline-block !important;
  position: absolute;
  right: 20px; }

#navbar-izquierda {
  display: inline-block;
  position: absolute;
  left: 20px; }

#navbar-center {
  text-align: center; }

.sliding-middle-out {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.sliding-middle-out:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.sliding-middle-out:hover:after {
  width: 100%;
  background: #db72a4; }

.underline {
  display: inline-block;
  position: relative;
  padding-bottom: 3px; }

.underline:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease; }

.underline:hover:after {
  width: 100%;
  background: #fff; }

/* VARIABLES */
/* COLORES */
/* CODE */
.dgwt-wcas-search-wrapp {
  display: inline-block !important; }

body {
  background-color: #fff;
  color: #000; }

a {
  color: #db72a4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  a:hover {
    color: #8f274c; }

#header {
  padding: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db72a4+0,ffe5f1+100 */
  background: #f3bcd1;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f3bcd1 0%, #ffe5f1 70%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f3bcd1 0%, #ffe5f1 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f3bcd1 0%, #ffe5f1 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$rosa-2', endColorstr='$rosa-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #db72a4;
  height: auto;
  min-height: 100%; }

#header_element {
  margin-top: 40px;
  margin-bottom: -40px;
  min-height: 400px; }

#destacados {
  text-align: center; }
  #destacados h2 {
    display: block;
    text-transform: uppercase;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px; }
  #destacados h3 {
    color: #8f274c;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px; }

.linea-division-blanca {
  display: inline-block;
  height: 2px;
  content: '';
  width: 150px;
  background-color: #fff;
  opacity: 0.4; }

.linea-division-guinda {
  display: inline-block;
  height: 2px;
  content: '';
  width: 150px;
  background-color: #8f274c; }

.thumb-destacado {
  width: 100%;
  height: 180px;
  text-align: center;
  background-size: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-bottom: 20px;
  border-radius: 10px; }
  .thumb-destacado h3 {
    color: #8f274c;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: -20px; }

.producto-destacado {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-decoration: none;
  text-align: center; }
  .producto-destacado span {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-align: center;
    background-color: #ffd7ea;
    border: solid 2px #db72a4;
    color: #db72a4;
    text-transform: uppercase;
    padding: 3px 20px;
    border-radius: 25px;
    letter-spacing: 1px;
    font-size: 12px; }
  .producto-destacado:hover {
    text-decoration: none;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); }
    .producto-destacado:hover span {
      background-color: #db72a4;
      color: #fff; }

.slogan {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 80%; }
  .slogan img {
    margin: 0 auto;
    max-width: 75%; }

.h100 {
  height: 100%; }

.h70 {
  height: 70%; }

.h60 {
  height: 60%; }

.boton_menu_mobile {
  display: inline-block;
  color: #8f274c; }

#logo-header {
  max-height: 40px;
  display: inline-block;
  padding-bottom: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  #logo-header:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }

#search_menu {
  z-index: 999;
  background-color: #ffd7ea;
  color: #db72a4;
  text-align: center;
  position: fixed;
  width: 100%;
  padding: 10px; }
  #search_menu h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #8f274c;
    letter-spacing: 1px;
    display: inline-block; }

.menu {
  z-index: 999 !important;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 20px 10px;
  background-color: #fff; }
  .menu a {
    text-transform: uppercase;
    color: #8f274c;
    font-weight: lighter;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    .menu a:hover {
      cursor: pointer; }
  .menu h2 {
    text-transform: uppercase;
    color: #8f274c !important;
    font-weight: bold;
    font-size: 14px; }
    .menu h2:hover {
      cursor: pointer; }
  .menu .icon-link {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
    .menu .icon-link:hover {
      transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3); }
  .menu .suscribete {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 20px !important;
    border: solid 2px #8f274c !important;
    background-color: #8f274c !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 10px; }
    .menu .suscribete:hover {
      background-color: #db72a4 !important;
      color: #fff !important;
      border-color: #db72a4; }

.cateogria-link {
  background-size: cover;
  height: 250px;
  position: relative;
  font-family: fuente-principal;
  font-size: 37px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }
  .cateogria-link h2 {
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }

#cat-regalos {
  background: url("../imagenes/bg-regalos.png") no-repeat center center; }
  #cat-regalos h2 {
    color: #fff; }

#cat-flores {
  background: url("../imagenes/bg-flores.png") no-repeat center center; }
  #cat-flores h2 {
    color: #8f274c; }

#cat-arreglos {
  background: url("../imagenes/bg-arreglos.png") no-repeat center center; }
  #cat-arreglos h2 {
    color: #fff; }

#pre-footer {
  position: relative; }

#about-home {
  height: 100%;
  background-color: #fff;
  padding: 110px 15px; }
  #about-home h1 {
    color: #8f274c;
    font-weight: lighter;
    letter-spacing: 2px;
    font-size: 42px;
    margin-top: 20px; }
    #about-home h1 strong {
      font-weight: bold;
      display: block; }
  #about-home h3 {
    color: #8f274c;
    font-weight: lighter;
    font-size: 18px; }
  #about-home #logo-about {
    max-width: 200px;
    margin: 20px 0; }
  #about-home .palomita {
    display: block;
    color: #ffd7ea;
    margin-left: 20px;
    margin-top: 20px; }

#proceso {
  height: 100%;
  background-color: #8f274c;
  padding: 140px 15px;
  color: #fff; }
  #proceso h1 {
    color: #fff; }
  #proceso h3 {
    color: #fff;
    font-weight: lighter;
    font-size: 16px; }
  #proceso .flecha {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  #proceso .icon-proceso {
    color: #ffd7ea;
    margin: 20px 0; }
  #proceso p {
    text-align: justify; }
  #proceso a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    border: solid 2px #ffd7ea;
    background-color: #8f274c;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    #proceso a:hover {
      background-color: #ffd7ea;
      color: #8f274c; }

#newsletter {
  position: relative;
  padding: 50px 15px;
  background-color: #ffd7ea;
  color: #8f274c;
  text-align: center; }
  #newsletter h2 {
    font-weight: bold;
    font-size: 18px; }
  #newsletter a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    border: solid 2px #8f274c;
    background-color: #8f274c;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    #newsletter a:hover {
      background-color: #fff;
      color: #8f274c; }

.linea {
  content: '';
  width: 170px;
  height: 5px;
  margin: 20px auto;
  text-align: center; }

.l-rosa {
  background-color: #ffd7ea; }

.boton-forma {
  background-color: #8f274c;
  border-color: #8f274c; }
  .boton-forma:hover {
    background-color: #ffd7ea;
    border-color: #8f274c;
    color: #8f274c; }

#footer {
  background-color: #8f274c;
  color: #fff;
  padding: 40px 15px;
  text-align: center; }
  #footer a {
    text-decoration: none;
    color: #fff; }
    #footer a h3 {
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      font-weight: bold !important; }
      #footer a h3:hover {
        font-size: 18px;
        margin-top: 0; }
  #footer h3 {
    font-weight: lighter;
    font-size: 16px;
    margin-top: 5px; }

.logo-footer {
  max-width: 200px; }

#about {
  padding: 120px 15px;
  text-align: center;
  color: #8f274c; }
  #about h1 {
    font-family: "Khula", sans-serif;
    font-weight: lighter; }
    #about h1 strong {
      display: block;
      font-weight: bold; }

#logo-rosa {
  margin: 40px auto;
  max-width: 250px; }

.icon-about {
  margin: 20px; }
  .icon-about img {
    margin: 0 auto; }
  .icon-about h2 {
    font-weight: lighter;
    font-size: 16px;
    margin-top: 20px; }

#single_page {
  padding: 40px 15px 40px 15px;
  color: #8f274c; }
  #single_page h1 {
    font-family: "Abril Fatface", cursive; }

/* ---- .grit-item ---- */
div.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #22b17a;
  margin-top: -21px;
  color: #fff !important; }

span.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 1em;
  display: block;
  background-color: #e74545;
  text-align: center;
  margin-top: 0px; }

div.wpcf7-validation-errors {
  border: none !important;
  background-color: transparent;
  text-align: center; }

.producto_tienda_single {
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin: 20px auto !important; }
  .producto_tienda_single a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-decoration: none; }
  .producto_tienda_single .price {
    display: block;
    color: #8f274c;
    margin: 10px auto; }
  .producto_tienda_single h2 {
    color: #8f274c !important;
    font-family: "Khula", sans-serif;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px; }
  .producto_tienda_single img {
    border: solid 2px #ffd7ea;
    border-radius: 10px; }
  .producto_tienda_single:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); }

.dgwt-wcas-search-wrapp {
  max-width: 400px !important;
  margin-left: 20px !important; }

.hid {
  display: none; }

.dgwt-wcas-st {
  font-weight: bold !important;
  color: #8f274c !important; }

.button {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 20px !important;
  border: solid 2px #db72a4 !important;
  background-color: #ffd7ea !important;
  color: #db72a4 !important;
  text-transform: uppercase;
  font-size: 12px !important; }
  .button:hover {
    background-color: #db72a4 !important;
    color: #ffd7ea !important; }

#contenedor_titulo {
  background: url("../imagenes/bg-arreglos.png") no-repeat center center;
  background-size: cover;
  min-height: 320px;
  text-align: center;
  position: relative; }
  #contenedor_titulo h1 {
    color: #fff;
    font-family: "Abril Fatface", cursive;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 44px;
    margin-top: 50px; }

.push-page {
  padding-top: 140px !important; }

.nav-tabs > li.active > a {
  border-color: #8f274c;
  border-bottom: transparent; }

.woocommerce-breadcrumb {
  padding-top: 20px; }

.quantity {
  display: inline-block; }

.cart_item a {
  color: #8f274c !important; }

.wc-proceed-to-checkout {
  text-align: center; }

.woocommerce-error {
  font-weight: lighter !important;
  background-color: #de4545 !important;
  color: #fff !important;
  border: none !important; }
  .woocommerce-error:before {
    color: #fff !important; }

.woocommerce-message {
  margin-top: 10px !important;
  font-weight: lighter !important;
  border: none !important;
  color: #fff !important;
  background-color: #db72a4 !important; }
  .woocommerce-message a {
    font-weight: bold !important;
    color: #fff; }
    .woocommerce-message a:hover {
      color: #fff;
      text-decoration: none; }
  .woocommerce-message:before {
    color: #fff !important; }

#mc_embed_signup {
  text-align: center !important; }
  #mc_embed_signup input {
    margin: 0 auto !important;
    margin-bottom: 20px !important; }
  #mc_embed_signup .button {
    margin: 0 auto !important; }

.woocommerce-info {
  font-weight: lighter !important;
  border: none !important;
  background-color: #ffd7ea !important;
  color: #db72a4 !important; }
  .woocommerce-info a {
    font-weight: bold !important;
    color: #8f274c; }
    .woocommerce-info a:hover {
      color: #fff;
      text-decoration: none; }
  .woocommerce-info:before {
    content: none !important; }

.added_to_cart {
  display: block; }

#coupon_code {
  display: inline-block !important; }

.input-text {
  display: block !important; }

.woocommerce-input-wrapper {
  display: block;
  width: 100%; }

.woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%; }

p.price {
  display: inline-block;
  background-color: #db72a4;
  color: #fff !important;
  padding: 2px 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: lighter; }

.woocommerce div.product div.images img {
  width: auto !important;
  max-height: 600px !important;
  margin: 0 auto; }

span.price .woocommerce-Price-amount {
  color: #8f274c !important;
  font-weight: bold !important; }

.dropdown-item {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center; }

.menu-item {
  list-style-type: none;
  text-transform: capitalize; }

#menu-ocasion {
  list-style-type: none;
  padding-left: 15px;
  margin: 0; }
  #menu-ocasion li {
    list-style-type: none;
    margin: 5px 0; }
    #menu-ocasion li a {
      text-decoration: none; }

.menu-fecha {
  list-style-type: none;
  padding-left: 15px;
  margin: 0; }
  .menu-fecha li {
    list-style-type: none;
    margin: 5px 0; }
    .menu-fecha li a {
      text-decoration: none; }

.dropdown-toggle {
  font-size: 12px !important;
  margin-bottom: 10px; }

.ocasion {
  display: inline-block;
  margin-left: 10px; }
  .ocasion .btn {
    background-color: #8f274c;
    border-color: #db72a4;
    color: #fff; }

.sidebar {
  z-index: 99999999 !important; }

@media (max-width: 768px) {
  .desaparece-ch {
    display: none; }

  .icon-link {
    margin-top: 0 !important; }

  #header_element {
    height: 50%; }
    #header_element .slogan {
      width: 100%; }
      #header_element .slogan img {
        max-width: 100%; }

  #footer a {
    margin-top: 20px; }
    #footer a h3 {
      margin-top: 20px; }

  #about-home {
    padding: 60px 15px; }

  #proceso {
    padding: 60px 15px; }

  .cateogria-link {
    height: 150px; }

  #header {
    padding-top: 70px; }

  #single_page {
    padding-top: 200px !important; }

  .dgwt-wcas-sf-wrapp {
    width: 90% !important; } }
@media (min-width: 992px) {
  .boton_menu_mobile {
    display: none; } }
@media (max-width: 1300px) {
  #destacados h3 {
    font-size: 24px; }

  #header_element {
    margin-top: 100px; }

  .slogan {
    width: 60%; } }

/*# sourceMappingURL=style.css.map */
