.nav-dots {
    width: 100%;
    bottom: 9px;
    height: 11px;
    display: block;
}
.show_dots {
    position: absolute;
    z-index: 100;
}
.nav-dots .nav-dot {
    top: -5px;
    width: 8px;
    height: 8px;
    margin: 0 1px;
    position: relative;
    border-radius: 100%;
	background-color: #fff;
    border: 1px solid #666;
    display: inline-block
}
.nav-dot.active {
    background-color: #666;
}


/* flechas slider productos */
.page-products .product-item-info,
.product-items.slick-slider .slick-slide .product-item .product-item-info {
	    position: relative;
}
.show_dots {
   /* position: relative; */
    z-index: 100;
    text-align: left;
    padding-inline-start: 0;
}
.arrow_slider {
    top: 100px;
    position: absolute;
    right: 10px;
    z-index: 300;
    text-align: right;
    cursor: pointer;
    font-size: 40px;
    font-family: monospace;
    color: #ccc;
    background: rgba(250,250,250,0.3);
    padding: 0px 5px 5px;
    border-radius: 3px;
    line-height: 1;
}
.arrow_slider2{
    top: 100px;
    position: absolute;
    left: 10px;
    z-index: 300;
    text-align: right;
    cursor: pointer;
    font-size: 40px;
    font-family: monospace;
    color: #ccc;
    background: rgba(250,250,250,0.3);
    padding: 0px 5px 5px;
    border-radius: 3px;
    line-height: 1;
}