﻿/*

  ======================================================
  $---Contents
  ======================================================

  $-Resets
  $-Modules
  $-Page-header
  $-Product-showdata
  $-Main
  $-Homepage
  $-Category-&-product-pages
  $-Category-page
  $-Product-page
  $-Page-footer
  $-Media-queries
  $-Soft-cart
  $-EKM-Element-Override

*/

/* ==============================
  $-Resets
============================== */

html,
body {
  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: #333;
}

[ekm:if]
	iftype='EQUALS';
	ifvalue='[ekm:industry_variant_name][/ekm:industry_variant_name]';
	ifvalue2='Flower and Garden';
	ifthen='
		body {
			font-family: 'Encode Sans', sans-serif;
		}
	';
	ifelse='';
[/ekm:if]

/* main */
main {
  display: block;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

/* 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;
}

[ekm:if]
	iftype='EQUALS';
	ifvalue='[ekm:industry_variant_name][/ekm:industry_variant_name]';
	ifvalue2='Flower and Garden';
	ifthen='
		h1, h2, h3, h4, h5, h6 {
			font-family: "Josefin Sans", sans-serif;
		}
	';
	ifelse='';
[/ekm:if]

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;
}
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;
}

/* ==============================
$-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: -1.5rem;
  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;
}

@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;
  background: url(/ekmps/designs/assets/master/1467/images/search.svg) no-repeat center center transparent;
  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 {
  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 {
  text-decoration: none;
  opacity: .75;
}
.drawer-btn > img {
  margin-right: .375rem;
}

@media screen and (max-width: 768px) {
  .drawer-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: 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;
}

/**
 * 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;
}

.clicky-nav-item {
  margin: .75rem .75rem 0;
}

@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: #eee;
}

@media screen and (max-width: 768px) {
  .clicky-subnav:before {
    display: none;
  }
}

.clicky-subnav-inner {
  padding: 1.5rem;
  background-color: #eee;
}

.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: 25%;
}

@media screen and (min-width: 768px) {
  .product-item {
    width: 33.333333%;
  }
  .recent-products .product-item {
    width: 20%;
  }
}

@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-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-item-short-description {
  margin-top: .375rem;
  font-size: .8rem;
}

.product-out-of-stock {
  font-weight: 400;
  color: red;
}

/* ==============================
$-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;
}

.upper-promo {
  width: 33.33333%;
  padding-right: .75rem;
  padding-left: .75rem;
  border-left: 1px solid #ccc;
}

@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% - 3rem);
  }
}

.newsletter-form input[type=submit] {
  width: 3rem;
  background: url(/ekmps/designs/assets/master/1467/images/arrow.svg) no-repeat 55% 50%;
  background-size: 1rem;
  text-indent: -99999px;
}

/* ==============================
$-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-bottom: .375rem;
}

/**
* In category description
*/
.in-category-description {
  max-width: 980px;
  margin: auto;
}

/**
* Subcategories
*/
.sub-categories {margin-top: 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;
}

@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;
}

@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 .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: 50%;
}

@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; }
}
.product-qty-atc input[type=text] {
  float: left;
  width: 3rem;
  height: 3rem;
  margin-right: .75rem;
  vertical-align: top;
  text-align: center;
  font-size: 1.2rem;
}
.product-qty-atc input[type=submit] {
  float: left;
  width: calc(100% - 3.75rem);
  height: 3rem;
  vertical-align: top;
  font-size: 1.2rem;
}

#_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 {
  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 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;
}

/**
* 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: 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);
}
.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;
}

/**
* 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);
}

/* close button */
.ekm-softcart-wrapper a.ekm-softcart-close {
  top: 7px;
}
.ekm-softcart-wrapper a.ekm-softcart-close:hover {
  text-decoration: none;
}
.ekm-softcart-wrapper .ekm-softcart-close,
.ekm-softcart-wrapper .ekm-softcart-close:hover {
  /*background-image: url(/ekmps/designs/assets/master/1378/images/softcart-close.png);*/
}

/* 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;
}

/* ==============================
  $-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;}
	
	.search-btn-d {cursor: pointer;}
	
	.search-btn-d .label span {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: 2;
	}
	
	.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: 3;
	}
	
	.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: absolute;
	    top: 0;
	    width: 100vw;
	    z-index: 1;
	}
	
	.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;}
}