/*

CSS DE CUSTOMIZACIÓN PARA REVOLUTION CLIMBING

MANUAL DE REFERENCIA CSS NUBIXSTORE
https://cdn.nubixstore.ar/ns_css_manual.txt

PLANTILLA ASIGNADA: CARTZILLA
https://cartzilla.createx.studio/

COLORES UTILIZADOS:

- Primario; #93BC06 ( Rojo Oscuro )
- Secundario: #ffffff ( Blanco )
- Links: #222222 ( Negro )

*/

.btn-primary { background: #93BC06 }
.btn-primary { color: #11334F; border-color: #93BC06 }
.btn-primary:hover { background-color: #EDB5A4; border-color: #11334F }

/* BOTONES */

.btn-outline-accent { color: #11334F; border-color: #11334F }
.btn-outline-accent:hover { background-color: #93BC06 }

/* CARRITO */
#ns-cart .widget-product-title { font-weight:normal}

.navbar-tool-label { background: #EDB5A4!important; }
.steps-dark .step-item.active .step-count,
.steps-dark .step-item.active .step-progress {background-color:#93BC06}

/* CARRITO Y CHECKOUT */

.navbar-tool-label { background: #93BC06!important; }
.steps-dark .step-item.active .step-count,
.steps-dark .step-item.active .step-progress {background-color:#93BC06 }

/* SIDEBAR */
.widget .widget-filter-item a { font-size: 14px; color: #4b566b; }

.widget .widget-filter-item a:hover,
.widget .widget-filter-item a.current { color: #92b8bf; }

/* HEADER - CABECERA DE TIENDA */

.ns-logo-store { width: 200px }

.topbar-dark { background-color: #93BC06!important }

.is-mobile .topbar-text { font-size: 10px }
.ns-mobile-logo-store { width: 150px; padding:0;margin:0 }


header .topbar i,
header .topbar a { color: #FFF!important; }


/* FOOTER */
.bs-afip:hover { color: #ffffff }

footer.bg-dark { background-color: #93BC06!important } /* Primer porción de footer */
footer .bg-darker { background-color: #222222!important } /* Segunda porción de footer */


/* BANNERS */
.ns-banner { padding: 4px!important; margin: 0 }

/* BUSCADOR */
#ns-search-mobile-form,
#ns-search-form { width:inherit }

#ns-search-mobile-form button,
#ns-search-form button { border: 0; background: none; }

/* SLIDES */

.ns-slide { padding:0!important; margin:0!important;}
.ns-slide-html a { color: #93BC06!important }

.bg-custom,
.bg-gray { background-color: #ebebeb !important}

.ns-cart-select-txt-option {
    font-size: 11px
}

.accordion-button.leaf::after{ display:none }

/*
 PAGE TITLE + BREADCRUMB
 .is-store-item
 */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a { color: #666666!important; }

.page-title-overlap { background: none; }
.page-title-overlap h1 { color: #222 }

/* ITEMS LIST */
.ns-item-list .star-rating { margin: 0; padding:0}

/* ITEM VIEW - FICHA PRODUCTO */
.ns-item-title { font-size: 32px }
.is-mobile .ns-item-title { font-size: 26px }

.ns-item-link { color: #92b8bf }
.ns-item-link:hover { color: #11334F }

.ns-item-description { width: 90%; margin:0;padding:0}
.ns-item-description ul { margin-left: 50px }

/* REVIEWS */

#ns-reviews-carousel footer { line-height: 1em }

#ns-reviews-carousel .card-body { min-height:360px }
.is-mobile #ns-reviews-carousel .card-body { min-height:285px }

#ns-reviews-carousel .card-body .btn-primary { position: absolute; bottom: 0}

#ns-reviews-carousel a { color: #4b566b }
#ns-reviews-carousel img { border: 2px solid #e94949; }

/* SECCIONES INSTITUCIONALES */

.ns-section a { color: #92b8bf }
.ns-section a:hover { color: #11334F }

/*
 PLANTILLA COLORES MERCADOLIBRE
*/

.ns-price { color: #111; }
.ns-off-price { color: #a51f29 }

.ns-free-shipping { background-color: #04a752; color: #fff }

.ns-item-list .ns-free-shipping { font-weight:bold; position: relative; float: right; margin-top:-25px!important; margin-bottom: 10px!important;}

.ns-badge-off { font-weight:bold; background: #a51f29; }

#ns-add-to-cart-btn { background: #a51f29; border-color:#e74a49; color: #fff}
#ns-add-to-cart-btn:hover { background: #222; border-color:#222;}


.ns-brand-marquee a:hover img { border-color: #444!important }

/* VIDEOS */

.ns-banner-video-container,
.ns-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
margin-bottom: 5px;

}

.ns-banner-video-container iframe,
.ns-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ICONOS */

#ns-banners-footer i,
.ns-slide-html i { color: #93BC06!important }







