﻿/* Global Styles - Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- #Theme Colours - Do Not Delete
- #Universal Styles
- #Header Styles
- #Promo Boxes
- #Product Slider
- #Product List & Product Image Styles
- #Welcome Area Styles
- #Newsletter Styles
- #USP Bar Styles
- #Footer Styles
- #Category Page Styles
- #Category Bar/Drawer Styles
- #Category Filter and Sort Styles
- #Product Page Styles
- #Product Review Styles
- #Product Accordion Styles
- #Search Page Styles
- #Softcart Styles
- #Contact Page Styles
- #Login Page Styles
- #Pagination Styles
- #Orthodox Styles
- #Global Styles
- #Quick View Feature
- #Flickity overrides

/* #Theme Colours - Do Not Delete
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
#212625

#A7CAC2

#CEB755

#F9C5AC

#CEB755

#14b3c4

#468F7F


/* #Universal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
	font-size: 62.5%;
}
    
*, *:before, *:after {-webkit-box-sizing: inherit;box-sizing: inherit;}

input, button, select, textarea { font-family: "Poppins", sans-serif !important; }
    
body {
    background: #fff;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
}

p { margin: 0; }

.prod-desc p { 
	margin: 0; 
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

a { 
	cursor: pointer;
	color: #222;
}

a, img {
    border: none;
    text-decoration: none;
}

::-webkit-input-placeholder {color: #999;} /* WebKit, Blink, Edge */
    
