
@font-face {
    font-family: 'HelveticaNeue';
    /*src: url('/fonts/helveticaneue-light-webfont.eot'); *//* IE 5-8 */
    src: local('☺'), /* sneakily trick IE */ url('/fonts/helveticaneue-light-webfont.woff') format('woff'), /* FF 3.6, Chrome 5, IE9 */ url('/fonts/helveticaneue-light-webfont.ttf') format('truetype'), /* Opera, Safari */ url('/fonts/helveticaneue-light-webfont.svg#font') format('svg'); /* iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    /*src: url('/fonts/helveticaneue-bold-webfont.eot'); *//* IE 5-8 */
    src: local('☺'), /* sneakily trick IE */ url('/fonts/helveticaneue-bold-webfont.woff') format('woff'), /* FF 3.6, Chrome 5, IE9 */ url('/fonts/helveticaneue-bold-webfont.ttf') format('truetype'), /* Opera, Safari */ url('/fonts/helveticaneue-bold-webfont.svg#font') format('svg'); /* iOS */
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot');
	src:url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.woff') format('woff'),
		url('/fonts/icomoon.ttf') format('truetype'),
		url('/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    min-height: 100%;
}

body {
    font-family: 'HelveticaNeue', 'Helvetica Light', Helvetica, Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #646464;
    background-color: #fff;
}

h1, h2, h3 {
    font-family: 'HelveticaNeue', 'Helvetica Light', Helvetica, Arial, sans-serif;
}

img {
    border: 0;
}

.fg-black {
    color: #000 !important;
}
.bg-black {
    background-color: #000 !important;
}
.fg-dark-green {
    color: #00622f !important;
}
.bg-dark-green {
    background-color: #00622f !important;
}
.fg-dk-grey {
    color: #333 !important;
}
.bg-dk-grey {
    background-color: #333 !important;
}
.fg-light-green {
    color: #8aca1c !important;
}
.bg-light-green {
    background-color: #8aca1c !important;
}
.fg-lt-grey {
    color: #f2f2f2 !important;
}
.bg-lt-grey {
    background-color: #f2f2f2 !important;
}
.fg-mid-grey {
    color: #888 !important;
}
.bg-mid-grey {
    background-color: #888 !important;
}
.fg-random {
    color: #e46b2a !important;
}
.bg-random {
    background-color: #e46b2a !important;
}
.fg-text-dark-gray {
    color: #3c3c3c !important;
}
.bg-text-dark-gray {
    background-color: #3c3c3c !important;
}
.fg-text-light-gray {
    color: #666 !important;
}
.bg-text-light-gray {
    background-color: #666 !important;
}
.fg-white {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.fg-wp-gray {
    color: #242424 !important;
}
.bg-wp-gray {
    background-color: #242424 !important;
}
.fg-ww-blue {
    color: #009fee !important;
}
.bg-ww-blue {
    background-color: #009fee !important;
}
.fg-ww-green {
    color: #67b52c !important;
}
.bg-ww-green {
    background-color: #67b52c !important;
}
.fg-ww-orange {
    color: #ee750d !important;
}
.bg-ww-orange {
    background-color: #ee750d !important;
}
.fg-ww-yellow {
    color: #fbb500 !important;
}
.bg-ww-yellow {
    background-color: #fbb500 !important;
}

.clearfix {
    clear: both;
}
.container {
    background-color: #fff;
    width: 1080px;
    margin: 0 auto;
    min-height: 200px;
    padding: 0;
}
    .bg-image {
        position: fixed;
        background-position: center top;
        width: 100%;
        height: 100%;
        background-image: url(/system/0047/0308/0283-WWM-WW_Promo_Website_Background-25102018.jpg);
        background-repeat: no-repeat;
        z-index: -1;
        background-size: cover;
    }
.form-control {
    display: inline;
    width: inherit;
    box-shadow: none;
}
form {
    font-size: 11pt;
}

.bc-footer {
    width: 1080px;
    margin: 10px auto;
    padding: 0;
    text-align: right;
}

.bc-footer a {
    margin-right: 3em;
}

.footer {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
}

.header {
    /*height: 80px;*/
    padding: 30px 40px 20px;
    margin: 0;
    position: relative;
    background-color: #fff;
}
#mobile-header {
    background-color: #fff;
}
#mobile-header a {
    color: #242424;
}

a:focus, a:active, a:visited {
    outline: 0;
    text-decoration: none;
}

#logo {
    height: 90px;
    width: 132px;
}

.header h1 {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

#search {
    position: absolute;
    top: 30px;
    right: 40px;
    display: none;
}
/* stop safari making search box 100% wide */
#search .form-control {
    width: inherit;
    float: right;
}


#header-nav {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

    #header-nav a span {
        display: none;
    }
    #header-nav a {
        background-image: url('/system/0029/8790/buttons.png');
        background-repeat: no-repeat;
        display: inline-block;
        width: 72px;
        height: 72px;
        margin-left: 10px;
    }
        #menu-button-0 {
            background-position: 0px 0;
        }
        #menu-button-0:hover, #menu-button-0.selected {
            background-position: 0px -77px;
        }
        #menu-button-1 {
            background-position: -77px 0;
        }
        #menu-button-1:hover, #menu-button-1.selected {
            background-position: -77px -77px;
        }
        #menu-button-2 {
            background-position: -154px 0;
        }
        #menu-button-2:hover, #menu-button-2.selected {
            background-position: -154px -77px;
        }
        #menu-button-3 {
            background-position: -231px 0;
        }
        #menu-button-3:hover, #menu-button-3.selected {
            background-position: -231px -77px;
        }
        #menu-button-4 {
            background-position: -308px 0;
        }
        #menu-button-4:hover, #menu-button-4.selected {
            background-position: -308px -77px;
        }
        #menu-button-5 {
            background-position: -385px 0;
        }
        #menu-button-5:hover, #menu-button-5.selected {
            background-position: -385px -77px;
        }

.page-header .banner {
    max-height: 300px;
    overflow: hidden;
    /*margin-bottom: 24px;*/
    width: 100%;
}
.page-header .banner img {
    width: 100%;
}
.page-header {
    border-bottom: none;
    margin: 0;
    overflow: hidden;
}
#main-page h1, #main-page h2 {
    color: #fff;
    background-color: #8aca1c;
    font-size: 24pt;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-align: center;
}
#main-page .page-header h1 {
    font-size: 24pt;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
#main-page .page-header h2 {
    font-size: 16pt;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
.page-header p {
    font-size: 12pt;
    text-align: center;
    margin-top: 1em;
}
#main-page.page_home h1, #main-page.page_home h2 {
    color: #fff;
    background-color: #009fee;
}
#main-page.page_store h1, #main-page.page_store h2 {
    color: #fff;
    background-color: #009fee;
    font-size: 24pt;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
#main-page.page_product h1 {
    color: #fff;
    background-color: #009fee;
}
#main-page.page_checkout h1 {
    color: #fff;
    background-color: #8aca1c;
}
#main-page .title {
    background-color: white;
    color: #8aca1c;
    margin-top: 1em;
}
.item-customisation {
    width: 700px;
    margin: auto;
}
.item-customisation .image-container {
    display: block;
    float: left;
    text-align: center;
    width: 200px;
}
.item-customisation img {
    max-height: 150px;
    max-width: 200px;
}
.page_checkout .item-customisation .custom-fields {
    margin-left: 200px;
    margin-top: 0;
}
#main-page.page_credit_cards h1 {
    color: #888;
    background-color: #fff;
}
#main-page.page_login h1,#main-page.page_login h2 {
    color: #00622f;
    background-color: #fff;
}
#main-page.page_login .login h2 {
    color: #f2f2f2;
    background-color: inherit;
    margin: 0;
}

