/*
Theme Name: nexxia
Theme URI: http://www.nexxia.co.uk/
Author: CambridgeWebSolutions
Author URI: cambridgewebsolutions.co.uk
Description: Bespoke theme for Nexxia Audio Solutions
Version: 1.0.0
*/

.deskHide {
    display: none;
}

.woocommerce a.remove {

    color: red !important;
    font-size: 10px;

    display: block;
    height: auto;
    width: auto;
    text-align: left;
    line-height: 1.4;
    border-radius: 0;
}

.woocommerce a.remove:hover {
    background-color: #fff !important;
    color: red !important;
    border-radius: 0px !important;
    padding: 0:
}


.woocommerce-ordering {
    display: none;
}

#site-navigation, #mega-menu-wrap-primary {
    background: #150078 !important;
    background-color: #150078 !important;
}


.single-product #secondary {
    display: none;
}

.woocommerce-Price-amount {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce-checkout-payment {
    background: #fff !important;
}

#eKomiWidget_default {
    width: 100%;
    float: left;
    text-align: center;
    align: center;
}

#home-right {
    width: 13%;
    float: right;
}

#home-right img {
    float: left;
    margin: 20px 0 0 0;
}

#homepagemain {
    width: 64%;
    float: left;
}

.cart h3 {
    width: 40%;
    float: left;
    text-align: right;
    margin-top: 3px;
    margin-right: 5%;
}

.single_add_to_cart_button button {
    width: 50%;
    float: left;
}

.single-product.right-sidebar .content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}

a.button {
    color: #fff !important;
}

.button-find-retailer {
    background-color: #18047a !important;
}

.topcart {
    background: #f3f1ed;
    border: 1px #150078 solid;
    padding: 12px 0 0 50px;
    font-size: 12px;
    margin: 0px 0 10px 20px;
    color: #150078;
    float: right !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-image: url('/wp-content/uploads/2016/10/basket-1.png');
    background-size: 28px;
    float: left;
}

.cartbutton {
    background: #140178;
    color: #fff;
    padding: 11px 20px;
    float: right;
    margin: -13px 0 0 30px;
    font-size: 14px;
    text-decoration: none;
}

.cartbutton:hover {
    background: #3c2b8e;
}

#searchcart {
    float: left;
    margin-top: 0.99em;
    width: 44.2%;
}


.shop_table {
    background: #fff;
    padding: 3px;
    border: 1px solid #ccc;
}

.additional_information_tab, .description_tab {
    background-color: #f3f1ed !important;
    border-bottom: 1px solid #f3f1ed !important;
}

#homecategories {
    width: 96%;
    float: left;
    text-align: center;
    border: 1px solid #777;
    padding: 2%;
    background-color: #fff;
}


#recent ul.products {
    width: 100% !important;
    float: left !important;
    padding: 2%;
    background-color: #fff;
    border: 0px;
    border-top: 1px solid #f3f1ed !important;
}

#recent {
    width: 100%;
    margin-top: 40px;
    float: left;
}

.up-sells ul.products, .cross-sells ul.products, .single-product ul.products {
    width: 100%;
    float: right !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2%;
    background-color: #fff;
    height: auto;
}


ul.products li {
    margin: 2px ! impoprtant;
    float: left;
    padding: 2px !important;
}


.woocommerce-message {
    border-top: 3px solid blue;
}


.widget-area {
    width: 20%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2%;
    margin-right: 3%
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

.woof_sid {display: none;}
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border: 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="search"] {
    background: #f3f1ed;
    width: 60%;
    border: 1px #150078 solid;
    padding: 12px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #150078;
    background-image: url('/wp-content/uploads/2016/09/search.png');
    background-repeat: no-repeat;
    background-position: right center;

    background-size: 19px;
    float: left;
}

select {
    border: 1px solid #ccc;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

#searchform input:s {
    width: 40%;
    background: grey;
    float: left;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #150078;
}

a:visited {

}

a:hover,
a:focus,
a:active {
    outline: 0;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.side-navigation {
    display: block;
    width: 20%;
    float: left;
    margin-right: 3%;
    background: #150078;
}

.side-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;

    float: left;
}

