body {
    margin-top: 10px;
    background-color: red;
    color: white;
}

@media (min-width: 576px) {
    .col_hide {
        display: none;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.imagen_cuadros img {
    width: 60%;
    height: 50%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

.imagen_header {
    width: 100%;
    height: 200px;
}

.imagen_productos_v {
    height: 40%;
}

.imagen_productos {
    height: 60%;
}

.bg_jumbotron {
    background-color: #ffc500;
    color: red;
    margin: 0;
}

#formas-pago {
    color: black;
}

.header_space {
    padding-top: 80px;
}

.qb-navbar-style {
    padding: 2px 6px;
    background: #f2f2f2;
    box-shadow: 0 2px 10px rgba(94, 98, 101, 0.52);
}

.qb-image-square-placeholder {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: red;
}

.no-wrap {
    width: 1px;
    white-space: nowrap;
}

.qb-image-square-placeholder:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.qb-image-square-placeholder-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 60px 0;
    z-index: 1;
}

.qb-image-square-placeholder .content-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qb-image-square-placeholder:hover + .qb-image-square-placeholder-content {
    display: block;
    color: red;
}


.strike {
    text-decoration: line-through;
}

.cursor-pointer {
    cursor: pointer;
}

/* region qb-store-productos */

#qb-store-productos {

}

#qb-store-productos .qb-store-productos-nav {
    background-color: #ffffff !important;
    position: relative;
    padding-top: 5px;
    padding-bottom: 20px;
    height: 45px;
}

@media (min-width: 960px) {
    #qb-store-productos .qb-store-productos-nav {
        background-color: var(--button-bg-color) !important;
        color: #fff !important;
    }
}

.qb-store-productos-nav .qb-store-productos-nav-back {
    padding-top: 5px;
    padding-left: 14px;
    cursor: pointer;
}

.qb-store-productos-nav .qb-store-productos-nav-back-icon {
    float: left;
    cursor: pointer;
}

.qb-store-productos-nav .qb-store-productos-nav-back-icon i {
    height: 14px;
}

.qb-store-productos-nav .qb-store-productos-nav-back-text {
    padding-top: 1px;
    font-size: 16px;
    float: left;
    padding-left: 3px;
}

#qb-store-productos .qb-store-productos-nav .category {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

#qb-store-productos .qb-store-productos-nav .category-left {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
}

#qb-store-productos .qb-store-productos-nav .view {
    float: right;
}

#qb-store-productos .qb-store-productos-nav .icon-tiles {
    height: 20px;
    float: left;
    width: 20px;
    margin-right: 7px;
}

#qb-store-productos .qb-store-productos-nav .icon-list {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 15px;
}

#qb-store-productos .qb-store-productos-nav .icon-tiles i {
    height: 20px;
    width: 20px;
}

#qb-store-productos .qb-store-productos-nav .icon-list i {
    height: 20px;
    width: 20px;
}

#qb-store-productos .qb-store-productos-container {
    background-color: var(--main-bg-color);
    min-height: 300px;
}

.qb-store-categorias-square-noexistencias {
    color: white;
    position: absolute;
    top: 60px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    background-color: rgba(253, 61, 61, 0.5);
    width: inherit;
}

.qb-store-categorias-square {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 85%;
}

.qb-store-categorias-square-text {
    color: white;
    position: absolute;
    bottom: 10px;
    height: 40px;
    padding-top: 7px;
    background-color: rgba(0, 0, 0, 0.7);
    width: inherit;
}

.qb-store-categorias-square-text .oferta {
    color: red;
}


/* region qb-store-productos-container .item (list) */

#qb-store-productos .qb-store-productos-container .item {
    position: relative;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #ffffff;
    /* clear: both; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

#qb-store-productos .qb-store-productos-container .item .thumb {
    position: relative;
    width: 100px;
}

#qb-store-productos .qb-store-productos-container .item .thumb img {
    width: 100px;
}

#qb-store-productos .qb-store-productos-container .item .thumb-small {
    position: relative;
    width: 100px;
    vertical-align: top;
}

#qb-store-productos .qb-store-productos-container .item .thumb-small img {
    width: 100px;
}

#qb-store-productos .qb-store-productos-container .item .more {
    width: 100px;
    text-align: center;
    font-size: 12px;
    color: #005cad;
}

#qb-store-productos .qb-store-productos-container .item .titulo {
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

#qb-store-productos .qb-store-productos-container .item .precio {
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

#qb-store-productos .qb-store-productos-container .item .precio .regular {
    color: black;
}

#qb-store-productos .qb-store-productos-container .item .precio .strike {
    text-decoration: line-through;
}

#qb-store-productos .qb-store-productos-container .item .precio .oferta {
    color: red;
}

#qb-store-productos .qb-store-productos-container .item .precio .disponibles {
    text-transform: none;
}

#qb-store-productos .qb-store-productos-container .item .cart-control {
    text-align: right;
}

#qb-store-productos .qb-store-productos-container .item .cart-control .controles {
    text-align: right;
}

#qb-store-productos .qb-store-productos-container .item .cart-control .controles img {
    height: 25px;
    float: right;
}

#qb-store-productos .qb-store-productos-container .item .cart-control .controles div {
    height: 25px;
    width: 30px;
    float: right;
    text-align: center;
}

#qb-store-productos .qb-store-productos-container .item .cart-control .agregar {
    position: relative;
    text-align: center;
    clear: both;
    background-color: #faaf43;
    background-image: linear-gradient(#faaf43, #936a2d);
    font-size: 14px;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    color: #ffffff;
}

#qb-store-productos .qb-store-productos-container .item .cart-control .agregar img {
    height: 20px;
    vertical-align: middle;
}

/* endregion qb-store-productos-container .item (list) */

