﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');

.super-container {
    width: 100%;
    overflow: hidden;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.prlx-parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.nopadding {
    padding: 0px !important;
}

.button {
    display: inline-block;
    background: #0e8ce4;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .button a {
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 48px;
        color: #FFFFFF;
        padding-left: 35px;
        padding-right: 35px;
    }

    .button:hover {
        opacity: 0.8;
    }

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.single-product {
    padding-bottom: 140px;
}

.image-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 165px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
}

    .image-list li:last-child {
        margin-bottom: 0;
    }

    .image-list li:hover {
        box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    }

    .image-list li img {
        max-width: 100%;
    }

.image-selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: 525px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 15px;
}

    .image-selected img {
        max-width: 100%;
    }

.product-description {
    padding-left: 50px;
}

.product-category {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
}

.product-name {
    font-size: 30px;
    font-weight: 500;
    margin-top: 11px;
}

.product-rating {
    margin-top: 7px;
}

    .product-rating i {
        margin-right: 4px;
    }

        .product-rating i::before {
            font-size: 13px;
        }

.product-text {
    margin-top: 27px;
    text-align: justify;
}

    .product-text p:last-child {
        margin-bottom: 0px;
    }

.order-info {
    margin-top: 53px;
}

.product-quantity {
    width: 182px;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 25px;
    float: left;
    margin-right: 5px;
}

    .product-quantity span {
        display: block;
        height: 50px;
        font-size: 16px;
        font-weight: 300;
        color: rgba(0,0,0,0.5);
        line-height: 50px;
        float: left;
    }

    .product-quantity input {
        display: block;
        /* width: 30px; */
        height: 50px;
        border: none;
        outline: none;
        font-size: 16px;
        font-weight: 300;
        color: rgba(0,0,0,0.5);
        text-align: left;
        padding-left: 9px;
        line-height: 50px;
        float: left;
    }

.quantity-buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 29px;
    border-left: solid 1px #e5e5e5;
}

.quantity-inc,
.quantity-dec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer;
}

.quantity-control i {
    font-size: 11px;
    color: rgba(0,0,0,0.3);
    pointer-events: none;
}

.quantity-control:active {
    border: solid 1px rgba(14, 140, 228, 0.2);
}

.quantity-inc {
    padding-bottom: 2px;
    justify-content: flex-end;
    border-top-right-radius: 5px;
}

.quantity-dec {
    padding-top: 2px;
    justify-content: flex-start;
    border-bottom-right-radius: 5px;
}

.product-price {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin-top: 75px;
    clear: left;
}

.button-container {
    margin-top: 43px;
}

.cart-button, .to-cart-button {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
}

    .cart-button:focus, .to-cart-button:focus {
        outline: none;
    }

.price-table {
    width: 120px;
}

.color-scheme-picker {
    display: inline-block;
    width: 120px;
}

.select-color {
    height: 50px;
    background-color: gainsboro;
}

.selected-color-scheme {
    display: inline-block;
    width: 95%;
    margin-right: 2%;
}

.dropdown-color-header {
    padding: 5px 0 0 10px;
}

.color-scheme-panel {
    width: 100%;
    min-width: 120px;
    background-color: gainsboro;
}

.color-block {
    display: block;
}

.price-table {
	width: 300px;
	border: 2px solid;
    border-radius: 3px;
    border-collapse: separate;
}

th {
	padding-left: 3px;
	width: 100px;
	border: 0.5px solid;
	text-align: center;
}

