﻿.bw-product-categories {
    background: #fbfcfc;
    padding: 30px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

@media (max-width:767px) {
    .bw-product-categories {
        padding: 15px 0;
    }
}

.bw-product-breadcrumb {
    font-size: 10px;
    display: inline-block;
}

.lookbook-section {
    background: #a0a09f;
    color: #f2f2f3;
    margin-bottom: 40px;
}

    .lookbook-section .row {
        align-items: center;
    }

.lookbook-desc {
    padding: 50px 15%;
    text-align: center;
}

@media (max-width:767px) {
    .lookbook-desc {
        padding: 150px 30px;
    }
}

.lookbook-desc h3 {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
}

.lookbook-desc h5 {
    font-size: 12px;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.lookbook-desc p {
    font-size: 12px;
    line-height:1.5;
}

.lookbook-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 70%;
}
@media (max-width:767px){
    
.lookbook-image {
    padding-bottom: 100%;
}
}

.lookbook-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.lookbook-slider .slick-dots {
    /*position: absolute;*/
    bottom: unset;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    /* display: inline; */
    width: initial;
}

    .lookbook-slider .slick-dots li {
        display: block;
        width: 10px;
        height: 10px;
        margin:5px 0;
    }

        .lookbook-slider .slick-dots li button:before {
            content: '';
        }

        .lookbook-slider .slick-dots li button {
            width: 10px;
            height: 10px;
            border: 1px solid #fff;
            border-radius: 50%;
            padding: 0;
        }


        .lookbook-slider .slick-dots li.slick-active button {
            background: #fff;
        }
