	.slick-featured .slick-track > div:not(.slick-active){opacity: .5;}
    /* Custom Arrows */
    /* .slick-featured .arrow-wrapper {
        position: absolute;
        z-index: 10;
        top: 30px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .slick-featured .arrow-wrapper:last-of-type {
        right: 0;
    }*/

    /*div#vitrines-gallery-container ul .slick-list{
    	overflow:visible !important;
    }*/

    .slick-featured .arrow-container {
        background-color: white;
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 50px;
        margin-top: -65px !important;
		margin-bottom: 0;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: calc(50% - 20px);
        z-index: 10;
        cursor: pointer;
        opacity: .7;
    }
	.slick-featured .arrow-container.next {
        right: 20px;
    }
    .slick-featured .arrow-container.prev {
        left: 20px;
    }
    .slick-featured .arrow {
        width: 10px;
        height: 10px;
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 2px;
        background-color: white;
    }

    .slick-featured .arrow-next {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    }

    .slick-featured .arrow-prev {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
    }