#main-page .indent h1 {
    margin-left: -20px;
    margin-right: -20px;
    color: #fff;
    background-color: #009fee;
}
#main-page .indent h2, #main-page .indent h3, #main-page .indent h4 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0.25em 20px;
}
#main-page .indent h2 {
    color: #ee750d;
    background-color: #fff;
    font-size: 18pt;
    margin: 0.75em -20px 0 -20px;
    text-align: left;
}
#main-page .indent h3 {
    color: #67b52c;
    background-color: #fff;
    font-size: 16pt;
}
#main-page .indent h4 {
    color: #67b52c;
    background-color: #fff;
    font-size: 14pt;
}
#main-page .indent table {
    border-collapse: collapse;
    font-size: 11pt;
    margin-left: 60px;
}
#main-page .indent table td {
    padding: 0.25em 1em;
}
#main-page .indent table th {
    padding: 0.25em 1em;
    color: #000;
    font-weight: bold;
}
#main-page .indent table tr:first-of-type td {
    padding: 0.25em 1em;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #000;
}

#main-page .indent ul {
    /*font-weight: 300;*/
    font-size: 11pt;
    line-height: 24px;
    margin: 12px 0 12px 68px;
    list-style: none;
    padding: 0 0 0 24px;
}

#main-page .indent li {
    padding-left: 6px;
    text-indent: 0;
}

#main-page .indent li:before {
    font-family: "icomoon";
    content: "\e000";
    color: #c4d82f;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    width: 24px;
    margin-left: -24px;
}
#main-page ul.contents-list {
    background-color: #f0f0f0;
    margin-left: 0;
    margin-top: 0;
    padding: 1em;
    width: 50%;
}
#main-page ul.contents-list li::before {
    content: none;
}

#main-page .indent ol li::before {
    content: none;
}

#main-page .description ul {
    /*font-weight: 300;*/
    font-size: 11pt;
    line-height: 24px;
    margin: 12px 0 12px 4px;
    list-style: none;
    padding: 0 0 0 24px;
}

#main-page .description li {
    padding-left: 6px;
    text-indent: 0;
}

#main-page .description li:before {
    font-family: "icomoon";
    content: "\e000";
    color: #c4d82f;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    width: 24px;
    margin-left: -24px;
}

.preamble {
    font-size: 12pt;
    margin: 36px auto 12px;
    text-align: center;
    padding: 0 36px;
    max-width: 700px;
}
h1 {
    padding: 10px 0
}
.h-card-container-a {
  height: 240px;
  width: 100%;
  overflow: hidden;
}

.page_login h1, .page_home h1, .page_store h1 {
    /*margin: -24px 0 0 0;*/
    padding: 10px 0 0 0;
}
.page_login h2, .page_home h2, .page_store h2 {
    /*margin: 0;*/
    padding: 0 0 10px 0;
}
.page_login {
    background-color: #fff;
}
.login {
    font-size: 12pt;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    margin: 10px auto 40px;
    padding: 12px 24px;
    width: 600px;
    border-radius: 12px;
    color: #00622f;
}
.login .switch-panel {
  text-align: right;
  display: block;
  color: #00622f;
  text-decoration: underline;
  margin: 1em;
}
.login table {
    padding: 0;
    border-spacing: 0;
    margin: 0 80px;
}

.login [name="user_email"] {
    text-align: right;
}
.login tr td:first-child {
    text-align: right;
}

.login input[name="user[email]"] {
    text-align: right;
}
.login input[type="text"], .login input[type="password"] {
    width: 120px;
    font-family: 'HelveticaNeue', 'Helvetica Light', Helvetica, Arial, sans-serif;
    font-size: 12pt;
}
.login input[type="text"].long {
    width: 300px;
    text-align: left;
}
.login input[type="text"].medium {
    width: 200px;
    text-align: left;
}
.login tr td:first-child {
    padding-right: 10px;
}

.login table label {
    width: 100px;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    color: #00622f;
}
.login td {
    padding-bottom: 3px;
}

.login.register td {
    padding-bottom: 5px;
}
.login select {

}
#main-page {
    margin-left: 220px;
    padding-bottom: 40px;
}
#main-page.wide-page {
    padding-bottom: 24px;
    margin-left: 0;
}
#flash {
    border: 1px solid #e9621a;
    background-color: #ffc;
    padding: 10px;
    margin: 10px;
    text-align: center;

}
.login #flash {
    box-shadow: none;
    font-size: 12pt;
    margin: 10px 0;
}

#flash h1 {
    display: none;
}

#flash a {
    display: none;
}

#flash p {
    margin: 0.25em 0;
    text-align: center;
    font-size: 14pt;
    color: #e9621a;
}
.login #flash p {
    font-size: 12pt;
}

#flash.success {
  background-color: #efe;
  border: unset;
}
#flash.success p {
  color: #3a3;
}
.content {
    position: relative;
    background-color: #fff;
}
.sidebar .search h3 {
    border: none;
    padding-bottom: 2px;
}

.sidebar-bg {
    width: 220px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ee750d;
    z-index: 10;
}

.sidebar {
    width: 220px;
    float: left;
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    color: #fff;
    font-size: 12pt;
    padding-bottom: 20px;
    min-height: 500px;
    /*display: inline-block;*/
}

.lhs-item {
    padding-left: 20px;
    display: block;
    background-color: #ee750d;
    z-index: 10;
    position: relative;
}
form.lhs-item {
    padding-left: 0;
}


.sidebar .b-border {
    border-bottom: 1px solid #ee750d;
}

.sidebar h3 {
    font-size: 12pt;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 8px;
    font-weight: bold;
    /*border-top: 1px solid #678;*/
    /*border-bottom: 1px solid #678;*/
    /*background-color: #006D67;*/
}

.lhs-link {
    background-color: #ee750d;
    text-decoration: none;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

.lhs-link:hover {
    background-color: #fbb500;
    color: #fff;
    text-decoration: none;
}

.lhs-link.selected {
    background-color: #fbb500;
    color: #fff;
}

/* sidebar stuff --------*/
.sidebar-item {
    display: block;
    font-size: 12pt;
    margin: 0;
    color: #fff;
    padding: 7px 5px 7px 20px;
}
.sidebar-link {
    text-decoration: none !important;
    max-width: 220px;
    padding: 0 5px 0 20px;
    line-height: 35px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ee750d;
}
.sidebar-submenu-link {
    text-decoration: none !important;
    max-width: 220px;
    padding: 0 5px 0 20px;
    line-height: 35px;
}
.sidebar .sb-chevron {
    float: right;
    padding-right: 5px;

}
.sidebar-link:hover, .sidebar-submenu-link:hover {
    /*background-color: #f58426;*/
    background-color: #ee750d;
    color: #fff;
}
#sidebar-cart .sidebar-link:hover {
    background-color: #fbb500;
    color: #fff;
}

#categories,
#categories .sidebar-heading,
#categories .sidebar-search,
#categories .sidebar-link,
#categories .sidebar-category,
.sidebar-bottom {
    background-color: #ee750d;
}
#categories .sidebar-link:hover, .has-sidebar-submenu:hover .sidebar-link, #categories .sidebar-link.selected span, .has-sidebar-submenu.show-slideout .sidebar-link {
    background-color: #fbb500 !important;
    color: #fff;
}

