@charset "utf-8";
:root {
    --cartColourAccent: #ddd;
    /* Lines, close button etc. */
    --cartColourBackground: #f9f9f9;
    /* Backgorund of Cart Forms */
    --cartColourBackgroundAccent: #efefef;
    /* Backgorund of Cart Forms */
    --cartColourText: #555;
    --cartColourTextLight: #888;
    --cartColourLink: #555;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #231f20;
    font-size: 16px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 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;
    padding: 5px 0;
}

input[type='submit'] {
    -webkit-appearance: none;
    padding: 6px 20px;
    border-radius: 0;
    background: #e31d1a;
    color: #ffffff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

input[type='submit']:hover {
    background: #dfa60d;
}

.middle input[type='submit'],
.middle a,
#leftcontainer a,
.pagegalleryimage a img,
.subpage a img,
.footercol a,
#footerbottom a,
#toggleMenu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#social a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

#menuh a,
.button a,
.slidebtn a,
#search input[type='submit'],
#cartbutton {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

#headerwrapper {
    background: #fff;
    width: 100%;
}

#wrapper {
    margin: 0;
    padding: 0;
}

.inner {
    width: 100%;
    margin: 0 auto;
}

#header {
    width: 80%;
    margin: 0 auto;
    padding: 0 15px;
}

#header img {
    border: none;
    position: relative;
    max-height: 100%;
	height: 115px;
    max-width: 300px;
	object-fit: contain;
}

#logo {
    display: inline-block;
    vertical-align: middle;
/*    width: 30%; */
    margin-top: 5px;
}

#logo a {
    display: block;
    line-height: 0;
}

#slogan {
    font-family: Arial, Verdana;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 20px;
    font-weight: bold;
    /*font-style: italic;*/
    letter-spacing: 1px;
    text-align: center;
}

@font-face {
    font-family: 'Billistone1';
    src: url('Billistone1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#slogan span {
	font-family: 'Billistone1', sans-serif;
	color: #ffc107;
	font-size: 60px;
	display: block;
	line-height: 1;
}

#headercontact {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    line-height: 26px;
    text-align: right;
}

#headercontact a {
    color: #231f20;
    font-size: 20px;
    text-decoration: none;
}

#phone a {
    color: #e31d1a;
    font-size: 34px;
    font-weight: bold;
}

.middle {
    margin: 0 15px 30px 15px;
    padding: 0;
    min-height: 100px;
    overflow: hidden;
}

.middlethin {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 280px);
}

@media(max-width: 1024px) {
	#headerwrapper {
		position: relative !important;
	}
}

/* DEFAULT STYLING */

a {
    color: #e31d1a;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #dfa60d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
    color: #e31d1a;
}

h3 {
    font-size: 22px;
    text-transform: uppercase;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #e31d1a;
}

h6 {
    font-size: 16px;
}

p,
li,
td,
th {
    color: #231f20;
    line-height: 25px;
}

#wrapper img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.middle li {
    margin-bottom: 8px;
    line-height: 22px;
}

.middle li ul,
.middle li ol {
    margin-top: 6px;
}

.middle hr {
    border: 0;
    width: 100%;
    margin: 30px auto;
    color: #bbbbbb;
    background-color: #bbbbbb;
    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-style: italic;
    padding: 0 8px 0 20px;
    border-left: 5px solid #dfa60d;
    overflow: hidden;
}

/* GOLD BUTTONS */

#homebuttons {
    margin: 20px 0 0 0;
}

.button {
    display: inline-block;
    width: 24%;
    margin: 0 0.5%;
}

.button a {
    display: block;
    padding: 8px 20px;
    background: #dfa60d url("../images/button_arrow.png") no-repeat 92% center;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
}

.button a:hover {
    background-color: #e31d1a;
}

/* HORIZONTAL MENU */

#menucontainer {
    background: #231f20;
    height: 50px;
}

#menucontainer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#menucontainer img {
    border: none;
    margin-top: -10px;
}

#menuh {
    display: inline-block;
    vertical-align: top;
}

#menuh nav {
    display: block;
}

#menuh nav a {
    display: block;
    padding: 13px 10px 12px 10px;
    text-decoration: none;
}

#menuh nav ul li ul a {
    color: #ffffff;
}

#menuh nav a.active,
#menuh nav a.active-child {
    background-color: #444444;
}

#menuh nav ul {
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    text-align: left;
    display: inline;
}

#menuh nav ul li {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 0;
    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 a {
    color: #ffffff;
}

#menuh nav ul li:hover,
#menuh nav ul li:focus {
    background: #555555;
    color: #ffffff;
}

#menuh nav ul li ul {
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 240px;
    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: #555555;
    display: block;
    color: #ffffff;
}

#menuh nav ul li ul li a {
    padding: 10px 18px;
    font-size: 15px;
}

#menuh nav ul li ul li:hover,
#menuh nav ul li ul li:focus {
    background: #666666;
}

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

#menuh nav ul li ul li ul {
    top: 0;
    left: 240px;
    width: 240px;
    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:hover ul,
#menuh nav ul li ul li:focus ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* SEARCH */

#searchcontainer {
    display: inline-block;
    vertical-align: top;
    float: right;
}

