@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
html,
body {
    height: 100%;
    min-height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

textarea {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"] {
    font-size: 16px;
}
textarea,
input,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 3px;
    background: #e2e2e2;
    color: #333333;
    border: 1px solid #888888;
    cursor: pointer;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff; /* overflow: hidden; */
}
#upperheader {
    position: relative;
    display: block;
    width: 1260px;
    margin: 0 auto;
}
#header {
    position: relative;
    top: 0;
    width: 1260px;
    margin: 12px auto;
}
#middle {
    width: auto;
    padding: 0;
    min-height: 100px;
    overflow: hidden;
    padding: 40px 0;
}
#middlewrapper {
    position: relative;
    display: block;
    width: 1280px;
    margin: 0 auto;
}

/* DEFAULT STYLING */

a {
    color: #9c0200;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #444444;
    text-decoration: underline;
}

h1 {
    font-size: 25px;
    font-weight: bold;
    color: #9c0200;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    color: #9c0200;
}
h3 {
    font-size: 22px;
    color: #9c0200;
}
h4 {
    font-size: 20px;
    color: #9c0200;
}
h5 {
    font-size: 18px;
    color: #9c0200;
}
h6 {
    font-size: 14px;
    color: #9c0200;
}

p,
li,
td,
th {
    color: #000000;
    line-height: 20px;
}
hr {
    border: 2px solid #ececec;
    margin: 0;
    padding: 0;
}
#wrapper img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}

#middle li {
    margin-bottom: 6px;
    line-height: 18px;
}
#middle li ul,
#middle li ol {
    margin-top: 6px;
}
#middle hr {
    border: 0;
    width: 80%;
    margin: 20px auto;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}
#middle ul > li ul {
    list-style-type: circle;
}
#middle ol > li > ol {
    list-style-type: lower-alpha;
}
#middle ol > li > ol > li > ol {
    list-style-type: lower-roman;
}
#middle blockquote {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    padding: 0 8px 0 20px;
    border-left: 5px solid #cccccc;
    overflow: hidden;
}

/* UPPER HEADER */
#upperheaderwrapper {
    background: #9c0200;
    padding: 8px 0 12px;
}
#upperheaderwrapper a {
    color: #ffffff;
    font-weight: bold;
}

#backbutton {
    position: absolute;
    display: inline-block;
    top: 1.5%;
    left: 0;
    font-size: 19px;
    text-transform: uppercase; /*transform: translateY(75%); */
}
#upperheader {
    position: relative;
    display: block;
    width: 1260px;
    margin: 0 auto;
}
#upperleft {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 6px 0;
}
#upperleft a {
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
#upperleft a:hover,
#upperleft a:focus {
    text-decoration: underline;
}
#uppermiddle {
    position: relative;
    display: inline-block;
    width: 55%;
    text-align: center;
    vertical-align: top;
    padding: 3px 0;
}
#uppermiddle h3 {
    margin: 0;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
}
#upperright {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

/* SEARCH */

#search {
    width: 230px;
    float: right;
}
#search form {
    margin: 0;
}
#search input[type="text"] {
    height: 34px;
    width: 97%;
    border-radius: 30px;
    border: 0;
    padding-left: 20px;
    vertical-align: top;
    outline: none !important;
}
#search input[type="submit"] {
    height: 34px;
    line-height: 14px;
    width: 15%;
    border-radius: 30px;
    border: 0;
    margin-left: -12%;
    background: url("../images/search.png") no-repeat center;
}
#search input[type="submit"]:hover,
#search input[type="submit"]:focus {
    -webkit-filter: grayscale(100%);
    filter: gray;
}

#results ul {
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#results ul li {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    margin: 3px 0 10px 0;
}
#results .title {
    padding-bottom: 5px;
}
#results .title a {
    font-weight: bold;
}
#results small {
    display: block;
    color: #578a1e;
    margin-top: -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#results .desc {
    font-size: 12px;
    line-height: 18px;
    width: 400px;
    max-width: 100%;
}

/* HEADER */
#headerleft {
    position: relative;
    display: inline-block;
    width: 40%;
}
#headerright {
    position: relative;
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    vertical-align: top;
    text-align: right;
}
#headerrighttop {
    position: relative;
    display: block;
    margin: 0 0 15px;
}
#headerrighttopbuttons {
    position: relative;
    display: inline-block;
    border-right: 1px solid black;
    padding: 0 9px;
    vertical-align: top;
    margin: 4px 0;
}
#headerrighttopbuttons a {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
}
#headerrighttop #cart {
    position: relative;
    display: inline-block;
    padding: 0 0 0 9px;
    font-size: 14px;
}
#headerrighttop #carttext {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
#headerrighttop a:hover,
#headerrighttop a:focus {
    text-decoration: none !important;
}

/* HORIZONTAL MENU */
#menuh {
    vertical-align: bottom;
}
#menuh nav {
    display: block;
}

#menuh nav a {
    color: #000000;
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
}
#menuh nav ul li:hover a,
#menuh nav ul li:focus a {
    color: #ffffff;
}
#menuh nav ul li ul a {
    color: #ffffff;
}
#menuh nav a.active {
    color: #00c7ff;
}
#menuh nav a.active-child {
    color: #00c7ff;
}

#menuh nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: inline;
}
#menuh nav ul li {
    display: inline-block;
    margin-right: -5px;
    position: relative;
    padding: 0;
    background: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#menuh nav ul li:hover,
#menuh nav ul li:focus {
    background: #006f9d;
}
#menuh nav ul li:hover a,
#menuh nav ul li:focus a {
    color: #ffffff;
}
#menuh nav ul li ul {
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 230px;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
#menuh nav ul li ul li {
    background: #555;
    display: block;
    color: #fff;
}

#menuh nav ul li ul li:hover,
#menuh nav ul li ul li:focus {
    background: #9c0200;
}
#menuh nav ul li:hover ul,
#menuh nav ul li:focus ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* SLIDESHOW */
.cycle-slideshow {
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 10;
}
.cycle-slide {
    width: 100%;
    line-height: 0;
}
.cycle-slide a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}
.cycle-slide a:hover,
.cycle-slide a:focus {
}
.cycle-slide img {
    line-height: 0;
}
.slideshow-overlay {
    position: relative;
    padding: 10px;
    margin: -50px 0 8px;
    z-index: 10;
}
.slideshow-pager {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.slideshow-pager a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-box-shadow: 0 0 5px #717171;
    -webkit-box-shadow: 0 0 5px #717171;
    box-shadow: 0 0 5px #717171;
}
.slideshow-pager a.cycle-pager-active {
    border-color: #ffffff;
    background: #ffffff;
}
.slideshow-pager a:hover,
.slideshow-pager a:focus {
}

