﻿/* Default Styles - Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- #Theme Colours - Do Not Delete
- #Universal Styles
- #Responsive Images 
- #Typography
- #Header Styles
- #Account Login & Button Styles 
- #Desktop Navigation Styles
- #Navigation Accordion Styles
- #Category Page Styles
- #Category Filter Styles
- #Product Page Styles
- #Product Accordion Styles
- #Customer Reviews Styles
- #Product List & Product Image Styles
- #Plus & Minus Icon Styles
- #Pagination Styles
- #Footer Styles
- #Contact Page Styles 
- #Customer Review Page Styles
- #Search Page Styles
- #Newsletter Modal Styles
- #Softcart Styles
- #Cart Page Styles
- #Forgotten Password Styles
- #EKM IF Statement Styles
- #Quick View feature Styles
*/



/* #Theme Colours - Do Not Delete
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
#3ebea1


#3ebea1


#000000


#ffffff


#ffffff


#000000


#000000


#000000


#d43939


#000000


#FFFFFF


#013800

#bffdbf

#6d4100

#fddebf

#6d0a00

#fdbfbf

#ffffff

#000000

*/


/* CSS Variables */

:root {
    --ekm-success-colour-text: #013800;
    --ekm-success-colour-background: #bffdbf;
    --ekm-caution-colour-text: #6d4100;
    --ekm-caution-colour-background: #fddebf;
    --ekm-warning-colour-text: #6d0a00;
    --ekm-warning-colour-background: #fdbfbf;
    --ekm-inverse-colour-text: #ffffff;
    --ekm-inverse-colour-background: #000000;  
    
      --ekm-atc-background-colour:#000000;
    --ekm-atc-text-colour:#FFFFFF;
}


/* #Universal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {box-sizing: border-box; font-size: 62.5%;}
    
*, *:before, *:after {box-sizing: inherit;}
    
body {
    background: #fff ;
    color: #444;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}
    
a, img {
    border: none;
    color: #d43939;
    text-decoration: none;
}
    
a:hover {opacity: 0.7;}
    
select, input {color: #555;}

strong {font-weight: 500;}
    
::-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 {
	display: block;
	vertical-align: top;
}
    
input {
	border-radius: 0; /* Removes rounded corners from iOS devices */
	-webkit-appearance: none; /* Webkit fallback */
}

main {display:block;}/*IE11 Fix :( */

.highlight {color: #3ebea1;}

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 !important; } /* 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-weight: 400;
    line-height: 0.8;
    margin-top: 0;
}

.heading-style {
    border-bottom: 0.25rem solid #ddd;
    padding-bottom: 1.6rem;
}

.section-title-border {position: relative;}

.section-title-border span {
    background: #fff;
    padding-right: 1rem;
}

.section-title-border:before {
    background: #e8e8e8;
    content: "";
    height: 0.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}

/* #Header Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-section {background: #000000;} 

.logo a {
    font-weight: 500;
    line-height: 1;
}

.logo img {
	max-height: 4rem;
	width: auto!important;/* EKM System Fix */
} 

.header-elements {
	flex: 1;
		-webkit-box-flex: 1;
        -ms-flex: 1;
}	

.header-icons:hover {opacity: 1;}

.header-btn-hidden {display: none;}

