@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #282828;
    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;
}

input[type='submit'] {
    -webkit-appearance: none;
    border-radius: 0;
    background: #ef777b;
    color: #fff;
    border: 1px solid #ef777b;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

#headerwrapper {
    position: relative;
    display: block;
    width: 100%;
    background: url(../../images/header-background.png);
    background-size: auto 100%;
    text-align: center;
}

#header {
    position: relative;
    top: 0;
    width: 80%;
    margin: 0 auto;
}

#header img {
    padding: 10px 0;
}

#middlewrapper {
    position: relative;
    display: block;
    width: 80%;
    margin: 65px auto;
    overflow: hidden;
}

#leftcontainer {
    float: left;
    width: 21%;
    margin: 0 5% 25px 0;
    vertical-align: top;
}

#middle {
    width: auto;
    padding: 0;
    min-height: 100px;
    overflow: hidden;
    font-size: 18px;
}

/* DEFAULT STYLING */

a {
    color: #ac4490;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: normal;
}

h1 {
    font-size: 33px;
    font-weight: bold;
    color: #ac4490;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #282828;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

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

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

/* HEADER AREA */

#headerinfo {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 185px;
}

#headercart {
    position: relative;
    display: block;
    width: 100%;
    background: #ef777b;
}

#headercartinfo {
    position: relative;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding: 15px 0 12px;
    color: #ffffff;
    text-decoration: none;
}

#headercarticon {
    position: relative;
    display: inline-block;
    width: 30%;
    background: #fa8286;
    padding: 8px 0 5px;
    margin-top: 0 !important;
}

#headercarticon img {
    padding: 0 !important;
}

#headercartinfo:hover,
#headercartinfo:focus {
    background: #FFAAAE;
}

#headercarticon:hover,
#headercarticon:focus {
    background: #FFB5B9;
}

#headeremail {
    margin: 10px 0 0;
}

#headeremail a {
    text-decoration: none;
    color: #ef777b;
}

#headeremail a:hover,
#headeremail a:focus {
    color: #FF9195;
}

/* HORIZONTAL MENU */

#menuh nav {
    display: block;
    background: #ac4490;
    text-align: center;
}

#menuh nav a {
    display: block;
    padding: 15px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

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

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

#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: -5px;
    position: relative;
    padding: 0;
    background: #AC4490;
    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: #ef777b;
    color: #fff;
}

#menuh nav ul li ul {
    padding: 0;
    position: absolute;
    top: 55px;
    left: 0;
    width: 190px;
    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: #ef777b;
    display: block;
    color: #fff;
}

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

#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;
    max-width: 1920px;
    margin: 0 auto;
}

.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-top: -41px;
    z-index: 10;
}

.slideshow-pager {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.slideshow-pager a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    background: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.slideshow-pager a.cycle-pager-active {
    background: #c263a1;
}

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

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

/* VERTICAL MENU */

#leftcontainer a {
    color: #ffffff;
}

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

#leftcontainer ul li:hover,
#leftcontainer ul li:focus {
    opacity: 0.8;
}

#leftcontainer ul li a {
    position: relative;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

.menuvnotselect {
    background: #ac4490;
    border-bottom: 1px solid #d175b8;
}

.menuvselect {
    background: #6B0F52;
    border-bottom: 1px solid #d175b8;
}

.menuvnotselect a,
.menuvselect a {
    padding: 10px;
}

.menuv1notselect {
    background: #d175b8;
    border-bottom: 1px solid #ac4490;
}

.menuv1select {
    background: #6B0F52;
    border-bottom: 1px solid #ac4490;
}

.menuv1notselect a,
.menuv1select a {
    padding: 10px 10px 10px 55px;
}

#leftcontainer ul a.active {
    color: #000000;
}

#leftcontainer nav ul li ul li {
    display: none;
}

#leftcontainer nav ul li a.active ul li {
    display: block;
}