#searchcontainer.high-res {
	display: none;
}



#search {
    display: inline-block;
}

#search input[type='text'] {
    display: inline;
    vertical-align: top;
    height: 50px;
    width: 160px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    background: #dfdfdf;
    color: #000000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #656363!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #656363!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #656363!important;
}

#search input[type='submit'] {
    vertical-align: top;
    height: 50px;
    width: 55px;
    border: none;
    border-radius: 0;
    background: #e31d1a url("../images/button_search.png") no-repeat center;
}

#search input[type='submit']:hover {
    background-color: #444444;
}

#results ul {
    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: #555555;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#results .desc {
    font-size: 13px;
    line-height: 18px;
    width: 650px;
    max-width: 100%;
}

#menucontainer {
	clear: both;
}

@media(max-width: 640px) {
	#searchcontainer { width: 100%;}
}
@media(min-width: 641px) {
	#searchcontainer.low-res {
		display: none;
	}
	#searchcontainer.high-res {
		display: inline-block;
	}
}

@media(min-width: 1025px) {
	#searchcontainer.low-res {
		display: inline-block;
	}
	#searchcontainer.high-res {
		display: none;
	}
}

@media(min-width: 1366px) {
	#searchcontainer.low-res {
		display: none;
	}
	#searchcontainer.high-res {
		display: inline-block;
	}
}

@media(min-width: 1600px) {
	#menucontainer .inner {
		max-width: 80%;
		margin: 0 auto;
		padding: 0 15px !important;
	}
}

/* CART BUTTON */

#cartbutton {
    display: inline-block;
    vertical-align: top;
    background: #dfa60d;
    height: 50px;
    width: 55px;
    text-align: center;
    line-height: 60px;
}

#cartbutton a {
    display: block;
}

#cartbutton:hover {
    background-color: #444444;
}

/**
 * Slideshow
 */

.slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.cycle-slideshow {
    width: 100%;
    height: auto;
    z-index: 1;
}

.cycle-slide {
    line-height: 0;
    width: 100%;
}

.cycle-slide img {
    line-height: 0;
    width: 100%;
}

.slideshow-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
}

.slideshow-overlay * {
    color: inherit;
    left: 32.33%;
}

.slideshow-overlay .desc {
    max-width: 90%;
}

.slideshow-overlay h1 {
    font-size: 1.8rem;
}

.slideshow-overlay .lead {
    font-size: 1rem;
}

@media(min-width: 1025px) {
	#headerwrapper + #wrapper {
		margin-top: 170px !important;
	}
}

/*
@media (min-width: 1751px) {
	.slideshow {
		margin-top:200px!important;
	}
}

@media (max-width: 1750px) {
	.slideshow {
		margin-top:250px!important;
	}
}

@media (max-width: 1668px) {
	.slideshow {
		margin-top:390px!important;
	}	
}

@media (max-width: 1350px) {
	.slideshow {
		margin-top:250px!important;
	}	
}

@media (max-width: 1180px) {
	.slideshow {
		margin-top:300px!important;
	}	
}


@media (max-width: 1120px) {
	.slideshow {
		margin-top:330px!important;
	}	
}

@media (max-width: 734px) {
	.slideshow {
		margin-top:366px!important;
	}	
}

@media (max-width: 640px) {
	.slideshow {
		margin-top:293px!important;
	}	
}

@media (max-width: 448px) {
	.slideshow {
		margin-top:323px!important;
	}	
}
*/

@media (min-width: 768px) {
    .slideshow-overlay {
        display: flex;
        justify-content: end;
    }
}

@media (min-width: 992px) {
    .slideshow-overlay h1 {
        font-size: 3rem;
    }
    .slideshow-overlay .lead {
        font-size: 1.25rem;
    }
}

.slideshow-controls {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slideshow-controls a {
    pointer-events: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color .2s;
    margin: 1rem;
}

.slideshow-controls a svg {
    transition: all .2s ease-in-out;
    width: 1.05rem;
    fill: #333;
}

.slideshow-controls a:hover,
.slideshow-controls a:focus {
    background-color: #b86f4d;
}

.slideshow-controls a:hover svg,
.slideshow-controls a:focus svg {
    fill: #fff;
}

#next svg {
    margin-left: .2rem;
}

#prev svg {
    margin-right: .2rem;
}

#wrapper .lc-home {
    display: none;
}

#wrapper .mc-home {
    width: 99%;
}

/* GOLD PRICE WIDGET */

/* #goldprice		{ float: right; width: 212px; margin: 0 0 10px 50px; text-align: center; } */

.homecontent {
    width: calc(100% - 330px);
    display: block;
    position: relative;
    float: left;
}

@media (max-width: 640px) {
    .homecontent {
        width: 100% !important;
        display: block;
        position: relative;
        float: left;
    }
    /* Gold Price Widget */
    #goldprice {
        position: relative;
        display: inline-bloxk !important;
        float: none;
        width: auto;
        margin: 0 0 35px 0;
    }
}

#goldprice {
    float: right;
    width: 300px;
    margin: 0 0 10px 20px;
    border: 1px solid #333;
    text-align: center;
}