.side-navigation li {
    float: left;
    position: relative;
    width: 100%;


}

.side-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    background: #150078;
    background: transparent;
    color: #fff;

}


.side-navigation a:hover {
    background: #3C2B8E;
}

#account-navigation {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    float: right;
    padding: 1em 0;
    top: 0;
    width: 50%;
}

#account-navigation div {
    margin-left: 1.5em;
}

#account-navigation i {
    padding-right: 0.25em;
}

#account-navigation a {
    text-decoration: none;
    color: #150078;
}

.logo {
    float: left;
}

#contact-information {
    float: right;
}

#contact-information ul {
    margin: 0;
}

#contact-information ul li {
    list-style: none;
}

.company-navigation {
    display: block;
    margin-top: 1em;
    position: relative;
    float: left;
}

.company-navigation ul {
    background: #6f6f6f;
    list-style: none;
    margin: 0;
    padding: 0.79em 0.5em;
    float: right;
}

.company-navigation li {
    background: url(img/nav-divider.png) left 4px no-repeat;
    float: left;
    position: relative;
    padding: 0 14px;
}

.company-navigation li:first-child {
    background: none;
}

.company-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.company-navigation a:hover {
    text-decoration: underline;
}

#nav {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

#nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    padding: 1em 1em;
}

#nav #navItem-2271 {
    display: none;
}

#nav a:hover,
.navCurrent a {
    background-image: url(img/navArrow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 20px;
    text-decoration: underline;
}


.navCurrent {
    font-weight: bold;
    text-decoration: underline;
}

.navItem .dropDownMenu {
    border-top: 1px solid #fff;
    display: none;
    background: #150078;
    flex-wrap: wrap;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    max-width: 1065px;
}

.navItem:hover .dropDownMenu {
    display: flex;
    display: -webkit-flex;
}


.navItem .dropDownMenu .dropDownItem {
    padding: 20px 4%;
    text-align: left;
    width: 33.3%;
}

#nav .dropDownItem a {
    padding: 0;
    background: none;
}

#nav .navItem .dropDownMenu div h4 {
    background: url(img/product-arrow.png) left 3px no-repeat;
    font-weight: 600;
    margin: 0 0 0.25em 0;
    padding-left: 1em;
}

#nav .navItem .dropDownMenu div p {
    color: #ffa200;
    font-size: 0.825em;
    margin: 0;
    padding-left: 1.3em;
}

#nav .viewAllCats {
    margin: auto;
    text-align: center;
}

#nav .viewAllCats a {
    background: #fff;
    color: #150078;
    font-size: 1em;
    padding: 0.5em !important;
    margin: 1em 0 2em 0;
}

#nav .navItem a {
    height: 100%;
}

.main-navigation {
    clear: both;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 999;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 0 0 0;
    padding-left: 0;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.main-navigation li {
    margin: 0 0 0 0;
    padding: 0 10px;
    display: inline-block;
}

.main-navigation li:hover > a {
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor >
a {
}

.main-navigation ul ul .current_page_item > a, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul .current_page_ancestor > a {
}

.main-navigation a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    color: #fff;
    padding: 1em;
}


.main-navigation ul ul {
    float: left;
    position: absolute;
    left: 10px;
    top: 28px;
    padding: 10px 0 -5px 0 !important;
    margin: 0 0 10px 0 !important;
    width: 100%;
    display: none;
    z-index: 999999;
}

.main-navigation ul ul li {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    z-index: 99999;
    position: relative;
}

.main-navigation ul ul li {
    display: inline-block;
    float: left;
    width: 200px;
}

.main-navigation ul ul li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}

.main-navigation ul ul li:nth-child(even) {
    float: right;
}


.main-navigation ul ul a {
    float: left;
    padding: 15px !important;
    margin 0;
    z-index: 99999;
    position: relative;
}


.main-navigation ul ul a:hover, .main-navigation ul ul li:last-child:hover > a {
    background: #ccc;
}

.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: inline;
}

.main-navigation ul ul li a.active > ul {
    display: inline;
}

