.disponibilidad-rapida {
    color: #84b84c;
    padding: 3px 0;
    line-height: 1rem;
    font-size: .85rem;
    text-align: center;
    margin-left: .5rem;
    margin-right: .5rem
}

.filtros-familia {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    padding: 0;
    -webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%
}

.columna-de-filtros {
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -moz-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    -o-transition: width .2s ease-out 0s, padding .2s ease-out 0s;
    transition: width .2s ease-out 0s, padding .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .fondo-clicable {
    display: block;
    background-color: rgba(0, 0, 0, .6)
}

.filtros-familia .fondo-clicable {
    z-index: -1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    -o-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s
}

.filtros-familia.filtros-familia-desplegado .columna-de-filtros .filtros {
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto
}

.filtros .acc-block {
    border: none
}

.acc-block {
    border: 1px solid #ccc;
    margin-bottom: -1px
}

.filtros-familia.filtros-familia-desplegado {
    width: 250px
}

.titulo-subrayado.text-xs-center.text-md-left:after, .titulo-subrayado:after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2px;
    background: #e65051;
    margin: .74rem 0 0;
}

.titulo-subrayado {
    margin-bottom: 1.5rem;
    font-size: 1.714rem;
}

.m-t-3 {
    margin-top: 3rem !important;
}

/*
Productos Relacionados
 */

