﻿/*

  ======================================================
  $---Contents
  ======================================================

  $-EKM-Colours
  $-Resets
  $-Modules
  $-Page-header
  $-Buttons
  $-Product-showdata
  $-Main
  $-Homepage
  $-Category-&-product-pages
  $-Category-page
  $-Product-page
  $-Page-footer
  $-Media-queries
  $-Soft-cart
  $-Newsletter-modal
  $-Industry-Variants
  $-EKM-Element-Override
  $-Quick-View-Feature
  $-Product-Urgency-Feature  

*/

/* ==============================
  $-EKM-Colours
============================== 
			#-cta---#4685da

			#4685da



			#-secondary_buttons---#40a67d

			#40a67d
			
			

			#-links_and_stars---#40a67d

			#40a67d
			
			
			#-main_text_colour---#333333

			#333333
			
			
			#-page_content_background---#ffffff

			#ffffff
			
			
			
			#-header_background---#ffffff

			#ffffff
			
			#-header_text_color---#333333

			#333333		
			
			#ffffff
			
			#333333
			
			#-header_text_color---#333333

			#333333				
			
			#ffffff
			
			#ffffff
			
			#333333
			
			#-footer_background---#ffffff

			#ffffff
			
			#-footer_text_color---#333333

			#333333
			
			
			#-title_text_colour---#000000

			#000000

			#0363CD
			
			#FFFFFF

			#013800
			
			#bffdbf
			
			#6d4100
			
			#fddebf
			
			#6d0a00
			
			#fdbfbf
			
			#ffffff
			
			#000000
			
			

/* ==============================
  $-Resets
============================== */

/* CSS Variables */

:root {
    --ekm-success-colour-text: #013800;
    --ekm-success-colour-background: #bffdbf;
    --ekm-caution-colour-text: #6d4100;
    --ekm-caution-colour-background: #fddebf;
    --ekm-warning-colour-text: #6d0a00;
    --ekm-warning-colour-background: #fdbfbf;
    --ekm-inverse-colour-text: #ffffff;
    --ekm-inverse-colour-background: #000000;
    
    --ekm-atc-background-colour:#0363CD;
    --ekm-atc-text-colour:#FFFFFF;
    
}

html,
body {
  background-color: #ffffff;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  margin: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: Lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #333333;
  
}



/* main */
main {
  display: block;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"],
input[type="url"], textarea
    { font-size: 16px; } /* input zoom fix */

/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Martel Serif", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  color: #000000;
}





