﻿/*.navbar{
    margin-bottom: 0;
}*/

.btn-table-round {
    margin-top: -0.7rem;
    margin-bottom: -0.5rem;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1rem;
}

    .btn-table-round:hover {
        color: #ffffff;
    }

    .btn-table-round.h-danger:hover {
        background-color: #ff5252;
    }

    .btn-table-round.h-primary:hover {
        background-color: #0da9ef;
    }

    .btn-table-round.h-success:hover {
        background-color: #43d9a3;
    }

    .btn-table-round.h-warning:hover {
        background-color: #ffb74f;
    }

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.whatsapp {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 6px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 39px;
}

.itemFijoLinea {
    width: 200px;
    height: 120px;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 799px) {
    .search {
        display: none !important;
    }
}


/* MODAL */

.modal-backdrop.fade.show {
    display: none !important;
}

.modal.fade.show {
    background-color: rgba(0, 0, 0, 0.71);
}

.modal.fade .modal-dialog {
    top: 78px;
}

/* Boton buscar de los imputs */
.input-group .input-group-btn a {
    transition: color .3s;
    border: 0;
    background: 0;
    color: #606975;
    font-size: 1.2em;
    cursor: pointer;
}

    .input-group .input-group-btn a:hover {
        color: #0da9ef;
    }

/* Corrije el Modal que quedaba por debajo del navbaar */
/*.offcanvas-wrapper {*/
    /*z-index: 9001;*/
/*}*/

.btn.btn-outline-secondary.btn-sm.btn-wishlist {
    display: none !important;
}

.checkout-steps > a {
    width: 33% !important;
}

/* Corrije boton de whatsapp desalineado */
.toolbar .whatsapp > i {
    line-height: 42px !important;
}

.fsize-medium {
    font-size: medium !important;
}

.fsize-large {
    font-size: large !important;
}

.custom-file {
    overflow: hidden !important;
}

.fix-images .product-thumb img {
    max-width: 225px;
    height: 160px;
    margin: auto !important;
}

.fix-images .product-card .product-thumb > img {
    max-width: 100% !important;
    width: auto !important;
}

@media (max-width: 575px) {
    .fix-images .product-card .product-thumb > img {
        width: 100%;
        display: inline-block;
    }

    .fix-images .product-thumb {
        text-align: center !important;
    }

        .fix-images .product-thumb img {
            width: auto;
            height: 160px;
            width: auto !important;
        }
}

.dropdown-product-thumb {
    border-radius: 0 !important;
}

#h_cart img {
    height: 70px !important;
    width: auto !important;
}

.imagenProducto img {
    height: 160px;
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imagenProducto .product-card {
    margin-bottom: 1em;
}

.dropzone-file-area {
    border: 0.5em dashed #32b7f3;
}

.dropzone-titulo {
    color: #0da9ef;
}

/* Imagenes en Vista Ver */
.product-gallery .product-carousel img {
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-gallery .product-thumbnails img {
    height: 6em
}

.no-border {
    border: 0 !important;
}

.maxw-100px {
    max-width: 100px !important;
    height: auto !important;
}

.site-logo {
    width: 180px !important;
}

.container-counter {
    height: 45px;
    width: 150px;
    position: relative;
}

.item-count {
    display: inline-block;
    margin-right: -3.9px;
    text-align: center;
    height: 100%;
    width: 33.33%;
    vertical-align: top;
    border: solid 1px #25B1F1;
    background-color: #fff;
    color: #25B1F1;
}

button.item-count {
    cursor: pointer;
    transition: all 0.2s;
}

    button.item-count:hover {
        background-color: #25B1F1;
        color: #FFF;
    }

.no-border-right {
    border-right: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.product-gallery {
    /*override*/
    padding-top: 15px;
}

.localidades li {
    margin: 0 !important;
    white-space: nowrap !important;
    text-align: right !important;
    display: inline-block;
    list-style: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.product-card .product-title {
    height: 44px !important;
    overflow: hidden !important;
}

/* Zindez para el boton de zoom de los productos (En vista Ver) */
.gallery-wrapper .gallery-item {
    z-index: 2;
}

/* Para los botones donde se selecciona la cantidad de productos antes de enviar al carrito en pantalla Ver */
.btn-left-radius {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.btn-right-radius {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.cant-productos {
    height: 36px !important;
}

    .cant-productos i {
        margin-top: -0.4em;
    }

.alert-success {
    color: #00a37f !important;
    font-size: 15px !important;
}

/* Zoom de imagenes */
/*.xzoom-preview{
    z-index: 99999999;
}*/
.zoomArea {
    height: 100px;
    width: 100px;
    display: inline-block;
}

.user-cover {
    background-image: url('/images/perfil/user-cover-img.jpg');
}
.user-avatar {
    background-image: url('/images/perfil/user-avatar-default.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
}
.user-info-mw-1
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}
.text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}