@charset "utf-8";
html {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #efefef;
    color: #444444;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Noto Sans", sans-serif;
    text-align: left;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

.main {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
}

.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: "Poppins", 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;
    padding: 5px 0;
}

input[type="submit"] {
    font-size: 20px;
    -webkit-appearance: none;
    border-radius: 3px;
    background: #df041b;
    color: #ffffff;
    border: 0;
    padding: 5px 15px;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px;
}

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

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

.middlewrapper {
    position: relative;
    display: block;
    width: 100%;
}

.middlewrapper2 {
    position: relative;
    display: block;
    width: 100%;
    /* fallback */
    background-color: #ffffff;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f7), to(#ffffff));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f6f6f7, #ffffff);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f6f6f7, #ffffff);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f6f6f7, #ffffff);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f6f6f7, #ffffff);
    background-size: 100% 100px;
    background-repeat: no-repeat;
}

.middle {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0;
    min-height: 100px;
    overflow: hidden;
}

.row {
    margin: 0;
}

/* DEFAULT STYLING */

a {
    color: #049b5c;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #adafb2;
    text-decoration: underline;
}

h1 {
    font-size: 54px;
    font-size: 3.375rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #049b5c;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #049b5c;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #777777;
    line-height: 1.4;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #049b5c;
}

h5 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #777777;
}

h6 {
    font-size: 16px;
    color: #000;
}

p,
li,
td,
th {
    color: #444444;
    line-height: 24px;
    font-size: 16px;
    font-size: 1rem;
}

p {
    width: 100%;
}

li {
    color: #545352;
}

.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 li h3 {
    color: #049b5c;
}

.middle hr {
    border: 0;
    width: 80%;
    margin: 20px auto;
    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: "Poppins", sans-serif;
    font-style: italic;
    padding: 0 8px 0 20px;
    border-left: 5px solid #cccccc;
    overflow: hidden;
}

/* HORIZONTAL MENU */

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

#menuh nav a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

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

#menuh nav a.active {
    background-color: #049b5c;
}

#menuh nav a.active-child {
    background-color: #049b5c;
}

#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;
    background: #df041b;
    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: #049b5c;
    color: #fff;
}

#menuh nav ul li ul {
    padding: 0;
    position: absolute;
    top: 50px;
    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: #049b5c;
    display: block;
    color: #fff;
}

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

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

/* HEADER */

.headerleft {
    position: relative;
    display: inline-block;
    width: 50%;
}

.headerleft img {
    padding: 10px 0;
}

.headerright {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: top;
}

.cartcount {
    position: relative;
    display: block;
    width: auto;
    vertical-align: top;
    padding: 20px 0 15px;
}

.fa {
    position: relative;
    font-size: 36px !important;
    color: #13a6d9;
}

.fa:hover,
.fa:focus {
    opacity: 0.8;
}

.cartcount h5 {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 8px 0 8px 10px;
    vertical-align: top;
    color: #13a6d9;
}

.cartcount h5:hover,
.cartcount h5:focus {
    text-decoration: underline;
}

.headerphone {
    position: relative;
    display: inline-block;
    margin-right: 0;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

/* SLIDESHOW */

#slideshowwrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 650px;
    overflow: hidden;
}

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

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

.cycle-slide a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}

.cycle-slide a:hover,
.cycle-slide a:focus {}

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

.slideshow-overlay {
    position: absolute;
    z-index: 99;
    padding: 0px;
    height: 50px;
    margin-top: -450px;
    width: 100%;
    text-align: center;
}

.slideshow-text {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    vertical-align: top;
}

.slideshow-text .desc {
    font-size: 48px;
    font-weight: 400;
}

.slideshow-text .title {
    font-size: 28px;
    text-transform: uppercase;
}

.slideshow-pager {
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 30px;
    text-align: center;
    z-index: 999;
}

.slideshow-pager a {
    border: 1px solid red;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px;
    border: 3px solid #666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.slideshow-pager a.cycle-pager-active {
    border-color: #ffffff;
}