/*


.filterTog					{ display: inline-block; width: 15px; text-align:left; }
.filterHead					{ text-transform: none; font-size: 14px; font-weight:bold; padding: 5px 5px 5px 10px; margin: 3px 0; color: #282828; cursor: pointer; text-align:left; background:url(....//images/arrow-down.png) no-repeat right top; }
.filterOpts					{ font-size: 12px; padding: 5px 5px 5px 15px; text-align:left; }
.filterOpts label			{ display: block; cursor: pointer; color:#282828; text-align:left; font-size:14px; vertical-align:top; line-height:20px;}
.filterOpts label:hover		{ background: #dde2eb; text-align:left; }
*/

/* PRODUCT FILTERING */

#productfilter {
    margin: 0 10px;
}

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

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

.filterOpts label {
    display: block;
}

.filterSect {
    margin-bottom: 10px;
}

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

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

/* RECENTLY VIEWED PRODUCTS */

#recentview {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    clear: both;
}

#recentview h3 {
    color: #ac4490;
}

.recent_view {
    overflow: hidden;
    width: 31%;
    display: inline-block;
    margin: 0 2% 0 0;
    border: 1px solid #bfbfbf;
}

.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: 8px 0 0 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 {
    margin: 50px 0;
}

.social h6 {
    font-weight: 600;
    margin: 0;
}

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

/* SEARCH */

#search {
    margin: 10px;
}

#search input[type='text'] {
    height: 36px;
    width: 70%;
    border: 2px solid #ac4490;
}

#search input[type='submit'] {
    height: 36px;
}

#search input[type='submit']:hover,
#search input[type='submit']:focus {
    background: #FFB5B9;
}

#results ul {
    font-size: 16px;
    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: 14px;
    line-height: 18px;
    width: 400px;
    max-width: 100%;
}

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

.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 {
    margin-top: 20px;
}

.productitem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 45px 2%;
    border: 1px solid #bfbfbf;
    text-align: center;
}

.producttitle {
    padding: 5px 0;
}

.productsold {
    color: #ff0000;
    font-weight: bold;
    font-size: 9px;
    display: block;
}

.productimage {
    margin: 5px;
    height: 180px;
    text-align: center;
}

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

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

.productimage img:hover,
.productimage img:focus {
    opacity: 0.8;
}

.productprice {
    font-size: 20px;
    color: #ac4490;
    padding: 5px 0 8px;
}

.productwas {
    display: block;
    font-size: 18px;
    text-decoration: line-through;
    color: #ef777b;
    margin: 0 10px;
}

.productbtns {
    bottom: 5px;
    width: 100%;
    padding: 8px 0 25px;
}

.productbtns a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 18px;
    text-transform: uppercase;
}

.productview {
    background: #ac4490;
}

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

.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: 48%;
    vertical-align: top;
    padding-top: 20px;
}

#productD_right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-left: 2%;
    padding-top: 20px;
}

.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 {
    border: 3px solid #efefef;
    margin: 2px;
    background: #ffffff;
    line-height: 0;
}

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

.productD_thumb img {
    vertical-align: middle;
}

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

#productD_right h1 {
    margin-top: 0;
    padding: 0 10px;
}

.productD_detail {
    padding: 0 10px;
}

.productD_status {
    font-size: 15px;
}

#available {
    color: #00a651;
}

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

#productD_price {
    font-size: 27px;
    font-weight: bold;
    padding: 10px;
    margin-top: 15px;
}

#productD_was {
    font-size: 18px;
    text-decoration: line-through;
    color: #fa8286;
    display: block;
}

#productD_links {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #dddddd;
}

#productD_links a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 10px;
}

.productD_order {
    background: #fa8286;
    color: #ffffff;
    border: 0px;
    padding: 0 7px;
    cursor: pointer;
    line-height: 33px;
	font-weight: 600;
}

#text {
    border: 1px solid red;
}

.productD_order img {
    vertical-align: middle;
    cursor: pointer;
    height: 25px;
    vertical-align: top;
    padding: 2px 0;
}

.addto {
    padding: 6px 5px 0 0;
    display: inline-block;
}