#goldpricelink {
    display: block;
    padding: 5px 0;
    background: #333333;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#m1,
#m2,
#m3,
#m4,
#m5 {
    border: 1px solid #333333 !important;
}

/* 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 {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding: 30px;
    background: #fff;
}

#leftcontainer ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftcontainer ul li a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 2px 0;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

#leftcontainer ul li a:hover,
#leftcontainer ul a.active,
#leftcontainer ul ul a.active-child {
    color: #dfa60d;
}

#leftcontainer ul li ul {
    margin-bottom: 25px;
}

#leftcontainer ul li ul li {
    margin-left: 10px;
}

/* PRODUCT FILTERING */

.productfilter h3 {
    color: #e31d1a;
    margin: 0;
}

#productfilter {
    margin: 0 10px;
}

.filterHead {
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    margin: 3px 0;
    border-bottom: 1px solid #cccccc;
    color: #e31d1a;
    font-weight: 600;
}

.filterOpts {
    font-size: 12px;
    padding: 5px;
	display: none;
}

.filterOpts label {
    display: block;
    color: #231f20;
}

.filterSect {
    position: relative;
    display: inline-block;
    width: 24%;
    margin: 0 1% 10px 0;
    vertical-align: top;
}

.filterClearAll {
    color: #e31d1a;
    display: block;
    font-size: 14px;
}

.filterSect input[type='checkbox'] {
    margin-right: 3px;
}

.filterSect input[type='submit'] {
    font-size: 11px;
    margin: 5px 5px 5px 3px;
}

.filterSubmit a {
    color: #fff;
}

/* RECENTLY VIEWED PRODUCTS */

#recentview {
    padding: 10px 0 30px 0;
    border-top: 5px solid #cccccc;
}

.recent_view {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
    overflow: hidden;
}

.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;
    max-height: 120px;
    border: none;
}

.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 {
    position: relative;
    display: block;
    margin: 50px 0;
}

.social h6 {
    line-height: 1;
    margin: 0;
}

#social {
    height: auto;
    padding: 5px 0 20px 0;
    overflow: hidden;
}

/* PAGE GALLERY */