.slideshow-pager a:hover,
.slideshow-pager a:focus {}

.nextprevious {
    position: absolute;
    height: 56px;
    margin-top: -400px;
    width: 100%;
    z-index: 1500;
}

.prevbutton {
    display: inline-block;
    float: left;
}

.nextbutton {
    display: inline-block;
    float: right;
}

/* 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;
    height: 90px;
    padding-bottom: 0;
    text-align: center;
    background: url("../images/titleback.jpg") no-repeat top left;
    background-size: cover;
    margin-bottom: 20px;
}

.pageheading h1 {
    color: #fff;
    line-height: 90px;
}

/* FEATURE PRODUCTS */

.featureproductsitem {
    position: relative;
    display: inline-block;
    width: 22%;
    margin: 25px 1%;
    border: 2px solid #d8d9d9;
}

.featureproductsitem .productimage {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.featureproductsitem .producttitle {
    position: relative;
    display: block;
}

.feautreproductsitem .productbtns {
    position: relative;
    display: block;
}

/* Home Sub Page section */

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

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

.homesub {
    position: relative;
    display: inline-block;
    width: 28%;
    margin: 0 2.5%;
    text-align: center;
}

.homesub h1 {}

.homesub img {
    margin: 20px 0;
    width: 100%;
}

.homesub img:hover,
.homesub img:focus {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.homesub .button,
.homesub .button2 {
    display: block;
    font-size: 1.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background: #13a6d9;
    color: #fff;
    padding: 10px 0;
    width: 300px;
    margin: 0 auto;
}

.homesub .button:hover,
.homesub .button:focus {
    text-decoration: none;
    background: #049b5c;
}

/* 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 {
    width: 80%;
    margin: 0 auto 50px auto;
}

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

.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 {
    width: 99%;
}

.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 20px;
    padding: 0;
    max-width: 100%;
}

.pageimageleft {
    float: left;
    margin: 5px 20px 5px 0;
    padding: 0;
    max-width: 100%;
}

.pageimagenone img {
    margin: 3px;
    padding: 0;
}

/* SOCIAL SHARING BUTTONS */

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

.sociallinks h6 {
    margin: 0;
    font-weight: bold;
}

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

.a2a_label {
    display: none !important;
}

.sociallinkslower,
.sociallinkslower img {
    position: relative !important;
    display: inline !important;
}

.sociallinkslower a {
    position: relative !important;
    display: inline !important;
    width: 30px !important;
}

/* SEARCH */

.search {
    margin: 10px;
}

.search input[type="text"] {
    height: 24px;
    width: 100%;
}

.search input[type="submit"] {
    height: 24px;
    line-height: 14px;
}

#results ul {
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#results ul li {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    margin: 3px 0 10px 0;
}

#results .title {
    padding-bottom: 5px;
}

#results .title a {
    font-weight: bold;
}

#results small {
    display: block;
    color: #578a1e;
    margin-top: -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

/* PAGE GALLERY */