.main-navigation .current-menu > a {
    display: inline;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

* html .main-navigation ul li.current_page_item a, * html .main-navigation ul li.current-menu-ancestor a, * html .main-navigation ul li.current-menu-item a, * html .main-navigation ul li.current-menu-parent a, .main-navigation ul ul li.current_page_item > a, .main-navigation ul ul li.current-menu-ancestor > a, .main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-parent > a * html .main-navigation ul li a:hover {
    display: inline;
}

.main-navigation ul li:last-child {
    border-right: none !important;
}

.main-navigation ul ul li:last-child a {
}

.main-navigation ul li.current_page_item > ul {
}

.main-navigation ul li.current-menu-parent > ul {
}

.main-navigation ul li.current-menu-parent:hover > a {
}

.main-navigation ul li.current-menu-parent > li:hover {
}


.main-navigation ul ul.current_page_item > a, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul.current_page_ancestor >
a {
}


.main-navigation .current_page_item > a:hover, .main-navigation .current-menu-item > a:hover, .main-navigation .current_page_ancestor >
a:hover {
}

.main-navigation ul li.current-menu-parent > ul:hover {
}

.main-navigation ul li.current-menu-parent > ul:hover {
}

.main-navigation ul ul:hover {
}

.main-navigation li:hover ul {
}

.main-navigation ul li.current-menu-parent a:hover {
}

.main-navigation .current_page_ancestor ul:hover {
}

.main-navigation .current_page_ancestor:hover a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-container {
    position: relative;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
    background: #f3f1ed;
    padding: 0 0 40px 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 4.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

.site-footer {
    width: 100%;
    float: left;
    background: #808080;
    padding: 40px 0;
}

#footermiddle, #footerleft, #footerright {
    float: left;
    color: #fff;
}

#footermiddle a, #footerleft a, #footerright a {
    color: #fff;
}

#footermiddle a {
    color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


@media screen and (max-width: 1200px) {

    .marketingWrapper .imgWrap {
        margin: 2em 1em 0 1em !important

    }


    .topcart {
        margin-bottom: 10px;
        color: #150078;
        float: left !important;
        text-align: center;
        width: 40%;
        margin-left: 30%;
        margin-top: -20px;
    }

    .cartbutton {
        display: none;
    }


}

@media screen and (max-width: 830px) {
    .logo {
        float: left;
        width: 60%;
        margin-left: 20%;
    }

    #home-right {
        width: 100%;
        float: right;
    }

    #home-right img {
        float: left;
        margin: 2%;
    }

    #homepagemain {
        width: 100%;
        float: left;
    }

    #side-menu {
        display: none;
    }

    .widget-area {
        width: 100%;
        float: left;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 2%;
    }

    .wrapper {

        padding: 0 10px;
    }

}


/* G5 C O D E *******************/


.fullWidth {
    width: 100%;
}

.halfWidth {
    width: 50%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#page {
    padding-top: 13em;
}

/* H E A D E R ************************************/

#headerWrap {
    background: #fff;
    position: fixed;
    z-index: 9999;
}

#logo {
    margin-top: 2em;
    transition: all 0.5s linear;
    width: 260px;
}

#topNavSearch input[type="text"] {
    border: 0;
    font-size: 0.9em;
    padding: 0;
    width: 9em;
}

#topNavSearch input[type="submit"] {
    background: url(img/top-search-icon.png) center center no-repeat #fff;
    background-size: 27px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 4px 12px;
}

#headerRight {
    width: 640px;
}

#headerRight input[type="text"] {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 0;
    border-radius: 0;
    height: 40px;
    float: left;
    padding: 0 11px;
    width: 81.6%;
}

#headerRight input[type="submit"] {
    background: url(img/search-icon.png) center center no-repeat #ffa200;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    float: right;
    text-shadow: none;
    border-radius: 0;
    width: 46px;
}

#mobileSearch {
    display: none;
    padding: 1em;
}

#mobileSearch input[type="text"] {
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 40px;
    float: left;
    padding: 1em;
    width: 50%;
}