.pagegalleryheading {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

.pagegalleryinner {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}

.pagegalleryimage {
    position: relative;
    display: inline-block;
    width: 16%;
    height: 0;
    padding-bottom: 16%;
    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 {
    overflow: hidden;
    border-bottom: 1px solid #bbbbbb;
    margin: 20px 0;
    padding-bottom: 20px;
}

.linktitle {
    padding-bottom: 10px;
}

.linktitle,
.linktitle a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.linkleftcontainer {
    float: left;
    width: 150px;
    height: auto;
    max-width: 25%;
    margin: 0 15px 0 0;
}

.linkleftcontainer img {
    border-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.linkrightcontainer {
    padding: 5px 10px;
    font-size: 15px;
}

.linkrightcontainer p {
    margin: 0;
}

.linkurl {
    padding-top: 10px;
}

/* 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 {
    margin: 20px 0 30px 0;
    text-align: center;
}

.SearchResultProductWrapper {
    text-align: left!important;
}

.productitem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: 355px;
    margin: 5px 15px 25px 15px;
    text-align: center;
    border: 1px solid #bfbfbf;
}

.producttitle {
    font-weight: bold;
    height: 70px;
    padding: 3px;
    overflow: hidden;
}

.productsold {
    margin-left: 5px;
    color: #e31d1a;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
}

.productimage {
    height: 240px;
    padding: 0 10px;
    text-align: center;
}

.productimage a {
    display: inline-block;
    line-height: 240px;
    width: 100%;
}

.productimage img {
    vertical-align: middle;
    max-height: 220px;
}

.productprice {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 34%);
    height: 35px;
    line-height: 35px;
    padding-left: 6%;
    background: #231f20;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

.productwas {
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 5px;
}

.productbtns {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.productbtns img {
    border: none;
    margin-top: -10px;
}

.productbtns a {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    height: 35px;
    color: #ffffff;
    text-decoration: none;
}

.productview {
    background: #e31d1a;
    line-height: 40px;
}

.productview:hover,
.productview:focus {
    background: #999999;
}

.productorder,
.productenquire {
    background: #656363;
    line-height: 45px;
}

.productorder:hover,
.productorder:focus,
.productenquire:hover,
.productenquire:focus {
    background: #dfa60d;
}

.productorder img {
    width: 30px;
}

.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: 50%;
    vertical-align: top;
    margin: 20px 0;
}

#productD_right {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: 30px 0 0 4%;
}

#productD_left .alert {
    max-width: 300px;
}

#productD_bottom {
    margin-top: 25px;
}

.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;
    border: none;
}

.productD_images {
    margin-top: 10px;
    text-align: center;
}

.productD_thumb {
    margin: 9px;
    line-height: 0;
}

.productD_thumb,
.productD_thumb a {
    display: inline-block;
    width: 105px;
    height: 105px;
    line-height: 100px;
    overflow: hidden;
}

.productD_thumb img {
    vertical-align: middle;
    width: auto;
    max-height: 105px;
    border: none;
}

.productD_thumb:hover,
.productD_thumb:focus {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#productD_left h1 {
    margin-top: 0;
    padding: 0;
}

.productD_detail,
.productD_detail a {
    color: #666666;
    text-decoration: none;
}

.productD_status {
    margin-top: 5px;
    font-size: 15px;
}

#available {
    color: #009f00;
}

#outofstock,
#soldout {
    color: #e31d1a;
}

#productD_btns {}

#productD_price {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    height: 55px;
    line-height: 55px;
    padding-left: 6%;
    background: #231f20;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
}

#productD_was {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: line-through;
}

#productD_links {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    text-align: center;
}

#productD_links a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

#productD_links img {
    border: none;
}

#productD_order,
#productD_enquire {
    background: #656363;
}

#productD_order {
    height: 55px;
    line-height: 75px;
}

#productD_order img {
    margin-top: -20px;
}

#productD_enquire {
    height: 45px;
    padding-top: 10px;
    font-size: 13px;
}

#productD_order:hover,
#productD_order:focus,
#productD_enquire:hover,
#productD_enquire:focus {
    background: #dfa60d;
}

#productD_pdfs {
    margin-top: 35px;
}

.productD_pdf {
    margin-bottom: 8px;
}

.productD_pdf img {
    max-width: 20px !important;
    margin-right: 6px;
    vertical-align: middle;
    border: none;
}

.productD_text {
    margin-bottom: 30px;
}

.productD_features h3 {
    margin-bottom: 0;
}

.product-cta {
    display: flex;
    align-items: flex-end;
}

.product-cta .btn {
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 1.2rem 3.6rem;
}

.payment-cta {
    display: flex;
    flex-direction: column;
}

.payment-cta .zip {
    margin-left: 2rem;
}

.payment-cta .paypal {
    margin-left: 2rem;
}

#brands-wrap {
    background-color: transparent;
}

#brands {
    padding: 40px 0;
    text-align: center;
}

#brands .specials-title {
    text-align: left;
}

#brands img {
    margin: 5px;
}

.specials-title {
    text-transform: uppercase;
    margin: 0 5px 40px;
    background-color: #C3C3C3;
    color: #FFFFFF;
    padding: 15px 20px;
    font-weight: bold;
}

.productitem .tags {
    position: absolute;
    top: 5%;
    left: 0;
    pointer-events: none
}

.productitem .tag {
    padding: .4rem .6rem;
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 0 .2rem .2rem 0;
    background-color: #6f6f6f;
    margin: 0 .2rem .2rem 0;
    pointer-events: all
}

.productitem .tag.sale {
    background-color: #ff5e00;
    background-color: #e31d1a;
}

.productitem .tag.shipping {
    display: inline-block;
    background-color: #ff6600;
}


@media (max-width: 1200px) {
    .product-cta {
        display: block;
    }
    .product-cta .btn {
        margin-left: 2rem;
    }
}

@media (max-width: 640px) {
    .product-cta .btn {
        margin-left: 1rem;
    }
    .payment-cta .zip,
    .payment-cta .paypal {
        margin-left: 0.5rem;
    }
}

/* CART v3 STYLING */

#shopping {
    display: inline-block;
    width: 100%;
}

.c_div {
    /* overflow: hidden;*/
    margin: 4rem 0;
}

.c_div table {
    width: 100%;
    border-collapse: collapse;
}

/* Cart Summary / List of Items */

.cart th {
    color: var(--cartColourTextLight);
    font-weight: inherit;
    font-size: .7rem;
}

.cart tr:nth-child(odd) td {
    background: var(--cartColourBackground);
}

.cart tr:nth-child(even) td {
    background: var(--cartColourBackgroundAccent);
}

.cart th {
    padding: 3px 5px;
}

.cart td {
    padding: 3px 5px;
    height: 70px;
    color: var(--cartColourText);
}

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;
}

/* Totals & Voucher/Shipping */

#c_total {
    text-align: right;
    background: none;
    border-top: 1px solid var(--cartColourAccent);
}

.c_box {
    padding: 10px;
    background: var(--cartColourBackground);
    float: left;
    text-align: left;
}

.c_box label {
    display: block;
}

.c_voucher,
.c_ozpost {
    margin: 20px 5px 5px 0;
    float: right;
}

#PostCodeForm .FormInput input,
#PostCodeForm .FormInput select {
    width: 250px !important
}

#OzPostContainer .FormInput label {
    width: 200px !important;
    font-weight: 600 !important;
}

#OzPostContainer .FormInput input,
.FormInput select {
    width: 300px !important;
}

#PostCodeForm h3:after {
    content: url(../images/shippingmessagearrowdown.png);
    height: 32px;
    width: 36px;
    float: right;
    margin-top: 40px;
}

#OzPostContainer .FormInput .form-control,
#DropdownWrapper .form-control {
    padding: 0.7rem 1rem 0.7rem 0.5rem !important;
}

.RedBorder {
    border: 2px solid #ff0000;
}

@media (max-width: 780px) {
    .c_voucher,
    .c_ozpost,
    .c_shipping,
    .c_shippingchoice {
        width: 100%;
    }
    .c_voucher input[type='text'] {
        display: inline;
    }
}

