.video-placeholder-container{
    display: none;
}
@media (min-width: 1025px){
    .catalog-category-view .category-container .category-top h1 .text {
        width: calc(100% - 200px);
        height: 138px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.category-sub-category-content .content-right {
    padding: 20px !important;
    border-radius: 25px;
    background: #fff;
    width: 500px !important;
}


#colour-swatches-slider-1 {
    display: block;
    width: 408px;
    margin: 0 auto !important;
}
@media all and (max-width: 991px) {
    .content-right {
        float: left !important;
    }

    .content-right .description {
        margin-left: -5px;
    }

    .content-right .category-name {
        margin-left: -5px;
    }

    .content-right .heading {
        margin-left: -5px;
    }

    #colour-swatches-slider-1 {
        margin: 0 !important;
        width: 272px;
    }
    .category-products {
        display: none;
    }

}
@media all and (max-width: 481px) {
    .category-top {
        background-image: none!important;
    }
}
#colour-swatches-slider-1 ul li {
    display: block;
}
#colour-swatches-slider-1 .slick-dots{
    bottom: 0;
    text-align: center;
}
#colour-swatches-slider-1 .slick-dots li{
    width: 8px;
    height: 8px;
    background: #ccc;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    float: none;
}
#colour-swatches-slider-1 .slick-dots li:last-child{
    margin-right: 0;
}
#colour-swatches-slider-1 .slick-dots li.slick-active {
    background: #2a2829;
}
#colour-swatches-slider-1 .slick-dots li button{
    display: none;
}
#colour-swatches-slider-1 .slick-arrow{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #2a2829;
    top: 42%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}
#colour-swatches-slider-1 .slick-arrow.prev{
    left: -30px;
}
#colour-swatches-slider-1 .slick-arrow.next{
    right: -30px;
}
#colour-swatches-slider-1 .slick-arrow span{
    cursor: pointer;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