#mobileSearch input[type="submit"] {
    background: url(img/search-icon.png) center center no-repeat #150078;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    text-shadow: none;
    border-radius: 0;
    width: 46px;
}

.menu-item-6971 {
    background: url(img/account-icon.png) left center no-repeat;
}

.menu-item-17159 {
    background: url(img/basket-icon.png) left center no-repeat;
}

#contact-information {
    color: #141065;
    font-weight: bold;
    padding-bottom: 1em;
    position: absolute;
    right: 3em;
    opacity: 1;
    transition: 0.5s all linear;
    text-align: right;
}

#contact-information p {
    margin: 0;
}

#contact-information span {
    color: #000;
}

#contact-information #headerTel {
    font-size: 2em;
    margin: 0;
}

#contact-information #headerEmail {
    font-size: 1.5em;
}

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

#headerRightBottom {
    transition: 0.5s all linear;
    margin-top: 6em;
}

.ls-borderlesslight3d .ls-nav-prev,
.ls-borderlesslight3d .ls-nav-next {
    z-index: 8888;
}

.sticky #logo {
    margin-top: 1em;
    transition: all 0.5s linear;
    width: 11em;
}

.sticky #contact-information {
    opacity: 0;
    transition: 0.5s all linear;
}

.sticky #headerRightBottom {
    margin-top: 1em;
    margin-bottom: 2em;
    transition: 0.5s all linear;
}

#fb_icon {
    float: right;
    margin-top: 1.5em;
}

.woocommerce ul.products li.product .price .woocommerce-price-suffix {
    color: #000;
}

.woocommerce-checkout #headerWrap,
.woocommerce-checkout #headerWrap.sticky {
    position: relative;
    height: 210px;
    transition: 0.1s all linear;
}

.woocommerce-checkout #headerRightBottom {
    margin-top: 5em;
}

.woocommerce-checkout .sticky #logo {
    margin-top: 2em;
    width: 291px;
    transition: 0.1s all linear;
}

/* S I N G L E  P R O D U C T  P A G E ************/

.single-product #content {
    background: #fff;
    padding-bottom: 1%;
}


.single-product #homepagemain {
    width: 100%;
}

.single-product.woocommerce .images h1,
.single-product.woocommerce .images h2,
.single-product.woocommerce .images h3,
.single-product.woocommerce .images h4,
.single-product.woocommerce .images p,
.single-product.woocommerce .images ul {
    display: none;
}

#singleTabs {
    position: relative;
    z-index: 999;
}

#singleTabs ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#singleTabs ul li {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    float: left;
    font-size: 1.2em;
    list-style: none;
    padding: 0.5em 1em;
}

#singleTabs ul li a {
    color: #000;
    text-decoration: none;
}

#singleTabs ul li.singleTabCurrent {
    border-bottom: 0;
}

#singleTabContentWrap {
    margin-top: -0.15em;
}

#singleTabs ul li.singleTabCurrent a {
    color: #150078;
    font-weight: bold;
}

.singleTabContent {
    border-top: 1px solid #e0e0e0;
    display: none;
    padding: 3%;
    position: relative;
}

.singleTabContent p {
    font-size: 1.2em;
    margin-top: 0;
}

#singleTabContentDes {
    display: block;
}

#singleTabContentDes h2 {
    display: none;
}

.woocommerce div.product p.stock {
    float: left;
    padding: 0;
    margin: 4px 15px;
    font-size: 1em;
}

#singleTabContentDes table.shop_attributes th {
    text-align: left;
    width: 100px;
}

#singleTabContentDes table.shop_attributes tr {
    background: #ededed !important;
}

#singleTabContentDes table.shop_attributes tr.alt th,
#singleTabContentDes table.shop_attributes tr.alt td {
    background: #fff !important;
}

#singleTabContentDes form,
.single-product #home-right {
    display: none;
}

#singlePriceWrap {
    float: left;
    width: 100%;
    color: #000;
}

#singlePriceWrap .woocommerce-price-suffix {
    color: #000;
    font-size: 0.5em;
}

#singlePriceWrap form .price {
    display: none;
}

#singlePrice {
    font-size: 25px;
    font-weight: bold;
}

