/* -------------- Creado por Guido Gaston Cancino E. ------------------- */
/* -------------- Estilos para la parte del cliente ------------------- */


/*
el texto del logo #737373 rgb(115, 115, 115), otros Textos de color #EDEDED tambien.
Bolsas color #737373 rgb(115, 115, 115).
Fondo de logo gris color #8f9394 rgb(143, 147, 148).

color primary (moradito)  #9c27b0   rgb(156, 39, 176)
color default (gris)      #909495   rgb(144, 148, 149)
0.8750em => 14px

Botones para pagina Petit Camille
btn-outline (para "< regresar")
btn-default (para botones principales)
btn-primary (botones moraditos, en esta pagina no se usa este estilo)
btn-secondary (es como el outline, pero sin la linea de borde, normalmente es para el "Cancelar" de modal dialogs)
*/






/* ------ INI - generales para todas las vistas ------- */
  .font-medium-gray{
    color: #777;
  }
  .img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-border-2{
    border: 2px solid #777;
  }
  .custom-text-red{
    color: #d50000;
  }
  .custom-arrow-select{
    /*width: 268px;*/
    /*padding: 5px;*/
    /*font-size: 16px;*/
    /*line-height: 1;*/
    border: 0;
    /*border-radius: 5px;*/
    /*height: 34px;*/
    /*background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #c7c9ca !important;*/ /* color primary */
    background: url('../img/br_down.png') no-repeat right #c7c9ca !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background-position-x: 244px;*/
  }
  .text-color-primary{
    color: #9c27b0;   /* rgb(156, 39, 176) */
  }
/* ------ FIN - generales para todas las vistas ------- */