.sidebar-slideout-menu p {
    color: white;
    margin: 1em;
}
.sidebar-slideout-menu {
    width: 220px;
    position: absolute;
    right: -2px;
    padding-bottom: 20px;
    /*border-bottom-right-radius: 24px;*/
    border-right: 2px solid white;
}
.has-sidebar-slideout-menu {
    transition: width 0.5s 0.3s;
    width: 248px;
}
.has-sidebar-slideout-menu:hover {
    width: 498px;
    background-color: #8aca1c;
}
#categories .selected {
    background-color: #fbb500;
}
.has-sidebar-slideout-menu .sb-chevron {
    transition: opacity 1.0s linear;
    opacity: 1;
    padding-right: 25px;
}
.has-sidebar-slideout-menu:hover .sb-chevron {
    opacity: 0;
}
.has-sidebar-slideout-menu .sidebar-heading {
    transition: all 0.5s 0.5s;
    padding-left: 0;
}
.has-sidebar-slideout-menu:hover .sidebar-heading {
    padding-left: 100px;
}
.sidebar-search {
    position: relative;
    z-index: 10;
}
.sidebar-search input {
    border: medium none;
    border-radius: 6px;
    font-family: "Open Sans","Helvetica Light",Helvetica,Arial,sans-serif;
    font-size: 12pt;
    line-height: 27px;
    margin-left: 20px;
    margin-right: 33px;
    padding-left: 10px;
    width: 209px;
}
.sidebar-category {
    position: relative;
}
.sidebar-submenu {
    width: 220px;
    position: absolute;
    right: 0px;
    padding: 24px 0;
    /*border-bottom-right-radius: 24px;*/
    /*border-top-right-radius: 24px;*/
    background-color: #67b52c;
    z-index: 3;
}
.sidebar-submenu .sidebar-submenu-link {
  background-color: #67b52c;
  color: #fff;
  border-bottom: 1px solid #67b52c
}
.sidebar-submenu .sidebar-submenu-link:hover {
  background-color: #fbb500;
  color: #fff;
}
.has-sidebar-submenu {
    transition: width 0.5s 0.5s;
    width: 220px;
}
.has-sidebar-submenu:hover, .has-sidebar-submenu.show-slideout {
    width: 440px;
    background-color: #8aca1c !important;
}
.has-sidebar-submenu .sb-chevron {
    transition: opacity 1.0s linear;
    opacity: 1;
    right: 5px;
    position: absolute;
}
.has-sidebar-submenu:hover .sb-chevron, .has-sidebar-submenu.show-slideout .sb-chevron {
    opacity: 0;
}
.has-sidebar-submenu .sidebar-heading {
    transition: all 0.5s 0.5s;
    padding-left: 0;
}
.has-sidebar-submenu:hover .sidebar-heading, .has-sidebar-submenu.show-slideout .sidebar-heading {
    padding-left: 100px;
}
.has-sidebar-submenu .link-text {
    transition: all 0.3s linear;
    padding-left: 0px;
}
.has-sidebar-submenu:hover .link-text, .has-sidebar-submenu.show-slideout .link-text {
    margin-left: -10px;
}
.sidebar-bottom {
    height: 60px;
    /*border-bottom-right-radius: 24px;*/
    position: relative;
    width: 248px;
    z-index: 10;
}
/* ---------------------------------------------------- start submenu offsets */
.sidebar-submenu.menu-offset-0 {
    top: -24px;
}
.sidebar-submenu.menu-offset-1 {
    top: -60px;
}
.sidebar-submenu.menu-offset-2 {
    top: -96px;
}
.sidebar-submenu.menu-offset-3 {
    top: -132px;
}
.sidebar-submenu.menu-offset-4 {
    top: -168px;
}
.sidebar-submenu.menu-offset-5 {
    top: -204px;
}
.sidebar-submenu.menu-offset-6 {
    top: -240px;
}
.sidebar-submenu.menu-offset-7 {
    top: -276px;
}
.sidebar-submenu.menu-offset-8 {
    top: -312px;
}
.sidebar-submenu.menu-offset-9 {
    top: -348px;
}
.sidebar-submenu.menu-offset-10 {
    top: -384px;
}
.sidebar-submenu.menu-offset-11 {
    top: -420px;
}
.sidebar-submenu.menu-offset-12 {
    top: -456px;
}
.sidebar-submenu.menu-offset-13 {
    top: -492px;
}
.sidebar-submenu.menu-offset-14 {
    top: -528px;
}
.sidebar-submenu.menu-offset-15 {
    top: -564px;
}
.sidebar-submenu.menu-offset-16 {
    top: -600px;
}
.sidebar-submenu.menu-offset-17 {
    top: -636px;
}
.sidebar-submenu.menu-offset-18 {
    top: -672px;
}
.sidebar-submenu.menu-offset-19 {
    top: -708px;
}
.sidebar-submenu.menu-offset-20 {
    top: -744px;
}
/* ---------------------------------------------------- end submenu offsets */


.product-list {
    margin-left: -20px;
}

.subcategory, .product {
    display: block;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    float: left;
    height: 230px;
    margin-bottom: 8px;
    margin-left: 9px;
    padding: 24px 0 0 0;
    position: relative;
    width: 204px;
    overflow: hidden;
}

.subcategory .cat-image, .product .product-image {
    height: 202px;
    padding: 1px;
    vertical-align: middle;
    width: 202px;
    display: table-cell;
    text-align: center;
}
.subcategory .cat-image img, .product .product-image img {
    max-width: 200px;
    max-height: 200px;
}


.subcategory .product-name, .product .product-name {
    background-color: #fff;
    color: #888;
    display: block;
    font-size: 10pt;
    margin-left: -1px;
    margin-top: -1px;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    width: 204px;
    position: absolute;
    top: 0;
}

.subcategory:hover, .product:hover {
    border: 1px solid #ee750d;
    text-decoration: none;
}

.subcategory:hover .product-name, .product:hover .product-name {
    background-color: #ee750d;
    color: #fff;
}

.product .coloured-btn {
    /*border-radius: 8px;*/
    bottom: 2px;
    display: inline-block;
    height: auto;
    left: 2px;
    line-height: 26px;
    position: absolute;
    text-decoration: none;
    border: none;
    /*background-color: #000;*/
    /*color: #006D67;*/
    /*background: -moz-linear-gradient(center top , #444, #000);*/
    /*background: -webkit-linear-gradient(top , #444, #000);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#000'); *//* for IE */
}

.product .product-price {
    bottom: -3px;
    color: #888;
    font-size: 10pt;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-align: right;
    padding: 0 5px 0 10px;
    background-color: white;
}
.product .product-price.use-prefix::before {
    content: "from";
    position: relative;
    bottom: 0;
}
.product:hover .product-price {
    color: #ee750d;
}
.product .product-savings {
    bottom: 2px;
    color: red;
    font-size: 10pt;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: left;
    padding: 0 5px 0 5px;
    background-color: white;
}

.product .dollars {
    font-size: 20pt;
}

.product .product-savings .dollars {
    font-size: 10pt;
}

.product .product-price .cents {
    font-size: 10pt;
}
.subcategory {
    border: 1px solid #f2f2f2;
}

.subcategory .product-name {
    background-color: #fff;
    color: #888;
}

.subcategory:hover {
    border: 1px solid #ee750d;
}

.subcategory:hover .product-name {
    background-color: #ee750d;
    color: #fff;
}

.single-price.product-price {
    color: #67b52c;
    font-size: 10pt;
    font-weight: normal;
}

.single-price .dollars {
    /*font-size: 20pt;*/
}

.single-price .cents {
    font-size: 10pt;
}

#product-page h4 {
    margin: 1em 0 0 0;
}
#load-more-items {
    float: left;
    width: 100%;
    text-align: center;
    margin: 2em 0;
}
#load-more-items p {
    margin: 0;
}
#load-more-items .spinner-medium {
    margin-top: 24px;
}
.spinner {
    display: none;
}
.lhs {
    float: left;
    width: 400px;
    margin-right: 9px;
}

