.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;
    filter: hue-rotate(41deg) brightness(115%) saturate(125%);
}

.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;
}

.template-product .suggested-products-wrapper .prd-info{
    min-height: 103px;
}*/

#add_to_cart_modal{
    max-height: 82vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary);
}

.prd-custom-size-input-wrapper input::-webkit-outer-spin-button,
.prd-custom-size-input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.prd-custom-size-input-wrapper input{
    -moz-appearance: textfield;
}

.prd-custom-size-input-wrapper input{
    width: 75px;
    text-align: center;
    border: 1px solid #7f7f7f;
    border-radius: 4px;
}

.prd-custom-size-input-wrapper input:focus{
    border: 1px solid #000;
}

.medicas-shoe-size-wrapper{
    display: flex;
    align-items: center;
}

.template-product #product_form .prd-size.swatches:has(.prd-custom-size-input-wrapper){
    display: flex;
    flex-direction: column;
    align-items: start;
}

.prd-custom-size-input-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

.prd-custom-size-input-wrapper p{
    font-size: 13px;
}

.dropdown-size-extra{
    display: flex;
    background-color: #f3fafa;
    border: 1px solid #dff0f1;
    padding: 20px 10px;
    border-radius: 12px;
}

.dropdown-size-extra * img{
    /*filter: brightness(165%) saturate(90%) hue-rotate(-1deg);*/
    filter: brightness(215%) saturate(48%) hue-rotate(-1deg);
}

.dropdown-size-extra .dropdown-size-extra-info{
    display: flex;
}

.dropdown-size-extra .dropdown-size-extra-info p{
    margin: 0;
    padding-left: 15px;
    border-left: 1px solid #dff0f1;
    font-size: 13px;
    line-height: 16px;
}

.dropdown-size-extra .dropdown-size-extra-info p span{
    font-size: 20px;
    font-weight: 600;
    color: #005e63;
}

.dropdown-size-extra .dropdown-size-extra-info .dropdown-size-extra-info-img{
    /*background-color: #027278;*/
    background-color: #005e63;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    margin-right: 15px;
}

.dropdown-size-extra .dropdown-size-extra-info .dropdown-size-extra-info-img img{
    height: 100px;
    width: 100px;
    max-width: unset;
    max-height: unset;
    filter: grayscale(1) brightness(10);
}

.dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature .dropdown-size-extra-feature-img img{
    height: 85px;
    width: 85px;
    max-width: unset;
    max-height: unset;
}

.dropdown-size-extra-feature-wrapper{
    display: flex;
}

.dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature .dropdown-size-extra-feature-img{
    background-color: #fff;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    margin-right: 15px;
}

.dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature{
    display: flex;
    border-left: 1px solid #dff0f1;
    align-items: center;
}

.dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature p{
    margin: 0;
    font-size: 14px;
}

.dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature p span{
    font-size: 15px;
    font-weight: 600;
}

.dropdown-size-approval-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
}

.dropdown-size-approval-wrapper i{
    font-size: 18px;
    color: #005e63;
}

.dropdown-size-approval-wrapper p{
    margin: 0;
    font-size: 16px;
}

.prd-shoe-size-pick-diagram-wrapper{
    display: flex;
    align-items: start;
}

.prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-icon{
    background-color: #f3fafa;
    width: fit-content;
    height: fit-content;
    border-radius: 50%;
    margin-right: 25px;
}

.prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-icon i{
    color: #005e63;
    font-size: 25px;
    max-width: unset;
    max-height: unset;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-text .prd-shoe-size-pick-text-title{
    font-size: 25px;
    font-weight: 600;
}

.prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-diagram img{
    /*width: 250px;*/
    max-width: 250px;
    min-width: 100px;
}

.prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-text p span{
    color: #005e63;
    font-weight: 600;
}

.prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-text a{
    position: relative;
    top: 10px;
    color: #005e63;
    font-weight: 500;
}

.prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-text a i{
    font-size: 13px;
}

@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%;
    }

    .dropdown-size-extra .dropdown-size-extra-info .dropdown-size-extra-info-img img{
        width: 85px;
        height: 85px;
    }

    .dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature .dropdown-size-extra-feature-img img{
        height: 65px;
        width: 65px;
    }
}

@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;
    }

    .dropdown-size-extra .dropdown-size-extra-info .dropdown-size-extra-info-img img{
        width: 65px;
        height: 65px;
    }

    .dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature .dropdown-size-extra-feature-img img{
        height: 45px;
        width: 45px;
    }

    .dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature{
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-size-approval-wrapper p{
        font-size: 14px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .index_slider_boxed .bnslider-wrapper .bnslider{
        min-height: 250px !important;
    }
}

@media screen and (max-width: 991px){
    .dropdown-size-extra{
        flex-direction: column;
    }

    .dropdown-size-extra-feature-wrapper{
        flex-direction: column;
    }

    .dropdown-size-extra .dropdown-size-extra-feature-wrapper .dropdown-size-extra-feature{
        border-left: none;
        border-top: 1px solid #dff0f1;
        padding-top: 15px;
        margin-top: 15px;
    }

    .prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-diagram img{
        max-width: 150px;
    }
}

@media screen and (max-width: 767px){
    .prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-text .prd-shoe-size-pick-text-title{
        font-size: 20px;
    }

    .prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-text p:not(.prd-shoe-size-pick-text-title){
        font-size: 13px;
        margin-top: 10px;
    }

    .prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-icon{
        margin-right: 15px;
    }

    .prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-icon i{
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .prd-shoe-size-pick-diagram-wrapper .prd-shoe-size-pick-text a{
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .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;
    }
}