﻿.promo2 {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e8e9;
    float: left;

    &.product-detail-promo {
        width: 455px;
        border-bottom: none;
    }

    .title {
        height: 1%;
        padding: 4px 0 5px 8px;
        position: relative;

        .labels {
            position: absolute;
            right: -29px;
            z-index: 4;
            width: 125px;
            top: 19px;

            .label {
                position: relative;
                float: right;
                display: block;
                line-height: 23px;
                color: #fff;
                margin: 0;
                padding: 0 6px;
                font-family: "RobotoMedium";
                font-size: 13px;
                margin-bottom: 1px;

                span {
                    position: absolute;
                    top: 0;
                    right: -8px;
                    width: 8px;
                    height: 23px;
                    background: url(../img/labels.png?v=1) no-repeat 100% 0;
                }
            }
        }
    }

    h2, h1.h2 {
        margin: 0;
        font: 30px KlavikaRgRegular, Arial, Helvetica, sans-serif;
    }

    .promo-holder {
        width: 455px;
        position: relative;
        float: left;

        .visual {
            text-align: center;

            span.action-product.label {
                z-index: 10;
                text-align: center;
                position: absolute;
                width: 100px;
                color: #fff;
                left: 177px;
                display: inline-block;
                top: 257px;
                background-color: #e60000;
                font: 18px RobotoMedium;
                text-transform: uppercase;
                display: none;

                &.soldOut {
                    width: 100%;
                    left: 0;
                    top: 0;
                    height: 300px;
                    background-color: transparent;
                    background-position: center center;
                    /*background-size: 85%;
                    background-size: contain;*/
                    background-repeat: no-repeat;
                    display: block;
                }
            }

            a.thickbox {
                display: block;

                &.img_preview {
                    line-height: 276px;
                    line-height: 276px;
                    display: block !important;// flex !important;
                    align-content: center;
                    align-items: center;
                    height: 276px;

                    img {
                        margin: auto auto !important;
                        vertical-align: middle;
                        max-width: 100%;
                        max-height: 100%;
                        line-height: 14px;
                        display: inline-block;
                        width: auto; //100%;
                        height: auto;
                    }
                }
            }

            img {
                margin: 0 auto;
                vertical-align: middle;
            }
        }
    }

    .gallery {
        position: relative;
        width: 580px;
        height: 75px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 20px;

        ul {
            list-style: none;
            margin: 0;
            padding: 0 0 0 6px;
            width: 99999px;

            li {
                width: 85px;
                vertical-align: top;
                float: left;
                display: block;// flex;
                position: relative;

                a {
                    display: block;
                    padding: 2px;
                    width: 65px;
                    position: relative;
                    border: 1px solid #ebebeb;
                    padding: 4px;
                    display: block;//flex;
                    height: 65px;
                    align-items: center;
                    line-height: normal;
                    text-align: center;

                    img {
                        width: auto;
                        max-width: 100%;
                        display: block;// flex;
                        height: auto !important;
                        max-height: 100% !important;
                        margin: 0 auto;
                    }
                }

                span.overlay{
                    display: inline-block;
                    position: absolute;
                    cursor: pointer;
                    width: 75px;
                    height: 75px;
                    background-color: rgba(255, 255, 255, 0.6);
                    border: 1px solid #ebebeb;
                    top: 0;
                    /*left: 0;
                    right: 0;
                    bottom: 0;*/
                    font-family: 'RobotoRegular';
                    color: #555555;
                    text-align: center;
                    font-size: 27px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    padding-top: 10%;
                    span{
                        font-size: 34px;
                    }
                }

                &.active {
                    a {
                        border: 5px solid #8dd9d0;
                        padding: 0px;

                        img {
                            display: block;
                        }
                    }
                }
            }
        }
    }

    .btn-prev, .btn-next {
        background: url(../img/promo2_buttons.jpg?v=1) no-repeat;
        width: 26px;
        height: 70px;
        text-indent: -9999px;
        overflow: hidden;
        left: 0px;
        bottom: 0px;
        position: absolute;
        z-index: 5;
        display: none !important;

        &:hover {
            background-position: 0 -70px;
        }
    }

    .btn-next {
        left: auto;
        right: 0px;
        background-position: -26px 0;

        &:hover {
            background-position: -26px -70px;
        }
    }
}