.productD_order:hover {
    background: #ef777b;
}

#productD_enquire {
    background: #ef4023;
}

#productD_enquire:hover {
    background: #faa61a;
}

#productD_pdfs {
    padding: 10px;
}

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

.productOption {
    position: relative;
    display: inline-block;
    width: 99%;
    background: #efefef;
    margin-bottom: 10px;
}

.productOptionDetails {
    position: relative;
    display: inline-block;
    color: #3f3f3f;
    padding: 10px 2.5%;
    width: 95%;
}

.productOptionOrder {
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 10px 2.5% 14px;
    width: 20%;
}

.productOptionName {
    position: relative;
    display: inline-block;
    font-size: 16px !important;
    width: 100%;
}

.productOptionColour {
    position: relative;
    display: inline-block;
    font-size: 16px !important;
    width: 50%;
}

.productOptionColour select {
	font-size: 18px !important;
}

.productOptionSize {
    position: relative;
    display: inline-block;
    font-size: 14px !important;
    width: 9%;
}

.productOptionCode {
    position: relative;
    display: inline-block;
    font-size: 12px !important;
    font-style: italic;
	padding-left:1%;
    width: 9%;
}

.productOptionQty {
    position: relative;
    display: inline-block;
    width: 10%;
}

.productOptionQty input[type=text] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    margin-top: 2px;
}

.productOptionPrice {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    right: 2px;
    width: 10%;
}

.addtocart {
    position: relative;
    display: inline-block;
    width: 17%;
    vertical-align: top;
}

.displaySpan {
    background: #dddddd;
    color: #282828;
    padding: 5px;
}

/* PRODUCT SPECS BOX */

#productTabs {
    margin-top: 25px;
}

#productTabs>ul li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#productTabs>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #7c7c7c;
}

#productTabs>ul li {
    background-color: transparent;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 18px;
    margin: 0;
    cursor: pointer;
    color: #ac4490;
}

#productTabs>ul li.active {
    background-color: #ac4490;
    color: #ffffff;
}

#productTabs>div {
    padding: 10px 5px;
}

#productTabs>div>div {
    display: none;
}

#productTabs>div>div.active {
    display: block;
}

/* Reviews (formerly Testimonials) */

#productTabs .review {
    display: inline-block;
    width: 49%;
    margin-bottom: 2%;
    vertical-align: top;
}

#productTabs .review:nth-child(odd) {
    margin-right: 2%;
}

#productTabs .specs h5 {
    padding: 0 5px;
    color: #ac4490;
}

#productTabs .group {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}

#productTabs .group>div:nth-child(odd) {}

#productTabs .specs label {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 5px;
    box-sizing: border-box;
    color: #282828;
    font-size: 16px;
    font-weight: bold;
}

#productTabs .spec {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding: 5px;
    box-sizing: border-box;
    color: #282828;
    font-size: 16px;
    line-height: 25px
}

#productTabs .full-width-spec {
    display: block;
    width: auto;
}

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

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

.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: 5px 10px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#c_spBtn {
    background: #ef777b;
}

#c_poBtn {
    background: #ef777b;
    color: #ffffff;
}

#c_frBtn {
    background: #ef777b;
    color: #ffffff;
}

#c_coBtn {
    background: #ef777b;
    color: #ffffff;
    font-weight: bold;
    float: right;
}

#c_upBtn {
    background: #ef777b;
    color: #ffffff;
    font-size: 9px;
    padding: 2px;
    margin-top: 4px;
}

#c_ecBtn {
    background: #FFAAAE;
    float: right;
    color: #ffffff;
}

#c_prBtn {
    background: #ef777b;
    color: #ffffff;
    font-weight: bold;
    float: right;
}

#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 #ac4490;
    font-weight: bold;
}

#c_steps span.done {
    border-bottom: 6px solid #666666;
}

/* Messages */

#c_bigmsg {
    border: 2px dashed #ac4490;
    width: 70%;
    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 {
    width: 50%;
    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;
}