#singlePriceWrap div {
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    line-height: 1.3em;
    padding-left: 0.25em;
}

/*vad*/

.priceOnBottomOfTitleWrap {
    /*border: 1px solid magenta;*/
    float: left;
    width: 48%;
    display: block;
}

.priceOnBottomOfTitleWrap .images {
    width: 100%;
}

.priceOnBottomOfTitle {
    font-size: 1.3em !important;
    width: 100%;
    float: left;
}

.priceOnBottomOfTitle .price_label {
    font-size: 1.2em;
    float: left;
    margin-right: 0.5em;
}

.priceOnBottomOfTitle .price {
}

.priceOnBottomOfTitle .price div {
    margin-top: -0.35em;
    font-size: 1.1em;
}

.priceOnBottomOfTitle .price span {
    font-size: 0.8em;
}

.priceOnBottomOfTitle .price .woocommerce-price-suffix {
    font-size: 0.8em;
    color: #000;
}

.priceOnBottomOfTitle div {
    float: left;
}


.single-product .price {
    margin: 0;
    padding: 0;
}


.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.marketingWrapper {
}

.marketingWrapper .imgWrap {
    display: inline-block;
    float: left;
    margin: 2em 3em 0 3em;
}

.basket_notification {
    font-size: 1.2em;
    text-align: justify;
    font-weight: 500;
    padding: 0 0.4em;
}

.woocommerce-variation-description {
    display: none !important;
}

.woocommerce-variation-price .price {
    /*border:1px solid green;*/
    display: block !important;
}

#recent {
    margin: 0 0 1% 0;
}

#homepagemain .ced {
    display: none;
}


@media screen and (min-width: 960px) and (max-width: 1200px) {

    #logo {
        width: 215px;
    }


    #headerRight {
        width: 620px;
    }

    #contact-information {
        float: right;
        position: relative;
        right: 0;
        width: 100%;
    }

    #contact-information #headerTel,
    #contact-information #headerEmail {
        font-size: 1.1em;
    }

    #headerRightBottom {
        margin: 0;
    }

    #searchcart {
        width: 49%;
    }

    #headerRight input[type="text"] {
        height: 37px;
        font-size: 0.9em;
    }

    #headerRight input[type="submit"] {
        height: 37px;
    }

    .company-navigation a {
        font-size: 0.825em;
    }

    #nav {
        padding: 0 10px;
    }

    #nav a {
        font-size: 0.825em;
        padding: 1em 1.2em;
    }

    #page {
        padding-top: 18em;
    }

    #footermiddle {
        float: right;
    }

    #footerright {
        display: none;
    }


}


@media screen and (min-width: 768px) and (max-width: 959px) {

    #mobHeaderWrap {
        display: block;
    }

    #headerWrap {
        margin-top: 3.5em;
        z-index: 8888;
    }

    #mobWrap .mobAction {
        padding: 0.75em 1em;
    }

    #account-navigation {
        width: 61%;
    }

    #account-navigation form {
        display: none;
    }

    #mobAccount,
    #mobBasket,
    #mobContact,
    #mobEmail {
        display: none;
    }

    #contact-information ul li {
        display: inline;
        margin-left: 1em;
    }

    #logo {
        margin-top: 1em;
        width: 150px;
    }

    #logo img {
        margin: 0;
        width: 100%;
    }

    #headerRight {
        margin-top: 0;
        padding-bottom: 1em;
        width: 72%;
    }

    #headerRightBottom {
        display: none;
    }

    #contact-information {
        float: right;
        right: 0;
        position: relative;
        width: 100%;
    }

    #contact-information #headerTel,
    #contact-information #headerEmail {
        font-size: 1em;
    }

    #headerRightBottom {
        margin: 0;
    }

    #navWrap {
        display: none;
    }

    .sticky #logo {
        margin-top: 1em;
    }

    .sticky #contact-information {
        opacity: 1;
    }

    #searchcart {
        float: right;
        width: 55%;
    }

    #headerRight input[type="text"],
    #headerRight input[type="submit"] {
        height: 25px;
    }

    #headerRight input[type="text"] {
        width: 84.5%;
    }

    #page {
        padding-top: 14.4em;
    }

    #singlePrice .floatRight {
        float: left;
    }


    #footermiddle {
        float: right;
        width: 40%;
    }

    #footerright {
        display: none;
    }

}