:-ms-input-placeholder {color: #999;} /* Internet Explorer 10-11 */
    
.ul-reset {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

svg {
	color: #222;
	display: block;
	vertical-align: top;
}

.global-btn {
	border: none;
    cursor: pointer;
    padding: 0;
    outline: 0;
}

input[type=number] {-moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

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; } /* mobile zoom input fix */

/* #Responsive Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Prevent images from breaking outside of their containers */
img {
    font-style: italic;
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}

/* Fix issue caused by above styles on Product Promo Stickers */
.ekm-product-image-badge-wrapper img {
    max-width: inherit;
    vertical-align: baseline;
}
	
	/* #Typography
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	margin: 0;
}
    
    /* #Header Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-section { border-top: 1rem solid #212625; }

.currency select,
.currency-m select {
    background: none;
    border: none;
    outline: 0;
}

.d-contact-number { border-right: 1px solid #222; }

.logo img {
    max-height: 7rem;
    width: auto !important;
}

.shopping-cart { position: relative; }

.cart-btn-item-count {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    background: #212625;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    height: 1.7rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: -.8rem;
    top: 0;
    text-align: center;
    width: 1.7rem;
}
	
    /* #Mobile Navigation
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
.mobile-drawer {
	background: #fff;
	border-top: 1px solid #A7CAC2;
	height: 100vh;
	left: -86vw;
	position: fixed;
	width: 86vw;
	top: 6rem;
	z-index: 2;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

/* Announcement bar Fix */
.mobile-drawer {
	top: 0;
	z-index: 9990;
}

.announcment-holiday-wrapper #fixed-header-container {
    z-index: 9989;
}
/* /Announcement bar Fix */

.jsDrawerOverlay {
    background: rgba(0, 0, 0, 0.67);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 6rem;
    width: 100%;
    z-index: 2;
}

/* Announcement bar Fix */
.jsDrawerOverlay {
    position: fixed;
    top: 0;
    z-index: 9990;
}
/* /Announcement bar Fix */


.jsDrawerActiveScroll { 
	overflow: hidden;
	position: fixed
}

.m-contact-number {
	border-right: 1px solid #222;
	margin-right: 1.2rem;
	padding-right: 1.2rem;
}

/* #Account flip animation
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.flip-animate {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

a.flip-animate span {
	display: inline-block;
	position: relative;
	padding: 0;
	-webkit-transition: -webkit-transform 0.3s;
		-o-transition: transform 0.3s;
			transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s; 
	-webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    transform-origin: 50% 0;
}

a.flip-animate span:before {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;  
	-webkit-transition: color 0.3s;  
		-o-transition: color 0.3s;  
			transition: color 0.3s;
	top: 100%;
	-webkit-transform: rotateX(-90deg);
	      transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	      -ms-transform-origin: 50% 0;
	    		transform-origin: 50% 0;
	width: 100%;          
}

a.logged-out span:before { content: "Login"; }

a.logged-in span:before { content: "Your Account"; }

a.flip-animate:hover span, a.flip-animate:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
          transform: rotateX(90deg) translateY(-22px);
}

/* #Hamburger Cross
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
.hamburger-button {
	background-color: transparent;
	color: #222;
	display: block;
	position: relative;
    height: 24px;
    width: 30px;
    z-index: 1000;
}

.hamburger-button span {
	background: #222;
	display: block;
	height: 2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	top: 50%;
	width: 22px;
}

.hamburger-button span:before, 
.hamburger-button span:after {
	background: #222;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	width: 22px;
}

.hamburger-button span:before { -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); }

.hamburger-button span:after { -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }

/* Changing to cross when clicked */
.hamburger-button-cross.js-open-cross span { background: transparent; }

.hamburger-button-cross.js-open-cross span::before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.hamburger-button-cross.js-open-cross span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.js-hamburger-open {
	left: 0;
	-webkit-transition: left linear .2s;
		-o-transition: left linear .2s;
			transition: left linear .2s;
}

/* Quick announcement edits */

a.hamburger-button.hamburger-button-cross.js-open-cross {
    top: 1.6rem;
    transition: 0.8s ease-in top;
    z-index: 9999;
    position: fixed;
}

a.hamburger-button.hamburger-button-cross {
    transition: 0.8s ease-in all;
}

/* /Quick announcement edits */

.m-accordion-nav {
    width: 100%;
    overflow-y: scroll;
    box-sizing: content-box;
    padding: 17px;
    height: calc(-26.7rem + 100vh);
    overflow-x: hidden;
}

.m-accordion-nav a,
.m-accordion-item {
	cursor: pointer;
	color: #222;
    display: block;
    line-height: 2.5em;
    position: relative;
    z-index: 1;
}

.m-accordion-nav a {
    padding-left: 0;
    text-decoration: none;
}

.m-accordion-nav .m-accordion-item:hover:before,
.m-accordion-nav .accordian-active:before { width: 2%; }

.m-accordion-nav .dropArrow span {
    position: relative;
    z-index: 2;
}

.dropArrow > a::after {
    content: "";
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    float: right;
    height: 6px;
    position: relative;
    top: 12px;
    right: 25px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 6px;
}

.m-accordion-nav .accordian-active:after {
	border-color: #212625;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.m-accordion-nav a:hover,
.m-accordion-nav a:accordian-active,
.m-accordion-item:hover,
.m-accordion-item:accordian-active,
.m-accordion-item.dropArrow:hover:after,
.m-accordion-item.dropArrow:accordian-active:after {
    border-color: #212625;
    color: #212625;
    -webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
    	-o-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
    		transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.m-accordion-nav a {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    	-o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    		transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-accordion-nav ul ul li a { padding: 0 0 0 2.5em; }

.m-accordion-nav ul ul li a:hover { -webkit-transform: translate(8px, 0px); -ms-transform: translate(8px, 0px); transform: translate(8px, 0px); }

.m-accordion-nav ul ul { display: none; }

.m-accordion-nav li.accordian-active ul { display: block; }

    /* #Mobile Search
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-search-box form { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	position: relative;
}

.ekmps-search-button-m,
.ekmps-search-button-d {
    background: none;
    height: 4.5rem;
    position: absolute;
    right: -1rem;
    width: 4.5rem;
}

.ekmps-search-field {
    background: none;
    border: 0.2rem solid #212625;
    color: #222;
    height: 4.5rem;
    outline: 0;
    padding-left: 1.5rem;
    padding-right: 4rem;
    width: 100%;
}

    /* #Promo Boxes
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.primary-color { background: #F9C5AC; }

.secondary-color { background: #CEB755; }

.tertiary-color { background: #A7CAC2; }

.promo-colour-block-1,
.promo-colour-block-2,
.promo-colour-block-3 {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
    position: relative;
    text-align: center;
}

.promo-colour-block-1:after,
.promo-colour-block-2:after,
.promo-colour-block-3:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.promo-container {
	left: 50%;
	position: absolute;
	padding-bottom: 3px;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 80%;
}

.promo-block-title { 
	font-family: 'Londrina Solid', cursive;
	text-transform: uppercase;
}

.promo-btn a {
    align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
    background: #212625;
    border: 1px solid #222;
    -webkit-box-shadow: 4px 4px 0px 0px #212625, inset 3px 3px 0px 0px #fac5a8;
            box-shadow: 4px 4px 0px 0px #212625, inset 3px 3px 0px 0px #fac5a8;
    display: flex;         
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 18rem;    
    text-transform: uppercase;
    width: 80%;
}

.promo-btn-primary a { 
	-webkit-box-shadow: 3px 3px 0px 0px #212625, inset 2px 2px 0px 0px #fac5a8; 
		box-shadow: 3px 3px 0px 0px #212625, inset 2px 2px 0px 0px #fac5a8;
}

.promo-btn-secondary a { 
	-webkit-box-shadow: 3px 3px 0px 0px #212625, inset 2px 2px 0px 0px #CEB755; 
		box-shadow: 3px 3px 0px 0px #212625, inset 2px 2px 0px 0px #CEB755;
}

.promo-btn-tertiary a { 
	-webkit-box-shadow: 3px 3px 0px 0px #212625, inset 2px 2px 0px 0px #A7CAC2; 
		box-shadow: 3px 3px 0px 0px #212625, inset 2px 2px 0px 0px #A7CAC2;
}

.promo-btn:hover { opacity: .75; } 

.promo-image {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
}

.half-banner-wrapper-2,
.full-banner-wrapper-2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

    /* #Product Slider
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.prod-slider {
  max-width: 148rem;
  margin: auto;
  outline: 0;
}

.prod-item-wrapper,
.category-list-wrapper {
  counter-increment: carousel-cell;
  margin-right: 20px;
}

	/* #Flickity Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flickity-enabled { position: relative; }

.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* Dragabble Styles */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
  user-select: none;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;      
}

/* Flickity Buttons */
.flickity-button {
  fill: #444;
  position: absolute;
}

.flickity-button:disabled {
  cursor: auto;
  fill: #444;
  pointer-events: none;
}

.flickity-prev-next-button {
  background: none;
  border: none;
  border-radius: 50%;
  height: 44px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  width: 44px;
}

.flickity-prev-next-button.previous { left: -40px; }

.flickity-prev-next-button.next { right: -40px; }

.flickity-button-icon { cursor: pointer; }


/* #Responsive Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 0px) and (max-width: 779px) {
  .prod-item-wrapper { width: 50%; padding: 2rem; }
  
  .category-list-wrapper { width: 40%; }
  
  .flickity-prev-next-button,
  .sub-categories-d { display: none; }
  
  .recently-viewed .prod-item-wrapper { width: 33.33333%; }
  
  .promo-block-title {
    word-break: break-word;
    font-size: 1.4rem;
	}
}

@media (min-width: 780px) {  
  .prod-item-wrapper { width: 25%; }
  
  .category-page-list .prod-slider { display: none; }
  
  .recently-viewed .prod-item-wrapper { width: 16.66666%; }
}

/* ---- page dots ---- */

.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin-top: 2rem;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

	/* #Product List & Product Image Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sub-category-image,
.main-prod-image,
.thumbnail-image,
.main-prod-image-empty,
.prod-item-image {
  font-size: 0;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.prod-item-image a img,
.sub-category-image img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
	max-height: 100%;
	width: auto;
}

.main-prod-image a img, 
.thumbnail-image a img {
	left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: auto;
}

.main-prod-image a img, 
.thumbnail-image a img {
	max-height: 100%;
    max-width: 100%;
}

.prod-item-name a {
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
}

.prod-item-rrp {
	opacity: .6;
    text-decoration: line-through;
}

.prod-item-vat {
    font-size: 1rem;
    opacity: .6;
}

.short-desc { font-size: 1rem; }

.shopui-product-variant-preview__choices {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.shopui-product-variant-preview__choice--colour, 
.shopui-product-variant-preview__choice--pattern {
	border-radius: 0 !important;
	height: 15px !important;
	width: 15px !important;
}

.shopui-product-variant-preview__choice--size { border-radius: 0 !important; }

.add-to-cart-btn { background: transparent; } /* safari fix */

.add-to-cart-btn a, .quickview-icon.add-to-cart-btn {
	background: #14b3c4;
    border: 1px solid #468F7F;
    -webkit-box-shadow: 3px 3px 0px 0px #14b3c4, inset 2px 2px 0px 0px #fff;
            box-shadow: 3px 3px 0px 0px #14b3c4, inset 2px 2px 0px 0px #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.7rem 2.4rem;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
	    -o-transition: all .2s;
	    -webkit-transition: all .2s;
    transition: all .2s;
}

.category-page-list .flickity-page-dots { display: none; }

	/* #Welcome Area Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.welcome-container {
	background: #CEB755;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    opacity: .9;
    padding: 4rem 2rem;
    text-align: center;
}

.js-backgroundImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.js-backgroundImage img { opacity: 0; }

.promo-image.js-backgroundImage > img { 
	display: block;	
	visibility: hidden;
}

.welcome-wrapper.js-backgroundImage img { display: none; }

.welcome-wrapper-overlay { background: rgba(0,0,0,0.5); }

	/* #Newsletter Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.newsletter { background: #A7CAC2; }

.newsletter-text {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.2px;
}

.ekmResponseEmailAddress {
	background: #fff;
    border: 0.3rem solid #A7CAC2;
    height: 5rem;
    opacity: .8;
    outline: solid 0.2rem #fff;
    padding: 1rem;
    width: 100%;
}

.ekmResponseSignupButton {
    background: #fff;
    border: 0.3rem solid #A7CAC2;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 600;
    height: 5rem;
    letter-spacing: 0.1rem;
    margin-top: 1.2rem;
    opacity: .8;
    outline: solid 0.2rem #fff;
    padding: 1rem;
    text-transform: uppercase;
    width: 60%;
}

	/* #USP Bar Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.usp-message {
    background: #212625;
    color: #fff;
    cursor: -webkit-grab;
    cursor: grab;
    padding: 1.6rem 0;
    text-align: center;
    width: 100%;
}

.usp-icon { 
	fill: #fff;
	margin-right: 1rem;
}

.usp-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

	/* #Footer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.webpages-list { margin-top: -1.2rem; }

.webpages-item { 
	padding-top: 1.2rem;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.sub-category-item:hover {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	    -o-transition: all .2s;
	    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer-col {
    border-bottom: 1px solid #222;
	margin: 4rem 2rem 0 2rem;
	padding-bottom: 4rem;
	text-align: center;
}

.contact-details { line-height: 1.6; }

.card-logos-section img {
    padding: 0.2rem;
    max-height: 2.8rem;
}

.ekmps-copyright {
    font-size: 1rem;
    opacity: .75;
}

	/* #Category Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcrumbs .current { 
	color: #222;
	pointer-events: none;
}

.sub-category-name { font-weight: 600; }

.sub-categories-list { margin-bottom: -2rem; }

.sub-category-item { padding-bottom: 2rem; }

.sub-category-image:after {
    content: "";
    border-bottom: 1.2rem solid #fff;
    bottom: -1px;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.prod-list { margin-bottom: -4rem; }

.prod-item { padding-bottom: 4rem; }

	/* #Category Bar/Drawer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.js-category-btn { cursor: pointer; }

.js-filter-icon,
.js-sortby-icon { margin-right: 0.4rem; }

.js-filter-btn-icon {
    height: 1.2rem;
	position: relative;
	top: -0.05rem;
}

.js-sortby-btn-icon {
    height: 1rem;
    position: relative;
    top: -0rem;
}

.js-category-drawer {
	background: #fff;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	-o-transition: right 0.3s ease-out;
	transition: right 0.3s ease-out;
		-webkit-transition: right 0.3s ease-out;
	z-index: 10001;
}

.js-category-drawer-hidden { right: -100%; }

.js-category-drawer-overlay {
	background: rgba(0,0,0,0.85);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.js-category-active-scroll { overflow: hidden; }


/* #Category Filter and Sort Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filter-item-check { line-height: 1.3; }

.filter-cotent-attribute-item-value:hover {color: blue;}

.filter-item-check input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 1;
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    cursor: pointer;
    padding-left: 3rem;
    padding-top: 0.3rem;
    position: relative;
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    border: 0.1rem solid #ddd;
    content: "";
    height: 1.8rem;
    left: 0;
    position: absolute;
    top: 0.35rem;
    width: 1.8rem;
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label:after, 
[type="checkbox"]:checked + label:after {
	background: #F9C5AC;
    content: "";
	height: 1.2rem;
    left: 0.3rem;
    position: absolute;
    top: 0.65rem;
    width: 1.2rem;
}
    
form[name="product-filter"] .ui-slider-horizontal {
    height: 0.6rem;
    margin-bottom: 0.8rem;
    margin-left: 0.4rem;
    width: 97%;
}
    
.filter-price-slider {padding-top: 0.4rem;}

.price-label {font-weight: 400 !important;}

#ekm-sortby-option {
    border: 0.2rem solid #ddd;
    height: 4.6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
}

	/* #Product Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.thumbnail-images-wrapper {	margin-left: -0.7rem; }

.thumbnail-container { padding-left: 0.7rem; }

.main-prod-image-empty { background: #f2f1f1; }

.main-product-price { font-size: 1.6rem; }

.main-product-prices .prod-item-rrp,
.main-product-prices .prod-item-vat { font-size: 1.4rem; }

.prod-review-stars-1 .fa:nth-child(1), 
.prod-review-stars-2 .fa:nth-child(-n+2), 
.prod-review-stars-3 .fa:nth-child(-n+3), 
.prod-review-stars-4 .fa:nth-child(-n+4), 
.prod-review-stars-5 .fa:nth-child(-n+5) {
	color: #CEB755;
}

a.read-btn { display: block; }

.read-btn {
	font-weight: 900;
	position: relative;
	padding: 10px 10px 5px 10px;
	text-transform: uppercase;
	z-index: 1;
	width: 110px;
}

.read-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#F9C5AC), color-stop(68.91%, rgba(249, 197, 172, 0.1)));
	background-image: -webkit-linear-gradient(bottom, #F9C5AC, rgba(249, 197, 172, 0.1) 68.91%);
	background-image: -o-linear-gradient(bottom, #F9C5AC, rgba(249, 197, 172, 0.1) 68.91%);
	background-image: linear-gradient(to top, #F9C5AC, rgba(249, 197, 172, 0.1) 68.91%);
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: -1;
	will-change: width;
	-webkit-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	        transform: rotate(-2deg);
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom
}

.read-btn:hover::before { width: 0; }

.read-btn::before { -webkit-transition: width .1s ease-out; -o-transition: width .1s ease-out; transition: width .1s ease-out; }

.read-btn:hover::before{ -webkit-transition-duration: .15s; -o-transition-duration: .15s; transition-duration: .15s; }

.option-row > label { 
	margin-right: 1.2rem; 
	width: 50%;
}

.option-row select {
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-color: #f2f1f1;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #212625;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 50%;
}

.option-row textarea, 
.option-row input {
    background-color: #f2f1f1;	
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #212625;
    padding: 10px;
    width: 50%;
}

.prod-variant-options br { display: none; }

.colour-variant .ekm-productoptions-radio-option-label {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    height: 25px;
    width: 25px;
}

.size-variant .ekm-productoptions-size-option-label {
    background-color: #f2f1f1;	
	border: solid 1px #d8d8d8;
	border-radius: 0;
}

.size-variant .ekm-productoptions-size-option:checked + label {
    background-color: #A7CAC2;
    border-color: #A7CAC2;
    border-bottom: 1px solid #212625;    
    color: #222;
}

.choose-image input { 
	border: none;
	background: transparent;
}

.prod-page-qty { margin-right: 2rem; }

.prod-page-qty-down-btn, .prod-page-qty-up-btn {
    background: #c3c3c3;
    border: 0.2rem solid #c3c3c3;
    cursor: pointer;
    height: 4.6rem;
    position: relative;
    width: 2.8rem;
}

.prod-page-qty input {
    border: 0.2rem solid #c3c3c3;
    border-left: none;
    border-right: none;
    font-weight: 900;
    height: 4.6rem;
    text-align: center;
    width: 4.6rem;
}

.prod-page-qty-down-btn:after, .prod-page-qty-up-btn:after {
    font-family: FontAwesome;
    font-size: 1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.prod-page-qty-down-btn:after { content: "\f068"; }

.prod-page-qty-up-btn:after { content: "\f067"; }

#_EKM_PRODUCTADDCART {
    width: 100%;
}

.ekmps-product-add-to-cart {
	background: #14b3c4;
    border: 1px solid #468F7F;
    -webkit-box-shadow: 5px 5px 0px 0px #14b3c4, inset 4px 4px 0px 0px #f2f1f1;
            box-shadow: 5px 5px 0px 0px #14b3c4, inset 4px 4px 0px 0px #f2f1f1;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    height: 4.5rem;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
}

.wishlist-wrapper svg path { 
    -o-transition: fill 0.2s ease-in-out; 
    transition: fill 0.2s ease-in-out; 
        -webkit-transition: fill 0.2s ease-in-out;
}

.wishlist-wrapper button:hover { opacity: 1; }

.wishlist-btn {
    background: none;
    border: 0;
    color: #333;
    cursor: pointer;
    margin-right: 2rem;
    padding: 0;
}

.wishlist-text { 
	font-family: inherit;
	font-weight: 600;
    margin-left: 6px;
	text-transform: uppercase;
}
    
.wishlist-btn:hover .wishlist-text { opacity: 0.7; }

.wishlist-heart {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
    position: relative;
}

.wishlist-heart svg {
    height: 20px;
    left: 50%;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    width: 20px;
}
    
.wishlist-heart-inner-color { fill: #f2f1f1; }

.wishlist-heart-outer-color,
.wishlist-btn:hover .wishlist-heart-inner-color,
.wishlist-heart-icon-added { fill: #222; }
        
.wishlist-heart { background: transparent; }

#_EKM_PRODUCTADDCARTMESSAGE { display: none; }

.prod-page-oo-stock {
	color: #F76045;
	font-weight: 500;
}

#ekm-backinstock-email {
    border: 0.2rem solid #c3c3c3;
    border-right: none;
    height: 4rem;
    margin-top: 1rem;
    padding-left: 1rem;
    width: calc(100% - 8rem);
}

#ekm-backinstock-button {
    background: #CEB755;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 4rem;
    vertical-align: bottom;
    width: 8rem;
}

#ekm-backinstock-text .fa-envelope-o { margin-right: 0.6rem; }

.main-prod-social span { margin: 0 0.4rem 0.4rem 0.4rem; }

.instalmentplan p {
    margin: 1rem 0;
}

	/* #Product Review Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.prod-reviews-container { background: #f2f1f1; }

.review-block { 
	background: #fff;
	border-radius: 8px;
}

.reviewer { margin-left: 1em; }

.review-info-blockquote {
	margin: 0;
	position: relative;
}

.review-info-blockquote::before {
    color: #222;
    content: "\201C";
    font-style: italic;
    position: absolute;
}

.review-info-blockquote { padding: 1.6rem 3rem; }

.review-info-blockquote::before {
    font-size: 8rem;
    left: -1.3rem;
    top: -1.46rem;
}

.review-info-blockquote::after {
    color: #222;
    content: "\201D";
    font-style: italic;
    position: absolute;
}

.review-info-blockquote::after {
	font-size: 8rem;
    right: 1.1rem;
    top: 0.54rem;
}

.prod-page-review-average-stars, 
.prod-page-review-score-stars { color: #ddd; }

.prod-page-review-stars-1 .fa:nth-child(1), 
.prod-page-review-stars-2 .fa:nth-child(-n+2), 
.prod-page-review-stars-3 .fa:nth-child(-n+3), 
.prod-page-review-stars-4 .fa:nth-child(-n+4), 
.prod-page-review-stars-5 .fa:nth-child(-n+5) { color: #CEB755; }

body .ekmps-write-your-own-review .ekmps-form-section .ekmps-frm-row .text-field,
body #Review_Rating {
	background: transparent;
    border: 0.2rem solid #c3c3c3;
    border-radius: 2px;
    box-shadow: none;
    font-size: 13px;
    height: 4rem;
    padding: 8px;
    margin: 0;
    width: 100%;
}

body .ekmps-write-your-own-review .ekmps-form-section.send-message .ekmps-frm-row input.send-button {
    background: #CEB755;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 4rem;
    margin: 0;
    padding: 7px 10px;
}

body #Review_Rating { margin-top: 4px; }

	/* #Product Accordion Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.js-global-acdn-content { display: none; }

.js-global-acdn-header {
	display: block;
	font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    position: relative;
    width: 100%;
}

.js-global-acdn-header.js-prod-acdn-header:after,
.js-global-acdn-header.js-footer-acdn-header:after {
    font-size: 1.2rem;
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
}

.js-global-acdn-header.js-prod-acdn-header:after { content: "\f078"; }

.js-global-acdn-active.js-prod-acdn-header:after { content: "\f077"; }

.js-global-acdn-header.js-footer-acdn-header:after { content: "\f067"; }

.js-global-acdn-active.js-footer-acdn-header:after { content: "\f068"; }

.js-prod-acdn-wrapper { border-bottom: 0.2rem solid #ddd; }

.js-prod-acdn-header:after { right: 0; }

.prod-attributes-width span {
	flex-basis: 50%;
	max-width: 50%;
	   -ms-flex-preferred-size: 50%;
}

.main-product-description {
	margin-left: auto;
	margin-right: auto;
}

.prod-desc { font-size: 1.2rem; }

.prod-specs ul li { 
	background: #f2f1f1;
	border-bottom: 3px solid #fff;
}

	/* #Search Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
body .ekm-search-page-search-box { border: none; }	

body .ekm-search-page-search-box__label {
	font-size: 1.6rem;
	font-weight: 900;
}

body .ekm-search-page-search-box__field,
body .contact-form-row input, 
body .contact-form-row textarea {
    background: transparent;
    border: 0.2rem solid #c3c3c3;
    border-radius: 2px;
    box-shadow: none;
    display: inline-block;
	outline: 0;
    padding: 10px;
    margin: 0;
    width: 79%;
}

body .ekm-search-page-search-box__button {
    border-radius: 2px;
    background: #CEB755;
    border: 2px solid #CEB755;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    margin-left: 1%;
    width: 20%;
}

body .ekm-search-page-item__wrapper { width: 24%; }

	/* #Softcart Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.i-Gifts .ekm-softcart-gotocheckout,
.i-Gifts .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout,
.i-Gifts .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {
    border: 1px solid #212625;
    -webkit-box-shadow: 3px 3px 0px 0px #14b3c4, inset 2px 2px 0px 0px #fff;
    		box-shadow: 3px 3px 0px 0px #14b3c4, inset 2px 2px 0px 0px #fff;
    		text-transform: uppercase;
    -webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    		transform: translateY(0);
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    		transition: all .2s;
}

.i-Gifts div.ekm-softcart-links a,
.i-Gifts .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout,
.i-Gifts .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {
	background: #14b3c4;
	border-radius: 0;
	color: #222;
}

	/* #Contact Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-form p { line-height: 2.4; }

body #contact-form-submit input {
	background-color: #CEB755;
	font-weight: 500;
}

	/* #Login Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
body .shopui { font-family: "Poppins", sans-serif; }

body .shopui-text-field {
	border: 0.2rem solid #c3c3c3;
	border-radius: 2px;
}

body .shopui-button--primary, 
body a.shopui-button--primary {
	border-radius: 2px;
	border-color: #CEB755;
    background-color: #CEB755;
    color: #fff;
    font-weight: 500;
    -webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    		transform: translateY(0);
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    		transition: all .2s;
}

body .shopui-button--primary:hover, 
body a.shopui-button--primary:hover {
	border-color: #CEB755;
    background-color: #CEB755;
    -webkit-transform: translateY(2px); 
    	-ms-transform: translateY(2px); 
    		transform: translateY(2px);
}

	/* #Pagination Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination-link {
    background: #fff;
    border: 0.1rem solid #ddd;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding: 1rem 1.7rem;
}

.pagination-link:hover {
    background: #A7CAC2;
    border: 0.1rem solid transparent;
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
		 -o-transition: 0.3s ease-in;
			transition: 0.3s ease-in;
}

.pagination-current-page, .pagination-current-page:hover {
	background: #ddd;
	color: #666;
}



	/* #Global Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-account-login a,
.d-account-login a,
.ekm-filter-count,
.js-prod-acdn-header,
.js-prod-acdn-header:after,
.review-score-text { color: #222; }

body div.ekm-softcart-links a:hover,
.webpages-item:hover,
.sub-category-item:hover,
.ekmps-product-add-to-cart:hover,
.add-to-cart-btn:hover { 
	-webkit-transform: translateY(2px); 
		-ms-transform: translateY(2px); 
			transform: translateY(2px); 
}

.pagination-link:hover,
.promo-btn:hover,
.mobile-drawer {
	-webkit-transition: 0.3s ease-in;
		-o-transition: 0.3s ease-in;
			transition: 0.3s ease-in;
}

body .shopui a,
a.flip-animate:hover span:before, 
a.flip-animate:focus span:before,
.nav-active > a,
.review-leave-review a,
.review-no-reviews a,
.contact-details a,
.ekmps-copyright a,
.breadcrumbs a,
.m-accordion-nav .accordian-active { color: #212625; }

body .ekm-search-page-results,
.newsletter-inner,
.pagination,
.section-title span,
.review-average,
.review-leave-review,
.review-no-reviews,
.copyright-section,
.breadcrumbs,
.category-header-section,
.sub-categories-d { text-align: center; }

.ekmpscart-cart-items-column-header {
	background-color: #212625 !important;
	border-color: #212625 !important;
}

.ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-content .ekmpscart-estimate-delivery-row-button .ekmpscart-estimate-delivery-row-button-estimate,
.ekmpscart-promotional-voucher .ekmpscart-field-row .ekmpscart-button {
	background: #CEB755 !important;
    border: 2px solid #CEB755 !important;
}


/* Mobile Media Query */
@media only screen and (max-width: 779px) {
    /* Mobile Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Header Styles   
    - #Promo Boxes
    - #Category Bar/Drawer Styles
    - #Category Filter and Sort Styles
    */
    
    /* #Header Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */    
	.d-account-login,
	.d-contact-number,
	.currency,
	.d-search-field,
	.ekmps-search-button-d,
	.nav-d { display: none; }

	
    /* #Promo Boxes
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.promo-block-text { 
		max-height: 70px;
    	overflow: hidden;
	}
	
	.half-banner-wrapper { 
		-webkit-box-ordinal-group: 3; 
		    -ms-flex-order: 2; 
		        order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
	}
	
	.full-banner-wrapper { 
		-webkit-box-ordinal-group: 2; 
			-ms-flex-order: 1; 
				order: 1;
	}
	
    .i-Gifts .promo-colour-block-1:before, 
    .i-Gifts .promo-colour-block-2:before {
        content: "";
        border-top: 1.2rem solid transparent;
        border-bottom: 1.2rem solid transparent;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    
    .i-Gifts .promo-colour-block-1:before {
        border-left: 1.2rem solid #F9C5AC;
        right: -12px;
    }
    
    .i-Gifts .promo-colour-block-2:before {
        border-right: 1.2rem solid #ceb746;
        left: -12px;
    }
   
	.i-Gifts .promo-colour-block-3:before {
		bottom: -12px;
	    border-top: 1.2rem solid #A7CAC2;
	    border-left: 1.2rem solid transparent;
	    border-right: 1.2rem solid transparent;
	    content: "";
	    position: absolute;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	}	
    
	.promo-image { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
		
	.promo-btn a { font-size: 1rem; }
	
	.i-Electronics .half-banner-wrapper,
	.i-Electronics .half-banner-wrapper-2 { display: block; }
	
	.i-Electronics .half-banner-wrapper-2 { 
		margin-left: auto;
		margin-right: auto;
		flex: unset;
	}
	
		/* #Category Bar/Drawer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.result-count-text, 
	.js-category-btn {
		padding-bottom: 1.6rem;
		padding-top: 1.6rem;
	}
	
	.js-category-drawer { width: 80vw; }
	
	.js-category-drawer-close-btn {
		cursor: pointer;
		display: none;
		left: 1rem;
		position: fixed;
		top: 1rem;
		z-index: 2;
	}
	
	/* #Category Filter and Sort Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.filter-content-container {margin-bottom: -2rem;}

	.filter-content {padding-bottom: 2rem;}
	
	.filter-content h3 {
		font-size: 1.4rem;
		margin-bottom: 0.8rem;
	}
	
	.filter-item-list {margin-bottom: -0.8rem;}
	
	.filter-item-check {padding-bottom: 0.8rem;}
	
	
	/* #Category Filter and Sort Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.related-prod-list-d { display: none; }
	
	.prod-page-atc-wrapper,
	.wishlist-wrapper {
		background: #f2f1f1;
		margin-left: -1.5rem;
		padding: 2rem 3rem 2rem 1.5rem;
		width: 100vw;
	}
	
	body .ekm-search-page-item__wrapper { width: 49%; }
	
	body .ekm-search-page-search-box__button { width: 33%; }
	
	body .ekm-search-page-search-box__field { width: 66%; }
	
	.half-banner-wrapper-2 { 
		-webkit-box-flex: 1; 
		    -ms-flex: 1; 
		        flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.masonry-grid-2 :first-child.half-banner-wrapper-2 {
	    flex-direction: column;
	}
	
	.usp-container-d { display: none; }
	
	.i-Jewellery .half-banner-wrapper-2 {
    order: 2;
    flex-basis: 50%;
    max-width: 50%;
    flex-direction: column;
	}
}	
	
	
/* Desktop Media Query */
@media only screen and (min-width: 780px) {
    /* Desktop Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––  
    - #Header Styles
    - #Promo Boxes
    - #Footer Styles
    - #Desktop Navigation Styles
    - #Category Bar/Drawer Styles
    - #Category Filter and Sort Styles
    - #Product Page Styles
	*/
	
    /* #Header Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.header-btns-container { display: none; }
	
	.right-header-utilities { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	
	.currency-m select { display: none; }

    /* #Promo Boxes
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	
	.promo-block-title { font-size: 6rem; }
	
	.i-Electronics .promo-block-title { font-size: 3rem; }
	
	.promo-block-text { 
		font-size: 2rem;
		max-height: 170px;
    	overflow: hidden;
	}
	
	.i-Electronics .promo-colour-block-2 .promo-block-text,
	.i-Electronics .promo-colour-block-1 .promo-block-text {
	    font-size: 2.4rem;
	    max-height: 290px;
	}
	
	.masonry-grid-2,
	.masonry-grid-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.half-banner-wrapper,
	.full-banner-wrapper {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	
	.i-Gifts .promo-colour-block-1:before,
	.i-Gifts .promo-colour-block-2:before,
	.i-Gifts .promo-colour-block-3:before {
		content: "";
	    border-left: 2rem solid transparent;
	    border-right: 2rem solid transparent;
	    position: absolute;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	            transform: translateX(-50%);
	}
	
	.i-Gifts .promo-colour-block-1:before {
	    bottom: -18px;
	    border-top: 2rem solid #F9C5AC;
	}
	
	.i-Gifts .promo-colour-block-2:before {
	    border-bottom: 2rem solid #CEB755;
	    top: -18px;
	}
	
	.i-Gifts .promo-colour-block-3:before {
	    bottom: -20px;
	    border-top: 2rem solid #A7CAC2;
	}
	
	.promo-btn a { 
		height: 4rem;
	    max-width: 18rem;
	    width: 60%;
	}
	
	.promo-btn-primary a { 
		-webkit-box-shadow: 4px 4px 0px 0px #212625, inset 3px 3px 0px 0px #fac5a8; 
				box-shadow: 4px 4px 0px 0px #212625, inset 3px 3px 0px 0px #fac5a8;
	}
	
	.promo-btn-secondary a { 
		-webkit-box-shadow: 4px 4px 0px 0px #212625, inset 3px 3px 0px 0px #CEB755; 
				box-shadow: 4px 4px 0px 0px #212625, inset 3px 3px 0px 0px #CEB755;
	}

	.half-banner-wrapper,
	.half-banner-wrapper-2 { 
		-webkit-box-flex: 1; 
		    -ms-flex: 1; 
		        flex: 1;
	}
	
	.full-banner-wrapper {
		-webkit-box-flex: 2;
		    -ms-flex: 2;
		        flex: 2;
	}
	
	.half-banner-wrapper-2 {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	
	.i-Jewellery .full-banner-wrapper,
	.i-Electronics .full-banner-wrapper { 
		-webkit-box-flex: 0; 
		    -ms-flex: none; 
		        flex: none;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.i-Jewellery .half-banner-wrapper,
	.i-Electronics .half-banner-wrapper {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	.i-Jewellery .half-banner-wrapper { 
				-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		max-width: 50%;
	}
	
	.i-Electronics .half-banner-wrapper {
				-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
	}

    /* #Footer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.add-to-cart-btn { 
		height: 3.6rem;
		margin-top: 2rem;
	}
	
	.welcome-container { width: 40%; }
	
	.newsletter-form {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	
	.newsletter-wrapper { width: 40%; }
	
	.newsletter-title { font-size: 3.4rem; }
	
	.ekmResponseSignupButton {
		margin-top: 0;
		margin-left: 0.2rem;
		width: 10%;
	}
	
	.swiper-container { display: none; }
	
	.footer-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 3rem;
		margin-right: 3rem;
	}
	
	.footer-col {
		border: none;
		text-align: left;
	}
	
	
	/* #Desktop Navigation Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.main-nav { 
		font-weight: 500;
    	font-size: 1.4rem;
		position: relative; 
	}
	
	.main-nav a { color: #222; }
	
	.main-nav > ul > li > a {
		display: block;
	    padding-bottom: 1.6rem;
	    padding-top: 1.6rem;
	    text-align: center;
	    -webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	            transform: translateY(0);
		    -o-transition: all .2s;
		    -webkit-transition: all .2s;
    	transition: all .2s;
	}
	
	.main-nav > ul > li > a:hover { -webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px); }
	
	/* Navigation Active Styles */
	.nav-active .mega-menu { display: block; }
	
	/*Mega Menu Styles */
	.mega-menu {
		background: #fff;
		box-shadow: 0 0.6rem 0.6rem 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0.6rem 0.6rem 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0.6rem 0.6rem 0 rgba(0,0,0,0.2);
		color: #fff;
	  	display: none;
	  	left: 0;
	  	position: absolute;
	  	width: 100%;
	  	z-index: 99998;
	}
	
	.mega-menu-item {
		display: block;
		padding-bottom: 0.75rem;
		padding-top: 0.75rem;
	}
	
	.mega-menu-item {
		display: block;
		padding-bottom: 0.75rem;
		padding-top: 0.75rem;
	}
	
	.mega-menu ul {
		flex-flow: wrap;
		-ms-flex-flow: wrap;
	}
	
	/* Navigation Chevron Styles */
	.nav-chevron-down > a:after,
	.nav-chevron-up > a:after {
	  	font-family: FontAwesome;
	  	font-size: 1.3rem;
	  	padding-left: 0.6rem;
	  	position: relative;
	}
	
	.nav-chevron-down > a:after {content: "\f107";}
	
	.nav-chevron-up > a:after {
		content: "\f106"; 
		top: -0.01rem;
	}

    /* #Category Bar/Drawer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.js-category-drawer { width: 40rem; }
	
	.js-category-drawer-close-btn {
		cursor: pointer;
		display: none;
		right: 42rem;
		position: fixed;
		top: 1rem;
		z-index: 2;
	}
	
	/* #Category Filter and Sort Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.filter-content-container { margin-bottom: -3rem; }

	.filter-content { padding-bottom: 3rem; }
	
	.filter-content h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	
	.filter-item-list { margin-bottom: -1rem; }
	
	.filter-item-check { padding-bottom: 1rem; }	
	
	/* #Product Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.main-product-review-stars { font-size: 2rem; }
	
	.related-prod-list-m { display: none; }
	
	.related-prod-list-d { border-left: 1px solid #ddd; }
	
	.js-global-acdn-header { font-size: 2.2rem; }
	
	.main-prod-wrapper {
		margin-left: auto;
	    margin-right: auto;
	    max-width: 148rem;
	    padding-left: 4rem;
	    padding-right: 4rem;
	}
	
	.prod-page-atc-wrapper,
	.wishlist-wrapper {
		background: #f2f1f1;
		padding: 2rem;
	}
	
	.related-prod-list-d .section-title { font-size: 1.6rem; }
	
	.related-prod-list-d .prod-item-name a { font-size: 1.2rem; }
	
	.related-prod-list-d .prod-item-rrp { line-height: 1.5; }

	/* #Orthodox Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	

}

/* Tablet Media Query */
@media only screen and (min-width: 660px) and (max-width: 1200px) {
	.add-to-cart-btn {
		height: 3.6rem;
		margin-top: 2rem;
	}
	
	.newsletter-inner {
		max-width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.ekmResponseSignupButton { width: 30%; }
	
	.sub-categories-d,
	.js-category-btns-wrapper {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.promo-block-title { 
		font-size: 3.6rem;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}
	
	.promo-block-text {
	    font-size: 1.2rem;
	    max-height: 70px;
	}
	
	.i-Electronics .promo-block-title { font-size: 2.6rem; }
}

	/* #Orthodox Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	


.i-Jewellery .js-global-acdn-header { 
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 2rem;
	font-style: italic;
}

.i-Jewellery .promo-btn-primary a,
.i-Jewellery .promo-btn-secondary a,
.i-Jewellery .promo-btn-tertiary a,
.i-Jewellery .add-to-cart-btn a,
.i-Jewellery .ekmps-product-add-to-cart,
.i-Jewellery .ekm-softcart-gotocheckout,
.i-Jewellery .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a,
.i-Jewellery .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a {
	display: inline-block;
	padding: 1em 2em;
	border-radius: 0;
	box-shadow: none;
	color: #14b3c4;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	background: linear-gradient(to right, rgba(178, 135, 111, 0) 25%, #14b3c4 75%);
	background-position: 1% 50%;
	background-size: 400% 300%;
	border: 1px solid #14b3c4;
	transition: 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.i-Jewellery .ekmps-product-add-to-cart { margin-top: 0; }

.i-Jewellery .promo-btn-primary a:hover,
.i-Jewellery .promo-btn-secondary a:hover,
.i-Jewellery .promo-btn-tertiary a:hover,
.i-Jewellery .add-to-cart-btn a:hover,
.i-Jewellery .ekmps-product-add-to-cart:hover,
.i-Jewellery .ekm-softcart-gotocheckout:hover,
.i-Jewellery .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:hover,
.i-Jewellery .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:hover {
	color: #fff;
	background-position: 99% 50%;
	transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.i-Jewellery .add-to-cart-btn:hover,
.i-Jewellery .ekmps-product-add-to-cart:hover,
body div.ekm-softcart-links a:hover,
.i-Jewellery .ekm-softcart-gotocheckout:hover,
.i-Jewellery .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout:hover,
.i-Jewellery .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue:hover { 
	-webkit-transform: none; 
		-ms-transform: none; 
			transform: none; 
}

.i-Jewellery .promo-btn a { height: unset; }

.i-Jewellery .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout { background: transparent; }

.i-Jewellery .mega-menu,
.i-Jewellery .mobile-drawer,
.i-Jewellery .review-block { background-color: #f0f2f1; }

.i-Jewellery .usp-message { 
	color: #4f515a;
	font-weight: 700;
}

.i-Jewellery .usp-icon { fill: #4f515a; }

.i-Jewellery .footer-section,
.i-Jewellery .ekmps-copyright,
.i-Jewellery .right-header-utilities ,
.i-Jewellery .currency select, 
.i-Jewellery .currency-m select,
.i-Jewellery .ekmps-search-field,
.i-Jewellery .prod-item-name a { font-weight: 600; }

.i-Jewellery a,
.i-Jewellery .ekmResponseSignupButton,
.i-Jewellery .m-contact-number,
.i-Jewellery .option-row > label,
.i-Jewellery .prod-page-oo-stock { font-weight: 700; }

.i-Jewellery .full-banner-wrapper-2 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.i-Jewellery .order-2 { -webkit-box-ordinal-group : 3; -ms-flex-order : 2; order : 2; }

.i-Jewellery .main-nav a,
.i-Jewellery .prod-item-name a,
.i-Jewellery .webpages-item a { color: #363636; }

.i-Jewellery .wishlist-heart-outer-color, 
.i-Jewellery .wishlist-btn:hover .wishlist-heart-inner-color, 
.i-Jewellery .wishlist-heart-icon-added { fill: #212625; }

.i-Jewellery .shopui-section,
.i-Jewellery .shopui-text-field { background: #f3f3f3; }

.i-Jewellery .ekmpscart-contents, .i-Jewellery .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-options, .i-Jewellery .ekmpscart-estimate-delivery { background: #f0f2f1; }

.i-Jewellery .prod-page-atc-wrapper, 
.i-Jewellery .wishlist-wrapper,
.i-Jewellery .prod-reviews-container { background: #FDFDFD; }


.i-Jewellery .sub-category-image:after { border-bottom: 1.2rem solid #f0f2f1; }

	/* #Offbeat Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */



.i-Electronics .promo-colour-block-1,
.i-Electronics .promo-colour-block-2,
.i-Electronics .promo-colour-block-3,
.i-Electronics .half-banner-wrapper .promo-image,
.i-Electronics .masonry-grid-2 .promo-image {
	border: 10px solid #fff;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
	margin: 1rem;
	transition: all 0.2s ease-out;
}

.i-Electronics .welcome-container,
.i-Electronics .promo-container,
.i-Electronics .newsletter-text-container,
.i-Electronics .category-header-section,
.i-Electronics  .ekmpscart-cart-items-column-header {
	color: #fff;
}

.i-Electronics .section-title,
.i-Electronics .promo-block-title ,
.i-Electronics .welcome-title { letter-spacing: 2px; }

.i-Electronics .promo-btn-primary a,
.i-Electronics .promo-btn-secondary a,
.i-Electronics .promo-btn-tertiary a,
.i-Electronics .add-to-cart-btn a,
.i-Electronics .ekmps-product-add-to-cart,
.i-Electronics .ekm-softcart-gotocheckout,
.i-Electronics .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a,
.i-Electronics .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a {
	background-image: linear-gradient(to right, #14b3c4 0%, #468F7F 51%, #e3f1ec 100%);
	background-size: 200% auto;
	border: none;
	border-radius: 10px;
	    -webkit-box-shadow: 10px 7px 22px -8px rgba(0,0,0,0.24);
	-moz-box-shadow: 10px 7px 22px -8px rgba(0,0,0,0.24);
	box-shadow: 10px 7px 22px -8px rgba(0,0,0,0.24);
	color: white;
	display: inline-block;
	font-weight: 800;
	font-size: .8rem;
	letter-spacing: 2px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	transition: 0.5s;
 }

.i-Electronics .ekmps-product-add-to-cart { font-size: 1rem; }

.i-Electronics .promo-btn-primary a,
.i-Electronics .promo-btn-secondary a,
.i-Electronics .promo-btn-tertiary a { display: flex; }

.i-Electronics .promo-btn-primary a:hover,
.i-Electronics .promo-btn-secondary a:hover,
.i-Electronics .promo-btn-tertiary a:hover,
.i-Electronics .add-to-cart-btn a:hover,
.i-Electronics .ekmps-product-add-to-cart:hover,
.i-Electronics .ekm-softcart-gotocheckout:hover,
.i-Electronics .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:hover,
.i-Electronics .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:hover { background-position: right center; }

.i-Electronics .promo-btn:hover { opacity: 1; }

.i-Electronics .add-to-cart-btn:hover,
.i-Electronics .ekmps-product-add-to-cart:hover,
body div.ekm-softcart-links a:hover,
.i-Electronics .ekm-softcart-gotocheckout:hover,
.i-Electronics .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout:hover,
.i-Electronics .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue:hover { 
	-webkit-transform: none; 
		-ms-transform: none; 
			transform: none; 
}

.i-Electronics .shopui-product-variant-preview__choice--size,
.i-Electronics .shopui-product-variant-preview__choice--colour, 
.i-Electronics .shopui-product-variant-preview__choice--pattern { border-radius: 4px !important; }

.i-Electronics .prod-item-name a { font-weight: 800; }

.i-Electronics .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout { background: transparent; }

.i-Electronics .usp-message { background: #F9C5AC; }

/* ==========================================================================
	#QUICK VIEW FEATURE
========================================================================= */


.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.675rem solid #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1.8rem;
    transition: 0.2s linear all;
}

.quickview-wrapper a:hover, .quickview-wrapper span:hover {
    opacity: 1;
    background: #fff;
    color: #111;
    transition: 0.2s linear all;
}

.quickview-icon {
    display: block;
    width: fit-content;
    margin-top: 1.2rem;
    cursor: pointer;
}

.quickview-icon span.quickview-label {
    display: inline-block;
    margin: 0.5rem 0 0 1rem;
}

.quickview-icon svg {
    height: 22px;
    width: 22px;
    display: inline-block;
}

.quickview-wrapper .ekm-edit-button-wrapper.ekm-design.ekm-design-html a:first-child {
    display: none;
}

/* ==========================================================================
	#FLICKITY OVERRIDES
========================================================================= */

.flickity-slider > .prod-item-wrapper{
	/* Makes sure there is room at the bottom of the slider of the quickview button animation */
	padding-bottom: 20px;

	display: flex;
	flex-direction: column;
}
.prod-item-wrapper > .add-to-cart-btn, .prod-item > .add-to-cart-btn, .quickview-icon.add-to-cart-btn{
    text-align: center;
}
.prod-item-wrapper > .add-to-cart-btn a, .prod-item > .add-to-cart-btn a, .prod-item > .add-to-cart-btn, .quickview-icon.add-to-cart-btn{
    width: 100%;
    display: block;
}