h1, .h2-title {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

/* highlight colors */
::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

/* anchor links */
a {
  text-decoration: none;
  color: #40a67d;
}

a:hover, a:active {
  text-decoration: underline;
}

/* form elements */
legend {
  color: inherit;
}

select,
textarea,
input,
button {
  max-width: 100%;
  min-height: 2.25rem;
  padding: .375rem;
  border: 1px solid #ccc;
  margin: 0;
  background-color: white;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #333;
}
  				
input[type=submit],
input[type=button],
input[type=reset],
input[type=color],
input[type=file],
input[type=image],
button {
  border: none;
}

input[type=submit],
input[type=button],
input[type=reset],
button {
  min-height: 2.25rem;
  border-radius: 0;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover {
  opacity: .75;
}

input[type=file],
input[type=color],
input[type=image] {
  min-height: auto;
  padding: 0;
  background-color: inherit;
}

input[type=checkbox],
input[type=radio] {
  min-height: auto;
  background-color: inherit;
}

select {
  height: 2.25rem;
}

/* img */
img {
  max-width: 100%;
  height: auto !important;
  border: none;
  vertical-align: middle;
  font-style: italic;
}

.ekm-product-image-badge-wrapper img {
  max-width: none;
}

video, iframe{
	max-width: 100%;
}


/* ==============================
$-Modules
============================== */

/* clearfix */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* inline block */
.ib {
  display: inline-block;
  vertical-align: top;
}

.ib-m {
  display: inline-block;
  vertical-align: middle;
}

/* ul-reset */
.ul-reset {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.ul-reset .list-truncation {
  font-style: italic;
}

/* font awesome */
.ekmps-fa {
  font-family: FontAwesome;
  font-style: normal;
}

/* container */
.page-content,
.container {
  max-width: 1920px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

/* column setup */
.col {
  display: block;
  float: left;
  margin-left: 1.6%;
}
.col:first-child {
  margin-left: 0;
}

/* fluid grid */
.grid-12 {
  width: 100%;
}

.grid-11 {
  width: 91.53%;
}

.grid-10 {
  width: 83.06%;
}

.grid-9 {
  width: 74.6%;
}

.grid-8 {
  width: 66.13%;
}

.grid-7 {
  width: 57.66%;
}

.grid-6 {
  width: 49.2%;
}

.grid-5 {
  width: 40.73%;
}

.grid-4 {
  width: 32.26%;
}

.grid-3 {
  width: 23.8%;
}

.grid-2 {
  width: 15.33%;
}

.grid-1 {
  width: 6.866%;
}

/**
* Stars
*/
.product-review-stars {
  line-height: 1;
  color: #999;
}

.product-review-number {
  line-height: 1;
  font-size: .8rem;
}

/**
* Button class
*/
.btn {
  display: inline-block;
  vertical-align: top;
  padding-right: .75rem;
  padding-left: .75rem;
  line-height: 2.25;
  color: white;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.btn:hover {
  text-decoration: none;
  opacity: .75;
}

/**
 * Pagination
 */
.pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.pagination a {
  color: inherit;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.pagination a:hover {
  text-decoration: none;
  opacity: .75;
}
.pagination .current-page {
  font-weight: 700;
  cursor: default;
}

.pagination-item {
  margin-right: .375rem;
  margin-left: .375rem;
}

.pagination-prev {
  margin-right: 1.125rem;
}

.pagination-next {
  margin-left: 1.125rem;
}

/* ==============================
$-Page-header
============================== */

.page-header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.page-header-content {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .page-header-content {
    padding-left:  .75rem;
    padding-right: .75rem;
  }
}



/**
* Search
*/
.search-cont {
  padding-right: .75rem;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .search-cont {
    width: 38%;
  }
}

.search {
  overflow: hidden;
  position: relative;
  width: 230px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .search {
    width: 340px;
  }
  .search .form {
    margin-left: -340px;
  }
}

@media screen and (max-width: 500px) {
  .search {
    width: 300px;
  }
  .search .form {
    margin-left: -300px;
  }
}

@media screen and (max-width: 450px) {
  .search {
    width: 260px;
  }
  .search .form {
    margin-left: -260px;
  }
}

.search .form {
  float: left;
  width: calc(100% - 5px - 1rem);
  margin-right: 5px;
  margin-left: -236px;
}

@media screen and (max-width: 768px) {
  .search .form {
    margin-left: -340px;
  }
}

@media screen and (max-width: 500px) {
  .search .form {
    margin-left: -300px;
  }
}

@media screen and (max-width: 450px) {
  .search .form {
    margin-left: -260px;
  }
}

.search .form input {
  float: left;
}
.search .form input.input {
  width: 100%;
  padding-right: 2.25rem;
}
.search .form input.btn {
  width: 2.25rem;
  margin-left: -2.25rem;
  line-height: 1;
  text-indent: -99999px;
  color: inherit;
}
.search .label,
.search .dismiss {
  float: left;
  padding-left: 1px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.search .label:hover,
.search .dismiss:hover {
  opacity: 0.75 !important;
}
.search .label img {
  margin-right: .375rem;
}
.search .dismiss {
  width: 1rem;
}
.search .dismiss i {
  line-height: 2.25rem;
}
.search .label span,
.search .dismiss span {
  line-height: 2.25rem;
}
.search .dismiss {
  display: none;
  opacity: 0;
}

/**
* Logo
*/
.logo {
  opacity: 1;
  padding-right: .75rem;
  padding-left: .75rem;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s;
  width: 40%;
  z-index: 10;
}

.logo.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 24%;
  }
}

.ekm-injected-logo a {
  font-family: "Martel Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 1.6rem;
  color: black;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.ekm-injected-logo a:hover {
  text-decoration: none;
  opacity: .5;
}

/**
* Account and Cart
*/
.account-cart {
  width: 30%;
  padding-left: .75rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .account-cart {
    width: 38%;
  }
}

/**
* Account
*/
.account {
  margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .account {
    margin-right: .75rem;
  }
  .account span {
    font-size: 0;
  }
}

/**
* Cart
*/
.cart > img {
  margin-right: .375rem;
}

.cart > span {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .cart .hide-me {
    font-size: 0;
  }
}

/* drawers on click */
.drawer-btn-cont {
  position: relative;
  line-height: 1;
}

.account-cart-btn {
  position: relative;
}

.drawer-btn,
.account-link-btn {
  line-height: 1;
  color: inherit;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.drawer-btn:hover,
.account-link-btn:hover {
  text-decoration: none;
  opacity: .75;
}
.account-icon, .cart-icon {
  margin-right: .375rem;
}

svg.account-icon {
    fill: #333333;
}

svg.cart-icon {
    fill: #333333;
}

svg.search-icon {
    fill: #333333;
}

@media screen and (max-width: 768px) {
  .drawer-btn > img,
  .account-link-btn > img {
    margin-right: 0;
  }
}

.drawer-btn-active {
  position: relative;
}

.drawer {
  display: none;
  position: absolute;
  top: calc(125% + .75rem);
  right: 0;
  z-index: 2;
  width: 300px;
  padding: .75rem;
  line-height: 1.5;
  background-color: #333;
  text-align: left;
  color: white;
}

@media screen and (max-width: 768px) {
  .login-drawer { right: -.8rem; }
}

@media screen and (max-width: 480px) {

  .drawer-btn-cont,
  .drawer-btn-active,
  .account-cart-btn {
    position: static;
  }

  .drawer {
    top: 3.5rem;
    right: 1.5rem;
    left: 1.5rem;
    width: auto;
  }

}

.drawer:before {
  content: "";
  position: absolute;
  top: -.75rem;
  right: .75rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .75rem .75rem .75rem;
  border-color: transparent transparent #333 transparent;
}

@media screen and (max-width: 480px) {
  .login-drawer:before {
    right: 38px;
  }
}

.drawer h1, .drawer h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.2rem;
  color: inherit;
}
.drawer label {
  display: inline-block;
  margin-top: .75rem;
  margin-bottom: .1875rem;
  text-align: left;
  font-size: .8rem;
}
.drawer input {
  display: block;
  width: 100%;
  border: none;
  color: #333;
}
.drawer input[type=submit] {
  color: white;
}
.drawer a {
  color: white;
}

.drawer-dismiss {
  position: absolute;
  top: .375rem;
  right: .375rem;
  line-height: 1;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.drawer-dismiss:hover {
  opacity: .75;
}

/* login */
.login .drawer-btn {
  position: relative;
}
.login .drawer-btn:before {
  content: "\f00c";
  visibility: hidden;
  position: absolute;
  top: -50%;
  right: -50%;
  z-index: 2;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  width: 1rem;
  height: 1rem;
  font-family: FontAwesome;
  font-style: normal;
}

.login-drawer .drawer-btn-bg {
  margin-top: .75rem;
}

.forgotten-password {
  margin-top: .75rem;
  text-align: center;
  font-size: .8rem;
}

.logged-in {
  text-align: center;
}

.logged-in-logout {
  margin-top: .75rem;
}

/* cart */
.cart .drawer-btn {
  position: relative;
}

.cart-btn-item-count {
  visibility: hidden;
  position: absolute;
  top: -50%;
  right: -50%;
  z-index: 2;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  line-height: 1.125rem;
  text-align: center;
  font-size: .7rem;
  color: white;
}

.cart-drawer {
  padding: 0;
}

.cart-product-item-list {
  min-height: 2rem;
  max-height: 300px;
  overflow-y: auto;
}

.cart-product-item {
  padding: .75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.cart-product-item:first-of-type {
  border-top: none;
}
.cart-product-item a {
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.cart-product-item a:hover {
  text-decoration: none;
  opacity: .75;
}

.cart-product-item-image {
  float: left;
  width: 25%;
  min-height: 1px;
  text-align: center;
}

.cart-product-item-details {
  float: left;
  width: 75%;
  padding-left: .75rem;
}

.cart-product-item-qty {
  margin-top: .1875rem;
  font-size: .8rem;
  opacity: .75;
}

.cart-total {
  padding: .75rem;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: .8rem;
}

.cart-item-count {
  float: left;
  width: 65%;
  padding-right: .375rem;
}

.cart-total-price {
  float: right;
  width: 35%;
  padding-left: .375rem;
  text-align: right;
}

.cart-btn-cont {
  text-align: center;
}
.cart-btn-cont .cart-btn:first-child {
  padding-right: .375rem;
}
.cart-btn-cont .cart-btn:last-child {
  padding-left: .375rem;
}

.cart-btn {
  float: left;
  width: 50%;
  padding: .75rem;
}
.cart-btn a {
  display: block;
  line-height: 2.25rem;
}
.cart-btn a:hover {
  text-decoration: none;
}

.cart-view-btn {
  border: 2px solid white;
  -webkit-transition: background-color 100ms, color 100ms ease-in-out;
  transition: background-color 100ms, color 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.cart-view-btn:hover {
  background-color: white;
  color: #333;
}

.cart-checkout-btn {
  border-color: #4685da;
  border: 2px solid;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.cart-checkout-btn:hover {
  opacity: .75;
}

.product-qty-atc input[type=submit], .cart-checkout-btn {
	background-color: #4685da;
}

.ekm-softcart-wrapper .ekm-softcart-links .ekm-softcart-gotocheckout {
	background: #4685da;
}

/**
 * Nav (Clicky)
 */
.clicky-nav {
  padding-top: .75rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
}

.clicky-nav-item {
  margin: .75rem .75rem 0;
}
.clicky-nav a {
	color: #ffffff;
}
.clicky-nav .clicky-nav-item > a {
	color: #333333
}


@media screen and (min-width: 769px) {
  .clicky-nav-item {
    position: relative;
  }
}
.clicky-nav-item:first-child {
  margin-left: 0;
}
.clicky-nav-item:hover > a {
  opacity: .75;
}
.clicky-nav-item a {
  /*color: inherit;*/
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.clicky-nav-item a:hover {
  text-decoration: none;
  opacity: .75;
}
.clicky-nav-item > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  top: -1px;
  width: .65em;
  margin-left: .1875rem;
  font-family: FontAwesome;
  font-style: normal;
  font-size: .8em;
}

.clicky-nav-item > a:hover:after {
  text-decoration: underline; /* underline must be set and then reset to fix an IE bug */
}
.clicky-nav-item > a:hover:after {
  text-decoration: none; /* underline must be set and then reset to fix an IE bug */
}
.clicky-nav-item > a:last-child:after {
  content: " ";
  width: auto;
  padding-left: 0;
}

.clicky-nav-item > a,
.clicky-subnav-item > a {
  display: inline-block;
}

/* subnav menu */
.clicky-subnav {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 250px;
  padding-top: .75rem;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: .9em;
  opacity: 0;
}

.is-active .clicky-subnav {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .clicky-subnav {
    -webkit-transform: none;
            transform: none;
    left: 20px;
    right: 20px;
    width: auto;
  }
}
.clicky-subnav:before {
  content: "\f0d8";
  position: absolute;
  top: -.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.6rem;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .clicky-subnav:before {
    display: none;
  }
}

.clicky-subnav-inner {
  padding: 1.5rem;
  background-color: #333333;
}

.clicky-subnav-item {
  margin-top: .75rem;
}
.clicky-subnav-item:first-child {
  margin-top: 0;
  margin-bottom: .75rem;
}
.clicky-subnav-item:first-child + .clicky-subnav-item {
  border-top: 1px solid #ccc;
  margin-top: 0;
  padding-top: .75rem;
}

/* hides pseudo element when logged in and category is hidden */
.hide-pseudo > a:after {
  display: none;
}

  .clicky-subnav__view-link i {
    margin-left: .375rem;
  }


/**
 * Nav
 */

.nav {
  padding-top: .75rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  text-align: center;
}

.nav-item {
  margin: .75rem .75rem 0;
}

@media screen and (min-width: 769px) {
  .nav-item {
    position: relative;
  }
}
.nav-item:first-child {
  margin-left: 0;
}
.nav-item:hover > a {
  opacity: .75;
}
.nav-item a {
  color: inherit;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.nav-item a:hover {
  text-decoration: none;
  opacity: .75;
}
.nav-item > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  top: -1px;
  width: .65em;
  margin-left: .1875rem;
  font-family: FontAwesome;
  font-style: normal;
  font-size: .8em;
}

.nav-item > a:hover:after {
  text-decoration: underline; /* underline must be set and then reset to fix an IE bug */
}
.nav-item > a:hover:after {
  text-decoration: none; /* underline must be set and then reset to fix an IE bug */
}
.nav-item > a:last-child:after {
  content: " ";
  width: auto;
  padding-left: 0;
}

.nav-item > a,
.subnav-item > a {
  display: inline-block;
}

/* subnav menu */
.subnav {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 250px;
  padding-top: .75rem;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: .9em;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .subnav {
    -webkit-transform: none;
            transform: none;
    left: 20px;
    right: 20px;
    width: auto;
  }
}
.subnav:before {
  content: "\f0d8";
  position: absolute;
  top: -.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.6rem;
  color: #eee;
}

@media screen and (max-width: 768px) {
  .subnav:before {
    display: none;
  }
}

.subnav-inner {
  padding: 1.5rem;
  background-color: #eee;
}

.subnav-item {
  margin-top: .75rem;
}
.subnav-item:first-child {
  margin-top: 0;
}

/* hides pseudo element when logged in and category is hidden */
.hide-pseudo > a:after {
  display: none;
}

/* ==============================
$-Product-showdata
============================== */

.products {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.products-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.6%;
}

.product-item {
  margin-top: 1.5rem;
  padding-left: 1.6%;
  width: 50%;
}

.recent-products .product-item {
  width: 33.33333%;
}

@media screen and (min-width: 768px) {
  .product-item {
    width: 33.333333%;
  }
  .recent-products .product-item {
    width: 25%;
  }
  
  
}

@media screen and (min-width: 980px) {
  .product-item {
    width: 25%;
  }
  .recent-products .product-item {
    width: 16.6666667%;
  }
}

@media screen and (min-width: 1366px) {
  .product-item {
    width: 16.6666667%;
  }
}

.product-item .product-out-of-stock {
  margin-top: .375rem;
}

.product-item-image > a > img {
  /*position: relative;*/
  top: 0;
  -webkit-transition: top 100ms ease-in-out;
  transition: top 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  		  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.product-item-image > a > img:hover {
  top: 45%;
}

.product-item-image,
.ekm-search-page-item__image {
    font-size: 0;
    margin-bottom: 0.375rem;
    padding-bottom: 100%;
    position: relative;
    text-align: center;
}

.product-item-image a img,
.ekm-search-page-item__image a img {
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
}

.ekm-search-page-item__image.ekm-search-page-item__image--empty { padding-top: 0 !important; }

.product-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
}
.product-item-title a {
  color: inherit;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.product-item-title a:hover {
  text-decoration: none;
  opacity: .75;
}

.product-item-title { color: #333333; }

.product-item-review-stars {
  margin-top: .375rem;
  line-height: 1;
}

.product-rrp-price {
  margin-top: .375rem;
}

.product-rrp {
  margin-right: .375rem;
  margin-left: .375rem;
  text-decoration: line-through;
  color: #b3b3b3;
}

.product-price {
  margin-right: .375rem;
  margin-left: .375rem;
  font-weight: 400;
}

.product-vat {
    margin-right: .375rem;
    margin-left: .375rem;
    opacity: .75;
    font-size: 0.825rem;
    vertical-align: baseline;	
}

.product-item-short-description {
  margin-top: .375rem;
  font-size: .8rem;
}

.shopui-product-variant-preview { margin-top: .8rem; }

.product-out-of-stock {
  font-weight: 400;
  color: red;
}

/* Wishlist Button Styles */
.wishlist-wrapper { margin-top: 30px; }

.wishlist-wrapper svg path { 
	transition: fill 0.2s ease-in-out; 
		-webkit-transition: fill 0.2s ease-in-out;
}

.wishlist-wrapper button:hover { opacity: 1; }

.wishlist-btn {
    align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
    background: none;
    border: 0;
    color: #333;
    cursor: pointer;
    display: flex;        
    display: -webkit-box;  
    display: -ms-flexbox;  
    display: -webkit-flex; 
    padding: 0;
}

.wishlist-text { margin-left: 6px; }

.wishlist-btn:hover .wishlist-text { opacity: 0.7; }

.wishlist-heart {
    border-radius: 50%;
    height: 34px;
    position: relative;
    width: 34px;
}

.wishlist-heart svg {
    height: 20px;
    left: 50%;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    	-webkit-transform: translate(-50%,-50%);
    width: 20px;
}

.wishlist-heart-inner-color { fill: #333; }

.wishlist-heart-outer-color,
.wishlist-btn:hover .wishlist-heart-inner-color,
.wishlist-heart-icon-added { fill: #ffffff; }
		
.wishlist-heart { background: #333; }

@media screen and (max-width: 768px) {
	.wishlist-wrapper {
		display: flex;        
	    display: -webkit-box;  
	    display: -ms-flexbox;  
	    display: -webkit-flex; 
	    justify-content: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
	}
}

#shopui-instalmentPlans .instalmentplan img {
	margin-top: 0;
}

/* ==============================
$-Buttons
============================== */

input[type=submit], input[type=button], input[type=reset], button, .btn {
	background-color: #40a67d;
}

/* ==============================
$-Main
============================== */

.page-content {
  width: 100%;
  max-width: 980px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.recent-products {
  margin-top: 0;
  text-align: center;
}

/* ==============================
$-Homepage
============================== */

.ekm-page-type-main .page-content {
  max-width: none;
  padding: 0;
  text-align: center;
}
.ekm-page-type-main .recent-products {
  margin-top: 3rem;
}

/**
* Upper promos
*/
.upper-promo-cont {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  color: #333333;
}

.upper-promo {
  width: 33.33333%;
  padding-right: .75rem;
  padding-left: .75rem;
  border-left: 1px solid #333333;
}

.upper-promo p {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .upper-promo-cont {
    padding: .75rem;
  }
  .upper-promo {
    font-size: .7rem;
  }
}

.upper-promo:first-child {
  border-left: none;
}

/**
* Mid promos
*/
.mid-promo-cont {
  background-color: #f0f0f0;
}

.mid-promo {
  width: 32.2666667%;
  margin: 1.5rem 0 1.5rem 1.6%;
}

@media screen and (max-width: 480px) {
  .mid-promo { width: 100%; }
}

.mid-promo:first-child {
  margin-left: 0;
}

/**
* Newsletter
*/
.newsletter {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.newsletter .container {
  max-width: 980px;
}

.newsletter-heading {
  margin-top: 0;
  margin-bottom: 1rem;
}

.newsletter-form {
  margin-top: 1.5rem;
}
.newsletter-form input {
  height: 3rem;
  vertical-align: top;
}
.newsletter-form input[type=text] {
  width: 20rem;
  padding-right: .75rem;
  padding-left: .75rem;
  border-right: none;
}

@media screen and (max-width: 520px) {
  .newsletter-form input[type=text] {
    min-width: auto;
    width: calc(100% - 3.2rem);
  }
}

.newsletter-form input[type=submit] {
  width: 3rem;
  background-size: 1rem;
  text-indent: -99999px;
}

.newsletter-form input[type=submit] {
	background-color: #40a67d;
}

.jsNewsletterFail + .jsNewsletterAlert {
	background-color: #ffe5e5;
	padding: 1rem 0 1rem 1rem;
}

.jsNewsletterSuccess + .jsNewsletterAlert {
	background-color: rgb(224, 255, 224);
	padding: 1rem 0 1rem 1rem;
}

/* ==============================
$-Category-&-product-pages
============================== */

.breadcrumb-list {
  margin-bottom: 3rem;
  font-size: .8rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.breadcrumb-list a {
  color: inherit;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.breadcrumb-list a:hover {
  text-decoration: none;
  opacity: .75;
}
.breadcrumb-list .current {
  font-weight: 400;
}
.breadcrumb-list .current a {
  cursor: default;
}
.breadcrumb-list .current a:hover {
  opacity: 1;
}

.breadcrumb-item {
  margin-right: .1875rem;
  margin-left: .1875rem;
}

/* ==============================
$-Category-page
============================== */

.ekm-page-type-category .page-content {
  max-width: 1920px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.ekm-page-type-category .recent-products {
  margin-top: 3rem;
}

.category-page-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/**
* In category description
*/
.in-category-description {
  max-width: 980px;
  margin: 2rem auto;
}

/**
* Subcategories
*/
.sub-categories {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.sub-categories-list {
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-top: -4rem;
	text-align: center;
}

.sub-category-item {
	font-size: 1rem;
	padding-left: 1.5rem;
	padding-top: 4rem;
}

.sub-category-image,
.sub-category-no-image {
	height: 0;
    position: relative;
    padding-bottom: 100%;
}

.sub-category-no-image {background: #e0e0e0;}

.sub-category-image img {
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: auto;
}

.sub-category-no-image img {
    display: flex;
    padding-bottom: 100%;
}

.sub-category-name {margin-top: 1rem;}


@media screen and (max-width: 768px) {
	.sub-category-item {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.sub-category-item {
		flex-basis: 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 1100px) {
	.sub-category-item {
		flex-basis: 16.66%;
		max-width: 16.66%;
	}
}

/**
* Product controls
*/
.product-controls {
  position: relative;
  margin-top: 3rem;
}

/**
* Filter
*/
.filter {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 840px) {
  .filter { width: 30%; }
}

.filter-menu > img {
  margin-right: .375rem;
}
.filter-menu > span {
  margin-right: .75rem;
  vertical-align: middle;
}

.filter-menu {
  line-height: 2.25rem;
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.filter-menu:hover {
  opacity: .75;
}
.filter-menu > img {
  margin-right: .375rem;
}

.filter-drawer {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  padding-top: .75rem;
}
.filter-drawer:hover {
  display: block;
}
.filter-drawer .filter-attribute .ui-slider-horizontal .ui-slider-handle {
  border-radius: 0;
  background-color: white;
}
.filter-drawer .filter-attribute .price-label {
  margin-top: .5625rem;
  font-weight: 400;
  font-size: inherit;
}

.filter-drawer-inner {
  background: #333;
  color: white;
}
.filter-drawer-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .75rem .75rem .75rem;
  border-color: transparent transparent #333 transparent;
}

.filter-attribute {
  width: 20%;
  padding: 0 1.5rem 1.5rem;
  margin-top: 1.5rem;
  font-size: .9rem;
}
.ekm_clear_filters_btn{
    border: 2px solid #FFF !important;
    font-size: 0.875rem;
    margin: 0 0 20px 20px;
}
.ekm-filterby-clear-button svg{
    fill: #FFF !important;
}
@media screen and (max-width: 768px) {
  .filter-attribute { width: 25%; }
}

@media screen and (max-width: 680px) {
  .filter-attribute { width: 33.333333%; }
}

@media screen and (max-width: 480px) {
  .filter-attribute { width: 50%; }
}

.filter-attribute-title {
  padding-bottom: .375rem;
  border-bottom: 1px solid;
  font-family: "Martel Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2rem;
}

.filter-attribute-item {
  margin-top: .375rem;
}
.filter-attribute-item input[type=checkbox],
.filter-attribute-item label,
.filter-attribute-item .ekm-filter-count,
.filter-attribute-item .ekm-fitler-count {
  vertical-align: middle;
}
.filter-attribute-item label {
  cursor: pointer;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.filter-attribute-item label:hover {
  opacity: .75;
}

.ekm-filter-count,
.ekm-fitler-count {
  opacity: .5;
}

.filter-attribute-price .filter-attribute-item {
  width: 96%;
  margin: .9375rem auto 0;
}

/**
* Sort by
*/
.sort-by {
  width: 50%;
}

@media screen and (max-width: 840px) {
  .sort-by { width: 70%; }
}

.sort-by-inner {
  float: right;
  text-align: right;
}
.sort-by-inner label {
  margin-right: .375rem;
  font-weight: 400;
}
.sort-by-inner select {
  width: 200px;
}

@media screen and (max-width: 840px) {
  .sort-by-inner select { width: 160px; }
}

/**
* Category products
*/
#category-products {
  position: relative;
}

.product-results {
  position: absolute;
  top: -1.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 840px) {
  .product-results {
    margin-top: 1.5rem;
    position: static;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.product-results span {
  font-weight: 400;
}

.category-products {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==============================
$-Product-page
============================== */

.ekm-page-type-product .page-content {
  max-width: none;
  padding: 3rem 0;
}
.ekm-page-type-product .breadcrumb-list {
  text-align: center;
}

.product-page-container {
  width: 80%;
  min-width: 320px;
  max-width: 1920px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.product-page-upper {
	margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .product-page-container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product-page-upper .col  {
    margin-left: 0;
    width: 100%;
  }
}


/**
* Product images
*/
.product-images {
  text-align: center;
}

.secondary-images-cont {
  float: left;
}

.secondary-image img {
  margin-top: 1.5rem;
}
.secondary-image:first-child img {
  margin-top: 0;
}

.primary-image {
  float: left;
  padding-left: 1.5rem;
}

/**
* Product details
*/

@media screen and (max-width: 768px) {
  .product-details {
    margin-top: 1.5rem;
    text-align: center;
  }
}
.product-details .product-rrp-price {
  margin-top: 1.5rem;
  line-height: 1;
}
.product-details .product-rrp {
  margin-right: .75rem;
  margin-left: 0;
  vertical-align: baseline;
  font-size: 1.2rem;
}
.product-details .product-price {
  margin-right: 0;
  margin-left: 0;
  vertical-align: baseline;
  font-size: 2rem;
}
.product-details .product-vat {
	font-size: 1.4rem;
	margin-left: .75rem;
    margin-right: 0;
    line-height: 1.5;
}
.product-details .ekm-bulk-discount {
  width: 100%;
  max-width: 600px;
  border: 1px solid #ccc;
  margin-top: .375rem;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.product-details .ekm-bulk-discount tr,
.product-details .ekm-bulk-discount tr:hover {
  background: #fff;
}
.product-details .ekm-bulk-discount th {
  background: #fff;
}
.product-details .ekm-bulk-discount td.ekm-bulk-discount-unit-price {
  color: inherit;
}
.product-details .product-out-of-stock {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
.product-details .social-plugins {
  margin-top: 1.5rem;
}

.product-page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.product-details-review-summary {
  line-height: 1;
}

.product-short-description {
  margin-top: 1.5rem;
}

/**
* Product options
*/
.product-options {
  width: 100%;
}

.product-options .ekm-productoptions-size-option-label{
    white-space: unset;
    width: calc(-20px + 33%);
    margin-top: 0.5rem;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
  .product-options { width: 100%; }
}

.product-options-row {
  margin-top: 1.5rem;
}
.product-options-row input,
.product-options-row textarea,
.product-options-row select {
  display: block;
  width: 100%;
}

/**
* Product quantity and add to cart btn
*/
.product-qty-atc {
  width: 50%;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .product-qty-atc { width: 100%; }

  .product-qty-atc > div:first-child { text-align: left; }
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.qty-label { display: block; }

#_EKM_PRODUCTQTY_CONTAINER {
	font-size: 1rem;
	width: 3rem;
    display: inline-block;
}
input#_EKM_PRODUCTQTY {
	min-height: 3rem;
    text-align: center;
}
.product-qty-atc input[type=submit] {
  font-size: 1.2rem;
  width: calc(100% - 3.3rem);
  height: 3rem;
}

#_EKM_PRODUCTADDCARTMESSAGE {
  line-height: 3rem;
}

/**
 * Product back in stock
 */

.product-back-in-stock {
  margin-top: 1.5rem;
}

.product-back-in-stock > span > span > span + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-back-in-stock input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-back-in-stock input[type=button] {
  padding-left: 3rem;
  padding-right: 3rem;
}

/**
* Product loyalty
*/
.product-loyalty {
  margin-top: 1.5rem;
}
.product-loyalty span {
  font-weight: 400;
}

/**
* Product page lower
*/
.product-page-lower {
  margin-top: 3rem;
}

/**
* Tabs
*/
.tabs {
  margin-top: 3rem;
  position: relative;
}
.tabs:before {
  content: "";
  position: absolute;
  top: calc(3rem + 1px);
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs input[type=radio] {
  display: none;
}
.tabs label {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  padding: .75rem 1.5rem;
  border: 1px solid transparent;
  margin-left: 1.5rem;
  color: #b3b3b3;
  cursor: pointer;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .product-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
    margin-left: 0;
    text-align: center;
  }
}

.tabs label:hover {
  color: inherit;
}
.tabs label:first-of-type {
  margin-left: 0;
}
.tabs [id^="tab"]:checked + label {
  border: 1px solid #ccc;
  color: inherit;
  cursor: default;
}
.tabs [id^="tab"]:checked + label:hover {
  opacity: 1;
}
.tabs [id^="tab"]:checked + label:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
}

.tab-content {
  display: none;
  float: left;
  width: 100%;
  padding-top: 1.5rem;
  background-color: #fff;
}

.tab-content-inner {
  max-width: 980px;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block;
}

/**
* Product description
*/
.product-description-title {
  margin-bottom: 1.5rem;
  font-family: "Martel Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 1.6rem;
}

/**
* Product reviews
*/
.product-reviews .product-review-stars {
  line-height: 1.5;
}

.product-reviews-summary .product-review-stars {
  margin-right: .75rem;
}

.product-reviews-summary span {
  font-weight: 400;
}

.product-reviews-row {
  margin-top: 1.5rem;
}

.product-reviews-name {
  font-weight: 400;
}

.product-reviews-location {
  color: #b3b3b3;
}

.product-review-stars-1 .ekmps-fa:nth-child(1), .product-review-stars-2 .ekmps-fa:nth-child(-n+2), .product-review-stars-3 .ekmps-fa:nth-child(-n+3), .product-review-stars-4 .ekmps-fa:nth-child(-n+4), .product-review-stars-5 {
	color: #40a67d;
}

/**
* Product specifciations
*/
.tabs .tab3label {
  display: none;
}

.product-specifications table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  border: none;
}
.product-specifications tr {
  border-top: 1px solid #ccc;
}
.product-specifications tr:first-child {
  border-top: none;
}
.product-specifications tr:first-child td {
  padding-top: 0;
}
.product-specifications tr:last-child td {
  padding-bottom: 0;
}
.product-specifications td {
  width: 50%;
  padding: .75rem;
  border: none;
}
.product-specifications td:first-child {
  font-weight: 400;
}

/**
* Related products
*/
.related-products {
  margin-bottom: 0;
  text-align: center;
}

/* ==============================
$-Page-footer
============================== */

.page-footer {
  padding-bottom: 3rem;
  text-align: center;
  background-color: #ffffff;
}

/**
* Webpages
*/
.webpages-list {
  padding-top: .75rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.webpages-list a {
  color: #333333;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.webpages-list a:hover {
  text-decoration: none;
  opacity: .75;
}

.webpages-item {
  margin: .75rem .75rem 0;
}

/**
* Social plugins
*/
.social-plugins {
  margin-top: 3rem;
  line-height: 1;
}

/**
* Copyright
*/
.copyright {
  margin-top: 3rem;
  color: #333333;
}

/**
* Card logos
*/
.card-logos {
  margin-top: 3rem;
  line-height: 1;
}

/**
 * Currency
 */
.currency {
  margin-top: 3rem;
  line-height: 1;
}
.currency table {
  display: inline-block;
}
.currency select {
  font-family: inherit!important;
  font-size: inherit!important;
}



/* ==============================
$-Soft-cart
============================== */

/* softcart container */
.ekm-softcart-wrapper .ekm-softcart {
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.ekm-softcart-wrapper .ekm-softcart-links .ekm-softcart-continue {
	color: #40a67d;
}

/* close button */
.ekm-softcart-wrapper a.ekm-softcart-close {
  top: 7px;
}
.ekm-softcart-wrapper a.ekm-softcart-close:hover {
  text-decoration: none;
}


/* softcart header */
.ekm-softcart-wrapper .ekm-softcart-header h1 {
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #ccc;
  line-height: inherit;
  background-color: #fff;
  font-weight: 400;
  font-size: inherit;
  color: inherit;
}

/* inner */
.ekm-softcart-wrapper .ekm-softcart-inner {
  border-top: none;
  background-color: #fff;
}
.ekm-softcart-wrapper .ekm-softcart.scrolls div.ekm-softcart-items {
  background: inherit;
}

/* item */
.ekm-softcart-wrapper .ekm-softcart-items {
  font-size: .9rem;
}
.ekm-softcart-wrapper div.ekm-softcart-item {
  padding: .75rem 0;
  font-size: inherit;
}
.ekm-softcart-wrapper .ekm-softcart-item + .ekm-softcart-item {
  border-color: #ccc;
}
.ekm-softcart-wrapper .ekm-softcart-item:first-child {
  border-top: none;
}
.ekm-softcart-wrapper a.ekm-softcart-item-img {
  border-color: #ccc;
}
.ekm-softcart-wrapper .ekm-softcart-item-name a {
  font-weight: 300;
}
.ekm-softcart-wrapper .ekm-softcart-item-name a:hover {
  text-decoration: none;
}
.ekm-softcart-wrapper .ekm-softcart-item-options {
  color: inherit;
}
.ekm-softcart-wrapper span.ekm-softcart-item-options {
  font-size: .7rem;
}
.ekm-softcart-wrapper .ekm-softcart-item-qty-label {
  color: inherit;
}
.ekm-softcart-wrapper span.ekm-softcart-item-qty-label {
  font-size: .6rem;
}
.ekm-softcart-wrapper .ekm-softcart-item-qty-minus,
.ekm-softcart-wrapper .ekm-softcart-item-qty-plus {
  color: inherit;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.ekm-softcart-wrapper .ekm-softcart-item-qty-minus:hover, .ekm-softcart-wrapper .ekm-softcart-item-qty-plus:hover {
  opacity: .75;
}
.ekm-softcart-wrapper .ekm-softcart-item-qty-value {
  border-radius: 0;
  border-color: #ccc;
  color: inherit;
}
.ekm-softcart-wrapper .ekm-softcart-item-cost {
  font-weight: 400;
  color: inherit;
}

/* totals */
.ekm-softcart-wrapper .ekm-softcart-totals {
  padding: .75rem 0 .75rem .75rem;
  border-color: #ccc;
}
.ekm-softcart-wrapper p.ekm-softcart-itemcount {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.ekm-softcart-wrapper .ekm-softcart-subtotal {
  font-weight: 300;
  font-size: inherit;
  color: inherit;
}
.ekm-softcart-wrapper div.ekm-softcart-totals span {
  font-weight: 400;
}
.ekm-softcart-wrapper p.ekm-softcart-subtotal span {
  font-weight: 400;
}

span.ekm-softcart-item-cost {
  padding-right: 0!important;
}

/* links */
.ekm-softcart-wrapper .ekm-softcart-links {
  border-color: #ccc;
  padding: .75rem;
}
.ekm-softcart-wrapper div.ekm-softcart-links a {
  padding: .75rem;
  line-height: 1;
}
.ekm-softcart-wrapper .ekm-softcart-links .ekm-softcart-continue {
  border-radius: 0;
  border: none;
  padding-right: 0;
  padding-left: 0;
  background: inherit;
  font-weight: inherit;
  font-size: .9rem;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.ekm-softcart-wrapper .ekm-softcart-links .ekm-softcart-continue:hover {
  opacity: .75;
  text-decoration: none;
  -webkit-filter: none;
          filter: none;
}
.ekm-softcart-wrapper .ekm-softcart-links .ekm-softcart-gotocheckout {
  border-radius: 0;
  border: none;
  font-weight: 300;
  font-size: inherit;
  color: #fff;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
.ekm-softcart-wrapper .ekm-softcart-links .ekm-softcart-gotocheckout:hover {
  opacity: .75;
  -webkit-filter: none;
          filter: none;
}
/* SVGs and Icons */
.search-close-icon path, .ekm-softcart-close path {fill: red;}


/* ==============================
$-Newsletter-Modal
============================== */

/* Exit Modal Overlay */
.shopui-exit-modal__overlay {
	background-color: #ffffff;
}

/* Exit Modal Main Window */
body .shopui-exit-modal__window {
	background-color: #ffffff;
	border-radius: 2px; 
	box-shadow: none; 
	
}

/* Exit Modal Title */
/* Exit Modal Message */

		body .shopui-exit-modal__title {
			font-family: "Martel Serif", Georgia, Times, "Times New Roman", serif;
			font-weight: 400;
			color: #000000;
		}

		body .shopui-exit-modal__message {
			font-family: Lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
			font-weight: 300;
			color: #333333;
			
		}
	






	/* Exit Modal Email Field */
	.shopui-exit-modal__window .shopui-text-field {
		border: 2px solid #ddd;
		font-size: 18px;
		border-radius: 2px;
	}

	/* Exit Modal Button */
	.shopui-exit-modal__window .shopui-button--primary,
	.shopui-exit-modal__window a.shopui-button--primary {
		border-color: #40a67d;
		background-color: #40a67d;
	}

		.shopui-exit-modal__window .shopui-button--primary:hover,
		.shopui-exit-modal__window a.shopui-button--primary:hover {
			border-color: #40a67d;
    		background-color: #40a67d;
    		opacity: 0.75;
		}


	.header-section-m {
		background-color: #ffffff;
	}


/* ==============================
$-Industry-Variants
============================== */

		 
/* Flower and Garden === EDEN */
				 
		.i-Flower-and-Garden .tab-content {background-color: transparent;}
				 
		.i-Flower-and-Garden .clicky-subnav-inner, 
		.i-Flower-and-Garden .search-form-d {background-color: #000;}
				 
		.i-Flower-and-Garden .clicky-nav, 
		.i-Flower-and-Garden .webpages-list {
			border-top: 1px solid #044520;
		    border-bottom: 1px solid #044520;
		    font-family: 'Josefin Sans', sans-serif;
		    font-weight: 400;
		}
				 
		.i-Flower-and-Garden .recent-products {
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 3rem;
			padding-bottom: 3rem;
			background-color: #EEF6EC;
		}
				 
		.i-Flower-and-Garden .newsletter, 
		.i-Flower-and-Garden .mid-promo-cont {
			background-color: rgba(255,255,255, 0.3);
		}
			  	 
		.i-Flower-and-Garden .product-item-title {
			text-transform: none;
		    letter-spacing: 0;
		}
				 
		.i-Flower-and-Garden .filter-attribute-title, 
		.i-Flower-and-Garden .product-description-title {font-family: 'Josefin Sans', sans-serif;}
				 
		.i-Flower-and-Garden .webpages-list {border-top: 1px solid #044520!important;}
				 
		.i-Flower-and-Garden .upper-promo {border-left: 1px solid #044520;}
		.i-Flower-and-Garden .upper-promo:first-child {border-left: none;}
				 
		@media only screen and (max-width: 600px) and (min-width: 0px) {
			.i-Flower-and-Garden .upper-promo-m {
				border-left: none;
			}
			.i-Flower-and-Garden .upper-promo-m:first-child {
				margin-top:0;			 	
			}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Flower-and-Garden .header-section-m {
				background-color:#ffffff;
			}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Flower-and-Garden .header-section-m svg {fill: #EEF6EC}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Flower-and-Garden .header-section-m .search-icon {fill: #000;}
		}

		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Flower-and-Garden .nav-content-m {background-color: #eef6ec;}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Flower-and-Garden .nav-content-m a {color: #044520;}
		}
		
		.i-Flower-and-Garden .account-content-m {background-color: #333;}
		
		.i-Flower-and-Garden .search-content-m {background-color: #000;}
				 
		.i-Flower-and-Garden .tabs [id^="tab"]:checked + label:after {background-color: #EEF6EC;}
				 
		.i-Flower-and-Garden .tabs:before {background-color: #044520;}
				 
		.i-Flower-and-Garden .tabs [id^="tab"]:checked + label {border: 1px solid #044520;}
				 
		.i-Flower-and-Garden .ekm-softcart, 
		.i-Flower-and-Garden span.ekm-softcart-item-name a {color: #EEF6EC;}
				 
		.i-Flower-and-Garden .ekm-softcart-wrapper .ekm-softcart-item-qty-value, 
		.i-Flower-and-Garden .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-qty .ekmpscart-cart-items-product-qty-box {color: #000;}
				 
		.i-Flower-and-Garden .ekm-softcart-wrapper .ekm-softcart-header h1, 
		.i-Flower-and-Garden .ekm-softcart-wrapper .ekm-softcart-inner, 
		.i-Flower-and-Garden div.ekm-softcart-totals,  
		.i-Flower-and-Garden div.ekm-softcart-links {background-color:#000;}
				 
		.i-Flower-and-Garden .ekmpscart-cart-items-column-header {
			background-color: black;
		    color: #EEF6EC;
		}
				 
		.i-Flower-and-Garden .ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-content .ekmpscart-estimate-delivery-row .ekmpscart-estimate-delivery-label, 
		.i-Flower-and-Garden .ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-header .ekmpscart-estimate-delivery-header-information {color: #EEF6EC;}
				 
		.i-Flower-and-Garden .ekmpscart-estimate-delivery {background-color: #000;}
				 
		.i-Flower-and-Garden  .ekmpscart-cart-items .ekmpscart-cart-items-product {background-color: transparent;}
				 
		.i-Flower-and-Garden .ekmpscart-contents, 
		.i-Flower-and-Garden .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {border: none;}
				 
		.i-Flower-and-Garden .ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-header .ekmpscart-estimate-delivery-header-estimate-expand-button {color: #99C496;}
				 
		.i-Flower-and-Garden .products.container {max-width: 1400px;}
				 
		@media screen and (min-width: 1366px) {
			.i-Flower-and-Garden .product-item {
				width: 23.8%;
			}
			         
			.i-Flower-and-Garden .recent-products .product-item {
			    width: 12.666667%;
			}
		}
		         
		.i-Flower-and-Garden .recent-products.recent-products {max-width: none;}
		
		
/* Arts and Crafts === HIPSTAR */

		.i-Arts-and-Crafts .clicky-nav {
			border-top: 1px solid #df8359;
    		border-bottom: 1px solid #ffffff42;
		}
		
		.i-Arts-and-Crafts .webpages-list {
			border-top: 1px solid #ffffff42;
    		border-bottom: 1px solid #ffffff42;			
		}
		
		.i-Arts-and-Crafts .header-section-d .search-icon {fill: #1B343B;}
		
		.i-Arts-and-Crafts .upper-promo {border-left: 1px solid #ffffff42;}
		.i-Arts-and-Crafts .upper-promo:first-child {border-left: none;}
		
		.i-Arts-and-Crafts .clicky-nav a, .i-Arts-and-Crafts .webpages-list a, .i-Arts-and-Crafts .copyright, .i-Arts-and-Crafts .upper-promo-cont, .i-Arts-and-Crafts .page-header-content {color: #fff;}
		
		@media (min-width: 780px) {
			.i-Arts-and-Crafts .search-form-d {background: #df8359;}
		}
		
		.i-Arts-and-Crafts .clicky-subnav-inner {background-color: #f7f7f7;}
		
		.i-Arts-and-Crafts .clicky-subnav-item a {color: #1B343B;}
		
		.i-Arts-and-Crafts .recent-products {
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 3rem;
			padding-bottom: 3rem;
			background-color: #F7F7F7;
		}
		
		.i-Arts-and-Crafts .product-qty-atc input[type=submit], .i-Arts-and-Crafts .ekm-softcart-wrapper .ekm-softcart-links .ekm-softcart-gotocheckout {color: #1B343B;}
		
		.i-Arts-and-Crafts .tab-content, .i-Arts-and-Crafts .tabs [id^="tab"]:checked + label:after {background-color: #F7F7F7;}
		
		.i-Arts-and-Crafts .product-description-title {font-family: Chewy, Helvetica, Arial, Sans-serif;}
		
		.i-Arts-and-Crafts .ekm-softcart-wrapper .ekm-softcart-header h1,
		.i-Arts-and-Crafts div.ekm-softcart-inner,
		.i-Arts-and-Crafts div.ekm-softcart-totals,
		.i-Arts-and-Crafts div.ekm-softcart-links {
			background-color: #F7F7F7;
		}
		
		.i-Arts-and-Crafts .cart-btn-cont, .i-Arts-and-Crafts .cart-product-item:first-of-type {background-color: #F7F7F7;}
		
		.i-Arts-and-Crafts .drawer {
			box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
			background-color: #F7F7F7;
			color: #1B343B;
		}
		
		.i-Arts-and-Crafts .cart-total {
			background-color: #92CAB6;
			color: #FFF;
		}
		
		.i-Arts-and-Crafts .forgotten-password a, .i-Arts-and-Crafts .ekmps-fa {
			color: #9777c0;
		}
		
		.i-Arts-and-Crafts .cart-view-btn {
			border: 2px solid #DDD;
			color: #1B343B;
		}
		
		.i-Arts-and-Crafts .cart-product-item-title a {
			color: #1B343B;
		}
		
		.i-Arts-and-Crafts .cart-view-btn:hover {background-color: #ddd;}
		
		.i-Arts-and-Crafts .drawer:before {border-color: transparent transparent #f7f7f7 transparent;}
		
		.i-Arts-and-Crafts .ekmpscart-contents {
			border: 1px solid #F7F7F7;
			color: #1b343b;
		}
		
		.i-Arts-and-Crafts .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {
			border: 1px solid #ddd;
			padding: 0 10px 0 10px;
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Arts-and-Crafts .header-section-m {background-color: #ffffff;
			}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Arts-and-Crafts .header-btn-m {fill: #fff;}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Arts-and-Crafts .header-btns-wrapper-m {
    			border-bottom: 1px solid #ffffff42;
    			border-top: 1px solid #ffffff42;}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Arts-and-Crafts .search-m, .account-m, .cart-m {
				border-left: 1px solid #ffffff42;}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Arts-and-Crafts .login-input-label-m {
				color: #1B343B}
		}
		
		@media only screen and (max-width: 779px) and (min-width: 0px) {
			.i-Arts-and-Crafts .nav-content-m {
				background: #f7f7f7;}
		}
		
		.i-Arts-and-Crafts .product-item {
			width: 60%;
		}
		
		@media screen and (min-width: 768px) {
			.i-Arts-and-Crafts .product-item {
				width: 38.333333%;}
		}
		
		@media screen and (min-width: 980px) {
			.i-Arts-and-Crafts .product-item {
				width: 35%;}
		}
		
		@media screen and (min-width: 1366px) {
			.i-Arts-and-Crafts .product-item {
				width: 25.666667%;}
		}
		
		@media only screen and (max-width: 600px) and (min-width: 0px) {
			.i-Arts-and-Crafts .upper-promo-m::after {
				background: #ffffff42;}
		}
		
		@media only screen and (max-width: 600px) and (min-width: 0px) {
			.i-Arts-and-Crafts .upper-promo-m {
				border-left: none;}
		}
		
		.i-Arts-and-Crafts .newsletter, .i-Arts-and-Crafts .mid-promo-cont  {
			background-color: #ffffff85;
		}

/* ==============================
  $-EKM-Element-Override
============================== */

.mid-promo-cont .ekm-edit-element-wrapper {
  margin: 1.5rem 0 1.5rem 1.6%;
}
.mid-promo-cont .ekm-edit-element-wrapper:first-child {
  margin-left: 0;
}
.ekm-page-type-search .page-content {
    max-width: 100%!important;
}


/* ==============================
  $-Contact-Page
  ============================== */

@media screen and (max-width: 480px) {
  .contact-form-row label {
    line-height: 28px !important;
    width: 100% !important;
  }
  .contact-form-row input,
  .contact-form-row textarea {
    width: 100% !important;
  }
  #contact-form-submit#contact-form-submit input {
    margin-left: 0 !important;
    width: 33.333333% !important;
  }
  .contact-form p.required {
    margin-left: 0 !important;
  }
}


/* ==============================
  $-Search-Page
  ============================== */

@media screen and (max-width: 450px) {
  .ekm-search-page-item__wrapper {width: 100%!important;}
  
  #ekm-search-page-search-box__field {width: 100%;}
  
  .ekmps-search-button {
    width: 100%!important;
    margin-left: 0!important;
    margin-top: 10px;
  }
}

@media screen and (min-width: 451px) and (max-width: 780px) {
  .ekm-search-page-item__wrapper {width: 50%!important;}
}




/* #Version 2 Header and Homepage Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex-grid,
.flex-display {
	display: flex;        
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
}

.flex-align-center {
	align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
}

.flex-justify-center {
	justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
}

.flex-justify-end {
	justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
}

@media (min-width: 780px) {  
	.flex-grid {margin-left: -3rem;}
	
	.flex-col {padding-left: 3rem;}
	
	.d-col-3 {
		flex-basis: 25%;
		max-width: 25%;
			-ms-flex-preferred-size: 25%;
	}
	
	.d-col-6 {
		flex-basis: 50%;
		max-width: 50%;
			-ms-flex-preferred-size: 50%;
	}
}


@media only screen and (min-width: 0px) and (max-width: 779px) {
	.flex-grid {
		flex-flow: row wrap;
		margin-left: -2rem;
	}
		
	.flex-col {padding-left: 2rem;}

	.m-col-3 {
		flex-basis: 25%;
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
	}
	
	.m-col-4 {
		flex-basis: 33.33%;
		max-width: 33.33%;
		-ms-flex-preferred-size: 33.33%;
	}
		
	.m-col-6 {
		flex-basis: 50%;
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
	}
		
	.m-col-12 {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

.logo-v2 {text-align: center;}


@media (min-width: 780px) { 
	.header-section-m {display: none;}
	
	.header-section-d {
		position: relative; 
		background-color: #ffffff;
	}
	
	.search-btn-d {cursor: pointer;}
	
	.search-icon {margin-right: 5px;}
	
	.search-form-d {
		background: #fff;
		display: none;
	    position: absolute;
	    height: 100%;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    width: 100%;
	    z-index: 1;
	}
	
	.search-form-d form {
		display: flex;
	    left: 50%;
	    position: absolute;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    width: 80%;
	}
	
	.search-close-d {
		cursor: pointer;
	    position: absolute;
	    right: 2rem;
	    top: 50%;
	    transform: translateY(-50%);
	}
	
	.header-section-d .ekmps-search-field {
		border-right: none;
		height: 3.6rem;
		padding-left: 12px;
		padding-right: 12px;
	    width: calc(100% - 46px);
	}
	
	.ekmps-search-button-d {
		background: #fff;
	    border: 1px solid #ccc;
	    border-left: none;
	    width: 46px;
	}
	
	.ekmps-search-button-d:hover svg {opacity: 0.7;}
}


@media only screen and (min-width: 0px) and (max-width: 779px) {
	.header-section-d,
	.clicky-nav-d {display: none;}
	
	.header-section-m {position: relative;}
	
	.logo-v2 img {max-width: 140px;}
	
	.header-btns-wrapper-m {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
	    padding-top: .75;
	    text-align: center;
	}
	
	.header-btn-m {
		flex: 1;
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	
	.header-section-m svg {display: block;}
	
	.header-btn-m {cursor:pointer;}
	
	.search-m, 
	.account-m,
	.cart-m {border-left: 1px solid #ccc;}
	
	.header-btn-hidden {display: none;}
	
	.account-cart-d {
		padding-left: .75rem;
		text-align: right;
	 }
	 
	.nav-close-btn-m {cursor: pointer;}
	
	.nav-content-m {
		background: #fff;
		height: 100vh;
		overflow-y: auto;
		position: fixed;
		left: -85vw;
		padding: 20px 40px 20px 20px;
		top: 0;
		transition: 0.18s ease-in;
		width: 85vw;
		z-index: 10001;
	}
	
	.nav-content-m a {color: #333;}
	
	.nav-content-m li {padding-bottom: 20px;}
	
	.nav-close-btn-m {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    z-index: 8;
	}
	
	.nav-active-m {
		left: 0;
		transition: 0.3s ease-in;
	}
	
	.nav-overlay-m {
	    background: rgba(0,0,0,0.75);
	    display: none;
	    left: 0;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    width: 100vw;
	    z-index: 10000;
	}
	
	.nav-scroll-m {overflow-y: hidden;}
	
	.search-content-m,
	.account-content-m {
	    background: #f6f6f6;
	    border-bottom: 1px solid #ccc;
	}
	
	.search-form-m form {
	    display: flex;
	    width: 100%;
	}
	
	.header-section-m .ekmps-search-field {
		border-right: none;
		height: 3.6rem;
		padding-left: 12px;
		padding-right: 12px;
	    width: calc(100% - 46px);
	}
	
	.ekmps-search-button-m {
	    border: 1px solid #ccc;;
	    background: #fff;
	    width: 46px;
	    border-left: none;
	}
	
	.ekmps-search-button-m:hover svg {opacity: 0.7;}
	
	.login-input-m {margin-bottom: 20px;}

	.login-input-label-m {
		display: block;
		text-align: left;
	}
	
	.login-input-field-m {
		padding: 16px 10px;
	    width: 100%;
	}
	
	.login-btn-m input {
		margin-bottom: 20px;
		padding-bottom: 16px;
	    padding-top: 16px;
	    width: 100%;
	}
	
	.forgot-password-m {font-size: 14px;}
	
	.account-content-m { text-align: center;}
	
	.logged-in-welcome-m {margin-bottom: 10px;}
	
	.logged-in-btn-m {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}


@media only screen and (min-width: 0px) and (max-width: 600px) {
	.upper-promo-m {
		border-left: none;
		font-size: 13px;
		margin-top: 20px;
	    width: 100%;
	}
	
	.upper-promo-m::after {
	    background: #ccc;
	    content: "";
	    height: 1px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 20px;
	    width: 100px;
	}
	
	.upper-promo-m:last-child:after {display: none;}
}

/* ==========================================================================
#QUICK VIEW FEATURE V1 CUSTOM MODE
========================================================================= */


.quickview-parent {
	position: relative;
}

.quickview-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}

@media screen and (min-width: 36.25em) {
    .quickview-parent:hover .quickview-wrapper {display: flex;justify-content: space-evenly;align-items: center;flex-direction: column;}
}

.quickview-wrapper a, .quickview-wrapper span {
    border: 0.2rem solid #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    font-size: 1rem;
    transition: 0.2s linear all;
    text-decoration: none;
}

.quickview-wrapper a:hover, .quickview-wrapper span:hover {
    opacity: 1;
    background: #ffffff;
    color: #000000;
    transition: 0.2s linear all;
}

.quickview-icon {
    display: block;
    width: 100%;
    margin-top: 1.2rem;
    cursor: pointer;
    padding: 1rem 0;
    background: #4685da;
    color: #ffffff;
    text-align: center;
}

.quickview-icon a {
    color: #ffffff;
}

.quickview-icon:hover {
    opacity: 0.8;
}

.quickview-icon span.quickview-label {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}

.quickview-icon svg {
    height: 22px;
    width: 22px;
    display: inline-block;
    fill: #ffffff;
    vertical-align: text-top;
}

.quickview-wrapper .ekm-edit-button-wrapper.ekm-design.ekm-design-html a:first-child {
    display: none;
}

/* ==========================================================================
#QUICK VIEW FEATURE
========================================================================= */

@media only screen and (min-width: 768px)
	.quickview-btn-wrapper {
	    left: 10px !important;
	} 
}

.quickview-parent.no-margin-btm {
	margin-bottom: 3% !important;
}

.quantitySelector {
  color: #333333 !important;
}
.shopui-title-custom, .shopui-label, .shopui-variant-price, .shopui-variant-label{
	color: #333333 !important;
}

/* ==========================================================================
    #PRODUCT URGENCY FEATURE
========================================================================= */    

.product-urgency.gibt-tactic span.js-ekm-pugibt-cd.shopui-timer-time {
    color: var(--ekm-success-colour-text);
    display: block;
}

.product-urgency.lsb-tactic {margin: 2rem 0;}

.product-urgency.lsb-tactic .shopui-low-stock-bar .shopui-low-stock-bar-container {
    margin-left: 0;
}


.product-urgency.ct-tactic .shopui-countdown {
    padding: 1rem 0;
}

.product-urgency.gibt-tactic {
    margin: 2rem 0;
}

.product-urgency.gibt-tactic .shopui-timer {
    text-align: left;
}

.product-urgency.gibt-tactic .shopui-timer .shopui-timer-text .shopui-timer-arrival {
    color: var(--ekm-warning-colour-text);
}

.product-urgency.fd-tactic {
    margin: 2rem 0;
    text-align: left;
}
.quickview-parent.no-margin-btm {
    position: relative;
    margin-bottom: 2%!important;
}
@media only screen and (min-width: 768px){
	.quickview-parent_pb {
	    padding-bottom: 50px !important;
	}
}

.quickview-parent.quickview-parent_pb{
	padding-bottom: 0px !important;
}

@media only screen and (min-width: 1024px){
	.quickview-parent.quickview-parent_pb{
		padding-bottom: 50px !important;
	}
}




/*--------*/
/*TABS OVERRIDES*/
/*--------*/

.tab-wrapper{
	max-width: none;
}