/* Form (Step 2) */

.c_div h2 {
    border-bottom: 2px solid #777777;
    color: #444444;
}

table.c_table th {
    width: 135px;
    color: #555555;
    font-weight: normal;
    text-align: left;
}

table.c_table td {
    padding: 3px 0;
}

.c_cards img {
    vertical-align: middle;
    border: 1px solid #888888;
    margin: 0 1px;
    width: 25px;
}

.c_table input[size='34'],
.c_table textarea {
    width: 220px;
}

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

/* SUBPAGES */

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

.subpages a {
    display: inline-block;
    max-width: 100%;
}

.subpages img {
    border: 0;
    margin-bottom: 5px;
}

.subpages span {
    display: block;
    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%;
    float: left;
}

#contactright {
    position: relative;
    display: inline-block;
    float: right;
    width: 50%;
}

#contactright h2 {
    margin-top: 0;
}

.contactrightdetails {
    margin-bottom: 10px;
}

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

/* SITE FORMS */

.form {
    overflow: hidden;
    text-align: left;
    width: 100%;
    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;
    line-height: 24px;
}

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

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

/* LOWER BACKGROUND */

#lowerwrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: url(../../images/lower-background.jpg);
}

#lower {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 20px 0;
}

#lower h3 {
    margin: 10px 0;
}

#lower1,
#lower2 {
    position: relative;
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    vertical-align: top;
}

#lower3 {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
}

#lower ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

#lower li {
    padding: 5px 0;
}

#lower a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

#lower a:hover,
#lower a:focus {
    opacity: 0.8;
}

/* 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: 80%;
    margin-left: auto;
    margin-right: auto;
}

#footerleft {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 25px 0;
}

#footerright {
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    padding: 19px 0;
}

#footerright img {
    padding-right: 10px;
}

#footer img {
    margin-left: 5px;
    vertical-align: middle;
}

/* RESPONSIVE FOR MOBILE */

@media (max-width: 1280px) {
    #header {
        width: 95%;
    }
    #middlewrapper {
        width: 95%;
    }
    #lower {
        width: 95%;
    }
    #footerinner {
        width: 95%;
    }
    #footerleft {
        width: 60%;
    }
    #footerright {
        width: 40%;
    }
}

@media (max-width: 1150px) {
    #productD_left {
        width: 40%;
    }
    #productD_right {
        width: 58%;
    }
    .pagegalleryimage {
        width: 19%;
        padding-bottom: 19%;
    }
}

@media (max-width: 950px) {
    #lower1,
    #lower2 {
        width: 50%;
    }
    #lower3 {
        width: 100%;
        padding-top: 25px;
    }
    #productD_left {
        width: 100%;
    }
    #productD_right {
        width: 95%;
        margin-left: 0;
    }
    #productD_right h1 {
        padding: 0;
    }
    /* CONTACT */
    #contactright {
        width: 100%;
    }
    #contactpage {
        width: 100%;
    }
    .subpages div {
        width: 31%;
    }
    /* Blog Post */
    #post {
        text-align: left;
    }
    .posts {
        width: 31%;
        margin: 20px 1%;
        text-align: left;
    }
    .postleft {
        float: none;
        width: 100%;
    }
    .postright {
        float: none;
        width: 100%;
        border-left: 0;
        min-height: 0;
        padding: 0;
        margin-left: 0;
    }
    .recent_posts {
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }
    .popular_posts {
        border-bottom: 2px solid #000000;
    }
}