/* ----- INI - para carousel de imagenes con la clase "page-header header-filter" ----- */
  .custom-carousel-image{
    /*background-image: url('../img/bg.jpg');*/
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .carousel-inner{
    height: 100%;
    z-index: 2;
  }

  .carousel-item{
    height: 100%;
  }

  .carousel .carousel-item h1, .carousel .carousel-item h2, .carousel .carousel-item h3{
    font-family: "Didact Gothic", "Futura Light", "Futura Book", sans-serif, "Roboto", helvetica, "Times New Roman", serif;
    width: 280px;
  }

  .carousel .carousel-item p{
    font-family: "Didact Gothic", "Futura Light", "Futura Book", sans-serif, "Roboto", helvetica, "Times New Roman", serif;
    font-size: 2em;
    width: 280px;
  }

  .carousel-control-prev, .carousel-control-next{
    z-index: 3;
  }


  /* para cuando usamos img en vez de div (el div ayudo a poner la imagen como cover) */
  /*.carousel-item img{
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }*/

  .d-none {
        display: none!important;
    }

  @media (min-width: 768px){
    .d-md-block {
        display: block!important;
    }
    
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 50px;
        left: 65%;
        z-index: 20;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
  }

  @media (max-width: 400px){
    /* causa el problema de que el footer se vea sin la imagen de background: */
    /*.page-header{
      height: 50vh !important;  
    }*/

    /* para cuando usamos img en vez de div (el div ayudo a poner la imagen como cover) */
    /*.carousel-item img{
      background-position:center center;
      background-repeat: no-repeat;
      background-size: 50% 50%;
      height: 100%;  
    }*/
    /* "auto" para evitar que la imagen se desfigure */
  }
/* ----- FIN - para carousel de imagenes con la clase "page-header header-filter" ----- */





/* ------ INI - para slider one (debajo de la seccion "Visita nuestras categorias") ------ */
  .info-slider{
    margin: 0 auto;
    padding: 70px 0 30px;
  }
/* ------ FIN - para slider one (debajo de la seccion "Visita nuestras categorias") ------ */




/* ------ INI - para acordeon de la pagina informative/payment-instruction.blade.php ------ */
  .ui-accordion-header.ui-state-active { 
    background-color: #909495;
    border: 1px solid #909495;
  }
/* ------ FIN - para acordeon de la pagina informative/payment-instruction.blade.php ------ */





/* --------------- INI - generales, para todas las vistas que utilicen alert personalizado --------------------- */
  .custom-alert-primary {
    background-color: rgba(156, 39, 176, 0.2) !important; /* color primary transparente */
    color: #666 !important;
  }

  .activar-enlace-label-form-group{ /* reactiva los enlaces dentro de los labels */
    pointer-events: initial;
  }
  
/* --------------- FIN - generales, para todas las vistas que utilicen alert personalizado --------------------- */





/* INI - para mostrar sub-totales home.blade.php */
.color-subtotal{
  color: #b0b0b0;
}
/* FIN - para mostrar sub-totales home.blade.php */




/* INI - OFERTA / SALE: color de precio actual y para "antes S/. 59.90" que se muestra al costado del precio actual */
      .product-offer-previous-text{
        font-weight: normal; 
        font-size: 0.8em;
      }
      .product-offer-previous-price{
        font-weight: normal;
        font-size: 0.8em;
      }
      .product-offer-previous-price-prod{
        font-weight: normal;
        font-size: 1em;
      }

      .product-offer-previous-text-bg{
        color: #fff;
        font-size: 0.9em;
        font-weight: normal;
        background-color: #000;
      }
      .product-offer-previous-price-bg{
        color: #fff;
        font-size: 0.9em;
        font-weight: normal;
        background-color: #9c27b0;
      }
      .text-offer-color-primary-9{
        color: #9c27b0;   /* rgb(156, 39, 176) */
        font-size: 0.9em;
        font-weight: normal;
      }
/* FIN - OFERTA / SALE: color de precio actual y para "antes S/. 59.90" que se muestra al costado del precio actual */





/* INI - para etiqueta de OFERTA / SALE sobre el producto */

    /* INI - etiqueta sale triangular */

      /*  con fill cambiamos el color de la tipografía y los fondos de cada elemento 
        Con stroke la línea
      */

      /* css triángulo */
      .texto-triangulo {
        fill: white;
        font-size:20px;
        font-family:arial;
        letter-spacing:-1px;
      }
      .texto-triangulo-2digit { /* solo para welcome.blade.php */
        fill: white;
        font-size:16px;
        font-family:arial;
        letter-spacing:-1px;
      }
      .texto-triangulo-3digit {
        fill: white;
        font-size:14px;
        font-family:arial;
        letter-spacing:-1px;
      }
      .texto-triangulo-4digit {
        fill: white;
        font-size:12px;
        font-family:arial;
        letter-spacing:-1px;
      }
      .texto-triangulo-5digit {
        fill: white;
        font-size:10px;
        font-family:arial;
        letter-spacing:-1px;
      }

      .texto-descuento {
        fill: white;
        font-size:14px;
        font-family:arial;
      }
      .texto-descuento-4digit {
        fill: white;
        font-size:12px;
        font-family:arial;
      }
      .texto-descuento-5digit {
        fill: white;
        font-size:10px;
        font-family:arial;
      }
      
      /* fondo */
      .triangulo {
        fill: #9c27b0; /* #909495  #9c27b0  #ff0000 */
        opacity:0.8;
      }

      /* css oferta */
      /* triángulo */
      .oferta-verde {
        fill: #000; /* #7ab800 */
        opacity:0.8;

      }
      /* texto */
      .texto-oferta-verde {
        fill: white;
        font-size:14px;
        font-family:arial;
      }
      .texto-oferta-verde-categories {
        fill: white;
        font-size:14px;
        font-family:arial;
      }

      .product-offer-svg{
        position: absolute;
        right: 0;
        top: 0;
      }
    /* FIN - etiqueta sale triangular */


    /* INI - etiqueta sale simple */
      .product-offer-trd{ /* top right diagonal */
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        color: #fff;
        width: 10em;
        height: 2.5em;
        line-height: 2.5em;
        margin: auto;
        right: -29px;
        top: 10px;
        text-align: center;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      .product-offer-trh{ /* top right horizontal */
        background: rgba(156, 39, 176, 0.8);  /* rgba(144, 148, 149, 0.8) */
        position: absolute;
        color: #fff;
        width: 10em;
        height: 2.5em;
        line-height: 2.5em;
        margin: auto;
        right: 0;
        top: 0;
      }
    /* FIN - etiqueta sale simple */

/* FIN - para etiqueta de OFERTA / SALE sobre el producto */





/* ---------- INI - para la vista que muestra los productos de una categoria categories/show.blade.php ---------- */
  
  /* INI - para filtro "ordenar por" */
  .cant-disponible{
    font-size: 0.7em;
    display: block;
  }
  .custom-alert-gray-2 {
    background-color: #c7c9ca !important; /* color primary */
    color: #666 !important;
    padding: 1em 0 1em 0;
  }

    @media(min-width: 768px){
      .custom-mt-filter-cat-prod-1{
        margin-top: 1em;
      }
      .custom-mt-filter-cat-prod-2{
        margin-top: initial; /* mayor igual a IE 12 */
      }
    }

    @media(max-width: 767px){
      .custom-mt-filter-cat-prod-1{
        margin-top: initial; /* mayor igual a IE 12 */
      }
      .custom-mt-filter-cat-prod-2{
        margin-top: 2em;
      }
    }

  /* FIN - para filtro "ordenar por" */


.out-of-stock{
  background: rgba(255,255,255,0.6);
  position: absolute;
  /*z-index: 1;*/
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
  margin: auto;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: .25s;
}

.out-of-stock-prod{
  background: rgba(0,0,0,0.6);
  color: #fff;
  position: absolute;
  /*z-index: 1;*/
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10em;
  height: 3em;
  line-height: 3em;
  margin: auto;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: .25s;
}

.out-of-stock-prod-2{
  background: rgba(0,0,0,0.6);
  color: #fff;
  position: absolute;
  /*z-index: 1;*/
  color: #000;
  top: -500px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
  margin: auto;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: .25s;
}


.new-product{
  background: rgba(0,0,0,0.8);
  position: absolute;
  /*z-index: 1;*/
  color: #fff;
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  width: 6em;
  height: 2.5em;
  line-height: 2.5em;
  margin: auto;
  /*font-weight: 600;*/
  text-transform: uppercase;
  text-align: center;
  transition: .25s;
}
/* ---------- FIN - para la vista que muestra los productos de una categoria categories/show.blade.php ---------- */





/* ------------- INI - Para vista products/id/show.blade.php -------------- */
  .prod-gallery-image-featured{
    width: 100%;
    /*max-width: 750px;*/
  }

  .prod-gallery-image-col-thumbnail{
    margin-right: 6px;
    margin-bottom: 10px;
  }

  .prod-gallery-image-thumbnail{
    width: 83px;
    height: 83px;
  }

  @media(max-width: 576px){
    .prod-gallery-image-col-thumbnail{
      width: inherit !important;
    }
  }
/* ------------- FIN - Para vista products/id/show.blade.php -------------- */






/* ------------- INI - Para vista auth/login.blade.php  y  auth/register.blade.php -------------- */
    .color-dark-gray{
      color: #495057 !important;
    }
/* ------------- FIN - Para vista auth/login.blade.php  y  auth/register.blade.php -------------- */

.nav-pills .nav-item .nav-link.active{
  color: #ffffff;
  background-color: #909495;
}

/* ------------- INI - Para vista account/edit.blade.php -------------- */
    .red-required{
      color: #d50000;
      font-size: 18px;
      font-weight: bold;
    }
    .blue-required{
      color: #0000d5;
      font-size: 18px;
      font-weight: bold;
    }
/* ------------- INI - Para vista account/edit.blade.php -------------- */


/* ------------- INI - Para vista welcome.blade.php -------------- */
    /* INI - para buscador de productos de la pagina principal */
    .custom-alert-gray {
      background-color: #c7c9ca !important; /* color primary transparente */
      color: #666 !important;
      padding: 0.5em 0 1em 0;
    }

    .btn-custom-dark{
      background-color: #000 !important;
      border-color: #000 !important;
    }
    
    .form-control-search{
      /*border-color: #000 !important;*/
      border-bottom: 1px solid #000 !important;
      color: #000 !important;
    }
    .form-control-search::placeholder{
      color: #000;
    }
    .form-control-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #000;
    }
    .form-control-search::-ms-input-placeholder { /* Microsoft Edge */
      color: #000;
    }
    /* FIN - para buscador de productos de la pagina principal */

    .section-caracteristicas{
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 70px;
      padding-left: 0;
    }
    .section-visita-categorias{
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 70px;
      padding-left: 0;
    }
    .section-contacts{
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 70px;
      padding-left: 0;
    }
/* ------------- FIN - Para vista welcome.blade.php -------------- */


/* ------------- INI - Para vista home.blade.php -------------- */
    .pendiente{
      color: #999;
    }
    .rechazado-por-el-administrador{
    color: #d1883f;
    }
    .confirmado{
      color: #11c;
    }
    .pagado{
      color: #11c;
    }
    .entregado{
      color: #0eb50e;
    }

    .p-padding-left-15{
      padding-left: 15px;
    }

    .div-checkout{
      /*padding: 0.5em;*/
    }
    .img-show-at-checkout{
      max-width: 80px;
      max-height: 50px;
      margin-left: 0.2em;
    }
    .div-checkout label{
      color: #666;
      width: 100%;
      padding: 0.5em;
    }
    .highlight-checkout{
      background-color: rgba(156, 39, 176, 0.2); /* color primary transparente */
    }
    .material-icon-checkout{
			font-size: 30px;
			margin-left: 0.2em;
		}

		.c-ver-como-flex{
			vertical-align: bottom;
			display: flex;
		}

		.c-flex-grow1-w90{ /* forzar el ancho para que no sea tan automatico */
			flex-grow: 1;
			width: 90px;
		}

		.c-flex-grow3{
			flex-grow: 3;
		}
    

    /* INI - para tab "CARRITO DE COMPRAS" color para los iconos font awesome de - y + */
      /* para los iconos <i class="fa fa-minus fa-fw"> */
      .fa-red{
        font-size: 0.7em;
        color:  #d50000;
      }
      /*.fa-minus.fa-red {
        color:  #d50000;
      }*/
      .fa-green{
        font-size: 0.7em;
        color:  #9c27b0;
      }
      /*.fa-plus.fa-green {
        color:  #9c27b0;
      }*/
      .fa-gray{
        font-size: 0.7em;
        color:  #999;
        padding: 5px 0;
      }

      /* para los input tipo btn */
      .mini-btn .btn .material-icons, .mini-btn .btn:not(.btn-just-icon):not(.btn-fab) .fa{
        font-size: 1em;
      }
      .mini-btn .btn{
        margin: 0;
        padding: 0;
      }
      .mini-btn .btn-link{
        margin: 0;
        padding: 0;
      }

      .carrito-checkout-images{
        margin-top: 7em; padding: 1em;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
      }

      @media(max-width: 768px){
        .carrito-checkout-images{
          margin-top: 3em; padding: 1em;
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
        }
      }
      
      
    /* FIN - para tab "CARRITO DE COMPRAS" color para los iconos font awesome de - y + */


    /* INI - para tab "CARRITO DE COMPRAS" estilos para elementos dentro de la tabla */
      .tab-content .tab-pane .table td{
        /* no genera enter entre los espacios entre palabras, la tabla se estirara */
        white-space: nowrap;
      }
    /* FIN - para tab "CARRITO DE COMPRAS" estilos para elementos dentro de la tabla */



    /* INI - para el tab "MIS PEDIDOS REALIZADOS" para JQuery con Slide de sus Detalles */
      .jquery-panel-oculto, .flip {
        /*padding: 5px;
        text-align: center;
        background-color: #e5eecc;
        border: solid 1px #c3c3c3;*/
      }
      .jquery-panel-oculto {
        /*padding: 50px;*/
        display: none;
      }
      .tr-jquery-panel-oculto {
        border: 0;
      }
      .celda-jquery-panel{
        border: 0 !important;
        padding: 0 !important;
      }
      .flip {
        background-color: #f7f7f7;
        cursor: pointer;
      }
        .flip:hover {
          background-color: #eee;
          cursor: pointer;
        }
        .flip:active {
          background-color: #f7f7f7;
          cursor: pointer;
        }
      .flip td{
        vertical-align: middle;
      }
      .flip form{
        margin-bottom: 0;
      }

      .text-methods{
        font-size: .8rem;
      }

    /* FIN - para el tab "MIS PEDIDOS REALIZADOS" para JQuery con Slide de sus Detalles */



    /* INI - para el tab "MIS PEDIDOS REALIZADOS" seccion de cada Detalle de Pedido */
      .rowo {
        margin-left: -4px;
        margin-right: -4px;
        text-align: left;
      }

      .order-title span:first-child {
        color: #333;
        font-weight: 700;
        font-size: .8rem;
        display: block;
      }





      @media (min-width: 768px){
        .order-container {
            border: 1px solid #ccc;
            border-radius: .25rem;
            margin-top: 24px;
            margin-bottom: 24px;
        }
        .order-container {
            /*border-bottom: 1px solid #eee;*/
            margin-left: 0;
            margin-right: 0;
            padding-left: 4px;
            padding-right: 4px;
        }

        .order-header{
        	background-color: #f7f7f7;
          border-radius: .25rem;
          padding: 20px 16px;
        }

        .order-body {
          padding: 24px 16px;
          text-align: left;
        }

        .order-title{
        	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
        }

        .order-title span:first-child {
            color: #333;
            font-weight: 700;
            font-size: .8rem;
            display: inline-block;
        }

        .order-title .pipe {
            color: #333;
            font-weight: 700;
            font-size: .8rem;
        }

        .order-status {
          padding-right: 20px;
          margin-left: 10px;
        }
        .ver-det-produc-ped{
          margin-top: 1em;
        }
          .ver-det-produc-ped a, .ver-det-produc-ped a:hover, .ver-det-produc-ped a:active, .ver-det-produc-ped a:focus{
            color: #9c27b0 !important;
            text-decoration: none !important;
          }

          .ver-det-produc-ped span{
            color: #333; 
            font-weight: 700; 
            font-size: .8rem; 
            display: inline-block;
          }

        .order-item-container {
          font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
          padding: 16px 12px;
          font-size: .8rem;
          color: #333;
        }

        .order-item-container .order-item {
          padding: 12px;
        }

        .image-container{
          float: left;
        }

        .order-item-container .order-item img {
          vertical-align: middle;
          height: 75px;
          width: 75px;
        }

        .order-item-container .order-item .description-link, .order-item-container .order-item .order-item-name {
          color: #333;
          font-size: .8rem;
        }

        .order-item-container .order-item .description-link span:first-child {
          display: block;
        }

        .order-item-container .order-item .order-item-quantity {
          display: block;
        }

        /* ------------- INI - Para vista auth/register.blade.php -------------- */
        .alert{
          font-size: 0.8750em;  /* 0.8750em => 14px */
        }
        .help-block{
          color: #d50000;
          font-size: 0.8750em;  /* 0.8750em => 14px */
          padding-left: 1.3em;
        }
        .form-register{
          min-width: 13em;
        }
        .input-group-text.obligatory-field:after {
          content:"*";
          color:red;
        }
        .control-label.obligatory-field:after {
          content:"*";
          color:red;
        }
        /* ------------- FIN - Para vista auth/register.blade.php -------------- */

      } /* @media (min-width: 768px){ */






      @media (max-width: 767px){
        .custom-btn-block{
          display: block;
          width: 100%;
        }
        .order-container {
            border: 1px solid #ccc;
            border-radius: .25rem;
            margin-top: 24px;
            margin-bottom: 24px;
        }
        .order-container {
            /*border-bottom: 1px solid #eee;*/
            margin-left: 0;
            margin-right: 0;
            padding-left: 4px;
            padding-right: 4px;
        }

        .order-header{
          background-color: #f7f7f7;
          border-radius: .25rem;
          padding: 20px 16px;
        }

        .order-body {
          padding: 24px 16px;
          text-align: left;
        }

        .order-title{
          font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
        }

        .order-title span:first-child {
            color: #333;
            font-weight: 700;
            font-size: .8rem;
            display: block;
        }

        .order-title .pipe {
            color: #333;
            font-weight: 700;
            font-size: .8rem;
        }

        .order-status {
          padding-right: 20px;
          margin-left: 10px;
        }
        .ver-det-produc-ped{
          margin-top: 1em;
        }
          .ver-det-produc-ped a, .ver-det-produc-ped a:hover, .ver-det-produc-ped a:active, .ver-det-produc-ped a:focus{
            color: #9c27b0 !important;
            text-decoration: none !important;
          }

          .ver-det-produc-ped span{
            color: #333; 
            font-weight: 700; 
            font-size: .8rem; 
            display: block;
          }

        .order-item-container {
          font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
          padding: 16px 12px;
          font-size: .8rem;
          color: #333;
        }

        .order-item-container .order-item {
          padding: 12px;
        }

        .image-container{
          float: left;
        }

        .order-item-container .order-item img {
          vertical-align: middle;
          height: 75px;
          width: 75px;
        }

        .order-item-container .order-item .description-link, .order-item-container .order-item .order-item-name {
          color: #333;
          font-size: .8rem;
        }

        .order-item-container .order-item .description-link span:first-child {
          display: block;
        }

        .order-item-container .order-item .order-item-quantity {
          display: block;
        }

        /* ------------- INI - Para vista auth/register.blade.php y account/edit.blade.php -------------- */
        .alert{
          font-size: 0.8750em;  /* 0.8750em => 14px */
        }
        .help-block{
          color: #d50000;
          font-size: 0.8750em;  /* 0.8750em => 14px */
          padding-left: 1.3em;
        }
        .form-register{
          min-width: 10em;
          width: 80% !important;
        }
        /* ------------- FIN - Para vista auth/register.blade.php y account/edit.blade.php -------------- */

      } /* @media (max-width: 767px){ */
    /* FIN - para el tab "MIS PEDIDOS REALIZADOS" seccion de cada Detalle de Pedido */

/* ------------- FIN - Para vista home.blade.php -------------- */




/* ------------- INI - Para mini barra de navegacion informative/tariff-coverage.blade.php, products/show.blade.php, categories/show.blade.php, search/show.blade.php -------------- */
    .text-color-petite-camille, .text-color-petite-camille a{
      color: #909495;                   /* color petite camille */
    }
    .nav-niveles-petite-camille{
      text-decoration: underline;
      text-transform: capitalize;
    }
    .nav-niveles-petite-camille-h{
      padding-bottom: 50px;
    }
    .nav-niveles-petite-camille-h2{
      padding-bottom: 30px;
    }
    .nav-niveles-petite-camille-mt-menos{
      margin-top: -120px !important;
    }
    .nav-niveles-petite-camille-ta-left{
      text-align: left;
    }
    .nav-niveles-petite-camille-mt-menos2{
      margin-top: -40px !important;
    }
    .nav-niveles-petite-camille-mt-menos3{
      margin-top: 40px !important;
    }
/* ------------- FIN - Para mini barra de navegacion informative/tariff-coverage.blade.php, products/show.blade.php, categories/show.blade.php, search/show.blade.php -------------- */






/* ------------- INI - Para vista products/show.blade.php -------------- */
    .alert-aumentar-producto{
      background-color: #ff9e0f;
      color: #fff;
      display: block;
      padding: 20px 15px;
    }
    .alert-aumentar-producto a {
        color: #89229b;
        text-decoration: underline;
    }
    .alert-aumentar-producto a:hover, .alert-aumentar-producto a:active, .alert-aumentar-producto a:focus {
        color: #89229b;
    }
    .capitalize-words{
      text-transform: capitalize;
    }
/* ------------- FIN - Para vista products/show.blade.php -------------- */





/* ------------- INI - Para vista account/edit.blade.php -------------- */
  .label-select
  {
    text-align: left;
    width: 100%;
  }
/* ------------- FIN - Para vista account/edit.blade.php -------------- */





/* ------------- INI - Para vista informative/refund-policy.blade.php -------------- */
p-important { /* para cambiar el <p> por defecto de material-kit.css linea 15435 */
  font-size: 16px;
}

ul {
  font-size: 14px;
}
/* ------------- FIN - Para vista informative/refund-policy.blade.php -------------- */






/* ------------- INI - Para vista informative/payment-instructions.blade.php ---------------- */
.a-text-primary a{
  color: #9c27b0 !important;
}
/* ------------- FIN - Para vista informative/payment-instructions.blade.php ---------------- */
