.margincontainer {
    margin-top: 70px;
}

.category-heading {
    margin-top: 0px !important;
}

#filter {
    padding-right: 20px !important;
}
.paddingtop{
    margin-top:40px;
}
.aboutdress {
    margin: 0 auto;
    width: 100%;
}

.partialmargin {
    padding-left: 35px;
}

.arrowback {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

img {
    opacity: 1.0;
    filter: alpha(opacity=50);
}

.link:hover > img {
    opacity: 0.5;
    filter: alpha(opacity=100);
}

.laatzien {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    margin-top: 180px;
    left: 23%;
    width: 150px;
    height: 35px;
    font-size: 15px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    background-color: white;
    line-height: 35px;
}
.glimlachfoto{
    width:100%;
}
.groteGlimlachContainer{
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
}

@media(max-width: 991px ) {
    .pic {
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 20px;
        width: 255px;
    }
}

@media (max-width: 480px) {
    .pic {
        margin: 0 auto;
        margin-bottom: 50px !important;
        margin-top: 10px;
        float: none;
        width: 73%;
    }

    .arrowback {
        opacity: 0;
        width: 0!important;
    }

    .laatzien {
        left: 15%;
        height: 36px;
        margin-top: 140px;
    }

    .aboutdress {
        width: 100%;
        margin-top: 50px;
    }

    .test {
        width: 110px !important;
        bottom: 40px !important;
    }

        .test .summersale {
            font-size: 12px !important;
        }

    .strike {
        margin-top: 10px !important;
    }

    .partialmargin {
        padding-left: 15px !important;
    }

    #filter {
        padding-right: 15px !important;
    }
}

.test {
    width: 344px;
    z-index: 1001;
    bottom: 90px;
    margin-left: 180px;
    margin-right: 50px;
    position: relative;
    float: right;
}

    .test .summersale {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-decoration: underline;
        color: black;
        opacity: 0.8;
    }

.strike {
    margin-top: 70px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

    .strike > span {
        position: relative;
        display: inline-block;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 2px;
            background: black;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 15px;
        }

#dress-finder-dresses {
    margin-bottom: 20px;
}

.color-circle {
    display: inline-block;
    border-radius: 15px;
    height: 13px;
    width: 13px;
    border: solid 1px #D2D2D4;
    margin-right: 5px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    #dress-finder-dresses {
        text-align: center;
    }

        #dress-finder-dresses .img-responsive {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        #dress-finder-dresses .dressview:hover > a > .above > .dressview-background {
            display: none;
        }

        #dress-finder-dresses .dressview:hover {
            height: inherit;
        }

            #dress-finder-dresses .dressview:hover > a > .above > .dressview-extra {
                display: none;
            }

    #dress-finder-layout {
        text-align: center !important;
    }

        #dress-finder-layout div {
            text-align: center !important;
        }

    .dressview-extra {
        display: block !important;
    }

    .dressview-background {
        display: none;
    }
}

.dressview {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

    .dressview img {
        width: 100%;
        margin-bottom: 10px;
    }

    .dressview .above {
        position: relative;
    }

    .dressview .dressview-extra {
        display: none;
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
        position: relative;
    }


        .dressview .dressview-extra .color-circle {
            margin-right: 0;
            height: 15px;
            width: 15px;
        }

.color-circles {
    margin-top: 5px;
}

.dressview:hover {
    height: 50px;
}


.dressview .lighter {
    font-size: smaller;
}

.dressview a {
    text-decoration: none;
    color: black;
}

.dressview:hover > a > .expandable {
    display: block;
}

.dressview:hover > a > .above > .dressview-extra {
    display: block;
    position: relative;
    top: 0;
}

.dressview:hover > a > .above {
    z-index: 2;
}

    .dressview:hover > a > .above > .dressview-background {
        position: absolute;
        height: 106%;
        width: 126%;
        top: -6%;
        left: -13%;
        z-index: -1;
        background-color: white;
        box-shadow: 0 0 10px lightgrey;
        -ms-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
        -o-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
        -webkit-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
        transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    }

.dressview-background {
    position: absolute;
    height: 88%;
    width: 96%;
    top: 2%;
    left: 2%;
    z-index: -1;
    box-shadow: 0 0 10px lightgrey;
    -ms-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    -o-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    -webkit-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}

.filler {
    visibility: hidden;
}
.glim