/* region qb-store-productos-container .item-tile (tile) */

#qb-store-productos .qb-store-productos-container .item-tile {
    margin-bottom: 15px;
}

#qb-store-productos .qb-store-productos-container .item-tile.odd {
    margin-left: 10px;
}

#qb-store-productos .qb-store-productos-container .item-tile.pair {
    margin-right: 10px;
}

#qb-store-productos .qb-store-productos-container .item-tile .item-tile-block {
    /*margin-left: 10px;*/
    background-color: #ffffff;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 15px;
    width: 100%;
    min-height: 300px;
}

#qb-store-productos .qb-store-productos-container .item-tile .thumb {
    width: 100%;
    padding: 20px 10px 10px 10px;
}

#qb-store-productos .qb-store-productos-container .item-tile .thumb img {
    width: 100%;
}

#qb-store-productos .qb-store-productos-container .item-tile .more {
    width: 100px;
    text-align: center;
    font-size: 12px;
    color: #005cad;
}

#qb-store-productos .qb-store-productos-container .item-tile .titulo {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #dedede;
    text-transform: capitalize;
}

#qb-store-productos .qb-store-productos-container .item-tile .qb-precio-box {
    /* height: 65px; */
    vertical-align: top;
}

#qb-store-productos .qb-store-productos-container .item-tile .precio {
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

#qb-store-productos .qb-store-productos-container .item-tile .precio .regular {
    color: black;
}

.qb-min-height {
    min-height: 40px;
}

#qb-store-productos .qb-store-productos-container .item-tile .precio .strike {
    text-decoration: line-through;
}

#qb-store-productos .qb-store-productos-container .item-tile .precio .oferta {
    color: red;
}

#qb-store-productos .qb-store-productos-container .item-tile .precio .disponibles {
    text-transform: none;
    font-size: 12px;
}

#qb-store-productos .qb-store-productos-container .item-tile .precio .disponibles b {
    color: #3a77cc;
}

#qb-store-productos .qb-store-productos-container .item-tile .cart-control {
    text-align: center;
    width: 100%;
    padding-top: 15px;
}

#qb-store-productos .qb-store-productos-container .item-tile .cart-control .controles {
    padding-top: 15px;
}

#qb-store-productos .qb-store-productos-container .item-tile .cart-control .controles .qty {
    background-color: white;
    width: 100%;
}

#qb-store-productos .qb-store-productos-container .item-tile .cart-control .controles img {
    height: 25px;
}

#qb-store-productos .qb-store-productos-container .item-tile .cart-control .agregar {
    position: relative;
    text-align: center;
    clear: both;
    background-color: #faaf43;
    background-image: linear-gradient(#faaf43, #936a2d);
    font-size: 14px;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    color: #ffffff;
}

#qb-store-productos .qb-store-productos-container .item-tile .cart-control .agregar img {
    height: 20px;
    vertical-align: middle;
}

/* endregion qb-store-productos-container .item-tile (tile) */

#qb-store-producto {
    background-color: #dedede;
    min-height: 300px;
    width: 100%;
}

.qb-store-producto-card {
    clear: both;
    background-color: #ffffff;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.qb-store-producto-card img {
    max-width: 150px;
}

.qb-store-producto-card .oferta {
    color: red;
}

.qb-store-producto-card .precio {
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.qb-store-producto-card .precio .regular {
    color: black;
}

.qb-store-producto-card .precio .strike {
    text-decoration: line-through;
}

.qb-store-producto-card .precio .disponibles {
    text-transform: none;
}

.qb-store-producto-card .cart-control {
    /* vacio */
}

.qb-store-producto-card .cart-control .controles {
    width: 150px;
}

.qb-store-producto-card .cart-control .controles img {
    height: 25px;
}

.qb-store-producto-card .cart-control .controles .qty {
    height: 25px;
    text-align: center;
}

.qb-store-producto-card .cart-control .agregar {
    text-align: center;
    clear: both;
    background-color: #faaf43;
    background-image: linear-gradient(#faaf43, #936a2d);
    font-size: 14px;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}

.agregar-badge {
    position: absolute !important;
    left: 0 !important;
    top: -5px !important;
}

.qb-store-producto-card .cart-control .agregar img {
    height: 20px;
    vertical-align: middle;
}

.qb-button-black {
    text-align: center;
    background-color: #0AB1F0;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 0 solid;
    height: 50px;
    color: #ffffff;
}

.qb-button-color {
    text-align: center;
    clear: both;
    background-color: #faaf43;
    background-image: linear-gradient(#faaf43, #936a2d);
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    height: 35px;
    color: #ffffff;
}

.qb-button-color img {
    height: 20px;
    vertical-align: middle;
}

.tag-oferta {
    position: absolute;
    background-image: url("../img/bandera_oferta_s1.png");
    background-size: 80px;
    background-repeat: no-repeat;
    width: 100px;
    height: 30px;
    z-index: 1;
    right: -24px;
    top: 20px;
}

.tag-oferta-ptc {
    color: white;
    background-color: red;
    position: absolute;
    border-radius: 0 0 15px;
    padding-left: 5px;
    padding-top: 3px;
    width: 100px;
    height: 30px;
    z-index: 1;
    left: 0;
    top: 0;
}

.tag-oferta.list {
    background-size: 60px;
    right: -41px;
    bottom: 20px;
}

/* endregion qb-store-productos */


#loader-spinner {
    z-index: 30000;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(5, 5, 5, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/load.gif");
}

.qb-hidden {
    display: none;
}

.text-black {
    color: black;
}