 @import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:600" rel="stylesheet);
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");

.container {

    width: 85%;
    margin: 0 auto;
    text-align: center;
}


.des {
    display: inline-block;
    border: 7px solid black;
    background: white;
    width: 96%;
    margin: 20px 2%;
    
    font-size: 20px;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.container > h1 {
    padding-top: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 55px;

}

#product-table {
    width: 100%;
    border-collapse: collapse;
}


#table-body tr {
    display: inline-block;
    width: 46%;
    float: left;
    margin: 2%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#product-table td {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

#style-selector {
    float: right;
}

#styles-select {
    background: white;
    font-size: 24px;
    margin: 20px;
    border: 1px solid #333;
}

#style-selector p {
    display: inline;
    font-size: 24px;
    font-weight: bold;
}




::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: center;
    font-size: 20px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
}

img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

.page-navigation {
    text-align: center;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 3%;
    display: inline-block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);




}

.page-navigation a {
    font-size: 24px;

    display: inline-block;
    padding: 5px 15px;
    color: #333;
    background-color: white;
    border: none;
    text-decoration: none;
    font-weight: bold;
}

.page-navigation a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page-navigation a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page-navigation a[data-selected] {
    background-color: #303030;
    color: white;
}

.product-container {
    width: 100%;
    position: relative;
    border-radius:5px;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;

}

.img-style-name {
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 1);
    float:left;
}

.img-style-name h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 5px;
    text-align: left;
    font-size: 30px;
    display: inline-block;
    float: left;
}

.product-description {

    position: absolute;
    display: none;

    margin: 0 auto;

    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
	width: 80%;
	padding: 20px;
	text-align: center;
    -webkit-transform: translate(-50%, -50%);
	    border: 3px solid black;
    background: rgba(0, 0, 0, 0.85);

    transform: translate(-50%, -50%);
    display: none;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    * -webkit-transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    max-height: 80%;
    overflow: auto;

}

.product-description p {
    color: white;

    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-size: 30px;
    margin: 0 auto;


}




.image-container {
    overflow: hidden;

}

.img-style-color {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 1);
    float: left;
}

.img-style-color h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 600;
    margin: 5px;
    text-align: right;
    display: inline-block;
    float: right;
}


.far {
    color: white;
    font-size: 30px;
    line-height: 125%;
    float: left;
    margin: 5px;
}

.image-style-color i::before {
    content: "\f059";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.img-wrapper {
    z-index: -1;
    width: 100%;
    padding-top: 75%;
    height: 0;
    position: relative;
    float: left;

}

.img-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}

.zoom-container {
	float: left;
	width: 100%;
}

.product-img {
    width: 100%;
    height: 100%;
}


@media screen and (max-width:1280px) {
    .container {
        width: 95%;
    }

}

@media screen and (max-width:1280px) {
    .container {
        width: 100%;
    }

}

@media screen and (max-width:920px) {

    #table-body tr {
        display: block;
        float: left;
        clear: both;
        width: 96%;
    }


}

@media screen and (max-width:420px) {
    .page-navigation a {
        display: none;
    }

    .page-navigation a[data-first],
    .page-navigation a[data-previous],
    .page-navigation a[data-selected],
    .page-navigation a[data-next],
    .page-navigation a[data-last] {
        display: inline-block;
    }

    .page-navigation a[data-selected]::before {
        content: "Page ";
    }

    .page-navigation a[data-selected] {
        color: #333;
        background-color: white;
    }



}