/* PAGE TREE */

#pagetree {
    text-align: right;
}
#pagetree p {
    font-size: 12px;
    margin: 0;
    padding: 10px 0 0 0;
}
#pagetree p a {
    font-size: 12px;
}

#pageheading {
    width: auto;
    padding-bottom: 0;
    text-align: left;
}

/* VERTICAL MENU */

#leftcontainer {
    float: left;
    width: 22%;
    margin: 0 9% 15px 0;
    min-height: 595px;
}
#leftcontainer ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto !important;
    border: 0;
    border-radius: 0;
}
#leftcontainer ul .ui-icon {
    float: right;
    background-image: url(../images/arrow-down.png);
    margin: 5px 0;
    width: 20px;
    height: 20px;
}
#leftcontainer ul li a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    text-decoration: none;
    font-size: 22px;
    padding: 10px 15px 10px 20px;
    background: #ececec;
    color: #454545;
}
#leftcontainer ul li a:hover {
    background: #a0a0a0;
}
#leftcontainer ul li ul {
    margin: 0;
}
#leftcontainer ul li ul li a {
    font-size: 16px;
    padding: 4px 0 4px 20px;
    border-bottom: 0;
}
#leftcontainer ul li ul li a span {
    display: none;
}
#leftcontainer ul a.active {
    color: #000000;
}
#lefcontainer .ui-state-active {
    background: #ececec;
}
#leftcontainer ul .ui-state-active .ui-icon {
    background-image: url(../images/arrow-up.png);
    margin: 5px 0;
    width: 20px;
    height: 20px;
}

.leftbutton {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    padding: 10px 15px 10px 20px;
    background: #ececec;
    color: #454545;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.leftbutton:hover {
    text-decoration: none;
    background: #a0a0a0;
    color: #454545;
}
.leftbuttoninner {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 5px 20px 5px 30px;
    background: #dfdfdf;
    color: #454545;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.leftbuttoninner:hover {
    text-decoration: none;
    background: #939393;
    color: #454545;
}
#whatnew {
    position: relative;
    display: block;
    background: #9c0200;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    margin-top: 10px;
}
#specials {
    position: relative;
    display: block;
    background: #610100;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    margin-top: 10px;
}
#whatnew:hover,
#whatnew:focus,
#specials:hover,
#specials:focus {
    opacity: 0.8;
}
#whatnew img,
#specials img {
    float: right;
    margin: 4px 0;
}

/* PRODUCT FILTERING */

#productfilter {
}
.filterHead {
    background: #e65000;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 15px 10px 20px;
}
.filterTog {
    float: right;
}
.filterOpts {
    font-size: 16px;
    padding: 10px 20px;
    background: #ffb366;
}
.filterOpts label {
    display: block;
}
.filterSect {
    border-bottom: 2px solid #ffffff;
}
.filterSect input[type="checkbox"] {
    margin-right: 10px;
}
.filterSect input[type="submit"] {
    font-size: 11px;
    margin: 5px 5px 5px 3px;
}

/* FEATURE AREA */

#featurearea {
    position: relative;
    display: block;
    width: auto;
    margin: 45px 0;
}
#featurearea h2,
#featureproducts h2 {
    border-bottom: 2px solid #9c0200;
    margin-bottom: 30px;
}
.featurepage {
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}
.featurepage:hover,
.featurepage:focus {
    opacity: 0.7;
}
.featurepage:nth-child(3n + 3) {
    margin: 10px 5%;
}
.featurepageimage {
    height: 175px;
}
.featurepageimage img {
    max-height: 170px;
}
.featurepagetextouter {
    display: flex;
    flex-direction: column;
    background: #9c0200;
    height: 65px;
}
.featurepagetext {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin: 0 auto;
    vertical-align: middle;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    padding: 0 5%;
}

/* FEATURE PRODUCTS */

#featureproducts {
    position: relative;
    display: block;
    width: auto;
    margin: 100px 0 75px;
}

/* RECENTLY VIEWED PRODUCTS */

#recentview {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}
.recent_view {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 33%;
}
.recent_view a {
    display: inline-block;
    max-width: 100%;
}
.recent_image {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.recent_image a {
    line-height: 0;
}
.recent_image img {
    max-width: 90% !important;
}
.recent_detail {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.recent_title {
}
.recent_price {
}

/* IMAGE LIBRARY */

#imagelibrary {
    margin: 4px;
    padding: 4px;
}
#imagelibrary img {
    margin: 3px;
}

/* IMAGE STYLING */

html > body .outerpair1 {
    background: url(../images/upperrightfade.png) no-repeat right top;
}
html > body .outerpair2 {
    background: url(../images/lowerleftfade.png) no-repeat left bottom;
    padding-top: 8px;
    padding-left: 8px;
}
html > body .shadowbox {
    background: url(../images/shadow.png) bottom right;
}
html > body .innerbox {
    position: relative;
    left: -8px;
    top: -8px;
}
.shadowbox img {
    border: 1px solid #000000;
    vertical-align: bottom;
}

.pageimagecenter {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.pageimageright {
    float: right;
    margin: 5px 0 5px 5px;
    padding: 0;
    max-width: 100%;
}
.pageimageleft {
    float: left;
    margin: 5px 5px 5px 0;
    padding: 0;
    max-width: 100%;
}
.pageimagenone img {
    margin: 3px;
    padding: 0;
}

/* SOCIAL SHARING BUTTONS */

#social {
    height: auto;
    padding: 20px 0;
    overflow: hidden;
    clear: both;
}
.a2a_label {
    display: none !important;
}

.sociallinksupper,
.sociallinkslower {
    position: relative;
    display: inline;
}
.sociallinksupper img,
.sociallinkslower img {
    padding: 2px 10px;
}

/* PAGE GALLERY */

.pagegalleryheading {
    display: none;
}
.pagegalleryinner {
    width: 100%;
    margin: 0;
    padding: 0;
}
.pagegalleryimage {
    position: relative;
    display: inline-block;
    width: 14%;
    height: 0;
    padding-bottom: 14%;
    overflow: hidden;
    margin: 0.3%;
    vertical-align: middle;
}
.pagegalleryimage img {
    border: 0;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    display: block;
    max-width: 240% !important; /*min-width: 100% !important;*/
    height: auto; /*min-height: 100%;*/ /*left: -25%;*/
}
.pagegalleryimage a {
    line-height: 0;
}
.pagegalleryimage a:hover img,
.pagegalleryimage a:focus img {
    opacity: 0.7;
}

/* LINKS SECTION */