@media (max-width: 640px) {
    #PostCodeForm .FormInput input,
    #PostCodeForm .FormInput select {
        width: 100% !important
    }
    #c_mainmsg {
        width: 80%;
    }
    .orderPaymentType .ZP img {
        display: block;
    }
    #form_payment>table td {
        padding: 1rem 0rem 0rem;
    }
}

@media (max-width: 540px) {
    .c_totals span {
        width: 120px;
    }
    .payment_detail_boxes {
        padding: 1rem;
    }
}

.c_shipping {
    display: none;
    margin: 20px 5px 5px 0;
}

.c_shippingchoice {
    margin: 20px 5px 5px 0;
}

.c_voucher input[type='text'] {
    text-transform: uppercase;
    width: 200px;
}

.c_totals {
    width: 350px;
    max-width: 100%;
    padding: 1rem;
    margin: 20px -5px 10px 0;
    float: right;
    border-top: 1px solid var(--cartColourAccent);
    border-bottom: 1px solid var(--cartColourAccent);
    line-height: 1.2;
}

.c_totals span {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.c_freight span span {
    font-size: .7rem;
}

.c_total {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    color: #444444;
}

.c_div input[type='checkbox']+label {
    padding-left: .5rem;
    line-height: 2;
}

@media (max-width: 640px) {
    .zipMoneyCartWidget {
        max-width: 300px;
        margin: 0 auto;
    }
    #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: 500px) {
    #c_spBtn {
        float: left;
    }
}

/* Buttons */

#c_ecBtn,
#c_coBtn,
#c_prBtn {
    float: right;
}

#c_spBtn {
    float: left;
    margin-right: 200px;
    margin-top: -60px;
    color: #e31d1a;
    background: #fff;
    border: 2px solid #e31d1a;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 600;
}

#c_spBtn:hover,
#c_spBtn:focus {
    color: #fff;
    background-color: #e31d1a;
    border-color: #e31d1a;
    text-decoration: none;
}

/* Float / Clearfix */

.c_div:after {
    content: "";
    display: table;
    clear: both;
}

/* Steps / Progress Indicator */

#c_steps {
    display: flex;
    margin: 1rem 0;
}

#c_steps span {
    flex: 1 1 auto;
    border-bottom: 6px solid #cfcfcf;
    text-align: center;
    color: #aaa;
    padding: 4px 0;
    margin-bottom: -6px;
}

#c_steps span.active {
    border-bottom: 6px solid #d9b513;
    color: #333;
    font-weight: bold;
}

#c_steps span.done {
    border-bottom: 6px solid #eee;
    color: #ccc;
}

/* Messages */

#c_bigmsg {
    border: 2px dashed #13a6d9;
    width: 70%;
    padding: 10px;
    margin: 0 auto 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

#c_mainmsg {
    background: #efefef;
    width: 60%;
    padding: 10px 10px 8px 10px;
    margin: 15px auto;
    text-align: center;
}

#c_submsg {
    width: 70%;
    margin: 15px auto;
    text-align: center;
    color: #666666;
}

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

#c_mainmsg table {
    text-align: left;
}

#c_mainmsg table td:first-child {
    width: 150px !important;
    font-weight: 600;
}

/* Form (Step 2) */

.c_table label.c_err {
    color: #990000;
}

/* ------ NEW STUFF -------------------- */

/* 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;
    background-color: var(--cartColourBackground);
}

.c_table label {
    color: var(--cartColourText);
    margin: 0;
}

.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 */

#form_payment span.orderPaymentType {
    margin-bottom: .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;
}

/* Credit Card Form */

#c_cc label {
    margin: 0;
}

#c_cc tr {
    display: flex;
    flex-direction: column;
}

#c_cc tr:nth-child(4) td {
    display: flex;
    align-items: center;
}

#c_cc select[name='cart_submit[orderCardType]'] {
    width: 350px;
}

#c_cc select[name='cart_submit[orderCardExpiryM]'] {
    margin-right: .6rem;
    width: 160px;
}

#c_cc select[name='cart_submit[orderCardExpiryY]'] {
    margin-left: .6rem;
    width: 160px
}

#c_cc input[name='cart_submit[orderCardCVV]'] {
    width: 200px;
}

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

/* CVV Help (Credit card help) */

#c_cvvhelp {
    padding-left: 8px;
}

#c_cvvhelp a {
    font-size: .8rem;
}

#c_cvvhelpbox {
    top: -140px;
    left: 60px;
    line-height: 0;
    z-index: 50;
    box-shadow: .4rem .4rem .9rem rgba(0, 0, 0, 0.3);
    border-radius: .8rem;
    width: 250px;
}

/* Accepted Cards Images */

.c_cards img {
    vertical-align: middle;
    margin: 0 1px;
}

/* 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 {}

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_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;
}

/**
* Zip Header
*/