@media (min-width: 768px) {

    .c-product-addtocart__section {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

.c-product-addtocart__section {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.c-options-selector__title {
    margin-bottom: 7.5px;
    color: #002a3a;
    font-size: 15px;
}

.c-options-selector {
    position: relative;
}

.c-options-selector__option {
    margin-bottom: 5px;
    padding: 10px 15px;
    border: 2px solid #dedede;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-options-selector__content {
    color: #616161;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-options-selector__name:last-of-type {
    margin-bottom: 5px;
}

.c-options-selector__name {
    font-size: 14px;
    line-height: 1.3em;
}

.o-status-text {
    color: #616161;
    line-height: 1em;
    font-size: 13px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.o-status-text__icon {
    font-size: 1.2em;
    margin-right: 5px;
}

.o-status-text--success {
    color: #55b45a;
}

.o-status-text--warning {
    color: #f0ad4e;
}

/*
FIN Productos Relacionados
 */

.row-no-margin {
    display: table;
}

.button.cart_button {
    text-align: center;
}

/*
    Vista Producto ADD Carrito
 */
@media (min-width: 768px) {

    .c-product-addtocart__section--action {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 0;
    }

    .c-product-addtocart__section {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.c-product-addtocart__section--action {
    border-bottom: none;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.c-product-addtocart__section {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.c-product-addtocart__wrapper {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-product-addtocart__qty {
    width: 60%;
}

.c-product-quantity {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.c-product-quantity__btn {
    width: 25%;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.o-btn {
    padding: 5px 10px;
    text-transform: none;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-btn::before, .o-btn::after {
    content: '';
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.c-product-quantity__icon {
    font-size: 2em;
}

.o-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.c-product-quantity__input {
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.6em;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -moz-appearance: textfield;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.c-product-addtocart__summary {
    width: 40%;
}

.t-product-detail__summary {
    text-align: right;
    color: #616161;
    font-size: 12px;
}

.c-product-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-product-summary__text {
    margin-bottom: 0;
    line-height: 1.4em;
}

.t-product-detail__summary-price {
    color: #c75150;
    font-weight: 700;
    font-size: 20px;
}

.u-text-brevier {
    font-size: 13px !important;
    line-height: 1.4em !important;
}

.c-product-quantity__btn:hover {
    background: transparent;
    color: #c75150;
}

.c-product-quantity__btn:disabled, .c-product-quantity__btn.is-disabled {
    color: #d1d1d1;
    background-color: transparent;
}

@media (min-width: 768px) {
    .c-product-finance {
        border: 1px solid black;
        border-radius: 3px;
    }

/*
    .imagen-submenu-lateral-informatica {
        background-image: url('/imagenes/categorias-menu/informatica.svg') !important;
        background-repeat: no-repeat !important;
        background-position: right -8px bottom -21px !important;
    }

    .imagen-submenu-lateral-sonido {
        background-image: url('/imagenes/categorias-menu/sonido.svg') !important;
        background-repeat: no-repeat !important;
        background-position: right -8px bottom -21px !important;
    }

    .imagen-submenu-lateral-tv-satelite {
        background-image: url('/imagenes/categorias-menu/tv-satelite.svg') !important;
        background-repeat: no-repeat !important;
        background-position: right -8px bottom -21px !important;
    }

    .imagen-submenu-lateral-electricidad {
        background-image: url('/imagenes/categorias-menu/electricidad.svg') !important;
        background-repeat: no-repeat !important;
        background-position: right -8px bottom -21px !important;
    }

    .imagen-submenu-lateral-videovigilancia {
        background-image: url('/imagenes/categorias-menu/videovigilancia.svg') !important;
        background-repeat: no-repeat !important;
        background-position: right -8px bottom -21px !important;
    }

    .imagen-submenu-lateral-smartphone-consolas {
        background-image: url('/imagenes/categorias-menu/smartphone-consolas.svg') !important;
        background-repeat: no-repeat !important;
        background-position: right -8px bottom -21px !important;
    }

    .imagen-submenu-lateral-herramientas {
        background-image: url('/imagenes/categorias-menu/herramientas.svg') !important;
        background-repeat: no-repeat !important;
        background-position: right -8px bottom -21px !important;
    }
 */

}

.c-product-finance {
    position: relative;
    color: black;
    padding: 1.1em 1.6em;
    font-size: 1em;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.o-btn--transparent {
    background-color: transparent;
}

.o-btn--fullwidth {
    width: 100%;
}

.o-media {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-media__img {
    padding-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-product-finance__icon {
    font-size: 2em;
    color: #5a83b0;
}

.c-product-finance__content {
    text-align: left;
}

.o-media__body {
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.o-media__img, .o-media__body {
    display: block;
    vertical-align: top;
}

.c-product-finance__title {
    margin-bottom: 0;
    font-weight: 700;
}

/*
   FIN Vista Producto ADD Carrito
 */

.border-gray-1px {
    border: 1px solid gray;
}

.c-product-finance:hover {
    background: none;
}

.btn-vacio:focus, .btn-vacio:hover {
    color: #3c763d;
}

.btn-verde {
    color: #3c763d;
}

.icono-verde:before {
    color: #3c763d;
}

.border-gray-1px, .popover {
    max-width: 100%;
}

.acc-open-close {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    margin-top: 0;
}

.pull-xs-right {
    float: right !important;
}

.ficha-producto__datos-de-compra .acc-pccom.green .pccom-icon {
    color: #458057;
}

a[aria-expanded=true] .acc-open-close {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: all .35s ease-out;
}

.ficha-producto__datos-de-compra .acc-pccom.green .acc-block-contenido {
    background: #d6eed1;
    line-height: 16px;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.caja-seleccionada {
    background: #fce4e3;
    border: 1px solid #b48484;
}

.caja-seleccionada > .c-options-selector__content {
    font-weight: 700;
}

.caja-seleccionada > .c-options-selector__content > .c-options-selector__name {
    color: black;
}


.c-main-menu__catitem {
    margin-bottom: 0;
}

.c-main-menu__catlink {
    padding: 5px 0 5px 1rem;
    font-size: 1rem !important;
}

.text-center {
    text-align: center;
}

.a-none {
    text-decoration: none;
}

.a-none:hover {
    color: #666666 !important;
}

.imagen-menu-fija {
    position: absolute;
    bottom: -21px;
    right: -8px;
}

.text-left-imp {
    text-align: left !important;
}

.no-margin {
    margin: 0;
}

.background-image {
    background-repeat: no-repeat !important;
    background-position: right -8px bottom -21px !important;
}

.gpay-button.long {
    width: 100% !important;
}

.border-radius-4px-imp {
    border-radius: 4px !important;
}

.img-metodo-pago {
    width: 50px;
}


.button.cart_button_gray {
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    white-space: normal;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    color: #888;
}

.button.cart_button_gray span {
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
}

.button.cart_button_gray:hover {
    color: #e44f4f !important;
    background: #fff !important;
}

@media only screen and (max-width: 768px) {
    .padding-0-xs {
        padding: 0 !important;
    }
}

.imagenes-productos {
    border: 3px solid #ccc !important;
}

#bloque_zoom iframe {
    width: 100%;
    height: 100%;
}

#gallery_01.owl-carousel .owl-item img {
    width: 75px !important;
    height: 75px !important;
}

#gallery_01.owl-carousel .owl-item {
    width: auto !important;
}