@media (max-width: 860px) {
    /* Main Menu */
    #toggleMenu {
        width: 100%;
        background: #ef777b url("../images/menu-icon.png") 20px 15px no-repeat;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 15px 12px 45px;
        cursor: pointer;
        text-align: left;
    }
    #toggleMenu:hover {
        background: #fa8286 url("../images/menu-icon.png") 20px 15px no-repeat;
        color: #ffffff;
        width: 100%;
    }
    #menuh {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        color: #ffffff;
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 15px;
        z-index: 35;
        float: none;
        overflow: hidden;
        padding: 0;
    }
    #menuh nav {
        width: 100%;
    }
    #menuh nav a {
        padding: 0;
        margin: 0;
        border-right: 0;
    }
    #menuh nav ul {
        padding: 9px 0 10px 0;
        text-align: left;
    }
    #menuh nav ul li {
        width: 100%;
        margin-right: 0;
    }
    #menuh nav ul li:first-child a {
        font-weight: normal;
        padding: 12px 10px;
    }
    #menuh nav ul li a {
        font-weight: normal;
        padding: 12px 10px;
        color: #FFFFFF;
    }
    #menuh nav ul li a:hover,
    #menuh nav ul li a:focus {
        background: #d175b8;
        color: #ffffff;
    }
    #menuh nav ul li ul,
    #menuh nav ul li ul li {
        display: none;
    }
    #menuh nav a.active,
    #menuh nav a.active-child {
        background: #ef777b;
        color: #ffffff;
    }
    #menuh nav a:hover {
        background: #d175b8;
        color: #ffffff;
        text-decoration: none;
    }
    #leftcontainer {
        display: none;
    }
    .slideshow-overlay {
        display: none;
    }
    .cycle-slideshow {
        margin-top: -4px;
    }
    #footerleft {
        width: 100%;
        text-align: center;
        padding: 10px 0 5px;
    }
    #footerright {
        width: 100%;
        text-align: center;
        padding: 5px 0 10px;
    }
    /* Blog Post */
    .posts {
        width: 46%;
    }
}

@media (max-width: 755px) {
    #header {
        width: 100%;
    }
    #headerinfo {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #ef777b;
    }
    #headercart {
        width: 185px;
        margin: 0 auto;
    }
    #headeremail {
        padding: 10px 0;
        margin: 0;
    }
    #headeremail a {
        color: #ffffff;
    }
    /* Product List */
    .productitem {
        width: 47%;
        margin: 5px 1% 10px;
    }
}

@media (max-width: 640px) {
    * {
        width: auto;
        height: auto;
    }
    /* Structure */
    #wrapper {
        width: 100%;
        border: 0;
    }
    #middle {
        width: auto;
        float: none;
    }
    /* Left Menu */
    #leftcontainer {
        width: auto;
        float: none;
    }
    #leftcontainer ul {
        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;
    }
    .pagegalleryimage {
        width: 24%;
        padding-bottom: 24%;
    }
    /* Product Display */
    .productD_detail {
        padding: 0;
    }
    #productD_price {
        padding: 10px 0;
    }
    #productD_links {
        padding: 10px 0;
    }
    #productD_pdfs {
        padding: 10px 0;
    }
    .productD_pdf {
        display: inline-block;
        width: 50%;
    }
    .productD_text {
        padding: 0;
    }
    .productOptionName {
        width: 100%;
    }
    .productOptionColour {
        width: 40%;
    }
    .productOptionCode {
        width: 17%;
    }
    .productOptionPrice {
        width: 16%;
    }
    .productOptionQty {
        width: 10%;
    }
    .addtocart {
        width: auto;
        max-width: 42%;
        text-align: right;
    }
    /* Recent Views */
    #recentview {
        float: none;
        width: auto;
        padding: 0 15px 15px 15px;
        margin: 0;
        border-top: 1px solid #bbbbbb;
    }
    .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;
    }
    /* 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;
    }
    /* 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%;
    }
    #lower1 {
        width: 100%;
    }
    #lower2 {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    #header img {
        width: 95%;
    }
    /* Product List */
    .productitem {
        width: 98%;
        margin: 15px auto;
    }
    /* Blog Post */
    .posts {
        width: 97%;
    }
    .pagegalleryimage {
        width: 32%;
        padding-bottom: 32%;
    }
    #productTabs>ul li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ac4490;
    }
}

@media (max-width: 360px) {
    /* 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;
        text-align: left;
    }
    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;
    }
}

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

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