/* 1360+ */
@media(min-width: 1360px) {
    .promo2 {
        &.product-detail-promo {
            width: 645px;
        }

        .promo-holder {
            width: 645px;

            .visual {
                width: 475px;
                height: 395px;
                float: right;
                position: relative;
                &.without-gallery {
                    width: 100%;
                    float: none;

                    a.thickbox.img_preview {
                        text-align: center;
                        img {
                            margin: 0 auto !important;
                        }
                    }
                }

                a.thickbox.img_preview {
                    height: 395px;
                    line-height: 395px;
                    text-align: left;
                    img {
                        margin-left: 0 !important;
                    }
                }
            }

            .gallery {
                width: 95px; //75px;
                float: right; //left;
                margin-right: 75px;//60px; //20px;
                height: 395px;
                margin-top: 0;
                /*display: flex !important;
                align-content: center;
                align-items: center;*/
                ul {
                    width: 95px; //75px;
                    padding: 0;

                    li {
                        margin-top: 5px;
                        width: 95px;
                        height: 95px;

                        a {
                            width: 85px;
                            height: 85px;

                            img {
                                //width: 100%;
                                height: auto;
                            }
                        }

                        span.overlay{
                            width: 95px;
                            height: 95px;
                            padding-top: 20%;
                        }

                        &.first {
                            margin-top: 0;
                        }

                        &:nth-child(5) {
                            display: none;
                        }
                    }
                }
            }
        }

        .btn-prev {
            left: 35px !important;
        }

        .btn-next {
            right: 35px !important;
        }
    }
}

@media(min-width: 800px) and (max-width: 1359px) {
    .promo2 {
        &.product-detail-promo {
        }

        .promo-holder {
            width: 455px;

            .visual {
                width: 360px;
                height: 395px;
                float: right;
                position: relative;
                &.without-gallery {
                    width: 100%;
                    float: none;

                    a.thickbox.img_preview {
                        img {
                            margin: 0 auto !important;
                        }
                    }
                }

                a.thickbox.img_preview {
                    height: 395px;
                    line-height: 395px;

                    img {
                        margin-left: 0 !important;
                    }
                }
            }

            .gallery {
                width: 75px;
                float: right; //left;
                margin-right: 20px;
                height: 395px;
                /* display: flex !important;
                align-content: center;
                align-items: center;*/
                margin-top: 0;

                ul {
                    width: 75px;
                    padding: 0;

                    li {
                        margin-top: 5px;

                        &.first {
                            margin-top: 0;
                        }
                    }
                }
            }
        }
    }
}

/* 800 */
@media(max-width: 989px) {
}

/* 640 */
@media ( max-width: 799px ) {
    .promo-cart-wrapper {
        padding: 20px 250px 0 0;
    }

    .promo2 {
        &.product-detail-promo {
            width: 100%;
        }

        .title {
            .labels {
                right: 0px;

                .label {

                    span {
                    }
                }
            }
        }

        .promo-holder {
            width: 100%;

            .visual {
                span.action-product.label {
                    // TODO
                    &.soldOut {
                        // TODO
                    }
                }

                a.thickbox {
                    height: auto !important;
                    line-height: normal !important;

                    &.img_preview {
                        height: auto !important;
                        line-height: normal !important;
                    }
                }

                img {
                    max-width: 85% !important;
                    height: auto !important;
                }
            }
        }

        .gallery, .btn-prev, .btn-next {
            display: none;
        }
    }
}

/* 640 - helper */
@media ( max-width: 709px ) {

    .promo2 {
        .promo-holder {

            .visual {
                text-align: left;

                span.action-product.label {
                    // TODO
                    &.soldOut {
                        // TODO
                    }
                }

                img {
                    max-width: 95% !important;
                }
            }
        }
    }
}

/* 480 */
@media ( max-width: 639px ) {
}

/* 320 (479max) */
@media ( max-width: 530px ) {
    .promo-cart-wrapper {
        padding: 0px 0 0 0;
    }

    .promo2 {
        &.product-detail-promo {
        }

        .title {
            .labels {
                right: 0px;

                .label {

                    span {
                    }
                }
            }
        }

        .promo-holder {
            display: none !important;
        }
    }
}
