#header	{ /*TXT CARRITO*/
    background: #005cff;
    background: url("http://www.cibermall.cl/fondos/fondo_top.gif");

    font-size: 16px;
    font-weight: bold;
    color: #1000ff;
}


#header:hover { /*TXT CARRITO AL ACERCARSE EL MOUSE*/
  color: #050028; 
    
}

/*CARRITO LLENO*/
#header .header-nav .cart-preview.active {
    background: #d70000;
    border-radius: 30px;
    box-shadow: 10px 10px 10px rgb(0 0 0);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#header a { 
    color:#ffffff; /*CONTACTANOS*/
    font-size: 16px; /*CATEGORIAS*/
}

#header a:hover {
    color: #c6c6c6; /*CONTACTANOS*/
}
#header .header-nav #menu-icon .material-icons {
    color: #FFFFFF; /*TRES RALLITAS MENU*/
}
#header .header-top a[data-depth="0"] { /*CATEGORIAS*/
    color: #313131;
}

#header .header-top a[data-depth="0"]:hover { /*CATEGORIAS*/
    color: #9688d5;
}


.product-price {
    color: #0000ff;
    font-size: 26PX
}
#wrapper	{
background: #e7f0fe; /*COLOR FONDO SI NO IMG*/
background: url("http://www.cibermall.cl/fondos/fondo_medio.gif");
  background-attachment: fixed;
  background-repeat: repeat;
}

/*VISTA BTN PREVIA*/
.product-miniature .highlighted-informations {
    background: #3e3e3e;
    transition: 0.3s;
}
.product-miniature .highlighted-informations .quick-view {
    color: #fafafa;
}
.product-miniature .highlighted-informations .quick-view:hover {
    color: #d0e0ff;
}/*FIN BTN VISTA PREVIA*/

/*CUADRO VISTA PREVIA*/
.modal-content {
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 2.3rem;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: #1100bb99 3px solid;
    border-radius: 0.6rem;
}
.quickview .images-container .product-images>li.thumb-container>.thumb {
    border-radius: 0.6rem;
}
.product-cover img {
    border-radius: 1.8rem;
}
/*FIN CUADRO VISTA PREVIA*/


.btn-primary { /*BOTONES*/
    color: #ffffff!important;
    background-color: #0600ff!important;
    border-radius: 20px;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #0600ff!important;
    border-color: transparent;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,.tag-primary[href]:focus, .tag-primary[href]:hover  {
    background-color: #002499!important;
    border-radius: 30px;
    box-shadow: 15px 15px 16px rgb(0 0 0);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover, .open>.btn-outline-primary.dropdown-toggle {
    color: #ffffff!important;
    background-color: #0600ff!important;
}

/*BOTONES*/
.product-actions .add-to-cart {
    height: 3.0rem;
    background-color: #0600ff;
}
/*BOTONES*/
.product-actions .add-to-cart:hover {
    color: #ffffff;
    height: 3.0rem;
    background-color: #002499;
    border-radius: 10px;
}

.product-flags li.product-flag {/*MSJ NUEVO Y FUERA STOCK*/
    background: #0600ee;
    border-radius: 10px;
}

/*SUBRAYADO EN DESCRIPCION*/
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #0600ff!important;
}
.tabs .nav-tabs .nav-link.active {
    color: #0600ff!important;
}
/*FIN SUBRAYADO EN DESCRIPCION*/

/*REDONDEO LISTADO PRODUCTOS*/
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container
{
	    background: #f2f2f2!important;
	  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-radius: 1.3rem;
}


#footer {
background: #ffffff;
background: url("http://www.cibermall.cl/fondos/fondo_medio.gif");
}