﻿.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -32px; /* half width of spinner gif */
    margin-top: -32px; /* half height of spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 64px; /* width of spinner gif */
    height: 66px; /*hight of spinner gif +2px to fix IE8 issue */
}

.hide {
    display: none;
}

.fallback {
    background-image: url(../img/image-not-found.jpg);
}

.imageModal {
    display: block;
    margin: 0 auto;
}

.imagemodal {
    display: block;
    margin: auto;
    max-height: 500px;
}

.cart-section {
    padding-bottom: 100px;
}

.basket-title-section {
    padding-top: 50px;
}

.hr-white {
    background: none;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    border: none;
    margin: -1px 0;
}

.accordion {
    padding-bottom: 100px;
}

.customHeading {
    padding: 50px 0 50px 0;
    text-align: center;
    color: black;
}

.customRow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5em;
    display: block;
    padding: 20px 0 20px 0;
    display: table-cell !important;
    vertical-align: middle !important;
}

.results {
    width: 100%;
    max-width: 62.5em;
    padding-bottom: 100px;
}

.customP {
    text-align: justify;
    text-justify: inter-cluster;
}

.heroMoved {
    top: 5% !important;
}

.customQtyDiv {
    display: inline-block;
    vertical-align: middle !important;
}

.customNoResults {
    color: black;
    padding-top: 75px;
    display: normal;
}

#orderModal {
    text-align: center;
}

#emptyModal {
    text-align: center;
}

#orderModalInside {
    display: inline-block;
}

.cartItemImage {
    float: left;
}

.customTbody {
    border-color: transparent;
}

cartTable {
    vertical-align: middle;
    display: block;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.removeFromCart {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 25%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    cursor: auto;
}

table {
    border: solid 0px #ddd !important;
}

.value {
    font-weight: 300;
}

tr {
    vertical-align: middle;
}

.customCartRow:nth-child(even) {
    background: #f2f2f2;
}

.customCartRow:nth-child(odd) {
    background: #fafafa;
}

.more_info {
    font-size: 18px;
    font-weight: 700;
    color: #3ac88c;
    text-transform: uppercase;
}

.cartItemText {
    position: relative;
    line-height: 25px;
}

.img {
    min-width: 213px;
}

.basket_module {
    display: block;
    /*background: #fafafa;*/
    padding: 20px 0 20px 0;
}

.p_thumb {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 20px;
}

.basket_desc {
    display: inline-block;
    font-size: 32px;
    font-weight: 100;
    margin: 5px 0 0 0;
    padding: 0;
}

.basket_module .p_thumb, .basket_module_even .p_thumb {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 20px;
}

.basket_module .basket_desc, .basket_module_even .basket_desc {
    display: inline-block;
    font-size: 32px;
    font-weight: 100;
    margin: 5px 0 0 0;
    padding: 0;
}

    .basket_module .basket_desc .value, .basket_module_even .basket_desc .value {
        font-weight: 300;
    }

@media (max-width: 640px) {
    .basket_module .basket_desc, .basket_module_even .basket_desc {
        display: block;
        margin: 10px 0;
    }
}

.basket_module .btn_wire, .basket_module_even .btn_wire {
    margin: 0;
}

.basket_module_even {
    background: #f2f2f2;
}

/* #Mixins
================================================== */
/* #Additional colors
================================================== */
/* #Typography
================================================== */
html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: "Roboto", "Helvetica", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: "Roboto", "Helvetica", sans-serif;
}

h1, h2 {
    font-weight: 100;
}

b {
    font-weight: 400;
}

p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 26px;
}

@font-face {
    font-family: 'icomoon';
    src: url("../css/fonts/icomoon.eot?-2eh3un");
    src: url("../fonts/icomoon.eot?#iefix-2eh3un") format("embedded-opentype"), url("../css/fonts/icomoon.woff?-2eh3un") format("woff"), url("../css/fonts/icomoon.ttf?-2eh3un") format("truetype"), url("../css/fonts/icomoon.svg?-2eh3un#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-error:before {
    content: "\e604";
}

.icon-success:before {
    content: "\e605";
}

.icon-hpc-search:before {
    content: "\e603";
}

.icon-logo:before {
    content: "\e600";
}

.icon-search:before {
    content: "\e601";
}

.icon-cart:before {
    content: "\e602";
}

/* #Navigation
================================================== */
.top-bar {
    background: #d4464e;
    height: 60px;
    position: fixed;
    width: 100%;
}

    .top-bar a {
        height: 60px;
        line-height: 59px;
    }

    .top-bar .name {
        height: 60px;
    }

        .top-bar .name .icon-logo {
            font-size: 40px;
            line-height: 60px;
        }

    .top-bar input {
        top: 0px;
        right: 0;
        width: 320px;
        height: 60px;
    }

.sub {
    position: relative;
}

.top-bar-section ul li {
    background: #d4464e;
    background: none;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 60px;
    background: #cf313a;
    font-size: 30px;
}

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #cf313a;
    }