.lhs p {
    text-align: center;
    font-size: 9pt;
}

#product-page {
    /*margin: 0 10px;*/
}
#product-page p {
    font-size: 12pt;
}
#product-page .image-surround {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 400px;
    height: 400px;
    position: relative;
}
.image-surround img {
    max-height: 400px;
    max-width: 400px;
}
.product-code {
    display: block;
    text-align: right;
    margin: -40px 5px 0px 0;
    font-weight: 300;
    color: #888;
}
.rhs {
    margin-left: 400px;
}
.rhs h3 {
    margin-top: 0;
}
.thumbnail-surround {
    border: 1px solid #eee;
    display: table-cell;
    float: left;
    height: 54px;
    margin: 0 3px 3px 0;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    width: 54px;
}
.thumbnail-surround:hover {
    border: 1px solid #ccc;
}
.thumbnail {
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
.rhs h3, .rhs h4 {
    color: #67b52c;
    font-size: 14pt;
    margin: 1em 0 0 0;

}
.product-show-section {
    margin-top: 1em;
}

.variation-stock-levels {
    text-align: left;
}
.variation-stock-levels td {
    padding-right: 2em;
}
.variation-stock-levels tr.out-of-stock {
    color: red;
}

.variation-stock-levels tr.backorder {
    color: orange;
}

.product-show-section .add-to-cart {
    background-color: #DDDDDD;
    border-radius: 10px;
    padding: 5px 12px 12px;
    min-width: 200px;
    border-collapse: separate;
}

.product-show-section .add-to-cart td {
    padding-top: 5px;
}
.product-show-section .add-to-cart td.name {
    text-align: right;
    padding-right: 1em;
    padding-left: 1em;

}
.product-show-section .add-to-cart .green-button {
    width: 100%;
    padding: 5px;
    height: inherit;
}

.product-show-section h4 {
    margin-bottom: 0px;
}


.green-button {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 25px;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    min-width: 110px;
    margin: 0;
    display: inline-block;
    /*float: right;*/
    color: white;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset;
    font-weight: normal;
        background-color: #ee750d;
        border: 1px solid #a55109;
        background-image: -moz-linear-gradient(center top, #fb821a, #be5d0a);
        background-image: -webkit-linear-gradient(top, #fb821a, #be5d0a);
        background-image: -ms-linear-gradient(center top, #fb821a, #be5d0a);
        background-image: linear-gradient(center top, #fb821a, #be5d0a);

    /*background-color: #A9C83E;*/
    /*background-image: -moz-linear-gradient(center top , #A9C83E, #99AC25);*/
    /*background-image: -webkit-linear-gradient(center top , #A9C83E, #99AC25);*/
    /*background-image: -ms-linear-gradient(center top , #A9C83E, #99AC25);*/
    /*background-image: linear-gradient(center top , #A9C83E, #99AC25);*/
    /*border: 1px solid #7D962F;*/
    /*border-radius: 3px 3px 3px 3px;*/
    /*box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;*/
    /*color: white;*/
    /*font-size: 12pt;*/
    /*padding: 5px 20px;*/
    /*text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);*/
}

.green-button:hover {
    color: white;
    text-decoration: none;
        background-color: #fb821a;
        background-image: -moz-linear-gradient(center top, #ff8e26, #d6690c);
        background-image: -webkit-linear-gradient(center top, #ff8e26, #d6690c);
        background-image: -ms-linear-gradient(center top, #ff8e26, #d6690c);
        background-image: linear-gradient(center top, #ff8e26, #d6690c);
}

.enquiry-button, #sheet-enquiry .send-btn {
}

.enquiry-button:hover, #sheet-enquiry .send-btn:hover {
}

.button-quote {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 25px;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    min-width: 110px;
    margin: 0;
    display: inline-block;
    /*float: right;*/
    color: white;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset;
    font-weight: normal;
    background-color: #CB007C;
    background-image: -moz-linear-gradient(top, #F90098, #CB007C);
    background-image: -webkit-linear-gradient(top, #F90098, #CB007C);
    background-image: -ms-linear-gradient(top, #F90098, #CB007C);
    background-image: linear-gradient(top, #F90098, #CB007C);
    border: 1px solid #A80066;
}

.button-quote:hover {
    color: white;
    text-decoration: none;
    background-color: #E5008C;
    background-image: -moz-linear-gradient(top, #FF14A3, #E5008C);
    background-image: -webkit-linear-gradient(top, #FF14A3, #E5008C);
    background-image: -ms-linear-gradient(top, #FF14A3, #E5008C);
    background-image: linear-gradient(top, #FF14A3, #E5008C);
}

.button-sample {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 25px;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-decoration: none;
    min-width: 110px;
    margin: 0;
    display: inline-block;
    /*float: right;*/
    color: white;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset;
    font-weight: normal;
    background-color: #008DA2;
    background-image: -moz-linear-gradient(top, #00B4D0, #008DA2);
    background-image: -webkit-linear-gradient(top, #00B4D0, #008DA2);
    background-image: -ms-linear-gradient(top, #00B4D0, #008DA2);
    background-image: linear-gradient(top, #00B4D0, #008DA2);
    border: 1px solid #006E7F;
}

.button-sample:hover {
    color: white;
    text-decoration: none;
    background-color: #00A3BC;
    background-image: -moz-linear-gradient(top, #00CBEA, #00A3BC);
    background-image: -webkit-linear-gradient(top, #00CBEA, #00A3BC);
    background-image: -ms-linear-gradient(top, #00CBEA, #00A3BC);
    background-image: linear-gradient(top, #00CBEA, #00A3BC);
}


.mask {
    width: 100%;
    min-width: 1080px;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200; /* must be greater than the top image in the slideshow */
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    overflow: hidden;
}
.green-button:visited, .green-button:focus {
    color: white;
}

.green-button:active {
    box-shadow: 0 0 1px #667800 inset, 0 0 9px #7b9200 inset;
}
.green-button:disabled, .green-button.disabled {
    background-color: #bbbbbb;
    background-image: -moz-linear-gradient(top, #cacaca, #aeaeae);
    background-image: -webkit-linear-gradient(top, #cacaca, #aeaeae);
    color: #eeeeee;
    border: 1px solid #6e6e6e;
    text-shadow: none;
}


.modal-test, .modal-edit {
    z-index: 201; /* must be greater than the mask */
    width: 800px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    box-shadow: 0 3px 25px #555;
    -moz-box-shadow: 0 3px 25px #555;
    -webkit-box-shadow: 0 3px 25px #555;
    display: none;
}
.page-body .loading {
    color: #ccc;
    font-size: 20pt;
    line-height: 100px;
    text-align: center;
}
.modal-test .loading {
    color: #ccc;
    font-size: 20pt;
    line-height: 200px;
    text-align: center;
    width: 100%;
}
.modal-test h2, .modal-edit h2 {
    color: #fff;
    background-color: #8aca1c;
    /*text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);*/
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 1em 8px 1em;
    font-size: 25pt;
    margin: 0;
    font-style: normal;
}

.close-modal {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 12pt;
}
.close-modal:hover {
    color: #fff;
}

.modal-body {
    padding: 20px 20px 10px 20px;
}

/*
    brown    #006D67
    orange   #ee5800
    tan      #e9e9e9
    dark tan #b3a198
    page     #e9e9e9
*/

.cart-contents table {
    margin-right: -13px;
    font-size: 11pt;
    width: 100%;
}

.cart-contents th {
    font-weight: normal;
    vertical-align: bottom;
    color: #009fee;
}

.cart-contents td, .cart-contents th {
    padding: 5px;
    text-align: left;
}

.cart-contents td {
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.cart-contents .footer td {
    border-top: none;
}

.cart-contents table h3 {
    font-weight: normal;
}

.cart-contents table .footer h3, .cart-contents table .footer .money {
    /*font-weight: bold;*/
    color: #009fee;
}

.cart-contents .total {
    font-weight: bold;
    color: #009fee;
}

.cart-contents .numeric {
    text-align: right;
}

.cart-contents h3 {
    text-shadow: none;
    font-size: 11pt;
    margin: 0 0 8px 0;
}

.cart-contents .coloured-btn {
    text-decoration: none;
    font-size: 11pt;
    /*background-color: #ee5800;*/
    padding: 8px 10px 6px 10px;
    /*text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);*/
    /*border: 1px solid #b1c81f;*/
}

.cart-contents .coloured-btn:hover {
    /*border: 1px solid #a1b80f;*/
}

.cart-contents .action {
    color: #006D67;
    font-size: 11pt;
}

.cart-contents .action:hover {
    color: #ee5800;
}

.cart-contents .delete {
    /*text-decoration: underline;*/
    color: red;
}
.cart-contents .adjust {
    /*text-decoration: underline;*/
    color: blue;
}

.cart-contents .delete:hover, .cart-contents .adjust:hover {
    text-decoration: underline;
}

.cart-contents .col-desc {
    width: 251px !important;
}

.cart-contents .col-price {
    width: 80px !important;
}

.cart-contents .col-info, .cart-contents td.info {
    width: 0 !important;
    visibility: hidden !important;
}

.cart-contents .td-delete, .cart-contents .td-img, .cart-contents .td-adjust {
    background-color: inherit;
}

.cart-contents .money {
}

.cart-contents .showing-adjust-tr td {
    padding-bottom: 0;
}
.cart-contents .tr-adjust td {
    padding: 0 5px 15px;
    border-top: none;
}
.cart-contents .showing-adjust-tr .adjust {
    display: none;
}
.cart-contents .tr-with-error td {
    border-top: none;
}
.cart-contents .tr-error td {
    text-align: center;
    background-color: #ff8;
}
.cart-contents .product-option {
    font-size: 10pt;
    margin-left: 3em;
    display: block;
}
.td-img {
    height: 60px;
}
.page_checkout form {
    width: 700px;
    margin: auto;
    font-size: 11pt;
}
.page_checkout .checkout {
    margin-top: 2em;
}
.page_checkout .checkout td, .page_credit_cards td {
    vertical-align: top;
    padding-bottom: 3px;
}
.page_checkout .checkout .name, .page_credit_cards .name {
    text-align: right;
    padding-right: 0.5em;
    color: #009fee;
    min-width: 140px;
}
.profile-edit {
    width: 600px;
    margin: 0 auto;
}
.profile-edit label {
    text-align: right;
    padding-right: 0.5em;
    color: #009fee;
    font-weight: normal;
    width: 130px;
}
.profile-edit .green-button {
    margin-left: 130px;
}
.profile-edit strong {
    font-size: 11pt;
}

.content-page {
    font-size: 12pt;
}
.content-page table {
    border-collapse: collapse;
    margin-left: 60px;
    margin-bottom: 2em;
}
.content-page h3 {
    color: #009fee;
    font-size: 12pt;
    margin-left: 60px;
}
.content-page img {
  max-width: 100%;
}

.size-table td {
    padding-right: 0.5em;
    padding-left:  0.5em;
    text-align:    right;
}

.size-table td:nth-child(even) {
    background-color: #eee;
}

.size-table tr:first-child {
    border-bottom: 1px solid #ccc;
}

.size-table tr:first-child td {
    font-weight: bold;
    color:       #666;
    width: 56px;
}

.size-table tr:first-child td:first-child {
    font-weight: normal;
    color:       inherit;
    width: 150px;
}

.size-img {
    float:        left;
    margin-top: 16px;
    max-width: 60px;
    max-height: 60px;
}

#main-page .content-page h2 {
    margin-top: 1em;
    font-size: 18pt;
    text-align: left;
    margin-bottom: 0.25em;
}
.page-body, .indent {
    padding: 0 20px;
}
.chrome {
    width: 100%;
}
.chrome td, .chrome th {
    border-bottom: 1px solid #CCCCCC;
    line-height: 24px;
    padding-right: 10px;
    text-align: left;
}
.chrome .numeric {
    /*text-align: right;*/
}
.order-status {
    padding: 20px;
    color: #1D1F55;
    background-color: #ffb;
    text-align: center;
}
.order-status.order-rejected {
    background-color: #fbb;
}
.order-status.order-cancelled {
    background-color: #ccc;
}
.padLeft {
    margin: 0 20px;
}
.cjd-checkout {
    font-size: 11pt;
    border-collapse: collapse;
}

.cjd-checkout .name {
    margin: 0;
    text-align: right;
    padding-right: 0.25em;
    font-size: 11pt;
    color: #1D1F55;
}
.cjd-checkout td {
    vertical-align: top;
    padding-top: 1em;
}

.cjd-checkout tr.first-of-section td {
    border-top: 1px solid #ccc;
}
.order-summary {
    margin: 0 20px;
}
.order-summary .name {
    width: 150px;
    padding-right: 1em;
}
.has-input {
    line-height: 34px;
}
#main-page .order-summary h1 {
    margin: 0 -20px;
}

.just-submitted .order-status {
    font-size: 12pt;
    margin-top: 1em;
    padding-bottom: 10px;
}
.order-status span {
    color: blue;
}
.price-table table {
    margin-top: 5px;
}
.price-table td {
    line-height: 24px;
    margin-top: 0;
    padding: 0 10px 0 0;
    text-align: right;
    width: 55px;
}

.price-qty td {
    background: none repeat scroll 0 0 #888;
    color: #FFFFFF;
    font-weight: normal;
}

.price-price td {
    border-bottom: 1px solid #888;
    line-height: 23px;
    padding-top: 1px;
}
.form-control.error {
    box-shadow: 0 0 1px red inset;
    border: 1px solid red;
}
.form-control.error:focus {
    box-shadow: 0 0 2px red inset, 0 0 3px #f33;
    border: 1px solid red;
}
.feature-unavailable {
    color: #ccc;
    font-size: 20pt;
    line-height: 200px;
    text-align: center;
    width: 100%;
}
#credit-card-payment {
    float: right;
    margin-right: 267px;
}

#credit-card-payment tr td:first-child {
    /*text-align: right;*/
    /*font-size: 12pt;*/
    /*padding-right: 0.25em;*/
    /*padding-bottom: 0.5em;*/
    /*padding-top: 3px;*/

}

#credit-card-payment td {
    vertical-align: text-top;
}

#credit-card-payment input[type='text'] {
    /*border: 1px solid #aaa;*/
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;*/
    /*padding: 3px;*/
}

#credit-card-payment input, #credit-card-payment select {
    /*font-size: 12pt;*/
}

#credit-card-payment .cc-wide {
    width: 287px;
}
#credit-card-payment .cc-narrow {
    width: 5em;
}
#credit-card-payment .csc-q {
    color: white;
    background-color: #46c;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

#credit-card-payment .csc-a {
    background-color: #ffc;
    padding: 5px 10px;
    width: 269px;
    display: none;
}
.cards {
    overflow: hidden;
    padding: 0;
    margin: 0 0 12px;
}
.cards li {
    -moz-transition: all 0.2s ease 0s;
    background-image: url("/images/card_logos.png");
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
    list-style: none;
}
.cards li:last-child {
    margin-right: 0;
}
.cards .visa_electron {
    background-position: 204px 0;
}
.cards .mastercard {
    background-position: 153px 0;
}
.cards .maestro {
    background-position: 102px 0;
}
.cards .discover {
    background-position: 51px 0;
}
.cards .visa.off {
    background-position: 0 32px;
}
.cards .visa_electron.off {
    background-position: 204px 32px;
}
.cards .mastercard.off {
    background-position: 153px 32px;
}
.cards .maestro.off {
    background-position: 102px 32px;
}
.cards .discover.off {
    background-position: 51px 32px;
}

#credit-card-payment input.valid {
    background: url("/images/tick.png") no-repeat scroll 260px center transparent;
}
.table-input-separator td {
    height: 10px;
}
.cc_demo_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(255,255,255,0.3);*/
    color: red;
    font-size: 16pt;
}
.cc_demo_mask  p {
    background-color: #ffa;
    display: block;
    margin: 60px auto 0;
    padding: 10px;
    text-align: center;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 240px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
.order-submit-button .green-button {
    margin: 30px auto;
    width: 230px;
    display: block;
}
.checkout-blurb {
    background-color: #ffd;
    padding: 1em 1em 5px 1em;
    font-size: 12pt;
}
.order-submit-progress {
    height: 7px;
    background-color: #eee;
    margin: -20px 0 20px
}
.order-submit-progress span {
    background-color: #ee750d;
    display: block;
    width: 0;
    height: 100%;
}
.order-submit-progress.hiddenx {
    background-color: white;
}
.order-submit-progress.hiddenx span {
    background-color: white;
}
.page_credit_cards .checkout-blurb, .page_credit_cards .order-submit-progress {
    margin-left: 30px;
    margin-right: 30px;
}
.order-submit-button {
    margin-top: 10px;
}
.pending-msg {
    margin: 20px;
    padding: 10px;
    border: 3px solid #fad2b9;
    text-align: center;
}

.pending-msg h1 {
    font-size: 16pt;
    margin-bottom: 0.5em;
}

.pending-msg p {
    font-size: 12pt;
    padding-top: 0.5em;
}

.pending-msg.approved {
    border: 3px solid #30d030;
}

.pending-msg.rejected {
    border: 3px solid #d03030;
}

.catalogue-filter-container {
    text-align: right;
    padding: 0 10px 10px 10px;
}
.buy-it-now {
    background-color: #f6f6f6;
    border-radius: 10px;
    margin: 10px;
    padding: 20px 10px 20px 20px;
    position: relative;
    overflow: hidden;
}
.buy-it-now {
    background-color: #f6f6f6;
    border-radius: 10px;
    margin: 10px;
    padding: 20px 10px 20px 20px;
    position: relative;
    overflow: hidden;
}
.buy-it-now label {
    color: #67b52c;
    font-size: 14pt;
    display: block;
    font-weight: normal;
}
.bin-qty {
    margin: 1em 0;
}
.bin-qty .slider-container {
    display: inline-block;
}
.bin-qty input {
    width: 75px;
    float: right;
    padding: 3px 2px 3px 6px;
    font-size: 12pt;
    margin-top: -14px;
    /*text-align: center;*/
}
.bin-mask {
    background-color: #f6f6f6;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
table.bin-totals {
    width: 300px;
    text-align: right;
    font-size: 12pt;
    line-height: 28px;
    margin: 10px auto

}
.bin-totals td {
    /*padding-left: 2em;*/
}
.bin-totals .dollar-sign, .bin-totals .point {
    /*color: #bbb;*/
}
.bin-totals .point, .bin-totals .cents {
    font-size: 8pt;
}
.bin-totals .totals-line td {
    /*border-top: 1px solid blue;*/
    /*font-size: 16pt;*/
}
.bin-options {
    width: 400px;
    float: left;
    margin-right: 20px;
}
#bin-total-cost {
    color: #009fee;
}
#bin-line-cost {
    color: #009fee;
}
.buy-it-now.indicative-enquiry .indicative-text {
  /*background-color: #00b000;*/
}
.buy-it-now.indicative-enquiry .bin-qty input {
  float: none;
  margin-left: 10px;
}
.buy-it-now.indicative-enquiry .product-action-buttons {
  margin: 0;
}
.buy-it-now.indicative-enquiry .bin-options {
  border-right: 1px solid #ccc;
}
.buy-it-now.indicative-enquiry .bin-qty label {
  display: inline-block;
}

.blog-page-preview h2 {
  text-align: center;
  margin: 10px !important;
  background-color: white !important;
}
.blog-page-preview {
  height: 300px;
  border: 1px solid #ddd;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
.blog-preview-img-container {
  width: 250px;
  text-align: center;
}
.blog-preview-img-container img {
  max-width: 100%;
}
.blog-preview-content {
  margin: 10px;
}
.blog-preview-content a {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 250px;
  padding: 50px 10px 10px 10px;
  background: linear-gradient(0deg, white, white 40%, rgba(0,0,0,0));
}
.blog-page-preview td {
  vertical-align: top !important;
}

.product-details {
    overflow: hidden;
}
.product-action-buttons {
    margin: 85px 0 0 0;
    width: 390px;
}

.product-action-buttons td {
    vertical-align: middle;
    padding: 0 0 12px 0;
    margin: 0;
}

.product-action-buttons .button {
    width: 192px;
    height: 48px;
    margin: 0 6px 0 0;
}

.product-action-buttons p {
    font-size: 10pt !important;
    line-height: 18px;
    margin: 0 0 0 0;
}

.report {
    margin: 0 20px 20px 20px;
}
.slideshow-container {
    height: 400px;
    /*background-color: #ddd;*/
    margin-top: 0px;
    position: relative;
}
.slideshow-container .slideshow {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 400px;
    position: relative;
}
.slideshow-container .slideshow img {
    max-height: 400px;
    max-width: 700px;
}
.slideshow-container .thumbnails {
    position: absolute;
    top: 0;
    right: 0;
}
.slideshow-container .index-surround {
    position: absolute;
    border: 1px solid #fff;
}
.slideshow-container .index-surround a {
    /*background-color: #dfd;*/
    display: table-cell;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.slideshow-container .index-surround:hover {
    border: 1px solid #ccc;
}
.slideshow-container .index-surround img {
    max-width: 100%;
    max-height: 100%;
}
.slideshow-container .thumb-rows-4 .index-surround a {
    height: 98px;
    width: 98px;
}
.slideshow-container .thumb-rows-5 .index-surround a {
    height: 78px;
    width: 78px;
}
.slideshow-container .thumb-rows-6 .index-surround a {
    height: 64px;
    width: 64px;
}
.slideshow-container .thumb-rows-7 .index-surround a {
    height: 55px;
    width: 55px;
}
.slideshow-container .thumb-rows-8 .index-surround a {
    height: 48px;
    width: 48px;
}

.wrap {
    overflow: hidden;
}
.stock-levels h4 {
    font-size: 12pt;
    color: #009fee;
    text-align: center;
}
.stock-levels tr td:last-of-type {
    padding-right: 0;
    text-align: right;
}
.buy-column-layout-c {
    float: right;
    margin: 0px;
    padding: 0px 20px 10px;
}
.buy-column-layout-c .buy-copy {
    text-align: center;
    margin: 10px 0 0 0;
}
.buy-column-layout-c .stock-levels p {
    max-width: 245px;
    text-align: center;
}
.buy-column-layout-c .stock-levels table {
    margin: 0 auto;
}
.buy-column-layout-c .add-to-cart {
    margin: 0 auto;
}
.stock-msg.no-stock {
    color: red;
}
.stock-msg.backorder-date {
    color: red;
}
#main-page .homepage-category h2 {
    margin: 10px 0;
    padding: 4px 0;
    color: #67b52c;
    background-color: #fff;

}
.homepage-category {
    overflow: hidden;
}
.coloured-btn.enquiry-button {
    margin: 10px auto !important;
    display: block;
}

#sheet-overlay {
    background-color: rgba(0,0,0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10000;
    display: none;
}

.sheet {
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgba(0,0,0,0.7);
    margin: 100px auto;
    min-height: 300px;
    width: 700px;
    display: none;
}

.sheet .sheet-title {
    color: #fff;
    background-color: #009fee;
    text-align: center;
    font-size: 25ptpx;
    line-height: 48px;
    font-weight: normal;
    margin: 0;
    padding: 10px 1em 2px;
}

.sheet .sheet-content {
    margin: 12px 24px;
    font-size: 12pt;
    padding: 0 0 10px 0;
}

.sheet .notes {
    background-color: #FFFFDD;
    padding: 12px 24px;
    text-align: center;
    margin: -12px -24px 12px;
}

.sheet .notes h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
}

.sheet label {
    width: 300px;
}

.sheet .form-fields {
    margin-top: -28px;
}

.sheet textarea {
    width: 602px;
    margin-left: 50px;
}

.sheet h4 {
    margin-top: 16px;
    color: #00b5cc;
    font-weight: normal;
}

.sheet .button-row {
    margin: 10px 0;
    text-align: right;
    position: relative;
}
.sheet .button-row a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sheet .button-row:after {
    /*clear: both;*/
    /*content: "";*/
    /*display: block;*/
    /*height: 24px;*/
}

.sheet .button-row input, .sheet .button-row a {
    /*float: right;*/
}

.sheet a.cancel, .sheet td.remove a {
    color: #CC0000;
}

.sheet a.cancel:hover, .sheet td.remove a:hover {
    color: #ff0000;
}

.sheet .product-list {
    width: 100%;
    margin-left: 20px;
}

.sheet .product-list td {
    vertical-align: middle;
}

.sheet td .qty {
    width: 50px;
}

.sheet .desc span {
    display: none;
}

.sheet .new-item {
    background-color: #ffd;
    /*display: none;*/
}

.sheet tr.ignore {
    display: none !important;
}

    .form-fields input[type="text"].w100 {
        width: 100px;
    }
    .form-fields input[type="text"].w150 {
        width: 150px;
    }
    .form-fields input[type="text"].w200 {
        width: 200px;
    }
    .form-fields input[type="text"].w250 {
        width: 250px;
    }
    .form-fields input[type="text"].w300 {
        width: 300px;
    }
    .form-fields input[type="text"].w350 {
        width: 350px;
    }
    .form-fields input[type="text"].w400 {
        width: 400px;
    }

.form-fields label {
    display: inline-block;
    line-height: 34px;
    margin: 3px 2px 0 0;
    text-align: right;
    vertical-align: top;
    width: 280px;
    color: #888;
    font-weight: normal;
    font-size: 11pt;
}

.sheet-content div {
    margin-bottom: 5px;
}
.button.button-2-line span {
    display: block;
    font-size: 12px;
}

.button.button-2-line {
    padding: 4px 32px 6px;
}

.form-question {
    margin-bottom: 0px;
}
.form-question label {
  font-weight: inherit;
  width: 100px;
  /*background-color: #ffc;*/
  text-align: right;
  vertical-align: top;
  line-height: 35px;
  font-size: 11pt;
  margin-right: 5px;
}
.form-subtext {
  color: #888;
  margin-left: 1em;
  display: none;
}
.form-question input {
  /*margin-left: 2em;*/
}
.form-question br {
  display: none;
}
.autoform input[type="submit"] {
  margin: 30px auto 0 auto;
  display: block;
}
.autoform {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 30px;
  width: 700px;
  margin: 0 auto;
  background-color: #f0f0f0;
}
#main-page .autoform h2 {
  background-color: transparent !important;
  text-align: center;
  margin: 0 0 20px 0;
}
.autoform input[type="file"] {
  display: inline-block;
  line-height: 35px;
}
.autoform .file-preview {
  max-width: 400px;
  max-height: 400px;
  text-align: center;
  margin: 0 auto 10px auto;
  display: block;
  border: 1px solid #888;
}
.autoform .file-preview .hidden {
  display: none;
}
span.chevron {
}
#virtual-logo {
    padding: 31px 24px 6px;
    color: white;
    width: 270px;
    position: fixed;
    right: 10px;
    top: -400px;
    z-index: 10000;
    border-radius: 7px;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.30);
    background-color: #fbb500;
}

#virtual-logo h3 {
    margin-bottom: 5px; /*text-transform:uppercase;*/
    font-size: 20px;
}

#virtual-logo .upload-show-hide {
    clear: right;
    padding-top: 10px;
    font-size: 8pt;
}

#virtual-logo .upload-show-hide:hover {
    cursor: pointer;
}

#virtual-logo .upload-show-hide span {
    float: right;
}
#virtual-logo .button {
    margin-top: 0;
    background-color: #009fee;
    border: 1px solid #006ca1;
    background-image: -moz-linear-gradient(center top, #0dacfb, #007dbb);
    background-image: -webkit-linear-gradient(top, #0dacfb, #007dbb);
    background-image: -ms-linear-gradient(center top, #0dacfb, #007dbb);
    background-image: linear-gradient(center top, #0dacfb, #007dbb);
}

#virtual-logo .button:hover {
    background-color: #009fee;
    border: 1px solid #006ca1;
    background-image: -moz-linear-gradient(center top, #19b8ff, #008ed4);
    background-image: -webkit-linear-gradient(top, #19b8ff, #008ed4);
    background-image: -ms-linear-gradient(center top, #19b8ff, #008ed4);
    background-image: linear-gradient(center top, #19b8ff, #008ed4);
}

    .lhs-item.sb-group-1 {
        background-color: #67b52c;
        color: #fff;
    }
    a.lhs-item.sb-group-1:hover {
        background-color: #ee750d;
        color: #fff;
    }
    .sidebar .b-border.sb-group-1 {
        border-bottom: 1px solid #67b52c;
    }

    .lhs-item.sb-group-2 {
        background-color: #009fee;
        color: #fff;
    }
    a.lhs-item.sb-group-2:hover {
        background-color: #ee750d;
        color: #fff;
    }
    .sidebar .b-border.sb-group-2 {
        border-bottom: 1px solid #009fee;
    }
    .menu-bar .btn-0.open {
        background-color: #67b52c;
        color: #fff;
    }

#main-page #logo-select, #main-page #white-removal {
    border-collapse: separate;
}

#main-page #logo-select td, #main-page #white-removal td {
    width: 200px;
    height: 230px;
    text-align: center;
    vertical-align: middle;
    /*background-image: url('/images/brandconnect/white-fabric.jpeg');*/
    border: 5px solid white;
    position: relative;
    padding: 0;
}
#main-page #logo-select td:hover, #main-page #white-removal td:hover {
    /*border: 1px solid ;*/
    border: 5px solid #ffffcc;
    /*border: none;*/
}
#main-page #logo-select td.selected, #main-page #white-removal td.selected {
    border: 5px solid #67b52c;
}
#main-page #logo-select img, #main-page #white-removal img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 20px;
}
#logo-select span, #white-removal span {
    background-color: white;
    bottom: 0;
    font-weight: normal;
    left: 0;
    position: absolute;
    right: 0;
    color: #646464;
}
#logo-select td.selected span, #white-removal td.selected span {
    color: #67b52c;
}
#file-preview {
    max-width: 400px;
    max-height: 300px;
}
#file-upload-error {
    background-color: #ffd;
    border: 1px solid red;
    color: red;
    display: inline-block;
    padding: 5px 20px;
}

.cat-desc {
    margin: 20px 30px;
    font-size: 13pt;
}
.sidebar input {
    border: 1px solid #888;
    border-radius: 24px;
    margin: 2px 10px 3px;
    padding: 4px 10px;
    width: 200px;
    color: #646464;
}
.checkout-nav {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.checkout-step {
    vertical-align: middle;
    text-align: center;
    padding-left: 62px;
    position: relative;
}
.checkout-step .circle {
    background-color: #ccc;
    border-radius: 100px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    display: table-cell;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    position: relative;
}
.checkout-step.used .circle {
    background-color: #009fee;
}
.checkout-step.selected {
    padding-left: 52px;
}
.checkout-step.selected .circle {
    font-size: 20px;
    line-height: 25px;
    width: 100px;
    height: 100px;
    background-color: #009fee;
}
.checkout-step .left-line, .checkout-step .right-line {
    display: block;
    position: absolute;
    width: 100px;
    background-color: #ccc;
    height: 10px;
    top: 46px;
}
.checkout-step .left-line {
    left: 0;
}
.checkout-step .right-line {
    right: 0;
}
.checkout-step.used .left-line, .checkout-step.used .right-line, .checkout-step.selected .left-line {
    background-color: #009fee;
}
.card-buttons {
    height: 40px;
}
.card-buttons a {
    line-height: 38px;
    float: left;
    margin-right: 2em;
}
.card-buttons button {
    float: right;
}

.checkout-card {
    /*background-color: #fed;*/
}
#card-1 label {
    display: block;
    font-weight: normal;
    line-height: 21px;
    margin-left: 135px;
}
#card-1 label input {
    margin-right: 1em;
}
#card-1 input[type="file"] {
    margin-left: 160px;
}
.checkout-card h4 {
    margin: 0.1em 0 0.25em 134px;
    color: #009fee;
}
#card-3 p {
    margin-left: 160px;
}
#card-1 input[type="file"] {
    padding:4px 8px 4px 4px;
}
#card-1 input[type="file"].file-good {
    background-color: #dfd;
    color: green;
}
#card-1 input[type="file"].file-ok {
    background-color: #fff0e0;
    color: #f84;
}
#card-1 input[type="file"].file-bad {
    background-color: #fdd;
    color: red;
}
#card-1 .file-upload-msg {
    margin-left: 160px;
    margin-top: 3px;
    padding: 5px 20px;
}
#card-1 #file-upload-warn {
    background-color: white;
    color: #f84;
    border: 1px solid #f84;
}
.order-summary a {
    margin-left: 1em;
    text-decoration: underline;
}
#main-page .loading {

}
.promo-code-entry .checkout {
    width: inherit;
}
.promo-code-entry .checkout td {
    border-top: none;
}
.promo-code-entry {
    /*width: 700px;*/
    margin: 20px 0;
}
.promo-code-entry .checkout {
    margin-top: 10px;
}
.promo-code-message {
    margin: 10px 0;
    color: green;
    text-align: right !important;
}
.promo-code-message.invalid {
    color: red;
}
.promo-code-used span {
  border: 1px solid green;
  padding: 0 10px;
  line-height: 30px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 15px 0 5px;
  color: green
}
.promo-code-used a {
  color: blue;
}

