﻿
/* ---------------------------------------------------------------------- */
/*	Slick Products
/* ---------------------------------------------------------------------- */
.slick-custom-product .item {
    background-color: transparent;
    padding: 5px 0px;
    margin-bottom: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #FFF;
}

.slick-custom-product .slick-slide div {
    padding-left: 5px;
    padding-right: 5px;
}

.product_thumb {
    position: relative;
    overflow: hidden;
}



    .product_thumb a img {
        /*width: 100%;*/
        max-height: 100px;
        max-width: 100px;
    }


.price_box {
    margin-top: 10px;
}

    
    .price_box span {
        line-height: 16px;
    }

        .price_box span.old_price {
            text-decoration: line-through;
            font-weight: 400;
            font-size: 13px;
            /*margin-left: 5px;*/
        }

        .price_box span.current_price {
            font-weight: 500;
            font-size: 15px;
            color: #28C76F;
        }


.label_product span {
    position: absolute;
}


.bell {
    top: 15px;
    right: 10px;
}

.product_content p {
    max-height: 30px;
    min-height: 30px;
    font-size: 10px;
}



/* ---------------------------------------------------------------------- */
/*	Slick Categorias
/* ---------------------------------------------------------------------- */

.slick-custom-category .item {
    background: #FFF;
    padding: 5px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

    .slick-custom-category .item h4 {
        font-size: 13px;
        margin-top: 0.6rem;
    }

.media-center {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slick-custom-category .slick-slide {
    transition: all ease-in-out .1s;
    opacity: .2;
}

.slick-custom-category .slick-active {
    opacity: .5;
}

.slick-custom-category .slick-current {
    opacity: 1;
}

.slick-custom-category .slick-dots {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}





/* ---------------------------------------------------------------------- */
/*	Slick Dots
/* ---------------------------------------------------------------------- */

.slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #28C76F;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    transition: .3s;
}

.slick-dots .slick-active {
    background: #28C76F;
    border-color: #28C76F;
    outline: none !important;
}


.slick-dots li.slick-active button:before {
    opacity: 0;
    color: transparent;
}

.slick-dots li button:before {
    content: none
}


/* ---------------------------------------------------------------------- */
/*	Slick Navegação
/* ---------------------------------------------------------------------- */

.slick-prev:before, .slick-next:before {
    color: #28C76F;
}