.pagegallery {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pagegalleryheading {
    display: none !important;
}

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

.pagegalleryimage {
    position: relative;
    display: inline-block;
    width: 19%;
    height: 0;
    padding-bottom: 19%;
    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;
}

.pagegalleryimage a {
    line-height: 0;
}

.pagegalleryimage a:hover img,
.pagegalleryimage a:focus img {
    opacity: 0.7;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

/* 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: 22.8%;
    margin: 25px 1%;
    border: 1px solid #bfbfbf;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.producttitle {
    padding: 3px 3px 3px 5px;
    text-align: center;
    color: #049b5c;
    font-size: 24px;
    min-height: 114px;
}

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

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

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

.productimage img {
    vertical-align: middle;
}

.productprice {
    font-size: 18px;
    color: #df041b;
    text-align: center;
    padding: 5px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.productwas {
    font-size: 12px;
    text-decoration: line-through;
    color: #9f0000;
    margin: 0 10px;
}

.productbtns {
    position: relative;
    width: 100%;
    margin: 7px auto 10px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.productbtns a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.productview {
    background: #0482fa;
    width: 80%;
}

.productview:hover,
.productview:focus {
    opacity: 0.8;
}

.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-options {
    text-align: right
}

.product-options div {
    display: inline-block
}

.product-options label:not(.view) {
    font-size: 13px;
    margin-left: 15px
}

.product-options label.view {
    font-size: 13px;
    padding: 5px 8px 3px 8px;
    display: inline-block;
    background-color: #eee;
    color: #333;
    border-radius: 3px;
    cursor: pointer
}

.product-options label.view:hover,
.product-options label.view:active {
    color: #f7941e
}

.product-options input.hidden {
    visibility: hidden;
    position: fixed;
    left: -9999px
}

.product-options input,
.product-options select {
    font-family: AvenirNextLTPro, Arial, sans-serif;
    font-size: 12px;
    padding: 4px;
    border-radius: 3px;
    border: none;
    background-color: #ece9e9;
    margin-bottom: 10px;
    text-align: left
}

.product-list {
    display: flex;
    flex-wrap: wrap
}

.product-card {
    position: relative;
    margin-bottom: 20px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.product-card-inner {
    display: flex;
    align-items: center;
    height: 100%
}

.product-card h5 {
    max-width: 40%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-weight: 700;
    width: 100%
}

.product-card .tags {
    position: absolute;
    top: 0;
    left: 0;
    color: white
}

.product-card .tag {
    display: inline-block;
    padding: 0 5px;
    font-size: 11px;
    background-color: #d24601;
    border-radius: 4px;
    margin: 4px
}

.product-card-img {
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.product-card img {
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto
}

.grid-view .product-card {
    flex: 0 0 calc(25% -20px);
    max-width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center
}

.grid-view .product-card-inner {
    flex-wrap: wrap
}

.grid-view .product-card h5 {
    max-width: 100%;
    padding: 3px 3px 3px 5px;
    text-align: center;
    color: #049b5c;
    font-size: 24px;
    min-height: 114px;
}

.grid-view .product-card-inner {
    align-content: space-between;
    justify-content: center
}

.grid-view .btns {
    position: relative;
    width: 100%;
    margin: 7px auto 10px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.grid-view .btns .button {
    border-radius: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.list-view .product-card {
    flex: 0 0 100%;
    max-width: 100%
}

.list-view .product-card-inner {
    justify-content: space-between
}

.list-view h5 {
    flex: 0 0 40%
}

.list-view .productprice {
    flex: 0 0 15%;
    position: relative;
    bottom: 0
}

.list-view .btns {
    flex: 1 0 20%;
    text-align: right
}

.paginate {
    padding-left: 0
}

.paginate li {
    display: inline-block;
    padding: 3px 5px
}

.paginate li.disabled a {
    color: #ccc;
    text-decoration: none;
    cursor: default;
    pointer-events: none
}

.paginate li.active {
    background-color: #3CC132
}

/* PRODUCT DISPLAY */

.productD_left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.productD_right {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-left: 2%;
}

.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: 150px;
    height: 150px;
    line-height: 96px;
    overflow: hidden;
}

.productD_thumb img {
    vertical-align: middle;
}

.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_right h1 {
    margin-top: 0;
    padding: 0 10px;
}

.productD_detail {}

.productD_status {
    font-size: 16px;
}

.available,
.availableforhire {
    color: #049b5c;
}

.comingsoon {
    color: #5802b4;
}

.outofstock,
.bookedout,
.soldout {
    color: #df041b;
}

.productD_price h5 {
    font-size: 24px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.productD_was {
    font-size: 13px;
    text-decoration: line-through;
    color: #9f0000;
    display: block;
}

.productD_links {
    width: 50%;
    text-align: center;
    margin-top: 20px;
}

.productD_links a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 7px;
}

.productD_order {
    background: #df041b;
}

.productD_order:hover,
.productD_order:focus {
    opacity: 0.8;
}

.productD_enquire {
    background: #df041b;
}

.productD_enquire:hover,
.productD_enquire:focus {
    opacity: 0.8;
}

.productD_pdfs {
    padding: 10px;
}

.productD_pdf {
    display: inline-block;
    margin-bottom: 20px;
}

.productD_pdf img {
    margin-right: 6px;
    vertical-align: middle;
}

.productD_text {
    padding: 10px 0;
}

.productD_text p {
    font-size: 18px;
}

.group h5 {
    padding: 0;
    margin: 0 0 10px 5px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.group {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
	width:100%;
}

.group>div:nth-child(even) {
    background-color: #e2e2e2;
}

.group label {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

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

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

.productOption {
    position: relative;
    display: inline-block;
    width: 99%;
    font-family: "Poppins", sans-serif;
}

.productOptionDetails {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    margin: 5px 2px;
    width: 60%;
}

.productOptionOrder {
    position: relative;
    display: inline;
    color: #ffffff;
    padding: 10px 10px 14px 10px;
    margin: 2px;
    width: 25%;
    border: 1px solid;
}

.productOptionName {
    position: relative;
    display: inline-block;
    font-weight: 600;
    width: calc(100% - 100px);
    text-align: right;
    padding-right: 10px;
}

#OrderFormUserEmail { 
	display:none!important;
}

.form0>.productOptionDetails>.productOptionName {
    color: #049b5c;
}

.form1>.productOptionDetails>.productOptionName {
    color: #0482fa;
}

.form2>.productOptionDetails>.productOptionName {
    color: #5802b4;
}

.form3>.productOptionDetails>.productOptionName {
    color: #df041b;
}

.form4>.productOptionDetails>.productOptionName {
    color: #02417d;
}

.form5>.productOptionDetails>.productOptionName {
    color: #fff600;
}

.form0>.productOptionDetails>.productOptionPrice {
    color: #fff;
    background: #049b5c;
    padding: 10px;
}

.form1>.productOptionDetails>.productOptionPrice {
    color: #fff;
    background: #0482fa;
    padding: 10px;
}

.form2>.productOptionDetails>.productOptionPrice {
    color: #fff;
    background: #5802b4;
    padding: 10px;
}

.form3>.productOptionDetails>.productOptionPrice {
    color: #fff;
    background: #df041b;
    padding: 10px;
}

.form4>.productOptionDetails>.productOptionPrice {
    color: #fff;
    background: #02417d;
    padding: 10px;
}

.form5>.productOptionDetails>.productOptionPrice {
    color: #fff;
    background: #fff600;
    padding: 10px;
}

.addtocart {
    display: inline;
}

.addtocart .productD_order {
    color: #fff;
    font-size: 20px;
    border: 0;
    padding: 10px;
}

button,
.addtocart .productD_order:hover,
.addtocart .productD_order:focus {
    border: 0;
    outline: 0;
}

.productOptionSize {
    position: relative;
    display: inline-block;
    font-size: 13px !important;
}

.productOptionCode {
    position: relative;
    display: none;
    font-size: 12px !important;
    font-style: italic;
    margin-right: 60px;
    text-align: right;
    float: right;
}

.productOptionQty {
    position: relative;
    display: none;
}

.productOptionQty input[type="text"] {
    position: relative;
    display: inline-block;
    width: 30px;
}

.productOptionPrice {
    vertical-align: top;
    position: relative;
    display: inline;
    float: none;
    font-weight: bold;
    font-size: 17px;
    right: 2px;
}

/* Booking Form */

.formframe {
    border: 0;
    border-radius: 25px;
    padding: 0;
    background: #ececec;
    width: 98%;
    margin: 0 1%;
}

.FormBuilderError {
    border: 1px solid red;
}

.FormBuilderRow {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
}

.FormBuilderLabel {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
    margin-left: 2%;
}

.FormBuilderField {
    display: inline-block;
    width: 58%;
    vertical-align: middle;
    margin-right: 2%;
}

.FormBuilderField h2,
.FormBuilderField h3,
.FormBuilderField h5 {
    width: 100%;
}

.FormBuilderField h6 {
    line-height: 0;
    margin: 0;
}

.FormBuilderRow:nth-child(odd) {
    background-color: #ececec;
}

.FormBuilderRow:nth-child(even) {
    background-color: #ececec;
}

.FormBuilderField input[type="text"],
.FormBuilderField select,
.FormBuilderField textarea {
    width: 100%;
}

.FormBuilderRow.contactHowDidYouHearOther .FormBuilderField {
    margin-left: 50%;
}

.BookNOW {
    text-align: right;
}

.BookNOW input[type="submit"] {
    background: #049b5c;
    margin-bottom: 10px;
}

.BookNOW input[type="submit"]:hover {
    background: #5802b4;
}

.bookingPhone .FormBuilderField input[type="text"],
.bookingMobile .FormBuilderField input[type="text"] {
    max-width: 300px;
}

.bookingAddressState .FormBuilderField select {
    max-width: 300px;
}

.bookingDogAge .FormBuilderField input[type="text"] {
    max-width: 100px;
}

.bookingDogDOB .FormBuilderField input[type="text"] {
    max-width: 200px;
}

.bookingQuestionLead .FormBuilderLabel,
.bookingQuestionAfraid .FormBuilderLabel,
.bookingQuestionBitten .FormBuilderLabel,
.bookingQuestionConfident .FormBuilderLabel,
.bookingEDM .FormBuilderLabel,
.bookingTerms .FormBuilderLabel {
    width: 70%;
}

.bookingQuestionLead .FormBuilderField,
.bookingQuestionAfraid .FormBuilderField,
.bookingQuestionBitten .FormBuilderField,
.bookingQuestionConfident .FormBuilderField,
.bookingEDM .FormBuilderField,
.bookingTerms .FormBuilderField {
    width: 20%;
}

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

.c_table input[size="34"],
.c_table textarea {
    width: auto;
    min-width: 260px !important;
}

/* Totals & Voucher/Shipping */

#c_total {
    text-align: right;
    background: none;
    border-top: 1px solid #bbbbbb;
}

.c_box {
    padding: 10px;
    background: #efefef;
    float: left;
    text-align: left;
}

.c_box label {
    display: block;
}

.c_voucher {
    margin: 5px 5px 5px 0;
}

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

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

.c_totals {
	display:none!important;
    width: 360px;
    padding: 10px 5px;
    margin: 20px -5px 10px 0;
    float: right;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.c_totals span {
    width: 155px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
}

.c_subtotal {
    color: #444444;
}

.c_promo {
    color: #444444;
}

.c_freight {
    display: none;
    color: #444444;
}

.c_freight span span {
    font-size: 9px;
    line-height: 10px;
}

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

#form_payment {
    display: none;
}

/* Payment Type Selection */

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

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

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

label.orderPaymentType:hover {}

input.orderPaymentType:checked+label {}

/* Images/logos in the labels */

label.orderPaymentType img {
    pointer-events: none;
    vertical-align: text-bottom;
}

/* Buttons */

#c_spBtn {
    padding: 5px 15px;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#c_spBtn {
    background: #5802b4;
}