.link {
    background: #efefef;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    margin: 15px 0;
    padding: 5px;
}
.linktop {
    margin: 0;
    padding: 5px;
}
.linktop,
.linktop a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.linkleftcontainer {
    float: left;
    width: 150px;
    height: auto;
    max-width: 25%;
    margin: 0 5px 0 0;
}
.linkleftcontainer img {
    border-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.linkrightcontainer {
    height: 120px;
    overflow-y: auto;
    border: 1px solid #bbbbbb;
    background: #ffffff;
    padding: 5px;
}
.linkrightcontainer p {
    margin: 0;
}
.linkfooter {
    padding: 5px 0 0 0;
    text-align: right;
}

/* HTML SITEMAP */

#sitemap a {
    text-decoration: none;
}
.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before {
    content: "\00BB";
    display: inline-block;
    margin: 0 3px 0 0;
}
.sitemapL1 {
    margin: 0 0 5px 0;
}
.sitemapL1 a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.sitemapL2 {
    margin: 10px 0 3px 10px;
}
.sitemapL2 a {
    color: #333333;
    text-transform: uppercase;
}
.sitemapL3 {
    margin: 0 0 3px 20px;
}
.sitemapL4 {
    margin: 0 0 3px 30px;
}
.sitemapL5 {
    margin: 0 0 3px 50px;
}
.sitemapL6 {
    margin: 0 0 3px 60px;
}

/* PRODUCT LIST */

#product {
    position: relative;
    display: block;
}
#productsort {
    position: relative;
    display: inline-block;
    font-size: 12px;
}
#productsort select {
    border: 0;
    color: #9c0200;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
#outerdisplaydropdowns {
    position: relative;
    display: inline-block;
    width: 95%;
    vertical-align: top;
    height: 50px;
    text-align: right;
}
#dietryfilterpage {
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.topdisplaydropdownlimit {
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#topnumbersdisplay {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
    padding-bottom: 20px;
    text-align: left;
    width: 100%;
}
#topnumberdisplay p {
    width: 100%;
}
.previous {
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: left;
}
.numberdisplay {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 60%;
    text-align: center;
}
.next {
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: right;
}
#topnumberdisplay p,
a {
    text-decoration: none;
    color: #333333;
}
#topnumberdisplay p,
a:hover {
    color: #9c0200;
}
#bottomnumbersdisplay {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
    padding-bottom: 40px;
    text-align: left;
    width: 100%;
}

#product {
    margin-top: 20px;
    text-align: left;
}
.productitem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26%;
    text-align: center;
    border: 2px solid #ececec;
    min-height: 363px;
    margin: 30px 0;
    padding-bottom: 15px;
}
.productitem:nth-child(3n + 2) {
    margin: 30px 10%;
}
#featureproducts .productitem:nth-child(3n + 2) {
    margin: 30px 0;
}
#featureproducts .productitem:nth-child(3n + 3) {
    margin: 30px 10%;
}
.producttitle {
    padding: 10px 5% 0;
    max-height: 65px;
}
.productsold {
    color: #ff0000;
    font-weight: bold;
    font-size: 9px;
    display: block;
}
.productimage {
    position: relative;
    display: block;
}
.productscale {
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: top;
    background: #ececec;
    width: 69px;
    text-align: center;
    padding: 2px 0;
}
.productspecial {
    position: relative;
    display: inline-block;
    float: right;
    vertical-align: top;
    background: #e65000;
    width: 101px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0;
    border-bottom-left-radius: 15px;
    text-transform: uppercase;
}
.productnew {
    position: relative;
    display: inline-block;
    float: right;
    vertical-align: top;
    background: #01a2d0;
    width: 101px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0;
    border-bottom-left-radius: 15px;
    text-transform: uppercase;
}
.productimage {
    display: block;
    width: 100%;
    clear: both;
}
.productimage img {
    vertical-align: middle;
    max-height: 160px;
    width: auto;
}
.productprice {
    font-size: 20px;
    color: #9c0200;
    padding: 7px 0;
    text-transform: uppercase;
}
.proudctpart {
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.productwas {
    font-size: 14px;
    color: #000000;
    margin-right: 5px;
}

.productbtns {
    margin-bottom: 15px;
    vertical-align: bottom;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
}
.productbtns a {
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
    padding: 8px 13px;
    border-radius: 10px;
    margin: 0 3px;
}
.productview {
    background: #9f0000;
}
.productview:hover,
.productview:focus {
    background: #690000;
}
.productorder {
    background: #01a2d0;
}
.productorder:hover,
.productorder:focus {
    background: #006f9d;
}
.productenquire {
    background: #01a2d0;
}
.productenquire:hover,
.productenquire:focus {
    background: #006f9d;
}

.productorder,
.productview,
.productenquire,
.productD_thumb,
#productD_order,
#productD_enquire {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

/* PRODUCT DISPLAY */

#productD_left {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}
#productD_right {
    display: inline-block;
    width: 38%;
    vertical-align: top;
    margin-left: 7%;
}

.productD_large {
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}
.productD_large a {
    background: url("../images/loading.gif") no-repeat 50% 50%;
    display: inline-block;
    width: 100%;
    height: auto;
}
.productD_large img {
    max-width: 100%;
    height: auto;
}

.productD_images {
    text-align: center;
}
.productD_thumb {
    margin: 1% 0.5%;
    width: 19%;
    height: auto;
}
.productD_thumb,
.productD_thumb a {
    display: inline-block;
    overflow: hidden;
}
.productD_thumb img {
    vertical-align: middle;
    width: 100%;
}
.productD_thumb:hover,
.productD_thumb:focus {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

#productD_right h1 {
    margin-top: 0;
    padding: 0 10px;
}
.productD_detail {
    padding: 0 10px;
}
.productD_detail:first-of-type {
    margin-bottom: 10px;
    font-size: 20px;
}
.productD_detail:first-of-type .productD_detailLeft {
    color: #01a2d0;
}
.productD_detail:first-of-type .productD_detailRight {
    font-weight: bold;
}

.productD_detailLeft {
    position: relative;
    display: inline-block;
    width: 145px;
    font-weight: bold;
}
.productD_detailRight {
    position: relative;
    display: inline-block;
}
.productD_status {
    font-size: 15px;
}
#available {
    color: #009f00;
}
#outofstock,
#soldout {
    color: #9f0000;
}