.bc-footer .sn-icon {
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: left;
}
.sn-icon img {
    height: 64px;
}
.sn-icon.sn-icon-gplus img {
    margin-left: 0px;
}
.sn-icon.sn-icon-facebook img {
    margin-left: -64px;
}
.sn-icon.sn-icon-twitter img {
    margin-left: -128px;
}
.sn-icon.sn-icon-instagram img {
    margin-left: -192px;
}
.sn-icon.sn-icon-pinterest img {
    margin-left: -256px;
}
.sn-icon.sn-icon-linkedin img {
    margin-left: -320px;
}
.freight-options label {
    display: block;
    font-weight: normal;
    margin-left: 134px;
}
.offer-banner {
    position: absolute;
}
.banner-top-left {
    top: 0;
    left: 0;
}
.banner-top-centre {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.banner-top-right {
    top: 0;
    right: 0;
}
.banner-centre-left {
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.banner-centre-right {
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.banner-bottom-left {
    bottom: 0;
    left: 0;
}
.banner-bottom-centre {
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.banner-bottom-right {
    bottom: 0;
    right: 0;
}
.offer-instructions {
    color: #ee750d;
    font-size: 13pt;
    font-style: italic;
    padding: 0.5em;
    text-align: center;
}
#product-page .offer-instructions {
    color: #009fee;
    font-size: 14pt;
}
.product_layout_c .offer-instructions {
    margin-right: 270px;
}
.product_2_column .offer-instructions {
    padding: 0;
    text-align: left;
}
.success-banner {
    background-color: #8f8;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    color: #333;
    font-size: 14pt;
    margin: 10px 0;
    padding: 2em;
    text-align: center;
}
.success-banner h2 {
    background-color: inherit !important;
    color: #333;
    margin: 0 !important;
}
#products {
    overflow: hidden;
}


#eway-results {
    margin: -25px 0 25px 0;
    text-align: center;
}
#eway-results.error {
    color: red;
}
#eway-payment-button {
    width: 300px;
    height: 50px;
}
#content.content-only {
  background-color: white;
}
#content.content-only #main-page {
  margin-left: 0;
}
.gallery-item {
  width: 400px;
  border: 1px solid #ccc;
  display: block;
  height: 500px;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.gallery-item:hover {
  cursor: pointer;
  border: 1px solid #8aca1c;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.gallery-image-container {
  width: 398px;
  height: 398px;
  background-size: cover;
  background-position: center;
}
.gallery-image-container img {
  max-width: 398px;
  max-height: 398px;
}
.gallery-images {
  overflow: hidden;
  /*background-color: #ffc;*/
  margin: 20px -20px;
}
.gallery-item-content {
  padding: 0 20px;
}
.gallery-item-title {
  display: block;
  text-align: center;
  font-size: 16pt;
  line-height: 40px;
}


.modal-overlay {
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.gi-slideshow-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 350px;
}
.gi-slideshow-image img {
  max-width: 100%;
  max-height: 100%;
}
.gi-slideshow {
  height: 1000px;
  position: relative;
  background-color: white;
  max-height: 80%;
  width: 1300px;
  max-width: 80%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.gi-slideshow-rhs {
  width: 350px;
  /*background-color: #ffe;*/
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.gi-slideshow-title, .gi-slideshow-heading {
  text-align: center;
}
.gi-slideshow-nav {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 12pt;
}
.gi-slideshow-nav span {
  margin-left: 4em;
}
.gi-slideshow .action {
  color: blue;
}
.gi-slideshow .action:hover {
  text-decoration: underline;
  cursor: pointer;
}
.gi-slideshow-copy {
  font-size: 12pt;
}
.gi-slideshow-close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.gallery-item.full-width {
  width: 820px;
  height: 400px;
}
.gallery-item.full-width .gallery-image-container {
  display: block;
  float: left;
  width: 400px;
  height: 400px;
}
.gallery-item.full-width .gallery-item-content {
  display: block;
  width: 400px;
  margin-left: 410px;
  vertical-align: top;
}
.gallery-item.full-width .gallery-item-title {
  display: block;
  /* vertical-align: top; */
}
.gallery-item-heading {
  display: block;
  text-align: center;
  font-size: 36px;
}
.winner .gallery-item-heading {
  background-color: #afca0a;
  color: white;
}
.commended .gallery-item-heading {
  background-color: #522875;
  color: white;
}
.dev-gap {
  display: inline-block;
  width: 30px;
}
.glyphicon-search::before {
  content:"Go"
}