#c_poBtn {
    background: #5802b4;
    color: #ffffff;
}

#c_frBtn {
    background: #5802b4;
    color: #ffffff;
}

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

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

#c_ecBtn {
    background: #5802b4;
    color: #ffffff;
    float: right;
    margin-right: 5px;
}

#c_prBtn {
    background: #049b5c;
    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: 20px 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 #13a6d9;
    font-weight: bold;
}

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

/* 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: 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: 10%;
    min-width: 200px;
    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: auto;
    min-width: 420px;
}

.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;
    width: 250px;
}

#form_detail {
    width: 48% !important;
}

#form_shipping {
    width: 48% !important;
}

/* SUBPAGES */

.subpages div {
    display: inline-block;
    width: 19%;
    margin: 4px 4px 4px 2px;
    text-align: center;
    vertical-align: top;
}

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

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

.subpages img:hover,
.subpages img:focus {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

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

.subpages span:hover,
.subpages span:focus {
    text-decoration: underline;
}

.subpages a:hover img,
.subpages a:focus img {
    opacity: 0.7;
}

.subpageHead {
    display: none !important;
}

/* CONTACT MESSAGE */

.contact {
    clear: both;
    background: #5802b4;
    width: auto;
    margin: 20px auto;
    color: #000000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    padding: 10px 0;
    text-align: center;
}

.contact a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

/* CONTACT */

#contactform {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 98%;
}

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

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