#productD_price {
    font-size: 30px;
    font-weight: bold;
    margin: 25px 10px 10px;
    color: #ff0000;
    text-transform: uppercase;
}
#productD_discount {
    color: #01a2d0;
    font-size: 20px;
}
#productD_was {
    font-size: 25px;
    color: #9f0000;
    display: block;
}
#productD_links {
    margin: 20px 10px;
}
#productD_links a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 0;
    width: 215px;
    text-align: center;
    border-radius: 10px;
    font-size: 22px;
    margin: 8px 0;
}
#productD_order {
    background: #01a2d0;
}
#productD_order:hover,
#productD_order:focus {
    background: #006f9d;
}
#productD_enquire {
    background: #9c0200;
}
#productD_enquire:hover,
#productD_enquire:focus {
    background: #690000;
}
#productD_pdfs {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}
.productD_pdf {
    display: inline-block;
    width: 50%;
}
.productD_pdf img {
    max-width: 20px !important;
    margin-right: 6px;
    vertical-align: middle;
}
.productD_text {
    padding: 0 10px;
    margin: 30px 0 40px;
}

.productTags {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0 0 0;
}

.productTags h5 {
    margin: 0 0 10px 0;
}

.product-tag {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #cccccc;
    font-size: 12px;
    border-radius: 2px;
    text-transform: uppercase;
}
/* CART v2 STYLING */

.c_div {
    overflow: hidden;
}
.c_div table {
    width: 100%;
    border-collapse: collapse;
}
.cart th {
    background: #333333;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
}
.cart tr:nth-child(even) td {
    background: #efefef;
}
.cart th {
    padding: 3px 5px;
}
.cart td {
    padding: 3px 5px;
    height: 70px;
}
td.c_del {
    width: 20px;
    padding: 3px 5px 3px 10px;
}
td.c_del a {
    background: url("../images/remove.png") no-repeat top left;
    display: inline-block;
    width: 20px;
    height: 20px;
}
td.c_del a:hover,
td.c_del a:focus {
    background-position: bottom left;
}
.c_img {
    width: 70px;
}
.c_img img {
    width: auto;
    max-width: 70px !important;
    height: auto;
}
.c_part {
    display: block;
    color: #777777;
    font-size: 10px;
}
.c_unit {
    width: 60px;
    text-align: center;
}
.c_qty {
    width: 60px;
    text-align: center;
}
.c_sub {
    width: 70px;
    text-align: right;
}
.c_opt {
    width: 60px;
    text-align: center;
}

#OzPostContainer a {
    color: #9c0200 !important;
}

/* Totals & Voucher/Shipping */
#c_total {
    text-align: right;
    background: none;
    border-top: 1px solid #bbbbbb;
}
.c_box {
    padding: 10px;
    background: #efefef;
    float: left;
    text-align: left;
}
.c_box label {
    display: block;
}
.c_voucher {
    margin: 5px 5px 5px 0;
    display: none !important;
}
.c_shipping {
    margin: 20px 5px 5px 0;
}
.c_voucher input[type="text"] {
    text-transform: uppercase;
    width: 200px;
}
.c_totals {
    width: 300px;
    padding: 10px 5px;
    margin: 20px -5px 10px 0;
    float: right;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}
.c_totals span {
    width: 95px;
    display: inline-block;
    vertical-align: top;
}
.c_subtotal {
    color: #444444;
}
.c_promo {
    color: #444444;
}
.c_freight {
    color: #444444;
}
.c_freight span span {
    font-size: 9px;
    line-height: 10px;
}
.c_total {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

/* Buttons */
#c_spBtn {
    padding: 2px 6px;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
#c_spBtn {
    background: #01a2d0;
    padding: 5px 10px;
}
#c_poBtn {
    background: #01a2d0;
    color: #ffffff;
}
#c_frBtn {
    background: #01a2d0;
    color: #ffffff;
}
#c_coBtn {
    background: #01a2d0;
    color: #ffffff;
    font-weight: bold;
    float: right;
    padding: 5px 10px;
}
#c_upBtn {
    background: #01a2d0;
    color: #ffffff;
    font-size: 9px;
    padding: 2px;
    margin-top: 4px;
}
#c_ecBtn {
    background: #01a2d0;
    color: #ffffff;
    float: right;
    padding: 5px 10px;
}
#c_prBtn {
    background-color: #28a745;
    border-color: #28a745;
    /* background: #01a2d0; */
    color: #ffffff;
    font-weight: bold;
    float: right;
    padding: 5px 10px;
}
#c_ppBtn {
    margin: 0 auto;
    display: block;
}

/* Steps */
#c_steps {
    border-bottom: 6px solid #efefef;
    text-align: right;
    margin: 10px 0;
}
#c_steps span {
    border-bottom: 6px solid #cfcfcf;
    display: inline-block;
    width: 120px;
    max-width: 33%;
    text-align: center;
    color: #666666;
    font-size: 11px;
    padding: 4px 0;
    margin-bottom: -6px;
}
#c_steps span.active {
    border-bottom: 6px solid #9c0200;
    font-weight: bold;
}
#c_steps span.done {
    border-bottom: 6px solid #666666;
}

/* Messages */
#c_bigmsg {
    border: 2px dashed #9c0200;
    width: 80%;
    padding: 10px;
    margin: 0 auto 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
#c_mainmsg {
    background: #efefef;
    width: 50%;
    padding: 10px 10px 8px 10px;
    margin: 15px auto;
    text-align: center;
}
#c_submsg {
    background: #efefef;
    border: 2px dashed #a1c562;
    width: 70%;
    margin: 35px auto;
    text-align: center;
    color: #666666;
    padding: 10px;
}

#c_submsg a {
    color: #9c0200;
}
#c_errmsg {
    background: #db4848;
    color: #ffffff;
    padding: 10px 10px 8px 10px;
    margin: 15px auto;
    text-align: center;
}

/* Form (Step 2) */
.c_table {
	background-color: #fff;
	padding: 10px;
}
.c_div h2 {
    border-bottom: 2px solid #777777;
    color: #444444;
}
table.c_table th {
    width: 100%;
    color: #555555;
    font-weight: normal;
    text-align: left;
	display: block;
	
}
table.c_table td,
table.c_table td span {
    padding: 3px 0;
	display: block;	
	padding-top: 10px;	
}

table.c_table td span {
	display: flex;
	flex-direction: row;
	align-items: center;
}


table.c_table td span input {
	margin-left: 15px;
}

table.c_table td span label {
	margin-bottom: 0;
	line-height: 1;
	margin-left: 15px;
}

.c_cards img {
    vertical-align: middle;
    border: 1px solid #888888;
    margin: 0 1px;
    width: 25px;
}
.c_table input[size="34"],
.c_table textarea {
    width: 100%;
}
.c_table label.c_err {
    color: #990000;
}
#c_cvvhelp {
    padding-left: 8px;
}
#c_cvvhelp a {
    font-size: 10px;
}
#c_cvvhelpbox {
    top: -140px;
    left: 60px;
    line-height: 0;
    z-index: 50;
    box-shadow: 5px 5px 10px #666666;
    border-radius: 10px;
}

.FormInput label {
    width: 100% ! important;
    display: block;
}

