.index-products-showcase .slick-slider .slick-track {
    /*display: flex;*/
    margin-bottom: 30px;
}

.index_video .video-row .section-title{
    margin: 0 0 15px;
}

.index_video .video-row .section-subtitle{
    margin-bottom: 18px !important;
}

.index_products .index-products-shell{
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-features-banner{
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.product-features-banner div.col-6 img{
    max-height: 60px;
    padding-right: 15px;
}

.product-features-banner div.col-6:not(:first-child){
    border-left: 2px solid #f7f7f7;
}

.product-features-banner .banner-feature-text p{
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.product-payment-methods-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 20px;
}

.product-payment-methods-wrapper img{
    max-height: 24px;
}

.prd-vertical-video-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.prd-vertical-video-wrapper .prd-vertical-video{
    width: fit-content;
}

.prd-vertical-video-wrapper .prd-vertical-video iframe{
    border-radius: 6px;
}

.breadcrumbs-wrap .page-title{
    transform: translateY(-10000%);
}

.prd-grid-wrap .page-title h2.h2{
    margin-bottom: 15px;
}

.index_slider_boxed .bnslider-wrapper .bnslider{
    height: 1px !important;
}

.index_slider_boxed .bnslider-slide .bnslider-image{
    background-size: contain;
}

.index_text_video .vimeo-video-wrapper{
    padding: 55% 0 0 0;
}

.prd-shoe-size-pick-suggestion{
    font-style: italic;
    font-size: 13px;
}

.prd-block_options:not(.prd-block_options--select) > :not(:first-child){
    margin-top: 20px;
}

.page-content .breadcrumbs-wrap + :not(.shopify-section):not(.page-content){
    margin-top: 40px;
}

/*.index_products.index-products-showcase .prd-info-wrap {
    min-height: 50px;
}*/

@media screen and (min-width: 992px) and (max-width: 1499px){
    .index_slider_boxed .bnslider-slide .bnslider-text-wrap{
        position: relative;
        max-width: 75%;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px){
    .index_slider_boxed .bnslider-slide .bnslider-text-wrap{
        position: relative;
        max-width: 90%;
    }
}

@media screen and (max-width: 575px){
    .index_slider_boxed .bnslider-wrapper .bnslider{
        min-height: 200px !important;
    }

    .product-features-banner{
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
    }

    .product-features-banner div.col-6{
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding-top: 17px;
        padding-bottom: 15px;
    }

    .product-features-banner div.col-6:not(:first-child){
        border: none;
        border-top: 2px solid #f7f7f7;
    }

    .page-content .breadcrumbs-wrap + :not(.shopify-section):not(.page-content){
        margin-top: 30px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .index_slider_boxed .bnslider-wrapper .bnslider{
        min-height: 250px !important;
    }
}