﻿.article-detail {
    padding: 0px 50px;
}

.section-first {
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

    .section-first > * {
        -ms-flex: 1 50%;
        -webkit-flex: 1 50%;
        flex: 1 50%;
    }


.highslide-viewport-size {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.article-detail-images li a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

    .article-detail-images li a img {
        margin: 0px auto;
    }

.divZoom {
    background-color: white;
    z-index: 1110;
}


.article-detail-suggestedprice {
}

    .article-detail-suggestedprice div {
        padding: 5px 0px;
    }

        .article-detail-suggestedprice div * {
            display: block;
            width: 250px;
        }

    .article-detail-suggestedprice .button {
        width: 250px;
    }

    .article-detail-suggestedprice span, .article-detail-suggestedprice h3, .article-detail-suggestedprice div label {
        padding: 0px;
    }

    .article-detail-suggestedprice .button {
        padding: 10px;
    }

.article-detail-description {
    padding: 10px 10px 10px 20px;
}

.article-detail-attributes {
    padding: 10px 0px;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

    .article-detail-attributes li {
        /*padding: 5px;*/
        /*-ms-flex-flow: column wrap;
                -webkit-flex-flow: column wrap;
                flex-flow: column wrap;*/
        /*flex: 0 0 124px;*/
        /*height: 70px;*/
        /*display: flex;*/
        padding: 5px;
        margin-bottom: 10px;
        background: #e9e9e9;
    }

        .article-detail-attributes li span:not(:last-child) {
            /*color: #b4142b;*/
            color: #909192;
            font-weight: bold;
        }

        .article-detail-attributes li span:last-child {
            color: #303030;
        }

        .article-detail-attributes li span {
            /*width: calc(100% - 60px);
                    height: 50%;*/
            padding: 2.5px 5px;
            /*line-height: 25px;*/
            /*height: 50%;
                    display: block;*/
        }



    .article-detail-attributes img {
        height: 100%;
        width: 60px;
        /*padding: 2px;*/
        border-radius: 60px;
        /*width: 124px;
                height: 124px;
                border: 5px solid transparent;
                -moz-transition: all ease-in-out 0.3s;
                -o-transition: all ease-in-out 0.3s;
                -webkit-transition: all ease-in-out 0.3s;
                transition: all ease-in-out 0.3s;*/
    }

/* .article-detail-attributes .selected img {
            border: 5px solid gray;
        }*/

.article-detail-changevariant-tabcontent {
    display: inline-block;
    width: 100%;
    /*display: flex;
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;*/
}

    .article-detail-changevariant-tabcontent > div > a {
        float: left;
        width: 8.3%;
        min-width: 144px;
        padding: 10px;
        height: 170px;
    }

.divVariDetail {
    float: right;
    width: 16.6%;
    height: 340px;
    padding: 10px;
}

.imgVariDetail {
    display: block;
    margin-left: auto;
}

.article-detail-changevariant div a > div, .article-detail-changevariant div a > span {
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.article-detail-changevariant div a > div {
    margin: 2px auto;
    padding: 2px;
    border-radius: 124px;
    width: 124px;
    height: 124px;
    border: 5px solid transparent;
    -moz-box-shadow: rgba(125,125,125,0.5) 0px 0px 10px 3px;
    -webkit-box-shadow: rgba(125,125,125,0.5) 0px 0px 10px 3px;
    box-shadow: rgba(125,125,125,0.5) 0px 0px 10px 3px;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    /*img*/
}



    .article-detail-changevariant div a > div div {
        border-radius: 124px;
        width: 112px;
        height: 112px;
        background-position: center center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

.article-detail-changevariant div a.selected > div {
    /*border: 5px solid #e9e9e9;*/
    border: 5px solid red;
}



.article-detail-changevariant div a:hover > div {
    border: 5px solid black;
}

.article-detail-changevariant div a > span {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.article-detail-changevariant div a:hover > span {
    color: red;
}




















@media (max-width : 1200px) {
    .section-first {
        display: flex;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

        .section-first > * {
            -ms-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
        }
}

@media only screen and (max-width : 1919px) {
    .article-detail-changevariant-tabcontent > div > a {
        width: 10%;
    }

    .divVariDetail {
        width: 20%;
    }
}

@media only screen and (max-width : 1619px) {
    .article-detail-changevariant-tabcontent > div > a {
        width: 12.5%;
    }

    .divVariDetail {
        width: 25%;
    }
}

@media only screen and (max-width : 1339px) {
    .article-detail-changevariant-tabcontent > div > a {
        width: 16.6%;
    }

    .divVariDetail {
        width: 33.3%;
    }
}

@media only screen and (max-width : 1039px) {
    .article-detail-changevariant-tabcontent > div > a {
        width: 25%;
    }

    .divVariDetail {
        width: 50%;
    }
}

@media only screen and (max-width : 749px) {

    .article-detail {
        padding: 0px 10px;
    }

    .article-detail-changevariant-tabcontent > div > a {
        min-width: 110px;
        width: 33.3%;
        height: 133px;
    }

    .divVariDetail {
        width: 66.6%;
    }


    .article-detail-changevariant div a > div {
        width: 90px;
        height: 90px;
    }

        .article-detail-changevariant div a > div div {
            width: 80px;
            height: 80px;
        }

    .divVariDetail {
        height: 266px;
    }

    .imgVariDetail {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width : 619px) {
    .article-detail-changevariant-tabcontent > div > a {
        width: 50%;
    }

    .divVariDetail {
        width: 100%;
    }

    .imgVariDetail {
        margin: 0px auto;
    }
}