.zipheader {
    position: relative;
    display: block;
    vertical-align: top;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.zipheader img {
    height: 23px !important;
    vertical-align: middle;
}

.zipfooter {
    width: 54px !important;
    height: 28px !important;
    vertical-align: top;
}

.zip-widget__tagline img.logo {
    height: 30px !important;
}

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

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

.DirectDepositRow {
    flex-direction: row !important;
}

.DirectDepositRow td {
    width: auto !important;
    display: inline-block !important;
}

.DirectDepositRow td:first-child {
    width: 150px !important;
    font-weight: bold;
}

input[name="cart_submit[orderCardName]"],
input[name="cart_submit[orderCardNumber]"] {
    width: 350px !important;
}

/* SUBPAGES */

.subpages div {
    display: inline-block;
    width: 23%;
    margin: 4px 14px 20px 2px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #bfbfbf;
}

.subpages a {
    display: inline-block;
    max-width: 100%;
    color: #231f20;
    font-weight: bold;
    text-decoration: none;
}

.subpages a:hover {
    color: #e31d1a;
}

.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;
}

.subpageHead {
    min-height: 48px;
}

/* CONTACT MESSAGE */

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

/* CONTACT */

#contactpage {
    overflow: hidden;
}

#contactpage iframe {
    margin-top: 10px;
}

#contacttext {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

#contactform {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin: 10px 0 0 5%;
    border: 1px solid #bfbfbf;
    padding: 10px;
}

#contactform input[name='enquiry[Postcode]'] {
    width: 100px;
}

#contactform #contact_thanks {
    padding: 15px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border: 1px solid #cfcfcf;
    background: #efefef;
}

/* 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: 35%;
    float: left;
    padding-right: 10px;
}

.form label {
    font-size: 15px;
    line-height: normal;
}

.form>div>div {
    width: 65%;
    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 #bbbbbb;
    border-radius: 2px;
}

.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,
.form select:focus {
    outline: 0;
    border-color: #dfa60d;
}

/* FOOTER SLOGAN */

#footerslogan {
    padding: 9px 0;
    background: #231f20;
    text-align: center;
}

#footerslogan img {
    vertical-align: middle;
}

/* FOOTER */

#footercontainer {
    background: #282828 url("../images/footer_bg.jpg") no-repeat top;
}

#footergap {
    height: 110px;
}

#footer {
    background: rgba(35, 31, 32, 0.75);
}

.footercol {
    display: inline-block;
    width: 33%;
    margin: 30px 0 40px 0;
    vertical-align: top;
    color: #ffffff;
    text-align: left;
    line-height: 24px;
}

.footercol h3 {
    margin: 5px 0 20px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}

.footercol a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.footercol a:hover {
    color: #dfa60d !important;
}

.footercol ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footercol li {
    margin-bottom: 6px;
    line-height: 20px;
}

.boldred a {
    color: red !important;
    text-decoration: none;
    font-weight: bold;
}

#footerbottom {
    padding: 20px 0;
    background: #282828;
    color: #cccccc;
    font-size: 11px;
}

#footerleft {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    line-height: 16px;
}

#footerleft a {
    color: #cccccc;
    font-size: 11px;
    text-decoration: underline;
}

#footerleft a:hover,
#footerleft a:focus {
    color: #dfa60d;
}

#footerleft img {
    margin-left: 5px;
    vertical-align: top;
}

#footerright {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

#footerright img {
    margin-left: 25px;
}

@media (max-width: 1720px) {
    #header,
	#menucontainer .inner {
        width: 90%;
    }
    .inner {
        width: 100%;
    }
}

@media (max-width: 1520px) {
    #header,
	#menucontainer .inner {
        width: 100%;
    }
    .inner {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .productitem {
        width: 22%;
        height: 340px;
        margin: 5px 1% 25px 1%;
    }
}

@media (max-width: 1200px) {
    .inner {
        width: 98%;
    }
}

/* RESPONSIVE FOR TABLET - LANDSCAPE */

@media (max-width: 1100px) {
    #header {
        width: 98%;
        padding: 0 1%;
        text-align: center;
        /* border-bottom: 2px solid #222222; */
    }
    #phone {
        margin-bottom: 15px;
    }
    .middlethin {
        width: calc(100% - 230px);
    }
    /* Horizontal Menu */
    #menuh {
        width: auto;
    }
    #search input[type='text'] {
        width: 150px;
    }
    .slidebtn {
        margin-top: 32%;
    }
    #leftcontainer {
        width: 180px;
        padding: 10px;
    }
    /* Product List */
    .productitem {
        width: 31%;
    }
    #recentview .inner {
        width: 994px;
        padding: 0 15px;
    }
    /* Subpages */
    .subpages div {
        width: 22%;
        margin: 4px 12px 20px 2px;
    }
    #footer .inner,
    #footerbottom .inner {
        width: 98%;
    }
    #footerright img {
        margin-left: 15px;
    }
}

@media (max-width: 940px) {
    .button {
        vertical-align: top;
    }
    .button a {
        min-height: 62px;
    }
}

/* RESPONSIVE FOR TABLET - PORTRAIT */

@media (max-width: 850px) {
    #menuh nav a {
        padding: 13px 10px 12px 10px;
        font-size: 15px;
    }
    .productitem {
        width: 47%;
    }
    #slogan {
        width: 35%;
        font-size: 20px;
    }
    #headercontact {
        width: 35%;
    }
    /* Subpages */
    .subpages div {
        width: 30%;
        margin: 4px 1.5% 20px 1.5%;
    }
}

