@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);



.select2{
    width:100% !important;
}

.lighter-text {
    color: #ABB0BE;
}

.main-color-text {
    color: #6394F8;
}

/* nav .navbar-left {
    float: left;
}

nav .navbar-right {
    float: right;
} */


.catalogo-table{
     display: table;
     padding: 10px;
}

.row-catalogo{
    display: table-row;
}

.catalogo-cell{
    display: table-cell;
    padding: 3px;
    width: 120px;
    height: 120px;
}

.catalogo-cell img{
      position: relative;
    width: 120px;
    height: 120px;
      overflow: hidden;

}

.codigoImgCat{
 text-align: center;
 background: #37474f;
 color: white;
}

.cursor-pointer{
    cursor: pointer;
}

.catalogoHandler{
    color: #c40000;
}


/* Estilos para las imagenes de los productos */
.thumbnail-producto{
      position: relative;
      width: 200px;
      height: 200px;
      overflow: hidden;
        margin-left:auto;
        margin-right:auto;
}

.thumbnail-producto img{
      position: absolute;
      left: 50%;
      top: 50%;
      height: auto;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.thumbnail-producto img.portrait {
  width: 100%;
  height: auto;
}

.simpleCart_shelfItem{
    width: 100%;;
}

@media only screen and (max-width : 1080px) and (max-height : 2560px) {
      .thumbnail-producto {
          position: relative;
          width: 150px;
          height: 150px;
          overflow: hidden;
      }

        .modal-content-item-preview {
            margin: auto;
            display: block;
            max-width: 90%;
            height: auto;
            margin-top: 10%;
        }

}

 /* @media only screen and (max-width : 360px) and (max-height : 780px) {

    .button-ver-img {
        display: none;
        position: absolute;
        width: 50px;
        left: 0;
        top: 0px;
        text-align: center;
        opacity: 0;
        transition: opacity .35s ease;
    }

    .button-act-img {
        position: absolute;
        width: 50px;
        left: 0;
        top: 15px;
        text-align: center;
        opacity: 0;
        transition: opacity .35s ease;
    } */

   /* .button-ver-img .contBtnImg {
        width: 100px;
        padding: 12px 48px;
        text-align: center;
        color: white;
        font-size: 2em;
        z-index: 1;
    }

    .button-act-img .contBtnImg {
        width: 100px;
        padding: 12px 48px;
        text-align: center;
        color: white;
        font-size: 2em;
        z-index: 1;
    }
}
@media only screen and (max-width : 320px) and (max-height : 427px) {

            .button-ver-img {
                position: absolute;
                width: 200px;
                left: 0;
                top: 25px;
                text-align: center;
                opacity: 0;
                transition: opacity .35s ease;
            }

            .button-act-img {
                position: absolute;
                width: 200px;
                left: 0;
                top: 30px;
                text-align: center;
                opacity: 0;
                transition: opacity .35s ease;
            }

            .button-ver-img .contBtnImg {
                width: 100px;
                padding: 12px 48px;
                text-align: center;
                color: white;
                font-size: 2em;
                z-index: 1;
            }

            .button-act-img .contBtnImg {
                width: 100px;
                padding: 12px 48px;
                text-align: center;
                color: white;
                font-size: 2em;
                z-index: 1;
            }
} */

.img-preview-articulo{
    cursor: pointer;
    transition: 0.3s;
}
.img-preview-articulo:hover {
    opacity: 0.7;
}

.modal-priew-productos {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 0px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-item-preview {
    margin: auto;
    display: block;
    max-width: 90%;
    height: auto;
    margin-top: 10%;
}


/* Add Animation */
.modal-content-item-preview {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close-preview-image {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-preview-image:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



/* Fin de estilo de imagenes de productos */



.codigoImgCat:hover{
    font-weight: bold;
    cursor: pointer;
}

.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart {
    margin: 20px 0;
    margin-left: 60%;
    float: right;
    background: white;
    width: 20%;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    z-index: 2;
    display: none;

}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cursor-click{
    cursor: pointer;
}
.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button {
    background: #6394F8;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

.button:hover {
    background: #729ef9;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.img-cart-items{
    width: 20%;
    height: 20%;
}



/* INPUT DE BUSQUEDA STYLES */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* Form wrapper styling */

.search-wrapper {
    width: 100%;
    
}

/* Form text input */

.search-wrapper input {
    max-width: 85%;
    min-width: 85%;
    height: 45px;
    padding: 10px 10px;
    float: left;
    font: bold 1em 'Helvetica Neue', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}

/* Form submit button */

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    cursor: pointer;
    height: 45px;
    min-width: 15%;
    max-width: 15%;
    font: bold 1em/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    background: #c40000;
    border: 1px solid #c40000;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.search-wrapper button:hover {
    background: #c40000;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c40000;
    outline: 0;
}

.search-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 11px 11px 11px 0;
    border-style: solid solid solid none;
    border-color: transparent #c40000 transparent;
    top: 11px;
    left: -8px;
}

.search-wrapper button:hover:before {
    border-right-color: #c40000;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c40000;
}

.search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.fontSizePanelContent{
    font-size: 10px;
}

.fontSizeHeaderTablePanel{
    font-size: 12px;
    text-align: center;
    font-weight: bold
}

.float {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 30px;
    background-color: #c40000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    
}

.my-float {
margin-top: 15px;
}

.float:hover{
    text-decoration: none;
    color: #b4b4b4;
}


/* menu lateral para filtrado */

.products .tags{
    display: inline
}