.FormInput select {
	padding: 10px;
	width:400px !important;
	max-width: 331px;
	margin-bottom: 15px;
}

/* LOGIN AREA */

#dealerlogin {
    position: relative;
    display: inline-block;
    width: 45%;
    padding: 0 0 0 2%;
    vertical-align: top;
}
#loginright {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 2% 0 0;
    border-right: 1px solid black;
}

/* ADMIN STYLING */

#adminpage input[name="login"],
#adminpage input[name="password"] {
    width: 100%;
}

#adminpage {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: normal;
}
#adminpage b {
    color: #000000;
    font-weight: bold;
}

#adminpage table {
    margin-bottom: 10px;
    border: 1px solid #9f9f9f;
    background: #dfdfdf;
}
#adminpage table img {
    display: inline-block;
    margin: 0 auto;
}
#adminpage td {
    background: #dfdfdf;
    color: #000000;
    text-align: left;
    display: table-cell;
    vertical-align: top;
}
#adminpage td img {
    max-width: 122px;
}
#adminpage th {
    background: #cfcfcf;
    color: #000000;
    text-align: left;
}
#adminpagegallery {
    position: relative;
    font-size: 12px;
    font-weight: normal;
}

#adminpage table.productedit {
    width: 100%;
}
#adminpage .productedit > td {
    background: #d6d6d6;
}
#adminpage .productedit2 > td {
}
#adminpage table.LogBody {
    width: 100%;
}
#adminpage table.log {
    width: 100%;
    background: #333333;
}
#adminpage table.log th {
    padding: 2px;
    background: #555555;
    color: #ffffff;
    font-size: 13px;
}
#adminpage table .logrow1 td {
    padding: 4px;
    background: #cfcfcf;
    font-size: 12px;
}
#adminpage table .logrow2 td {
    padding: 4px;
    background: #eeeeee;
    font-size: 12px;
}
#adminpage table .logrowS td {
    padding: 4px;
    background: #ffff66;
    font-size: 12px;
}
#adminpage table label {
    display: inline-block;
    width: 100%;
    padding: 2px;
}
#adminpage table label:hover,
#adminpage table label:focus {
    color: #cf0000;
    cursor: pointer;
}

.audit_box li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
span.audit_showhide {
    background: #222;
}

#adminpage input[size="90"] {
    width: 100%;
}
#adminpage input[name="insert"] {
    width: 50%;
}
#adminpage #subpage {
    width: 15%;
}

/* SUBPAGES */

.subpages div {
    display: inline-block;
    width: 31%;
    margin: 15px 1%;
    text-align: center;
    vertical-align: top;
}
.subpages a {
    display: inline-block;
    max-width: 100%;
}
.subpages img {
    border: 0;
    margin-bottom: 5px;
}
.subpages span {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.subpages a:hover img,
.subpages a:focus img {
    opacity: 0.7;
}

/* CONTACT MESSAGE */

#contact {
    clear: both;
    width: auto;
    margin: 20px auto;
    background: #cccccc;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

/* CONTACT */

#contactpage {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#contactform input[name="enquiry[Postcode]"] {
    width: 100px;
}
#contactform #contact_thanks {
    padding: 15px;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    border: 1px solid #afafaf;
    background: #cfcfcf;
}
#contactpageright {
    position: relative;
    display: inline-block;
    width: 45%;
    margin: 0;
    vertical-align: top;
    border-left: 1px solid #282828;
    padding-left: 4.5%;
}
#contactpageright img {
    margin: 15px 10px -10px 0;
}
#contactpageright iframe {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    height: 200px;
    margin: 10px 0;
}

/* SITE FORMS */

.form {
    overflow: hidden;
    text-align: left;
    width: 560px;
    max-width: 100%;
}
.form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form .error {
    color: #cc0000;
}
.form > div {
    padding: 1px;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.form > div > label {
    width: 25%;
    float: left;
    padding-right: 10px;
    line-height: 24px;
}
.form > div > div {
    width: 75%;
    float: right;
}
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select			{ width: 100%; padding: 4px; border: 1px solid #ccc; border-radius: 2px; }
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form select			{ width: 75%; }
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus		{ outline: 0; border-color: #4697e4; }

.head2 {
    float: none !important;
    width: 100% !important;
    font-size: 22px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="url"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="number"],
.form textarea,
.form select {
    width: 75%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus,
.form input[type="number"]:focus,
.form textarea:focus {
    outline: 0;
    border-color: #4697e4;
}

@media (max-width: 640px) {

    #c_spBtn {
        width: 230px;
        padding: 0.9rem 1rem;
        font-size: 0.9rem;
    }
    section .btn {
        padding: 0.9rem 1rem;
        font-size: 0.9rem;
    }
    table.cart {
        border-collapse: separate !important;
        border-spacing: 0 5px;
    }
    table.cart th {
        display: none;
    }
    table.cart tr {
        width: 100%;
    }
    td.c_title,
    td.c_opt,
    td.c_unit,
    td.c_qty,
    td.c_sub {
        display: block;
        width: 100%;
        height: auto;
        border-right: 1px solid #bbbbbb;
    }
    td.c_del {
        border: 1px solid #bbbbbb;
        border-right: 0;
        height: auto;
    }
    td.c_img {
        width: auto;
        border-top: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }
    td.c_img img {
        width: 50px !important;
    }
    td.c_title {
        border-top: 1px solid #bbbbbb;
    }
    td.c_unit {
        text-align: left;
    }
    td.c_qty {
        text-align: left;
        border-bottom: 1px solid #bbbbbb;
    }
    td.c_qty input {
        width: 60px;
    }
    td.c_sub {
        border-bottom: 1px solid #bbb;
    }
    #c_ecBtn,
    #c_coBtn,
    #c_prBtn {
        display: block;
        margin-bottom: 1rem;
    }
    #c_upBtn {
        font-size: 12px;
        padding: 2px 4px;
        margin: 0 0 0 4px;
        width: 70px;
    }
    #c_edBtn {
        width: 220px;
    }
    td#c_total {
        padding: 0;
        border-top: 0;
    }
    .c_totals {
        float: none;
        width: auto;
    }
    .c_box {
        float: none;
        width: auto;
        margin-right: 0;
    }
    #c_cvvhelpbox {
        left: -140px;
        width: 160px;
    }
    #shopping {
        display: block;
        float: left;
    }
    .payment_detail_boxes .form-control {
        max-width: 300px;
    }
    .DirectDepositRow td:nth-child(1) {
        width: 100% !important;
        display: inline-block !important;
    }
    .DirectDepositRow td:nth-child(2) {
        width: 100% !important;
        display: inline-block !important;
    }
    #c_spBtn {
        display: block;
        width: 280px;
    }
    #c_submsg {
        display: inline-block;
        width: 100%;
    }
    .c_clickAndCollect {
        display: none;
    }
}