@media (max-width: 810px) {
    #slogan {
        font-size: 18px;
    }
}

#toggleMenu {
	background: #231f20 url("../images/icon_menu.png") 5px center no-repeat;
	font-size: 14px;
	padding: 0 5px 0 25px;
}

#menucontainer .inner {
	padding: 0;
}

@media(min-width: 641px) {
	#toggleMenu {
		background: #231f20 url("../images/icon_menu.png") 20px center no-repeat !important;
		font-size: 16px !important;
		padding: 3px 15px 0 48px !important;	
        height: 50px;
        line-height: 44px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        cursor: pointer;
	}
}

@media (max-width: 780px) {
    /* Horizontal Menu */
    #toggleMenu {
        background: #231f20 url("../images/icon_menu.png") 5px center no-repeat;
        height: 50px;
        line-height: 44px;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
		padding: 0 5px 0 25px;
        cursor: pointer;
    }
    #toggleMenu:hover {
        background-color: #e31d1a;
    }
    #menuh nav a {
        padding: 8px 20px;
    }
    #menuh nav ul {
        padding: 0;
    }
    #menuh nav ul li {
        display: block;
        margin-right: 0;
    }
    #menuh nav ul li ul {
        display: none;
    }
    #menuh nav ul li ul li {
        display: none;
    }
}

@media (max-width: 1024px) {

    #menuh nav a {
        padding: 8px 20px;
    }
    #menuh nav ul {
        padding: 0;
    }
    #menuh nav ul li {
        display: block;
        margin-right: 0;
    }
    #menuh nav ul li ul {
        display: none;
    }
    #menuh nav ul li ul li {
        display: none;
    }

    #menuh {
		position: relative;
	}

	#menuh .collapsed {
		z-index: 999;
		position: absolute;
		background-color: rgb(35, 31, 32);
		width: 200px;
	}
}



@media (max-width: 768px) {
    .inner {
        width: 100%;
    }
    /*
	#header			{ width: auto; }
	#slogan			{ font-size: 20px; }
	#headercontact		{ line-height: 24px; }
	#headercontact a	{ font-size: 16px; }
	#phone a		{ font-size: 24px; }
*/
    .middlethin {
        display: block;
        width: auto;
        margin: 0;
        padding: 0 15px 30px 15px;
    }
    /* Gold Buttons */
    .button a {
        padding: 8px 14px;
        font-size: 20px;
    }
    /* Horizontal Menu */
    #menucontainer {
        height: auto;
    }
    #menucontainer .inner {
        text-align: left;
    }
    #menuh {
        width: auto;
        background: #231f20;
    }
    #searchcontainer {
        background: #333333;
    }
    #search input[type='text'] {
        width: 200px;
    }
    /* Vertical Menu */
    #leftcontainer {
        display: none;
    }
    .slidebtn {
        margin-top: 22%;
    }
    /* Product List */
    .productitem {
        width: 232px;
    }
    #footer .inner,
    #footerbottom .inner {
        width: auto;
        padding: 0 15px;
    }
    #footerright img {
        margin-left: 15px;
    }
}

@media (max-width: 740px) {
    #slogan {
        font-size: 16px;
    }
}

/* RESPONSIVE FOR MOBILE */

@media (min-width: 640px) {
    #collapsible-article {
        height: 100% !important;
    }
    #collapsible-article-toggle {
        display: none;
    }
}