.header-section svg {fill: #ffffff;}
    
.header-btn-active {color: #d43939;}

.header-btn-active svg {fill: #d43939;}

.search-content {background: #000000;}

.i-Sports-and-Recreation .header-content {border-top: 0.2rem solid #555;}

.i-Food-and-Drink .header-content {border-top: 0.2rem solid #fff;}

.i-Clothing-and-Fashion .header-content {border-top: 0.2rem solid #ddd;}

.search-box form {
	display: flex;  
	display: -webkit-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
}

.i-Sports-and-Recreation .search-box form,
.i-Food-and-Drink .search-box form {border-bottom: 0.2rem solid #fff;}

.i-Clothing-and-Fashion .search-box form {border-bottom: 0.2rem solid #ddd;}

.ekmps-search-field {
	background: #000000;
	border: none;
	flex: 1;
	   -webkit-box-flex: 1;
        -ms-flex: 1;
    font-weight: 300;
	margin-right: 0;
}

.ekmps-search-button {
	border: none;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
}

.i-Sports-and-Recreation .ekmps-search-button {background: #d43939;}

.i-Food-and-Drink .ekmps-search-button,
.i-Clothing-and-Fashion .ekmps-search-button {background: none;}

.ekmps-search-button:hover {opacity: 0.7;}

.ekmps-search-button svg {
    margin-left: auto;
    margin-right: auto;
}

.cart-btn-item-count {
    font-weight: 500;
    margin-left: 0.6rem;
}

#ekm_minicart_item_count_message {line-height: 1.2;}



/* #Account Login & Button Styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-content {background: #000000;}

.i-Sports-and-Recreation .account-content {border-top: 0.2rem solid #555;}

.i-Food-and-Drink .account-content {border-top: 0.2rem solid #fff;}

.i-Clothing-and-Fashion .account-content {border-top: 0.2rem solid #ddd;}

.account-content form {width: 100%;}

.account-content h2 {line-height: 1.2;}

.login-input-label {
    display: block;
    line-height: 1;
}

.login-input-field {
	background: #000000;
	border: none;
    font-weight: 300;
    margin-top: 0.4rem;
    width: 100%;
}

.i-Sports-and-Recreation .login-input-field,
.i-Food-and-Drink .login-input-field {
	border-bottom: 0.2rem solid #fff;
	color: #fff;
}

.i-Clothing-and-Fashion .login-input-field {
	border-bottom: 0.2rem solid #ddd;
	color: #333;
}

.login-input input:invalid {box-shadow: none;}/* Firefox Fix */
	
.login-btn input {
	background: #d43939;
	border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 5.2rem;
    width: 100%;
}

.login-btn input:hover {opacity: 0.7;}

.forgot-password {
	font-size: 1.2rem;
	text-align: center;
}



/* #Desktop Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.desktop-nav {
	background: #000000;
	font-size: 1.4rem;
    position: relative;
}

.desktop-nav a {
	color: #ffffff;  
	
	  
	
	  
}

.desktop-nav > ul > li > a {
	display: block;
    padding-bottom: 2rem;
}

.desktop-nav > ul > li > a:hover {
	color: #d43939;
	opacity: 1;
}

/* Navigation Active Styles */
.nav-active > a {color: #d43939;}

.nav-active .mega-menu {display:block;}

/*Mega Menu Styles */
.mega-menu {
	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);
  	display: none;
  	position: absolute;
  	width: 22rem;
  	z-index: 99998;
}

.i-Sports-and-Recreation .mega-menu,
.i-Food-and-Drink .mega-menu {background: #fff;}

.i-Clothing-and-Fashion .mega-menu {background: #333;}

.mega-menu:after {
    border-right: 2rem solid transparent;
    content: "";
    margin-left: 2rem;
    position: absolute;
    top: -1.2rem;
}

.i-Sports-and-Recreation .mega-menu:after,
.i-Food-and-Drink .mega-menu:after {border-bottom: 1.2rem solid #fff;}

.i-Clothing-and-Fashion .mega-menu:after {border-bottom: 1.2rem solid #333;}

.mega-menu-item {
	display: block;
	padding-top: 1.6rem;
}

.mega-menu-item:first-child {padding-top: 0;}

.i-Sports-and-Recreation .mega-menu a,
.i-Food-and-Drink .mega-menu-item a {color: #333;}

.i-Clothing-and-Fashion .mega-menu-item a {color: #fff;}

.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.2rem;
  	padding-left: 0.6rem;
  	position: relative;
}

.nav-chevron-down > a:after {content: "\f107";}

.nav-chevron-up > a:after {
	content: "\f106"; 
	top: -0.01rem;
}



/* #Navigation Accordion Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-content-m {
	max-height: 80vh;
	overflow-y: auto;
}

.nav-acdn-wrapper ul {position: relative;}

.nav-acdn-wrapper .nav-acdn-active > a, 
.nav-acdn-wrapper > ul > li:hover > a {opacity: 1;}

.i-Sports-and-Recreation .nav-acdn-wrapper > ul > li {border-top: 0.2rem solid #444;}

.i-Food-and-Drink .nav-acdn-wrapper > ul > li {border-top: 0.2rem solid #fff;}

.i-Clothing-and-Fashion .nav-acdn-wrapper > ul > li {border-top: 0.2rem solid #ddd;}

.nav-acdn-wrapper > ul > li:first-child {border-top: none;}

.nav-acdn-active > a {background: #d43939;}

.nav-acdn-wrapper > ul > li > a {
	color: #ffffff;
	display: block;
	font-size: 1.4rem;
	padding: 1.4rem 1rem;
}
	
.nav-acdn-content > a::after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 1.2rem;
    margin-top: 0.25rem;
    padding-right: 1.2rem;
    position: absolute;
    right: 0;
}
	
.nav-acdn-active > a:after {content: "\f068";}

.nav-acdn-wrapper ul ul {display: none;}
	
.nav-acdn-wrapper ul ul li {border-top: 0.1rem solid #ddd;}
	
.nav-acdn-wrapper ul ul li:first-child {border-top: none;}
	
.nav-acdn-wrapper ul ul a {
	background: #f5f5f5;
	color: #555;
	display: block;
	font-size: 1.3rem;
	padding: 1rem 1.8rem;
}



/* #Home Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero-banner,
.promo-banner {
	margin-left: auto;
	margin-right: auto;
	max-width: 192rem;
}



/* #Category Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.category-products, 
#category-products {width: 100%;}

.ekm-sortby label {margin-right: 0.6rem;}

/* Category Heading Styles */
.category-heading {
    background: #000000;
    font-size: 1.3rem;
}

.breadcrumb-title {
    font-size: 1.3rem;
    display: inline-block;
}

.i-Sports-and-Recreation .category-heading {border-top: 0.2rem solid #555;}

.i-Food-and-Drink .category-heading {border-top: 0.2rem solid #fff;}

.breadcrumbs {
	flex: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1;
}

.i-Sports-and-Recreation .breadcrumbs a,
.i-Clothing-and-Fashion .breadcrumbs a {color: #888;}

.i-Food-and-Drink .breadcrumbs a {color: #ccc;}

.breadcrumbs .current,
.breadcrumbs-product {
	display: inline-block;
	font-weight: 500;
	pointer-events: none;
}

.product-item-short-description {
	font-size: 1.2rem;
    color: #666;
}

/* Sub-Category Styles */
.sub-categories-list {margin-top: -4rem;}

.sub-category-item {
	font-size: 1.3rem;
	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%);
    width: auto;
}

.sub-category-no-image img {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
    padding-bottom: 100%;
}



/* #Category Filter Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filter-content h3 {
	font-size: 1.8rem;
	margin-bottom: 0;
}

.filter-item-list {display: none;}
    
.ekm-filter-count {color: #999;}
    
.filter-item-check {
	font-size: 1.4rem;
	line-height: 1.3;
}

.filter-cotent-attribute-item-value:hover {color: #d43939;}

.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.3rem;
    width: 1.8rem;
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
        -webkit-transform: scale(0);
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label::after, 
[type="checkbox"]:checked + label::after {
	background: #d43939;
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 0.8rem;
    height: 1.2rem;
    left: 0.3rem;
    line-height: 1.2rem;
    position: absolute;
    text-align: center;
    top: 0.6rem;
    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: 500!important;}
    
.filter-item-heading {
    position: relative;
    cursor: pointer;
}

/* Temporary Filter Price Fix */
.price-labels + .ui-slider,
.price-labels + .ui-slider + .price-labels,
.filter-item-price-m {display: none !important;}



/* #Product Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.product-page-info h1 {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 0;
}

/* Main Product Image & Thumbnails */
.main-price {
    font-size: 2.2rem;
    margin-right: 0.6rem;
}

.main-rrp {
    color: #999;
    font-size: 1.4rem;
	text-decoration: line-through;
}

.main-vat {
	font-size: 1.6rem;
	opacity: .75;
}

/* Product Page Price Table */
.ekm-bulk-discount {
	border: 0.1rem solid #ddd!important;
	color: #444!important;
	margin-bottom: 2rem;
	width: 100%;
}

.ekm-bulk-discount th {background: #f3f3f3!important;}

.ekm-bulk-discount th, .ekm-bulk-discount td {
	background: #fff;
	border-color: #ddd;
}

.ekm-bulk-discount td.ekm-bulk-discount-unit-price {color: #444!important;}

.in-stock {color: #83c458;}

.in-stock::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 1.6rem;
    margin-right: 0.4rem;
}

.oo-stock {color: #e04747;}

.oo-stock:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 1.6rem;
    margin-right: 0.4rem;
}

.product-buying-options {background: #f2f2f2;}

.product-buying-options br {display: none;}

.loyalty-points {
	font-size: 1.3rem;
	text-align: center;
}

.product-atc-wrapper {background: #f3f3f3;}

.product-atc-wrapper br {display: none;}

/* Label and Input Styles */
.options-label {
	display: block;
	font-size: 1.4rem;
	padding-bottom: 0.2rem;
}

.options-select, 
.options-textfield, 
.options-textarea,
.image-uploader {
    display: block;
    position: relative;
    width: 100%;
}

.main-product-options select,
.ekm-productoptions-input-text,
.ekm-productoptions-textarea {
	background: #f2f2f2;
    border: 0.2rem solid #444;
    width: 100%;
}

.main-product-options select,
.ekm-productoptions-input-text {
	padding-bottom: 1.4rem;
	padding-top: 1.4rem;
    width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
}

.main-product-options select {
	cursor: pointer;
	padding-left: 0.4rem;
}

.options-select:after {
    color: #686868;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.6rem;
    pointer-events: none;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
	   -webkit-transform: translateY(-50%);
    width: 2rem;
}

.select-dropdown-swatch .options-select:after {
    display: none;
}

.ekm-productoptions-input-text {padding-left: 1rem;}

.ekm-productoptions-textarea {
    max-width: 100%;
    padding: 1rem;
}

._EKM_OPTIONIMAGE_BUTTON {font-size: 1.4rem;}

/* Add To Cart Button */
.ekmps-product-add-to-cart {
    border: none;
    background: #000000;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 500;
    height: 5.6rem;
    transition: 0.15s;
    width: 100%;
}

.ekmps-product-add-to-cart:hover {opacity: 0.7;}

.product-specs ul li:nth-child(odd) {background: #f3f3f3;}

/* Back In Stock Form Styles*/
#ekm-backinstock-text {font-size: 1.4rem;}

#ekm-backinstock-text .fa-envelope-o {margin-right: 0.6rem;}

#ekm-backinstock-email {
    border: 0.2rem solid #ddd;
    border-right: none;
    height: 4rem;
    margin-top: 1rem;
    padding-left: 1rem;
    width: calc(100% - 6rem);
}

#ekm-backinstock-button {
    background: #d43939;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 4rem;
    width: 6rem;
}

#ekm-backinstock-button:hover {opacity: 0.7;}

.product-social {margin-left: -0.6rem;}

.product-social div {padding: 0 0 0 0.6rem !important;}

/* Wishlist Button Styles */
.wishlist-wrapper { margin-top: 20px; }

.wishlist-wrapper svg path { 
    transition: fill 0.2s ease-in-out; 
        -webkit-transition: fill 0.2s ease-in-out;
}

.wishlist-wrapper button:hover { opacity: 1; }

.wishlist-btn {
    background: none;
    border: 0;
    color: #333;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
}

.wishlist-text { 
    margin-left: 6px;
    font-size: 14px;
}
    
.wishlist-btn:hover .wishlist-text { opacity: 0.7; }

.wishlist-heart {
    border-radius: 50%;
    height: 34px;
    position: relative;
    width: 34px;
}

.wishlist-heart svg {
    height: 20px;
    left: 50%;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    width: 20px;
}
    
.wishlist-heart-inner-color { fill: #333; }

.wishlist-heart-outer-color,
.wishlist-btn:hover .wishlist-heart-inner-color,
.wishlist-heart-icon-added { fill: #e8e8e8; }
        
.wishlist-heart { background: #333; }



/* #Product Accordion Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.prod-acdn-wrapper {border-bottom: 0.2rem solid #ddd;}

.prod-acdn-content{display: none;}

.prod-acdn-header {
	color: #444;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	padding-bottom: 1.6rem;
	padding-top: 1.6rem;
	position: relative;
	width: 100%;
}

.prod-acdn-header::after {
	color: #444;
  	content: "\f107";
  	font-family: FontAwesome;
  	font-size: 2rem;
  	line-height: 1.3;
  	position: absolute;
  	right: 0;
}

.prod-acdn-active:after {content: "\f106";}

.product-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.4rem;}

/*.prod-specs ul li:nth-child(2n+1) {background: #f0f0f0;}*/

.prod-specs ul span:nth-child(2n+1) li {background: #f0f0f0;}

.prod-specs ul > li {background: #f0f0f0;}



/* #Customer Reviews Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.product-average-stars .fa-star {font-size: 2rem;}

.product-average-count {
	color: #444;
	font-size: 1.4rem;
	margin-left: 0.6rem;
}

.review {
	background: #f4f4f4;
	position: relative;
}

.review::before {
    border-bottom: 1rem solid #f4f4f4;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    content: "";
    left: 2rem;
    position: absolute;
    top: -1rem;
}

.review-block {margin-bottom: 4rem;}

.review-block:last-child {margin-bottom: 0;}



/* #Product List & Product Image Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.product-item-image, 
.ekm-search-page-item__image,
.main-image-container,
.thumbnail-image {
	font-size: 0;
	height: 0;
    position: relative;
    padding-bottom: 100%;
}

.product-item-image a img, 
.ekm-search-page-item__image a img,
.main-image-container a img,
.thumbnail-image a img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    width: auto;
}

.product-item-image a img, 
.ekm-search-page-item__image a img,
.main-image-container a img {
	max-height: 100%;
	max-width: 100%;
}

.thumbnail-image a img {
	max-height: 100%;
	max-width: 100%;
}

.thumbnail-no-image {display: none;}

/* No thumbnail img fix */
.main-prod-image,
.thumbnail-image,
.main-prod-image-empty {
  font-size: 0;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.prod-item-image img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: auto;
}

.main-prod-image a img, 
.thumbnail-image a img {
	left: 50%;
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: auto;
}

.product-name-wrapper {border-top: 0.2rem solid #e8e8e8;}

.product-name-wrapper {
	align-items: baseline;	
		-webkit-box-align: baseline;
        -ms-flex-align: baseline;
}

.product-item-name {
	flex: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1;
}

.product-item-name a {
    color: #444;
	font-weight: 500;
}

.product-item-price-wrapper {
	line-height: 1;
	text-align: right;
}

.product-item-rrp {
    font-size: 1rem;
    color: #ababab;
    margin-top: 0.4rem;
    text-decoration: line-through;
}

.product-item-vat {
	margin-top: 0.4rem;
    font-size: 1.2rem;
    opacity: .9;
}

.product-review-stars {
	color: #ddd;
	font-size: 0;
	line-height: 1;
}

.product-review-stars-1 .fa:nth-child(1),
.product-review-stars-2 .fa:nth-child(-n+2),
.product-review-stars-3 .fa:nth-child(-n+3),
.product-review-stars-4 .fa:nth-child(-n+4),
.product-review-stars-5 .fa:nth-child(-n+5) {
	color: #3ebea1;
}

.fa-star {
    font-size: 1.4rem;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
}

.product-item-count {
    color: #666;
    font-size: 1rem;
    margin-left: 0.2rem;
}

.rvp-product-list .product-item-name a {font-size: 1.4rem;}

.rvp-product-list .ekm-product-image-badge-wrapper {display: none;}

.shopui-product-variant-preview__choices {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* #Plus & Minus Icon Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filter-minus:after,
.filter-plus:after {
    font-family: FontAwesome;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    right: 1rem;
}

.filter-plus:after {content: "\f067";}

.filter-minus:after{content: "\f068";}

.filter-minus:after, 
.filter-plus:after {right: 0;}



/* #Pagination Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {text-align: center;}

.pagination a {display: inline-block;}

.pagination-link {
	border: 0.1rem solid #ddd;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding: 1rem 1.7rem;
}

.pagination-link:hover {
	background: #d43939;
    border: 0.1rem solid transparent;
    color: #fff;
    opacity: 1;
}

.pagination-current-page, .pagination-current-page:hover {
	background: #ddd;
	color: #666;
}



/* #Footer Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-wrapper {
	background: #000000;
	text-align: center;
}

/* Newsletter Styles */
.newsletter-signup {background: #000000;}

.i-Sports-and-Recreation .newsletter-wrapper,
.i-Food-and-Drink .newsletter-wrapper {border-bottom: 0.25rem solid #fff;}

.i-Clothing-and-Fashion .newsletter-wrapper {border-bottom: 0.25rem solid #ddd;}

.newsletter-form {margin-top: 2.2rem;}

#ekmResponseEmailAddress {
    border: none;
    background: none;
    font-weight: 300;
}

#ekmResponseSignupButton {
    background: #d43939;
    border: none;
}

#ekmResponseSignupButton:hover {opacity: 0.7;}

/* Webpages Styles */
.webpages-list {margin-top: -3rem;}

.i-Sports-and-Recreation .webpages-list {font-family: 'Ubuntu Condensed', sans-serif;}

.webpages-item {margin-top: 3rem;}

.i-Food-and-Drink .webpages-list a,
.i-Clothing-and-Fashion .webpages-list a {font-weight: 500;}

/* Social Media Icons */
.social-icons {background: #000000;}

.social-icons img {max-height: 2.4rem;}

/* Card Logo Styles */
.card-logos img {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	max-height: 2.4rem;
}

/* Contact Info Styles */
.contact-info {font-size: 1.3rem;}

/* Copyright Styles */
.copyright,
.copyright a {
	color: #ababab;
    font-size: 1.3rem;
}

.currency-dropdown table {
	margin-left: auto;
	margin-right: auto;
}



/* #Contact Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-form h1 {margin: 0 0 2rem !important;}

.contact-form-row label{width: 11rem!important;}

.contact-form-row input, 
.contact-form-row textarea {
    background: #fff!important;
    border: 0.1rem solid #ddd!important;
    box-shadow: none!important;
    width: calc(100% - 11rem)!important;
}

#contact-form-submit input {
	background: #d43939!important;
	border: none !important;
    border-radius: 0 !important;
	margin-left: 11rem!important;
	padding: 1.4rem !important;
}

#contact-form-submit#contact-form-submit input {width: 12rem!important;}

.contact-form p.required {margin-left: 11.5rem!important;}




/* #Customer Review Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekmps-write-your-own-review .ekmps-form-section .ekmps-frm-row .text-field {
    background: #fff !important;
    border: 0.1rem solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%!important;
}

.ekmps-write-your-own-review .ekmps-form-section.send-message .ekmps-frm-row input.send-button {
	background: #d43939!important;
	border: none !important;
    color: #fff;
    cursor: pointer;
	padding: 1.4rem !important;	
	width: 12rem;
}

.ekmps-write-your-own-review .ekmps-form-section.send-message .ekmps-frm-row input.send-button:hover {opacity: 0.7;}




/* #Search Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekm-search-page-item__wrapper {text-align: left!important;}

.ekm-search-page {padding: 0!important;}

.ekm-search-page-search-box {border: none!important;}

#ekm-search-page-search-box__field {
    background: #fff;
    border-color: #ddd;
    color: #444;
}

.ekmps-search-button.ekm-search-page-search-box__button {
    background: #d43939!important;
    color: #fff;
    padding: 0;
}

.ekmps-search-button.ekm-search-page-search-box__button:hover {opacity: 0.7;}

.ekm-search-page-results {margin-top: -4rem;}

.ekm-search-page-item__wrapper {padding: 4rem 1.2rem 1.2rem 1.2rem !important;}

.ekm-search-page-item__image.ekm-search-page-item__image--empty {padding-top: 0!important;}

.ekm-search-page-item__name a {color: #444;}

.ekm-search-page-item__price {
	border-top: 0.2rem solid #ddd;
    font-weight: 500!important;
    margin-top: 1.2rem!important;
    padding-top: 1.2rem;
}


/* #Newsletter Modal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Exit Modal Overlay */
.shopui-exit-modal__overlay {
	background-color: #fff;
}

/* Exit Modal Main Window */
.shopui-exit-modal__window {
	background-color: #fff;
	border-radius: 2px; 
	box-shadow: none; 
	
}

/* Exit Modal Title */
/* Exit Modal Message */

		body .shopui-exit-modal__title {
			font-family: 'Ubuntu Condensed', sans-serif;
			font-weight: 400;
			color: #333;

		}

		body .shopui-exit-modal__message {
			font-family: "Ubuntu", sans-serif;
			font-weight: 300;
			color: #333;
		}
	






	/* Exit Modal Email Field */
	.shopui-exit-modal__window .shopui-text-field {
		border: 2px solid #ddd;
		font-size: 18px;
		border-radius: 2px;
	}

	/* Exit Modal Button */
	.shopui-exit-modal__window .shopui-button--primary,
	.shopui-exit-modal__window a.shopui-button--primary {
		border-color: #3ebea1;
		background-color: #3ebea1;
	}

		.shopui-exit-modal__window .shopui-button--primary:hover,
		.shopui-exit-modal__window a.shopui-button--primary:hover {
			border-color: #3ebea1;
    		background-color: #3ebea1;
    		opacity: 0.75;
		}
		


/* #Softcart Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekm-softcart-gotocheckout {border-radius: 0!important;}

.ekm-softcart-continue {color: #d43939!important;}

.ekm-softcart-gotocheckout {background: #000000!important;}



/* #Cart Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekmpscart-cart-items-column-header {background: #f4f4f4!important;}

.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a,
.ekmpscart-estimate-delivery-row-button a {color: #d43939!important;}

.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout {background: #000000!important;}



/* #Forgotten Password Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form[name="lostemail"] input, 
form[name="lostemail"] table[width] {width: 100%;}

form[name="lostemail"] input[name="thelostemail"] {
	border: 0.1rem solid #ddd;
    margin-top: 1rem;
    padding: 1.6rem 1.2rem;
}

form[name="lostemail"] table, form[name="lostemail"] tbody, form[name="lostemail"] tr, 
form[name="lostemail"] td, form[name="lostemail"] font {display: block;}

form[name="lostemail"] table, form[name="lostemail"] tr, 
form[name="lostemail"] td {
    margin: 0;
    padding: 0;
}

form[name="lostemail"] input[value="Request Password"] {
	background: #d43939!important;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.4rem;
	height: 4rem;
	width: 20rem;
}

form[name="lostemail"] input[value="Request Password"]:hover {opacity: 0.7;}



/* #EKM IF Statement Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body,
input
.main-product-options select,
.ekm-productoptions-input-text,
form[name="lostemail"] table, form[name="lostemail"] tbody, form[name="lostemail"] tr, 
form[name="lostemail"] td, form[name="lostemail"] font,
.ekmps-write-your-own-review .ekmps-form-section .ekmps-frm-row textarea.text-field,
.contact-form-row textarea,
.ekm-productoptions-textarea,
.main-product-options select,
.ekm-productoptions-input-text,
.ekmps-search-field,
.login-input-field,
.login-btn input,
.ekmps-product-add-to-cart,
#ekmResponseEmailAddress {
	font-family: 'Ubuntu', sans-serif;
	
	
	
	
}

.header-section,
.header-icon-text, 
.webpages-list a,
.footer-wrapper,
.header-elements-wrapper,
.header-elements-wrapper a,
.ekmps-search-field,
.nav-content-dd a,
.cart-btn-item-count,
.category-heading,
.i-Sports-and-Recreation .breadcrumbs .current,
.i-Food-and-Drink .breadcrumbs .current,
.i-Clothing-and-Fashion .breadcrumbs .current,
#ekmResponseEmailAddress {
    color: #ffffff;  
	
	  
	
	  
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
}




@media (min-width: 780px) {
    
    /* Desktop View Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Header Styles
    - #Category Page Styles
    - #Category Filter Styles
    - #Product Page Styles
    - #Product List & Product Image Styles
    - #Footer Styles
    - #Search Page Styles  
    - #Contact Page Styles
    */



    /* #Header Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .header-logo-section,
    .header-elements-wrapper,
    .header-btns {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox; 
        display: -webkit-flex; 
    }   

    .logo a {font-size: 3rem;}

    .logo img {display: block;}

    .header-btns {
        justify-content: flex-end;
            -webkit-box-pack: flex-end;
            -ms-flex-pack: flex-end;
        align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
    }

    .header-btn:hover {opacity: 0.7;}

	.search-box form {
		padding-bottom: 1rem;
		width: 75%;
	}

    .ekmps-search-field {
        font-size: 1.6rem;
        height: 5rem;
        padding-right: 2rem;
    }

    .ekmps-search-button {
        height: 5rem;
        width: 5rem;
    }

    .account-content {
        padding-left: 35%;
        padding-right: 35%;
    }

    .login-input-label {font-size: 1.3rem;}

    .login-input-field {
    	font-size: 1.4rem;
    	height: 4.8rem;
    }

    .nav-btn-m,
    .nav-content-m {display: none;}



    /* #Category Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .main-short-desc {font-size: 1.4rem;}
    
    .category-heading {line-height: 1.2;}
    
    .sortby {
	    border-bottom: 0.2rem solid #e8e8e8;
	    font-size: 1.4rem;
	    padding-bottom: 1.4rem;
	    position: relative;
	    top: -0.5rem;
	}
	
	.sortby-dd-d {text-align: right;}
	
	.sortby-m {display: none;}
	
	.incategory-desc {
	    font-size: 1.4rem;
	    line-height: 2;
	}



    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-section-m {display: none;}



    /* #Product Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .product-buying-options-m {display: none;}

    .product-item-price-wrapper {padding-bottom: 0.8rem;}

	.reviewer {
	    display: flex;  
		display: -webkit-box;
		display: -ms-flexbox; 
		display: -webkit-flex; 
	    align-items: baseline;
			-webkit-box-align: baseline;
        	-ms-flex-align: baseline;
	}
	
	.product-title-m {display: none;}
	
	.product-title-stars .fa-star {font-size: 1.8rem;}



	/* #Product List & Product Image Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.product-list,
	.category-product-list {margin-top: -6rem;}

    .product-item {padding-top: 6rem;} 



    /* #Footer Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.newsletter-form {
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	} 
   
    #ekmResponseEmailAddress {
    	font-size: 1.4rem;
    	width: calc(100% - 3.6rem);
    }
	
	#ekmResponseSignupButton {
	    height: 3.6rem;
	    padding: 1rem;
	    width: 3.6rem;
	}
    
    
    
    /* #Search Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .ekm-search-page-search-box {
	    width: 80%;
	    margin: 4rem auto 6rem!important;
	}
	
	#ekm-search-page-search-box__field,
	.ekmps-search-button.ekm-search-page-search-box__button {height: 6rem;}
	
	
	
	/* #Contact Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.contact-form form {width: 100%;}

	.main-content-general font b > a {display: block;}

	.contact-form,
	.ekmps-write-your-own-review,
	.main-content-general font b > a{
	    margin-left: auto;
		margin-right: auto;
		width: 60%;
	}
}




@media only screen and (min-width: 0px) and (max-width: 779px) { 
    
    /* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Header Styles
    - #Minicart Button Styles 
    - #Navigation Accordion Styles
    - #Push Drawer Styles
    - #Home Page Styles
    - #Category Page Styles
    - #Category Mobile Filter Button Styles  
    - #Product Page Styles
    - #Product Accordion Styles
    - #Product List & Product Image Styles
    - #Footer Styles
    - #Contact Page Styles 
    - #Customer Review Page Styles  
    - #Search Page Styles   
    */    



    /* #Header Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .logo a {font-size: 2rem;}
    
    .header-section {
        flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
    }

	.header-icon-section-m {
		justify-content: flex-end;
			-webkit-box-pack: end;
	        -ms-flex-pack: end;
	}
    
    .desktop-nav {display: none;}
    
    .login-input-label,
    .cart-btn-item-count {font-size: 1.3rem;}
	
	.login-input-field {height: 4.2rem;}
	
	.logged-in-welcome, .logged-in-links {font-size: 1.4rem;}

	.search-box form {
		margin-left: 2rem;
		margin-right: 2rem;
		padding-bottom: 0.6rem;
		width: 100%;
	}

	.ekmps-search-field {
		font-size: 1.2rem;
		height: 3.5rem;
	    padding-right: 1.2rem;
	}
	
	.ekmps-search-button {
		height: 3.5rem;
		width: 3.5rem;
	}

    

    /* #Home Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .promo-image {text-align: center;}
    
    .section-title-border {line-height: 1.2;}



    /* #Category Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .sortby-dd-d,
    .filter-sidebar-d,
    .sortby-results {display: none;}
    
    .category-heading h1 {line-height: 1.2;}
    
    .sub-category-item {text-align: center;}
    
    .incategory-desc {
	    font-size: 1.2rem;
	    line-height: 1.8;
	}



    /* #Category Mobile Filter Button Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-section-m {
        position: relative;
        text-align: center;
    }

    .filter-btn-m, 
    .sortby-btn-m {
        border-bottom: 0.2rem solid #e8e8e8;
        border-top: 0.2rem solid #e8e8e8;
        cursor: pointer;
        font-weight: 500;
        padding-bottom: 1.3rem;
        padding-top: 1.3rem;
        position: relative;
    }
    
    .filter-btn-m {border-right: 0.2rem solid #e8e8e8;}

    .filter-btn-active-m {
        background: #e8e8e8;
        color: #444;
    }
    
    .filter-btn-active-m::after {
	    content: "";
	    border-bottom: 0.8rem solid #fff;
	    border-left: 0.8rem solid transparent;
	    border-right: 0.8rem solid transparent;
	    position: absolute;
	    bottom: -0.2rem;
	    left: 50%;
	    transform: translateX(-50%);
	    	-webkit-transform: translateX(-50%);*/
	}
	
	.filter-section-btn-m span::after {
	    content: "\f078";
	    margin-left: 0.6rem;
	    font-family: FontAwesome;
	    font-size: 1rem;
	    position: relative;
	    bottom: 0.2rem;
	}
	
	.filter-btn-active-m span::after {content: "\f077";}

    .filter-content-m,
    .sortby-content-m {
    	background: #fff;
        border-bottom: 0.2rem solid #e8e8e8;
        display: none;
        left: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
    }

    .sortby-dd-m {text-align: center;}



    /* #Product Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .product-tab-panels {text-align: left;}

    .thumbnail-image-container {margin-top: 2rem;}
    
    .main-short-desc {font-size: 1.2rem;}

    /* Back In Stock Form Styles */
    #_EKM_PRODUCTADDCARTMESSAGE {
        text-align: center;
        display: block;
    }

    .product-email-when-instock {text-align: center;}
    
    .ekm-product-image-badge {width: 4.8rem;}
    
    .product-info {border-top: 0.2rem solid #e8e8e8;}
    
    .product-heading-d,
	.main-price-wrapper-d {display: none;}
	
	.product-title-m {border-bottom: 0.2rem solid #e8e8e8;}

	.product-title-m h1 {
		font-size: 2.6rem;
		margin-bottom: 0;
	}
	
	.product-price-m {
		flex: 1;
			-webkit-box-flex: 1;
	        -ms-flex: 1;
	    font-size: 1.8rem;
	}
	
	.main-rrp-m {
	    color: #ababab;
	    font-size: 1.2rem;
	    text-decoration: line-through;
	}
	
	.product-stars-m .fa-star {font-size: 1.6rem;}
	
	.product-buying-options {
		margin-left: -2rem;
		width: 100vw;
	}
    
    
    
    /* #Product Accordion Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .main-product-description,
    .write-review,
    .review {font-size: 1.4rem;}
    


    /* #Product List & Product Image Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .product-item-name {line-height: 1.25;}
    
    .product-item-name a,
    .product-item-price {font-size: 1.3rem;}
    
    .product-list {margin-top: -6rem;}

    .product-item {
    	margin-bottom: -1rem;
    	padding-top: 6rem;
    }



    /* #Footer Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .i-Food-and-Drink .newsletter-title,
    .i-Clothing-and-Fashion .newsletter-title {font-size: 1.8rem;}
    
    #ekmResponseEmailAddress {width: calc(100% - 2.6rem);}
	
	#ekmResponseSignupButton {
	    height: 2.6rem;
	    padding: 0.65rem;
	    width: 2.6rem;
	}
    


    /* #Contact Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .contact-form h1 {font-size: 2rem !important;}



    /* #Customer Review Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .ekmps-write-your-own-review .ekmps-review-header {font-size: 2rem!important;}

    .ekmps-write-your-own-review .ekmps-form-section .ekmps-form-section-header {font-size: 1.6rem!important;}



    /* #Search Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .ekm-search-page-item__wrapper {width: 50%!important;}  
}




@media only screen and (min-width: 0px) and (max-width: 479px) { 
	/* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Category Filter Styles
    */
    
    
    
    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-m,
    .sortby-m {width: 100%;}
}




@media (min-width:480px) and (max-width:980px) {
    
	/* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Category Filter Styles
    */
 
    
    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-m,
    .sortby-m {
        flex: 1;
            -webkit-box-flex: 1;
			-ms-flex: 1;
    }
}




@media only screen and (min-width: 0px) and (max-width: 359px) { 
    /* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Category Filter Styles 
    - #Product Tabs Styles
    - #Product List & Product Image Styles
    - #Search Page Styles  
    - #Footer Styles
    */  



    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-content {
        flex-basis: 100%;
        max-width: 100%;
            -ms-flex-preferred-size: 100%;
    }



    /* #Product Tabs Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .product-tabs > label {font-size: 1.4rem;}



    /* #Product List & Product Image Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .product-item {
        flex-basis: 100%;
        max-width: 100%;
            -ms-flex-preferred-size: 100%;
    }



    /* #Search Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .ekm-search-page-item__wrapper {width: 100%!important;}
    
    .ekm-search-page-search-box__field {width: 69%!important;}
    
    .ekmps-search-button.ekm-search-page-search-box__button {width: 30%;}
    
    
    
    /* #Footer Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .i-Food-and-Drink .newsletter-title,
    .i-Clothing-and-Fashion .newsletter-title {font-size: 1.5rem;}
}




@media only screen and (min-width: 660px) and (max-width: 1199px) {
    
    /* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Product List & Product Image Styles
    */
    
    
    
    /* #Product List & Product Image Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.rvp-product-list .product-item-name a {
		font-size: 1.3rem;
		line-height: 1;
	}
	
	.rvp-product-list .product-item-price {font-size: 1.2rem;}
	
	.rvp-product-list .product-item-rrp {font-size: 1rem;}
}




@media only screen and (min-width: 780px) and (max-width: 1099px) {
    
    /* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Category Filter Styles
    */
    
    
    
    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.filter-sidebar-d {width: 20rem;}
}




@media (min-width: 1000px) {
    
    /* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Category Filter Styles
    */
    
    
    
    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.filter-sidebar-d {width: 25rem;}
}

/* ==========================================================================
#QUICK VIEW FEATURE
========================================================================= */


@media only screen and (min-width: 768px){
	.rvp-product-list .quickview-btn-wrapper{
		height: calc(100% + 70px);
		grid-template-columns: repeat(auto-fit,minmax(145px,1fr));
	}
}

/* ==========================================================================
#QUICK VIEW FEATURE V1 CUSTOM MODE
========================================================================= */


.quickview-parent {
	position: relative;
}

.quickview-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}

@media screen and (min-width: 36.25em) {
    .quickview-parent:hover .quickview-wrapper {display: flex;justify-content: space-evenly;align-items: center;flex-direction: column;}
}

.quickview-wrapper a, .quickview-wrapper span {
    border: 0.675rem solid #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 2rem;
    color: #ffffff;
    font-size: 1.8rem;
    transition: 0.2s linear all;
}

.quickview-wrapper a:hover, .quickview-wrapper span:hover {
    opacity: 1;
    background: #ffffff;
    color: #000000;
    transition: 0.2s linear all;
}

.quickview-icon {
    display: block;
    width: 100%;
    margin-top: 1.2rem;
    cursor: pointer;
    padding: 1rem 0;
    background: #000000;
    color: transparent;
    text-align: center;
}

.quickview-icon:hover {
    opacity: 0.8;
}

.quickview-icon span.quickview-label {
    display: inline-block;
    margin: 0 0 0 1rem;
}
.quickview-icon svg {
    height: 22px;
    width: 22px;
    display: inline-block;
    fill: transparent;
}

.quickview-wrapper .ekm-edit-button-wrapper.ekm-design.ekm-design-html a:first-child {
    display: none;
}
/* ==========================================================================
	#PRODUCT URGENCY FEATURE
========================================================================= */

.product-urgency.gibt-tactic span.js-ekm-pugibt-cd.shopui-timer-time {
    color: var(--ekm-success-colour-text);
    display: inline;
}

.product-urgency.lsb-tactic .shopui-low-stock-bar .shopui-low-stock-bar-container {
    margin-left: 0;
}

.product-urgency.lsb-tactic {margin: 2rem 0;}

.product-urgency.ct-tactic .shopui-countdown {
    padding: 1rem 0;
}

.product-urgency.gibt-tactic {
    margin: 2rem 0;
}

.product-urgency.gibt-tactic .shopui-timer .shopui-timer-text .shopui-timer-arrival {
    color: var(--ekm-warning-colour-text);
}

.shopui-countdown-label, .shopui-countdown-message{
    color: var(--ekm-inverse-colour-text);
}
.product-urgency.fd-tactic{
    margin-top: 10px;
}


/* ==========================================================================
	#QUICkVIEW v2 OVERRIDES
========================================================================= */

.product-name-wrapper{
	flex-direction: column;
}
.product-item-price-wrapper{
	margin-left:0;
	text-align: left;
}
.product-item-name{
	margin-bottom:10px;
}
.quickview-parent.no-margin-btm {
	margin-bottom: 0% !important;
}
@media only screen and (min-width:1280px){
	.product-name-wrapper{
		flex-direction: row;
	}
	.product-item-price-wrapper{
		margin-left:0.7em;
		text-align: right;
	}
	.quickview-btn-wrapper {
	    height: calc(100% + 20px) !important;
	}
	.quickview-parent.no-margin-btm {
		margin-bottom: 2% !important;
	}

}



