* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Play', sans-serif;
    font-size: 16px;
}

input,
select {
    box-shadow: inset -2px 2px 23px 0px rgba(0, 0, 0, 0.25);
    padding: .6em;
    border: none;
    border-radius: 20px;
    background: none;
}

    input[type="button"] {
        background: #bba97e;
        color: #fff;
        font-weight: 600;
    }

td,
th {
    padding: .35em;
}

header {
    background: url(../images/header-bg.jpg) top center repeat-x;
    background-size: cover;
    text-align: center;
    border-bottom: 6px solid #b7a476;
}

    header a {
        display: inline-block;
        margin: 13px auto;
    }

#pageWrapepr {
    margin: 15px auto;
    max-width: 1120px;
    width: 100%;
}

    #pageWrapepr h1 {
        text-align: center;
        padding-top: 15px;
        font-size: 2em;
        text-transform: uppercase;
        font-weight: 600;
    }

#searchBar {
    text-align: center;
    margin-top: 60px;
}

    #searchBar span {
        display: inline-block;
        padding: .5em;
        font-weight: 600;
        font-size: 1.2em;
    }

    #searchBar .wrapper {
        display: inline-block;
    }

        #searchBar .wrapper input {
            display: inline-block;
        }

        #searchBar .wrapper button {
            border: none;
            color: #fff;
            font-size: 1.2em;
            background: url(../images/search-bg.png);
            width: 45px;
            height: 40px;
            position: relative;
            right: 17px;
            top: 1px;
        }

#select {
    text-align: center;
    border-bottom: 5px solid;
}

    #select p {
        text-align: center;
        margin: 20px 0;
        font-size: 1.2em;
        font-weight: 600;
    }

    #select select {
        display: block;
        float: left;
        width: 265px;
        margin: 15px 5px;
    }


#select2 {
    text-align: center;
}

    #select2 p {
        text-align: center;
        margin: 20px 0;
        font-size: 1.2em;
        font-weight: 600;
    }


div#basket-area {
    margin: 30px 0;
    text-align: center;
}

    div#basket-area p {
        font-size: 2em;
        font-weight: 600;
        margin: 1em 0;
    }

table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table thead {
        background: #ccbf9f;
    }

    table tbody {
        padding-top: 20px;
    }

        table tbody tr:first-child td {
            padding-top: 20px;
        }

#basket-button, #shop-button, #shop-button2 {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: #b09c70;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    font-size: 1.8em;
    padding: .1em 1em;
    border-radius: 25px;
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}

    #basket-button:hover, #shop-button:hover {
        top: 1px;
        left: 1px;
    }

#productWrapper {
    border-bottom: 5px solid;
    padding-bottom: 20px;
}

a#back-button {
    display: block;
    width: 39%;
    text-align: center;
    text-decoration: none;
    background: #a4a3a2;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    padding: .3em 1em;
    border-radius: 25px;
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 15px auto 40px;
}

#productWrapper .productImage {
    display: inline-block;
    width: 26%;
}

    #productWrapper .productImage img {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        max-width: 100%;
    }

#productWrapper .short-description {
    display: inline-block;
    width: 67%;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 5%;
}

#productWrapper .longDescription h3 {
    margin: 20px 0;
}

#productWrapper .short-description span {
    display: inline-block;
    width: 48%;
}

    #productWrapper .short-description span.title {
        font-weight: 600;
    }

#realted {
    margin-top: 20px;
}

    #realted h3 {
        padding: 15px 0;
    }

footer {
    text-align: center;
    padding: 20px 0;
    background: url(../images/header-bg.jpg) top center repeat-x;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

    footer ul li {
        display: inline-block;
        padding: .5em;
        border-right: 1px solid;
    }

        footer ul li:last-child {
            border: none;
        }

    footer a {
        color: #fff;
        text-decoration: none;
    }

#loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.6;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#main-area
{
    width: 100%;
}

#main-area .img {
    float: left;
    text-align: left;
    width: 50%;
}

#main-area .img .productImage {
    display: inline-block;
    width: 90%;
}

    #main-area .img .productImage img {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        max-width: 100%;
    }


#main-area .details {
    float: left;
    text-align: left;
    width: 50%;
}

#product-table tr:nth-child(odd) td
{
    background-color: #f5f5f5;
}

span.comments{
    color: #555555;
    font-size: 10pt;
}