@media (max-width: 640px) {
    * {
        width: auto;
        height: auto;
    }
    #menucontainer {
        margin-top: -5px;
    }
    /* Structure */
    #toggleMenu {
        height: 40px;
    }
    #slogan {
        width: 35%;
        font-size: 14px;
    }
    #headercontact {
        width: 35%;
    }
    #headercontact a {
        font-size: 18px;
    }
    #phone a {
        font-size: 26px;
    }
    #innerwrapper {
        margin-top: 0 !important
    }
    #wrapper {
        width: 100%;
        border: 0;
        /* margin-top: 145px !important; */
    }
    .inner {
        width: 98%;
        margin: 0;
    }
    .middle {
        width: 98%;
        float: none;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    #slideshow {
        margin-top: 0 !important;
    }


    /* Gold Buttons */
    #homebuttons {
        margin: 30px 0 40px 0;
    }
    .button {
        width: 49%;
        margin: 0 0.5% 5px 0.5%;
    }
    .button a {
        min-height: 30px;
    }
    /* Search & Cart Button */
    #search {
        width: 88%;
    }
    #search input[type='text'] {
        height: 40px;
        width: 80%;
        padding: 0 20px;
    }
    #search input[type='submit'] {
        height: 40px;
        width: 15%;
    }
    #cartbutton {
        height: 40px;
        width: 12%;
        line-height: 48px;
    }
    /* Product Filtering */
    .filterSect {
        width: 49%;
    }
    .filterOpts label {
        display: inline-block;
        margin-right: 10px;
    }
    /* Gallery */
    .pagegalleryimage {
        width: 19%;
        padding-bottom: 19%;
        margin: 0.5%;
    }
    /* Links Section */
    .linkrightcontainer {
        height: auto;
    }
    /* HTML Sitemap */
    #sitemap>div {
        float: none !important;
        width: auto !important;
    }
    /* Product List */
    .productitem {
        width: 45%;
        margin: 5px 2% 15px 2%;
    }
    .productprice {
        font-size: 14px;
    }
    .productwas {
        font-size: 10px;
    }
    /* Product Display */
    #productD_left {
        display: block;
        width: auto;
        margin-bottom: 40px;
    }
    #productD_right {
        display: block;
        width: auto;
        margin-left: 0;
    }
    /* Recent Views */
    #recentview {
        width: auto;
        margin: 0;
    }
    #recentview .inner {
        width: auto;
    }
    .recent_view {
        width: 45%;
        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;
    }
    /* Form (Step 2) */
    #form_detail,
    #form_shipping,
    #form_payment {
        width: auto !important;
        display: block !important;
        margin: 0 !important;
    }
    .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;
    }
    #c_submsg {
        clear: both;
        width: auto;
        margin: 45px 0 15px 0;
    }
    #c_ecBtn,
    #c_prBtn {
        margin-top: 15px;
    }
    .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%;
    }
    /* Subpages */
    .subpages div {
        width: 46%;
        margin: 4px 2% 20px 2%;
    }
    .subpageHead {
        min-height: 48px;
    }
    .subpages a {
        font-size: 14px;
    }
    /* Contact */
    #contacttext {
        width: 100%;
        margin: 0;
    }
    #contactform {
        width: 100%;
        margin: 25px 0 0 0;
    }
    #contacttext iframe {
        width: 100%;
    }
    /* Footer */
    #footer .inner,
    #footerbottom .inner {
        width: auto;
        margin: 0 15px;
        padding: 0;
    }
    #col1 {
        width: 22%;
    }
    #col2 {
        width: 45%;
    }
    #col3 {
        width: 33%;
    }
}

@media (max-width: 580px) {
	.logo {
		width:50%;
	}
    #slogan {
        width: 100%;
    }
    #headercontact {
        width: 100%;
    }
    #headercontact a {
        font-size: 15px;
    }
    .zipheader {
        width: 50%;
        float: left;
    }
	.zipheader img {
		display:block;
	}
    #phone {
        width: 50%;
        float: right;
    }
    #phone a {
        font-size: 22px;
    }
}

@media (max-width: 470px) {
    #slogan {
        font-size: 14px;
    }
    #headercontact a {
        font-size: 16px;
    }
    #phone a {
        font-size: 18px;
    }
    /* Product Filtering */
    .filterSect {
        width: 49%;
    }
}

@media (max-width: 420px) {
    /*
	#logo			{ width: 45%; }
	#slogan			{ display: none; }
	#headercontact		{ line-height: 20px; width: 55%; }
	#headercontact a	{ font-size: 14px; }
	#phone a		{ font-size: 18px; }
*/
    /* Gold Buttons */
    #homebuttons {
        margin: 20px 0 30px 0;
    }
    .button {
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }
    .button a {
        font-size: 16px;
    }
    /* Search & Cart Button */
    #search {
        width: 84%;
    }
    #search input[type='text'] {
        width: 80%;
        padding: 0;
    }
    #search input[type='submit'] {
        width: 20%;
    }
    #cartbutton {
        width: 16%;
    }
    /* Product List */
    .productitem {
        width: 98%;
        display: block;
        margin: 5px 0 30px 0;
    }
    .productbtns a {
        font-size: 14px;
    }
    /* Product Display */
    #productD_price {
        width: 74%;
        font-size: 20px;
    }
    #productD_was {
        font-size: 13px;
    }
    #productD_links {
        width: 20%;
    }
    /* 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;
    }
    /* Footer Slogan */
    #footerslogan img {
        width: 80%;
    }
    /* Footer */
    #footergap {
        height: 50px;
    }
    #footer {
        padding: 5px 0;
    }
    .footercol {
        display: block;
        width: auto;
        margin: 20px 0 30px 0;
    }
    #col1 {
        display: none;
    }
    #col2,
    #col3 {
        width: 100%;
    }
    #footerbottom {
        padding: 15px 0;
    }
    #footerleft {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        line-height: 16px;
    }
    #footerright {
        display: block;
        width: 100%;
        text-align: center;
    }
    #footerright img {
        margin: 0 10px;
    }
}

@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%;
    }
}

@media (min-width: 640px) {
    #collapsible-article {
        height: 100% !important;
    }
    #collapsible-article-toggle {
        display: none;
    }
}

#google iframe {
	width:100%;
	height:250px;
}

/* 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;
}

@media(min-width: 768px) {
	#header {
		display: flex;
		align-items: center;
		margin: 0 auto;
		justify-content: center;
	}

	#slogan {
		width: 33%;
		text-align: left;
		font-size: 15px;
	}

	#slogan span  {
		font-size: 45px;
	}
	

	#logo {
		width: 33%;
		text-align: center;
	}

	#header #logo img {
		width: 100%;
	}

	#headercontact {
		width: 33%;
	}
}


@media(min-width: 1025px) {
	#slogan span  {
		font-size: 60px;
	}

	#header #logo img {
		max-width: 450px;
	}
}