@media (max-width: 640px) {
    .form > div {
        margin: 0 0 8px 0;
    }
    .form > div > label {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    .form > div > div {
        width: 100%;
        float: none;
    }
    .form input[type="text"],
    .form input[type="email"],
    .form input[type="url"],
    .form input[type="password"],
    .form input[type="tel"],
    .form input[type="number"],
    .form textarea,
    .form select {
        width: 100%;
    }
}

/* BLOG */
/* Post List */
.posts {
    padding: 40px 0 25px 0;
    border-bottom: 3px solid #dfdfdf;
}
.posts h1 a {
    text-decoration: none;
}
.posts h1 a:hover,
.posts h1 a:focus {
}
.posts .date {
    color: #00c8ff;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.posts .read {
    position: relative;
    display: block;
    text-align: right;
}

/* Post Display */
.post .date {
    color: #00c8ff;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Next Post */
.next_post {
    margin: 15px 0;
}

/* Popular Posts */
.popular_posts {
    padding: 0 0 10px 0;
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
}
.popular_posts ul {
    padding-left: 20px;
}

/* Comments */
.comment {
    border-bottom: 1px solid #cccccc;
    padding: 13px 0;
    width: 60%;
    overflow: hidden;
}
.commentName,
.commentName a {
    font-weight: bold;
    text-decoration: none;
}
.commentName a:hover,
.commentName a:focus {
}
.commentDate {
    color: #666666;
    font-size: 12px;
    padding-bottom: 10px;
}
.commentText,
.commentText p {
    color: #555555;
    margin: 0;
}

/* Blog Admin */
.admin_blog input[type="text"] {
    width: 100%;
}
.admin_blog textarea {
    width: 100%;
    min-height: 80px;
}
.admin_blog table {
    width: 100%;
}
.admin_blog td,
.admin_blog th {
    padding: 0 10px;
}
.admin_blog td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px solid #bbb;
}
.admin_blog .comBox {
    padding: 5px;
    max-width: 500px;
    max-height: 35px;
    line-height: 17px;
    background: #efefef;
    overflow-y: auto;
}

/* LOWER */
#lowerwrapper {
    position: relative;
    display: block;
    width: 100%;
    border-top: 2px solid #00c7ff;
    clear: both;
}
#lower {
    position: relative;
    display: block;
    width: 1260px;
    margin: 0 auto;
}
.lowerarea {
    position: relative;
    display: inline-block;
    width: 19%;
    margin: 25px 1% 25px auto;
    vertical-align: top;
    line-height: 25px;
}
.lowerarea:nth-child(1) {
    width: 17%;
}
.lowerarea:nth-child(2) {
    width: 21%;
}
.lowerarea h5 {
    margin: 0 0 5px;
    text-transform: uppercase;
}
.lowerarea ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lowerarea a {
    text-decoration: none;
    line-height: 25px;
}
.lowerarea a:hover,
.lowerarea a:focus {
    color: #e65000;
}

/* FOOTER */
#footer {
    clear: both; /* padding: 5px 10px; */
    border-top: 0px solid #bbbbbb;
    background: #282828;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}
#footer a {
    font-size: 11px;
    text-decoration: underline;
    color: #ffffff;
}
#footer a:hover,
#footer a:focus {
    text-decoration: none;
}
#footerinner {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}
#footerleft {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 5px 0;
}
#footerright {
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
#footerright img {
    padding-right: 10px;
}
#footer img {
    margin-left: 5px;
    vertical-align: top;
}

/* RESPONSIVE FOR MOBILE */
@media (max-width: 1400px) {
    #upperheaderwrapper {
        padding: 8px 2.5% 12px;
    }
    #backbutton {
        position: relative;
        display: block;
    }
    #upperheader {
        display: block;
        width: 100%;
    }
    #search {
        float: right;
    }
}

@media (max-width: 1300px) {
    #header {
        width: 99%;
    }
    #middlewrapper {
        width: 95%;
    }
    #lower {
        width: 95%;
    }
    #footerinner {
        width: 95%;
    }

    .productitem {
        width: 30%;
    }
    .productitem:nth-child(3n + 2) {
        margin: 30px 4%;
    }
}

@media (max-width: 1190px) {
    #header {
        width: 100%;
    }
    #headerleft {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #headerright {
        width: 100%;
        margin: 12px auto 0;
        text-align: center;
    }
    #search {
        width: 100%;
        float: none;
    }
    #search input[type="text"] {
        width: 95%;
    }
    #search input[type="submit"] {
        width: 18%;
        margin-left: -15%;
    }
    #leftcontainer {
        display: none;
    }
    .subpages div {
        width: 18%;
    }

    #footerleft {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 10px 0;
    }
    #footerright {
        width: 100%;
        text-align: center;
    }
    .lowerarea,
    .lowerarea:nth-child(1),
    .lowerarea:nth-child(2) {
        width: 32%;
    }
}
@media (max-width: 950px) {
    #upperleft {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0;
        text-align: center;
    }
    #upperleft a {
        font-size: 23px;
    }
    #uppermiddle {
        width: 100%;
        margin: 10px auto;
        display: block;
    }
    #upperright {
        width: 33%;
        margin: 0 auto;
        display: block;
    }
    #productD_left {
        width: 50%;
    }
    #productD_right {
        width: 43%;
    }
}

@media (max-width: 885px) {
    .lowerarea,
    .lowerarea:nth-child(1),
    .lowerarea:nth-child(2) {
        width: 50%;
    }

    /* CONTACT */
    #contactpageright {
        width: 100%;
        border-left: 0;
        padding-left: 0;
    }
    #contactpage {
        width: 100%;
    }

    .subpages div {
        width: 23%;
    }
}

@media (max-width: 830px) {
    #upperright {
        width: 39%;
    }

    .featurepage {
        margin: 15px 2.5%;
        width: 45%;
    }
    .featurepage:nth-child(3n + 3) {
        margin: 15px 2.5%;
    }

    .productitem {
        width: 44%;
        margin: 30px 2.5%;
    }
    .productitem:nth-child(3n + 2) {
        margin: 30px 2.5%;
    }
}

@media (max-width: 680px) {
    .previous {
        width: 50%;
    }
    .next {
        width: 50%;
    }
    .numberdisplay {
        display: none;
    }

    #dealerlogin,
    #loginright {
        width: 100%;
        display: block;
        padding: 0;
    }
}

