﻿.product-splash {
    padding: 100px 0 80px 0;
    min-height: 480px;
}

    .product-splash .touch-slider {
        display: none;
    }

    .product-splash .product-cta-mobile {
        display: none;
    }

    .product-splash .breadcrumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

        .product-splash .breadcrumb span {
            font-size: 12px;
            color: #333333;
            margin-right: 10px;
        }

            .product-splash .breadcrumb span:after {
                content: '/';
                margin-left: 10px;
            }

            .product-splash .breadcrumb span:last-child {
                color: #5C5C5C;
            }

                .product-splash .breadcrumb span:last-child:after {
                    content: '';
                    margin-left: 0;
                }

            .product-splash .breadcrumb span a, .product-splash .breadcrumb span a:visited {
                color: #333333;
                text-decoration: none;
            }

                .product-splash .breadcrumb span a:hover, .product-splash .breadcrumb span a:visited:hover {
                    text-decoration: underline;
                }

    .product-splash .product-image-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 50%;
        width: 100px;
        float: right;
    }

        .product-splash .product-image-nav ul li a, .product-splash .product-image-nav ul li a:visited {
            display: block;
            margin: 40px 10px;
        }

            .product-splash .product-image-nav ul li a img, .product-splash .product-image-nav ul li a:visited img {
                width: 100%;
                opacity: 0.4;
                transition: all 300ms ease-in-out;
            }

        .product-splash .product-image-nav ul li.current a img, .product-splash .product-image-nav ul li.current a:visited img {
            opacity: 1;
        }

    .product-splash .default-image, .product-splash .product-image-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .product-splash .default-image .product-image, .product-splash .product-image-container .product-image {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

            .product-splash .default-image .product-image a img, .product-splash .default-image .product-image a:visited img, .product-splash .product-image-container .product-image a img, .product-splash .product-image-container .product-image a:visited img {
                width: 100%;
            }

    .product-splash .product-image-container {
        display: none;
    }

    .product-splash .product-options-view .intro {
        margin-bottom: 30px;
    }

        .product-splash .product-options-view .intro h1 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .product-splash .product-options-view .intro ul {
            font-size: 12px;
            color: #5C5C5C;
            padding-left: 15px;
            margin-bottom: 15px;
        }

            .product-splash .product-options-view .intro ul li {
                margin-bottom: 5px;
            }

    .product-splash .product-options-view a.text-link, .product-splash .product-options-view a:visited.text-link {
        font-size: 12px;
        color: #5C5C5C;
        text-decoration: underline;
        display: block;
    }

        .product-splash .product-options-view a.text-link:hover, .product-splash .product-options-view a:visited.text-link:hover {
            opacity: 0.8;
            text-decoration: none;
        }

    .product-splash .product-options-view span {
        display: block;
        font-weight: 600;
        font-size: 13px;
        color: #333333;
        margin-bottom: 10px;
    }

    .product-splash .product-options-view .btn-group {
        margin-bottom: 30px;
    }

    .product-splash .product-options-view .btn-secondary:not(:disabled):not(.disabled):active, .product-splash .product-options-view .btn-secondary:not(:disabled):not(.disabled).active, .product-splash .product-options-view .show > .btn-secondary.dropdown-toggle {
        background-color: #333333;
    }

    .product-splash .product-options-view .btn-secondary {
        background-color: #FFFFFF;
        border: 1px solid #5C5C5C;
        color: #5C5C5C;
        font-size: 12px;
        padding: 8px 24px;
    }

    .product-splash .product-options-view span.price {
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0;
    }

    .product-splash .product-options-view a.button, .product-splash .product-options-view a:visited.button {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: normal;
        color: #FFFFFF;
        padding: 10px 25px 12px 25px;
        border: 1px solid #039BE5;
        background-color: #039BE5;
        border-radius: 22px;
        display: inline-block;
        margin: 10px 0;
        width: 280px;
        text-align: center;
        margin-bottom: 30px;
    }

        .product-splash .product-options-view a.button:not(.disabled):hover, .product-splash .product-options-view a.button:not(.disabled):focus, .product-splash .product-options-view a:visited.button:not(.disabled):hover, .product-splash .product-options-view a:visited.button:not(.disabled):focus {
            text-decoration: none;
            background-color: #0279b3;
            color: #FFFFFF;
            border: 1px solid #0279b3;
        }

        .product-splash .product-options-view a.button.disabled, .product-splash .product-options-view a:visited.button.disabled {
            opacity: 0.5;
            cursor: default;
        }

/* Slider */
.slick-loading .slick-list {
    background: #fff url("libs/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("libs/slick/fonts/slick.eot");
    src: url("libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("libs/slick/fonts/slick.woff") format("woff"), url("libs/slick/fonts/slick.ttf") format("truetype"), url("libs/slick/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

@media (max-width: 1190px) {
    .product-splash {
        padding: 0;
        min-height: 0px;
    }

        .product-splash .touch-slider {
            display: block;
            margin-bottom: 50px;
        }

            .product-splash .touch-slider .product-image {
                padding: 30px;
            }

                .product-splash .touch-slider .product-image img {
                    width: 100%;
                    max-width: 640px;
                    margin: 0 auto;
                }

        .product-splash .breadcrumb, .product-splash .product-image-nav, .product-splash .product-image-wrap {
            display: none;
        }

        .product-splash .product-options-view .intro h1 {
            font-size: 16px;
        }

        .product-splash .product-options-view a.button, .product-splash .product-options-view a:visited.button {
            margin-bottom: 50px;
        }

        .product-splash .product-options-view a.compare {
            display: none;
        }

        .product-splash .product-cta-mobile {
            display: block;
            width: 100%;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #FFFFFF;
            border-top: 1px solid #dfdfdf;
            z-index: 1;
        }

            .product-splash .product-cta-mobile .cta-wrap {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                padding: 10px 0;
            }

                .product-splash .product-cta-mobile .cta-wrap span.price {
                    font-size: 18px;
                    font-weight: 500;
                    margin: 10px 50px 10px 0;
                }

                .product-splash .product-cta-mobile .cta-wrap a.button, .product-splash .product-cta-mobile .cta-wrap a:visited.button {
                    font-family: "Montserrat", sans-serif;
                    font-weight: 600;
                    font-size: 13px;
                    line-height: normal;
                    color: #FFFFFF;
                    padding: 10px 25px 12px 25px;
                    border: 1px solid #039BE5;
                    background-color: #039BE5;
                    border-radius: 22px;
                    display: inline-block;
                    margin: 10px 0;
                    text-align: center;
                    width: 100%;
                    max-width: 400px;
                }

                    .product-splash .product-cta-mobile .cta-wrap a.button:not(.disabled):hover, .product-splash .product-cta-mobile .cta-wrap a.button:not(.disabled):focus, .product-splash .product-cta-mobile .cta-wrap a:visited.button:not(.disabled):hover, .product-splash .product-cta-mobile .cta-wrap a:visited.button:not(.disabled):focus {
                        text-decoration: none;
                        background-color: #0279b3;
                        color: #FFFFFF;
                        border: 1px solid #0279b3;
                    }

                    .product-splash .product-cta-mobile .cta-wrap a.button.disabled, .product-splash .product-cta-mobile .cta-wrap a:visited.button.disabled {
                        opacity: 0.5;
                        cursor: default;
                    }
}