.top-bar-section li.active:not(.has-form) a:not(.button) {
    line-height: 60px;
    background: #d7525a;
    font-size: 30px;
}

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #cf313a;
    }

@media (max-width: 640px) {
    .top-bar-section ul li > a {
        padding: 0px 12px;
    }
}

/* #Heros
================================================== */
.hero_search_module, .hero_success_module, .hero_error_module {
    position: relative;
    background: url("../img/hero.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}

    .hero_search_module .hero_wrapper, .hero_success_module .hero_wrapper, .hero_error_module .hero_wrapper {
        position: relative;
        overflow: hidden;
        top: 22%;
        position: relative;
    }

@media (max-width: 640px) {
    .hero_search_module .hero_wrapper, .hero_success_module .hero_wrapper, .hero_error_module .hero_wrapper {
        top: 25%;
    }
}

.hero_search_module .hero_content, .hero_success_module .hero_content, .hero_error_module .hero_content {
    text-align: center;
    color: #fff;
}

    .hero_search_module .hero_content h1, .hero_success_module .hero_content h1, .hero_error_module .hero_content h1, .hero_search_module .hero_content h2, .hero_success_module .hero_content h2, .hero_error_module .hero_content h2 {
        color: #fff;
    }

.hero_search_module.blank {
    background: none;
}

.global_search_module {
    margin: 30px 0 30px 0;
}

    .global_search_module .prefix, .global_search_module .postfix {
        height: 60px;
        line-height: 60px;
    }

    .global_search_module span.prefix {
        border-color: #f2f2f2;
    }

        .global_search_module span.prefix [class^="icon-"], .global_search_module span.prefix [class*=" icon-"] {
            font-size: 26px;
            line-height: 2.3;
        }

    .global_search_module input {
        height: 60px;
        border-color: #fff;
        box-shadow: inset 0 0px 0px transparent;
    }

        .global_search_module input[type="text"],
        .global_search_module input[type="password"],
        .global_search_module input[type="date"],
        .global_search_module input[type="datetime"],
        .global_search_module input[type="datetime-local"],
        .global_search_module input[type="month"],
        .global_search_module input[type="week"],
        .global_search_module input[type="email"],
        .global_search_module input[type="number"],
        .global_search_module input[type="search"],
        .global_search_module input[type="tel"],
        .global_search_module input[type="time"],
        .global_search_module input[type="url"],
        .global_search_module input[type="color"],
        .global_search_module textarea {
            font-weight: 300;
            font-size: 22px;
            font-style: normal;
            color: #4b535b !important;
        }

            .global_search_module input[type="text"]:focus,
            .global_search_module input[type="password"]:focus,
            .global_search_module input[type="date"]:focus,
            .global_search_module input[type="datetime"]:focus,
            .global_search_module input[type="datetime-local"]:focus,
            .global_search_module input[type="month"]:focus,
            .global_search_module input[type="week"]:focus,
            .global_search_module input[type="email"]:focus,
            .global_search_module input[type="number"]:focus,
            .global_search_module input[type="search"]:focus,
            .global_search_module input[type="tel"]:focus,
            .global_search_module input[type="time"]:focus,
            .global_search_module input[type="url"]:focus,
            .global_search_module input[type="color"]:focus,
            .global_search_module textarea:focus {
                border: 1px solid #faecec;
                border-left: 1px solid #fff;
                box-shadow: 0 0 10px #d4464e;
            }

.hero_success_module {
    background: url("../img/hero_success.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}

    .hero_success_module .icon-success {
        display: inline-block;
        font-size: 86px;
        color: #3ac88c;
        margin: 0 0 10px 0;
    }

    .hero_success_module .hero_wrapper {
        top: 35%;
    }

@media (max-width: 640px) {
    .hero_success_module .hero_wrapper {
        top: 30%;
    }
}

.hero_error_module {
    background: url("../img/hero_error.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}

    .hero_error_module .icon-error {
        display: inline-block;
        font-size: 86px;
        color: #ca383b;
        margin: 0 0 10px 0;
    }

    .hero_error_module .hero_wrapper {
        top: 35%;
    }

@media (max-width: 640px) {
    .hero_error_module .hero_wrapper {
        top: 30%;
    }
}

.button {
    font-family: "Roboto", "Helvetica", sans-serif;
}

.red, .green {
    background: #d4464e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

    .red:hover, .green:hover, .red:focus, .green:focus {
        background: #c42d36;
    }

.green {
    background: #3ac88c;
}

    .green:hover, .green:focus {
        background: #2faa76;
    }

.view_more {
    display: block;
    padding: 30px;
    background: #d3d3d3;
    color: #646464;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0px;
}

    .view_more:hover {
        background: #b9b9b9;
    }

/* #Footer
================================================== */
footer {
    background: #4b535b;
    color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
}

    footer .inner {
        padding: 20px 15px 0px 15px;
    }

    footer .meta {
        text-transform: uppercase;
        font-size: 14px;
    }

    footer ul.inline-list a {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
    }

        footer ul.inline-list a:hover {
            color: #d95b62;
        }

@media (max-width: 640px) {
    footer ul.inline-list {
        display: block;
        float: left !important;
        clear: left;
    }
}

.sub_page {
    position: relative;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
.sb-search {
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

    .sb-search-input::-webkit-input-placeholder {
        color: #efb480;
    }

    .sb-search-input:-moz-placeholder {
        color: #efb480;
    }

    .sb-search-input::-moz-placeholder {
        color: #efb480;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #efb480;
    }

.icon-hpc-search,
.sb-search-submit {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.icon-hpc-search {
    color: #fff;
    background: #e67e22;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

    .icon-hpc-search:before {
        content: "\e000";
    }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

    .sb-search.sb-search-open .icon-hpc-search,
    .no-js .sb-search .icon-hpc-search {
        background: #da6d0d;
        color: #fff;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit,
    .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }

/* #Typography
================================================== */
.heading {
    padding: 50px 0 50px 0;
    text-align: center;
}

.product_item, .product_item_even {
    /*display: block;
  background: #fafafa;
  padding: 20px  0 20px 0;*/
    width: 100%;
}

    .product_item h2, .product_item_even h2 {
        font-size: 32px;
        margin-top: 0px;
    }

    .product_item hr, .product_item_even hr {
        border-top: 1px solid #4b535b;
        width: 65px;
        margin: 0 0 20px 0;
    }

    .product_item p, .product_item_even p {
        font-size: 14px;
        line-height: 26px;
    }

.product_item_even {
    background: #f2f2f2;
}

.product_details {
    padding: 0;
}

    .product_details .sku, .product_details .more_info {
        font-size: 18px;
        font-weight: 700;
        color: #3ac88c;
        text-transform: uppercase;
    }

    .product_details .more_info {
        color: #4b535b;
    }

        .product_details .more_info:hover {
            /*color: #6e7985;*/
        }

.qty_module input {
    height: 45px;
}

.qty {
    text-align: center;
}

.qtyplus, .qtyminus {
    background: #ededed;
    border: 1px solid #969696;
    height: 45px;
    display: inline-block;
    width: 100%;
}

/* #Typography
================================================== */
.process_module {
    padding: 40px 0 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .process_module h2 {
        text-align: center;
        font-size: 26px;
    }

.contact_module input {
    height: 45px;
    margin-bottom: 30px;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

/* #Contact us modal
================================================== */
.contactus_title {
    text-align: center;
}

#contactus-comment {
    resize: none;
    height: 200px;
}

/* Added by Keegan */


.categoryWrapper {
    margin: 0 auto;
    width: 320px;
}

.categoryButton {
    position: relative;
    left: 0;
    width: 95%;
    height: 60px;
    margin: 0;
    border-radius:0px;
    background: #d4464e;
    cursor: pointer;
}

.categoryButton p {
    padding-top: 13px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 36px;
    color: #fff;
}

.categoryButton p:hover {
    color: #cecccf;
}

.categoryDropdown {
    display:none;
    position: relative;
    top: 0px;
    left: 50px;
    width: 275px;
    height: 0;
    margin: 0;
    padding: 0 5px 0 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #fff;
    background: #d4464e;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
}

.categoryContent {
    list-style: none;
    margin: 0;
    padding: 5px 5px 0 5px;
    opacity: 0;
}

.categoryContent li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    width: 100%;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #fff;
}

.categoryContent li:hover {
    color: #cecccf;
}

.categoryContactus_title {
    text-align: center;
}

.categoryContactus-comment {
    resize: none;
    height: 200px;
}

.categoryImage {
    height:20px;
    float: right;
}

#imgContainer {
    min-height: 480px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 25px;
    background: rgba(255, 255, 255, .7);
}

.imageBack {
    float:left;
    padding-top: 188px;
    width: 350px;
    margin-left: 20px;
}

.columnSplit {
    float: left;
    padding-top: 405px;
    margin-left: 40px;
    margin-top: 35px;
    color: #4b535b;
    font-size:15px;
    border-left: 2px solid #4b535b;
}
.companyCopy {
    padding-left: 10px;
    float: left;
    padding-top: 100px;
    margin-left: 7px;
    color: #4b535b;
    font-size:15px;
    max-width: 344px;
}

.copyList {
    list-style-type: none;
    text-align: left;
}

.clear {
    clear: both;
}