@media (max-width: 640px) {
    * {
        width: auto;
        height: auto;
    }

    /* Structure */
    #wrapper {
        width: 100%;
        border: 0;
    }
    #upperright {
        width: 50%;
    }
    #middle {
        width: auto;
        margin: 0 15px;
        float: none;
    }
    #header {
        margin: 15px 0 0;
    }
    #headerright {
        margin: 0 auto;
    }
    #headerrighttop {
        margin: 10px 0 15px;
    }

    /* Main Menu */
    #menubg {
        margin-top: 0;
        padding-bottom: 0;
        text-align: left;
    }
    #menu {
        overflow: hidden;
    }

    /* Main Menu */
    #toggleMenu {
        width: auto;
        background: #00c7ff url("../images/menu-icon.png") 20px 16px no-repeat;
        color: #848484;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 15px 13px 45px;
        cursor: pointer;
        text-align: left;
        color: #ffffff;
    }
    #toggleMenu:hover {
        background: #9c0200 url("../images/menu-icon.png") 20px 16px no-repeat;
        width: autp;
        color: #ffffff;
    }

    #menuh {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 15px; /* background: url("../images/menu-bg.png")  repeat;*/
        z-index: 35;
        float: none;
        padding: 0;
    }
    #menuh nav a {
        color: #ffffff;
        padding: 13px 12px;
    }
    #menuh nav ul li {
        width: 100%;
        margin-right: 0;
        background: #454545;
    }
    #menuh nav ul li:hover {
        background: #9c0200;
        color: #ffffff;
    }
    #menuh nav a.active {
        background: #9c0200;
        color: #ffffff;
    }
    #menuh nav a:hover {
        background: #9c0200;
        color: #ffffff;
    }

    /* Hide Secondary Levels */
    #menuh nav ul li:hover ul {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    #featurearea,
    #featureproducts {
        display: none;
    }

    /* Product Filtering */
    .filterOpts label {
        display: inline-block;
        margin-right: 10px;
    }

    /* Gallery */
    .pagegalleryimage {
        width: 19%;
        padding-bottom: 19%;
        margin: 0.5%;
    }

    /* HTML Sitemap */
    #sitemap > div {
        float: none !important;
        width: auto !important;
    }

    /* Product List */
    .productitem {
        width: 47%;
        margin: 30px 1%;
    }
    .productitem:nth-child(3n + 2) {
        margin: 30px 1%;
    }

    /* Product Display */
    #productD_left {
        display: block;
        width: auto;
    }
    #productD_right {
        display: block;
        width: auto;
        margin-left: 0;
    }
    #productD_right h1 {
        padding: 0;
    }
    .productD_detail {
        padding: 0;
    }
    .productD_pdf {
        display: inline-block;
        width: 50%;
    }
    .productD_text {
        padding: 0;
    }
    #productD_price {
        margin: 25px 0 10px;
    }
    #productD_links {
        margin: 20px 0;
    }

    /* Recent Views */
    #recentview {
        float: none;
        width: auto;
        padding: 0 15px 15px 15px;
        margin: 0;
    }
    .recent_view {
        width: 50%;
        vertical-align: middle;
        display: inline-block;
    }

    /* Shopping Cart */
    td.c_del {
        width: 20px;
        padding: 3px 5px;
    }
    .c_img {
        width: 60px;
    }
    .c_qty {
        width: 50px;
    }
    .c_qty input {
        width: 100%;
    }
    .c_sub {
        width: 60px;
    }
    .c_opt {
        width: 50px;
    }
    .c_voucher input[type="text"],
    .c_shipping input[type="text"],
    .c_shipping select {
        width: 100%;
    }
    .c_box {
        clear: right;
        margin-top: 10px;
    }

	.c_table label.c_err	{ color: #990000; }
	/* Details Form */
	.c_div h2 {
		margin-bottom: 2rem;
		border-bottom: 1px solid var(--cartColourAccent);
		padding-bottom: 1rem;
		text-align: center;
	}

	#form_detail,
	#form_shipping,
	#form_payment {
		width: initial!important;
		display: block!important;
		margin-left: 0!important;
		margin-bottom: 2rem;
		padding: 2rem 0;
		background-color: var(--cartColourBackground);
	}

	.c_table .form-control {
		margin-bottom: 2rem;
	}

	.c_table th	{
		font-weight: inherit;
		padding-top: .3rem;
	}

	.c_table tr {
		display: flex;
		flex-direction: column;
	}

	/* Payment Form Section */
	#form_payment {
		margin-bottom: 3rem;
	}

	/* Payment Options Selection */
	.orderPaymentType {
		display: inline-block;
		padding: 0 1rem;
		margin-bottom: .5rem;
	}

	.orderPaymentType label {
		padding-left: .5rem;
	}

	#form_payment > table {
		background-color: var(--cartColourBackgroundAccent);
		margin-bottom: 2rem;
	}
	#form_payment > table th {
		padding: 2rem 2rem 0;
	}
	#form_payment > table td {
		padding: 1rem 2rem 2rem;
	}

	/* Payment Detail Boxes */
	.payment_detail_boxes {
		padding: 2rem;
		background-color: var(--cartColourBackgroundAccent);
	}
	.payment_detail_boxes th:empty {
		display: none;
	}

	/* Payment Type Selection */

	span.orderPaymentType {
		display: block;
		margin: 1px;
	}

	span.orderPaymentType input {
		vertical-align: text-top;
	}

	label.orderPaymentType {
		display: inline-block;
		cursor: pointer;
		font-weight: bold;
		line-height: 2em;
		padding: 5px 10px;
	}

	label.orderPaymentType:hover {}

	input.orderPaymentType:checked+label {}

	.c_table label {
		font-weight: bold;
	}

	#form_payment>.c_table {
		width: 100%;
		border: 0;
		background: none;
		padding: 0;
		margin-bottom: -5px;
	}

	.payment_detail_boxes {
		margin-left: 2px;
	}

	.payment_detail_boxes .c_table {
		background-color: #f5f5f5;
	}

	.selector {
		background: #efefef;
		padding: 1px 0 5px 10px;
	}

	.shippingmethod {
		position: relative;
		display: inline-block;
	}

	.shippingmethod select {
		font-size: 16px;
		padding: 5px;
	}

	.shippingmethod input[type='submit'] {
		background: #3bc131;
		color: #fff;
		box-shadow: none;
		display: inline;
		padding: 0 20px;
		font-size: 15px;
		height: 30px;
		border: 0;
	}

	.shippingmethod input[type='submit']:hover {
		background: #454545;
		box-shadow: none;
		display: inline;
		padding: 0 20px;
		font-size: 15px;
		height: 30px;
		border: 0;
	}

	.zipMoneyCartPaymentWidget {
		width: 100%;
		border: 1px solid;
		background-color: #f5f5f5;
		border-color: #ccc;
		padding: 5px;
	}

	.orderPaymentType .ZP img {
		height: 30px;
	}

	.c_table input[type="text"],
    .c_table input[type="email"],
    .c_table input[type="phone"],
    .c_table input[type="number"],
    .c_table textarea,
    .c_table select {
        width: 100% !important;
    }
    .c_table input[size="4"],
    select[name="cart_submit[orderCardExpiryM]"],
    select[name="cart_submit[orderCardExpiryY]"] {
        width: auto !important;
    }
    table.c_table th {
        width: 35%;
        min-width: 90px;
    }
    #c_cvvhelpbox {
        left: -140px;
        width: 200px;
    }



    /* Admin Area */
    #adminpage textarea,
    #adminpage select,
    #adminpage input {
        width: 100%;
    }
    #adminpage input[size="3"] {
        width: 50px;
    }
    #adminpage input[type="submit"] {
        width: auto;
    }
    .audit_box li {
        width: auto;
        display: block;
    }

    /* Forces better display of page thumb editor */
    #adminpage td#subpage {
        width: 46%;
        display: inline-block;
    }
    #adminpage td#subpage table {
        width: 100%;
    }
    #adminpage td#subpage img {
        width: 100%;
    }

    /* Forces better display of page gallery editor */
    #adminpagegallery > table > tbody > tr > td,
    #adminpagegallery > table > tr > td {
        display: inline-block;
        width: 100%;
    }
    #adminpagegallery > table > tbody > tr > td > table,
    #adminpagegallery > table > tr > td > table {
        width: 100% !important;
        border: 0;
    }
    #adminpagegallery div[align="right"] {
        text-align: center;
    }
    #adminpagegallery > form td {
        width: 19%;
        height: 75px;
        overflow: hidden;
        display: inline-block;
    }

    /* Replace parts of Site Report that wont display well on mobile with a message */
    #sr_mvp #sr_data {
        display: none;
    }
    #sr_mvp:after {
        content: "This information cannot be displayed on this sized screen or device. Please view on a larger screened computer or device.";
        display: block;
        margin: 0 15px;
    }

    /* Subpages */
    .subpages div {
        width: 48%;
    }

    /* Contact */
    #contacttext iframe {
        width: 100%;
    }
}