.contactright {
    position: relative;
    display: inline-block;
    width: 47%;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
}

.contactright img {
    padding: 5px 10px 5px 5px;
    vertical-align: middle;
}

.contactright img a:hover {
    opacity: 0.6;
}

.contactright a {
    color: #444446;
    text-decoration: none;
}

.contactright a:hover {
    color: #083f89;
}

#contact-us {
    width: 47%;
    float: left;
    display: inline-block;
}

#contact-us a {
    text-decoration: none;
}

#contactpage {
    background-color: #eeeeee;
    width: 50%;
    float: right;
    padding: 20px 1% 20px 2%;
    display: inline-block;
}

iframe {
    width: 100%;
    border: none;
    height: 400px;
    margin-top: 50px;
}

#contact-us iframe {
    height: 400px;
    padding-top: 40px;
}

.maps {}

/* SITE FORMS */

.form {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    text-align: left;
    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: 8px;
    border: 1px solid #ccc;
    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 {
    outline: 0;
    border-color: #4697e4;
}

/* LOWER MENU */

.lowermenu {
    padding: 15px 0;
}

.lowermenu nav {
    text-align: center;
}

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

.lowermenu li {
    display: block;
    width: auto;
    padding: 0;
    text-align: left;
}

.lowermenu a {
    color: #13a6d9;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

/* LOWER */

.lowerwrapper {
    position: relative;
    display: block;
    width: 100%;
    background: #02417d;
}

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

.lower h2 {
    color: #ffffff;
}

.lower p {
    color: #ffffff;
}

.lower a {
    color: #ffffff;
    line-height: 32px;
    display: block;
    font-size: 18px;
}

.lower a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.lower .fa {
    color: #ffffff !important;
    line-height: 25px;
    margin-right: 10px;
}

.lower .fa:hover {
    opacity: 0.8;
}

.lowerleft {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 0;
    text-align: left;
}

.lowermiddle {
    position: relative;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.lowerright {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 0;
    text-align: left;
}

.lowerbottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.lowerbottom a {
    position: relative;
    display: inline;
}

.lowermiddle img {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

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

.lowerphone {
    font-size: 26px !important;
    color: #fff;
    font-weight: 600;
    line-height: 50px !important;
}

/* FOOTER */

.footerwrapper {
    clear: both;
    padding: 5px 10px;
    background: #02417d;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

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

.footer a:hover,
.footer a:focus {
    text-decoration: none;
}

.footer img {
    margin-left: 5px;
    vertical-align: top;
}

.footerinner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

.footer img {
    margin-left: 5px;
    vertical-align: top;
}

@media (max-width: 1500px) {
    .homesubinner {
        width: 90%;
        margin: 0 5%;
    }
}

@media (max-width: 1450px) {
    .middle {
        width: 85%;
    }
}

@media (max-width: 1300px) {
    .middle,
    .lower {
        width: 90%;
    }
}

@media (max-width: 1240px) {
    .middle,
    .lower {
        width: 95%;
    }
}

@media (max-width: 1170px) {
    .header {
        width: 95%;
    }
    .cartcount {
        padding: 10px 0;
    }
    .headerphone {
        padding-bottom: 10px;
        margin-right: 0;
        display: block;
    }
    .headeraddress {
        padding-bottom: 10px;
        margin-left: 0;
    }
    .middle {
        width: 98%;
    }
    #recentview {
        width: 98%;
    }
    .lower {
        width: 98%;
    }
    .footerinner {
        width: 100%;
    }
}

@media (max-width: 1140px) {
    .productitem {
        width: 31%;
    }
    .grid-view .product-card {
        flex: 0 0 calc(33% -20px);
        max-width: calc(33% - 20px);
    }
    .homesubinner {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .recentview {
        width: 90%;
    }
}

@media (max-width: 980px) {
    h1,
    .homesub h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 950px) {
    .productOptionDetails {
        width: 50%;
    }
    .group label {
        width: 40%;
    }
    .spec {
        width: 60%;
    }
    .homesub {
        width: 30%;
        margin: 0 1.5%;
    }
}

@media (max-width: 840px) {
    h1,
    .homesub h1 {
        font-size: 2.5rem;
    }
    .productitem {
        width: 47%;
    }
    .grid-view .product-card {
        flex: 0 0 calc(50% -20px);
        max-width: calc(50% - 20px);
    }
    .lowerleft {
        width: 25%;
    }
    .lowerright {
        width: 25%;
    }
    .lowermiddle {
        width: 45%;
        margin-right: 5%;
    }
    #contactpage,
    .contactright {
        width: 98%;
        margin: 0 1%;
    }
    .contactright {
        margin-top: 40px;
    }
}

@media (max-width: 770px) {
    .productOptionDetails {
        width: calc(100% - 150px);
        display: inline-block;
    }
    .productOptionOrder {
        width: 125px;
        padding: 0;
        border: 0;
    }
    .recent_view {
        width: 49%;
    }
    .bookingTerms {
        width: 100%;
    }
    #menuh nav a {
        padding: 15px 10px;
    }
}

@media (max-width: 740px) {
    h1,
    .homesub h1 {
        font-size: 2.2rem;
    }
    #productD_links {
        width: 100%;
    }
    /* Product Display */
    .productD_left {
        display: block;
        width: auto;
    }
    .productD_right {
        display: block;
        width: auto;
        margin-left: 0;
    }
    .productD_right h1 {
        padding: 0;
    }
    .productD_detail {
        padding: 0;
    }
    .productD_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;
    }
    .homesub .button,
    .homesub .button2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 710px) {
    .homesub {
        width: 32%;
        margin: 0 0.5%;
    }
    .homesub h2 {
        font-size: 1.6rem;
    }
}

/* RESPONSIVE FOR MOBILE */

@media (max-width: 640px) {
    * {
        width: auto;
        height: auto;
    }
    /* Structure */
    .wrapper {
        width: 100%;
        border: 0;
    }
    .middle {
        width: auto;
        margin: 0 15px;
        float: none;
    }
    h1,
    .homesub h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    /* Header */
    .headerleft {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .headerright {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    /* Main Menu */
    #toggleMenu {
        width: auto;
        background: #df041b url("../images/menu-icon.png") 20px 15px no-repeat;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 11px 15px 15px 45px;
        cursor: pointer;
        text-align: left;
    }
    #toggleMenu:hover {
        background-color: #13a6d9;
        width: 100%;
        color: #ffffff;
    }
    #menuh {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0;
        font-size: 15px;
        /* background: url("../images/menu-bg.png")  repeat;*/
        z-index: 35;
        float: none;
        padding: 0;
    }
    #menuh nav a {
        color: #ffffff;
    }
    #menuh nav ul li {
        width: 100%;
        margin-right: 0;
        background: #454545;
    }
    #menuh nav ul li:hover {
        background: #13a6d9;
        color: #ffffff;
    }
    #menuh nav a.active {
        background: #13a6d9;
        color: #ffffff;
        font-weight: bold;
    }
    #menuh nav a:hover {
        background: #13a6d9;
        color: #ffffff;
    }
    /* Hide Secondary Levels */
    #menuh nav ul li:hover ul {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    /* Left Menu */
    .leftcontainer {
        width: auto;
        float: none;
    }
    .leftcontainer ul {
        display: none;
    }
    /* Feature Products */
    .featureproductsitem {
        width: 46%;
    }
    /* Product Filtering */
    .filterOpts label {
        display: inline-block;
        margin-right: 10px;
    }
    /* Gallery */
    .pagegalleryimage {
        width: 19%;
        padding-bottom: 19%;
        margin: 0.5%;
    }
    /* HTML Sitemap */
    #sitemap>div {
        float: none !important;
        width: auto !important;
    }
    /* Product List */
    .productitem {
        width: 46%;
        margin: 5px 1% 10px 1%;
    }
    .list-view h5 {
        flex: 0 0 30%;
    }
    .list-view .productprice {
        font-size: 16px;
    }
    /* Recent Views */
    .recentview {
        float: none;
        width: auto;
        padding: 0 15px 15px 15px;
        margin: 0;
        border-top: 1px solid #bbbbbb;
    }
    .recent_view {
        width: 49%;
        vertical-align: middle;
        display: inline-block;
    }
    .homesub {
        width: 100%;
    }
    .homesub .button,
    .homesub .button2 {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    /* 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 {
        width: 98% !important;
    }
    #form_shipping {
        display: none !important;
    }
    #form_payment {
        width: auto !important;
        display: none !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;
    }
    /* Subpages */
    .subpages div {
        width: 23%;
    }
    /* Lower Area */
    .lowerleft {
        display: block;
        width: 50%;
        padding: 0;
    }
    .lowerright {
        position: absolute;
        top: 40px;
        right: 0;
        display: block;
        width: 50%;
        padding: 0;
    }
    .lowermiddle {
        width: 98%;
        margin: 40px 0 auto;
    }
    /* Contact */
    #contacttext iframe {
        width: 100%;
    }
    /* Footer */
    .footerleft {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footerright {
        width: 100%;
        display: block;
        text-align: center;
    }
    .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%;
    }
    .FormBuilderRow {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding: 5px 1%;
    }
    .FormBuilderField h5 {
        width: 190%;
    }
    .list-view .productbtns a {
        font-size: 0.8px;
    }
    .list-view .product-card-inner {
        padding: 5px 0;
    }
}