@media screen and (min-width: 481px) and (max-width: 767px) {

    .logo {
        float: none;
        margin-left: 0;
        width: 190px;
    }

    #logo,
    .sticky #logo {
        float: none;
        text-align: center;
        width: 100%;
    }


    #contact-information {
        right: 0;
    }

    #headerRight input[type="text"] {
        float: left;
        width: 89.5%;
    }

    #headerRight input[type="submit"] {
        float: left;
    }

    #footerleft,
    #footerright {
        display: none;
    }

}

@media screen and (min-width: 320px) and (max-width: 767px) {

    #ekomi {
        text-align: center !important;
    }

    .deskHide {
        display: block;
    }

    .mobHide {
        display: none;
    }

    #headerWrap {
        margin-top: 4em;
        position: relative;
        z-index: 8888;
    }

    #account-navigation {
        display: none;
    }

    #logo {
        float: none;
        width: 100%;
    }

    .logo {
        float: none;
        margin-left: 0;
        width: 175px;
    }

    #logo,
    .sticky #logo {
        text-align: center;
    }

    #contact-information {
        padding: 1.2em 0;
        right: 0;
        text-align: center;
        width: 100%;
    }

    #contact-information #headerTel,
    #contact-information #headerEmail {
        font-size: 1.2em;
    }

    #page {
        padding-top: 13.6em;
    }


}


#navWrap {
    background: #150078;
}

#topFooter {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
}

.footerCol {
    float: left;
    width: 20%;
}

.footerCol h2 {
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}

.footerCol ul {
    margin: 0;
    padding: 0;
}

.footerCol ul li {
    list-style: none;
}

.footerCol ul li a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

#footerFeedback img {
    margin-bottom: 1em;
}

#ekomi {
    text-align: right;
}

#footerCenter {
    border-bottom: 1px solid #fff;
    color: #cdcdcd;
    padding: 2em 0 2em 2em;
}

#footerCenter #signUpIcon {
    background: url(img/sign-up-icon.png) left 2px no-repeat;
    padding: 0 0 0 1.75em;
    margin: 0;
}

#footerCenter p {
    margin: 0;
}

#footerCenter input[type="email"] {
    border: 0;
    border-radius: 0;
    margin-left: 0.5em;
}

#footerCenter input[type="submit"] {
    border: 0;
    border-radius: 0;
    margin-left: 0.5em;
}

#footerSocial ul {
    padding: 0;
    margin: 0;
}

#footerSocial ul li {
    list-style: none;
}

#footerSocial ul li img {
    display: block;
}

#footerBottomLeft {
    color: #fff;
    font-size: 1.1em;
    width: 40%;
}

#footerBottomRight {
    color: #fff;
    font-size: 1.1em;
    text-align: right;
}

#footerBottomRight h2 {
    font-weight: 400;
    margin-top: -18px;
    background: #808080;
}

#footerBottomRight a {
    color: #fff;
    text-decoration: none;
}

#footerBottomRight li {
    list-style: none;
}


/* home page */


.home #content {
    background: #f3f1ed;
}

body.custom-background {
    background-image: none !important;
    background-color: #fff;
}

.upg_warning {
    text-align: right;
    color: #0151ce;
    font-size: 1.1em;
    padding-right: 0.9em;
    display: none;
}

#navItem-3258 {
    background: red;
}

#navItem-3258 a {
    height: 100%;
}

/** Reseller styles **/
.map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.map h3 { margin-top: 0; }


/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.reseller-title { margin-bottom: 0; }

.reseller-info { padding-top: 2em; }
.reseller-info p { margin-top: 0; }

.reseller-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 25px;
}

.reseller-grid-item {
    background: #150078;
    color: #fff;
    padding: 1em;
}

.reseller-grid-item h2 { margin-top: 0; }

.reseller-grid-item a { color: #fff; }