@media (max-width: 530px) {
    #upperright {
        width: 75%;
    }

    .productitem {
        width: 70%;
    }
    .productbtns {
        bottom: 0;
        margin-bottom: 5px;
    }
    .productbtns a {
        display: block;
        margin: 0 3px 5px;
    }

    .lowerarea,
    .lowerarea:nth-child(1),
    .lowerarea:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 360px) {
    /* Product List */
    .productitem {
        width: auto;
        display: block;
        height: 255px;
        margin: 5px 0 10px 0;
    }
    .productbtns a {
        font-size: 14px;
    }

    /* Product Display */
    .productD_pdf {
        display: block;
        width: auto;
    }

    /* Recent Views */
    .recent_view {
        width: auto;
        display: block;
    }

    /* Shopping Cart */
    table.cart {
        border-collapse: separate !important;
        border-spacing: 0 5px;
    }
    table.cart th {
        display: none;
    }
    td.c_title,
    td.c_opt,
    td.c_unit,
    td.c_qty,
    td.c_sub {
        display: inline-block;
        width: 94%;
        height: auto;
        border-right: 1px solid #bbbbbb;
    }
    td.c_del {
        border: 1px solid #bbbbbb;
        border-right: 0;
        border-radius: 6px 0 0 6px;
        height: auto;
    }
    td.c_img {
        width: auto;
        border-top: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }
    td.c_img img {
        width: 50px !important;
    }
    td.c_title {
        border-top: 1px solid #bbbbbb;
        border-radius: 0 6px 0 0;
    }
    td.c_unit {
        text-align: left;
    }
    td.c_qty {
        text-align: left;
        border-bottom: 1px solid #bbbbbb;
        border-radius: 0 0 6px 0;
    }
    td.c_qty input {
        width: auto;
    }
    #c_upBtn {
        font-size: 13px;
        padding: 2px 6px;
        margin: 0 0 0 4px;
    }
    td.c_sub {
        display: none;
    }
    td#c_total {
        padding: 0;
        border-top: 0;
    }
    .c_totals {
        float: none;
        width: auto;
    }
    .c_box {
        float: none;
        width: auto;
        margin-right: 0;
    }
    #c_cvvhelpbox {
        left: -140px;
        width: 160px;
    }

    #headerrighttopbuttons {
        display: block;
        border-right: 0;
    }
    #headerrighttop #cart {
        padding: 0;
    }
}

@media (max-width: 320px) {
    /* Shopping Cart */
    table.cart * {
        font-size: 12px !important;
        line-height: 15px;
    }
    td.c_del {
        padding-right: 0;
        padding-left: 3px;
    }
    td.c_img {
        display: none;
    }
    td.c_title,
    td.c_opt,
    td.c_unit,
    td.c_qty,
    td.c_sub {
        padding-left: 0;
    }
    .c_totals div > span {
        width: 50%;
    }
    .c_totals span > span {
        width: 100%;
    }
}

.c_shippingchoice,
.c_ozpost {
	display: none;
	float: none;
}

.c_shippingchoice {
	float: none;
    width: 100%;
    clear: both;
}

#custom-freight-shipping-dropdown {
	width: 70%;
	float: left;
	padding: 10px;	
}


#c_frBtn {
	float: left;
    width: 25%;
    padding: 10px;
}


/* DEBUG */

#debug {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    background: #cfdaff;
    border-top: 12px solid #c4d2ff;
    border-bottom: 12px solid #c4d2ff;
}
#debug h1 {
    border: none;
    color: #001b51;
    text-transform: none;
    text-decoration: none;
}
#debug pre {
    color: #000d27;
}


.c_div > form {
	padding: 2rem 2rem 4rem 2rem;
	background-color: #f9f9f9;
}

.c_div > form .c_table  {
	background-color: transparent;
}

span.orderPaymentType {
	display: block;
	margin: 0;
	border: 1px solid;
	background-color: #fff;
	border-color: #ccc;
	line-height: 2.2;
	padding: 8px;
	border-spacing: 0;
}

.c_div > form  input[type="text"], 
.c_div > form  input[type="email"],
.c_div > form  input[type="tel"], 
.c_div > form  input[type="url"], 
.c_div > form  input[type="number"], 
.c_div > form  input[type="password"] {
	background-color: #fff;
}

#c_prBtn {
	position: relative;
}

.c_div > form + form #c_ecBtn {
	position: relative;
    float: left;
    left: 30px;
    top: -60px;
}
.c_div form+form {
	background-color: transparent;
	padding: 0;
}