@media (max-width: 590px) {
    h1,
    .homesub h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    .featureproductsitem,
    .productitem {
        width: 97%;
    }
    .grid-view .product-card {
        flex: 0 0 calc(100% -20px);
        max-width: calc(100% - 20px);
    }
    label.orderPaymentType img {
        max-width: 200px;
    }
}

@media (max-width: 520px) {
    h1,
    .homesub h1 {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 470px) {
    .pageheadinghome h1 {
        line-height: 1;
        padding-top: 20px;
    }
    .list-view .productprice {
        font-size: 14px;
    }
    .list-view .productbtns a {
        padding: 10px
    }
    .list-view .product-card img {
        max-width: 100%;
    }
    .list-view h5 {
        flex: 0 0 20%;
        max-width: 30%;
    }
}

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

@media (max-width: 320px) {
	.addtocart .productD_order {
		color: #fff;
		font-size: 12px;
		border: 0;
		padding: 5px;
	}
	.form0>.productOptionDetails>.productOptionPrice {

		padding: 5px;
	}
	.productOptionPrice {
		font-size: 12px;
	}
	.productOptionOrder {
		width: 85px;
		float:right;
	}
	.productOptionDetails {
		width: 60%;
	}
	.productOptionName {
		position: relative;
		display: inline-block;
		font-weight: 600;
		padding-right: 5px;
		font-size: 14px;
		width:50%;
	}
	.FormBuilderLabel {
		width:98%
	}
	.FormBuilderField {
		width:98%
	}
	#c_spBtn {
		font-size: 18px;
	}
	input[type="submit"] {
		font-size: 18px;
	}
	.c_table input[size="34"], 
	.c_table textarea {
		width: auto;
		min-width: 200px !important;
	}
	#c_ecBtn {
		margin: 5px 0 0 0;
	}
    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;
}