/* Default Styles - Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- #Theme Colours - Do Not Delete
- #Universal Styles
- #Flex Styles
- #Responsive Images 
- #Typography
- #Header Styles
- #Account Login & Button Styles 
- #Dropdown Navigation Styles
- #Navigation Accordion Styles
- #Home Page 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
- #Product Urgency Feature Styles
*/



/* #Theme Colours - Do Not Delete
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
#ffffff


#444444


#ffffff


#e35807


#444444


#444444


#0363cd

#FFFFFF

#75d073

#bffdbf

#6d4100

#fddebf

#da3a29

#fdbfbf

#ffffff

#000000


*/

/* CSS Variables */

:root {
    --ekm-success-colour-text: #75d073;
    --ekm-success-colour-background: #bffdbf;
    --ekm-caution-colour-text: #6d4100;
    --ekm-caution-colour-background: #fddebf;
    --ekm-warning-colour-text: #da3a29;
    --ekm-warning-colour-background: #fdbfbf;
    --ekm-inverse-colour-text: #ffffff;
    --ekm-inverse-colour-background: #000000;    
    
    --ekm-atc-background-colour:#0363cd;
    --ekm-atc-text-colour:#FFFFFF;
}

/* #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: 400;
    line-height: 1.5;
    margin: 0;
}
    
a, img {
    border: none;
    color: #e35807;
    text-decoration: none;
}
    
a:hover {opacity: 0.7;}
    
select, input {color: #555;}

strong {font-weight: 600;}
    
::-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: inline-block;
	vertical-align: top;
}
    
input {
	border-radius: 0; /* Removes rounded corners from iOS devices */
	-webkit-appearance: none; /* Webkit fallback */
}

main {display:block;}/*IE11 Fix :( */

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 */

[type="date"]{
    margin-bottom: 20px;
}

/* #Flex Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex-grid,
.flex-display {
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}

.flex-align-baseline {
	align-items: baseline;
	   -webkit-box-align: baseline;
        -ms-flex-align: baseline;
}

.flex-align-start {
	align-items: flex-start;
	   -webkit-box-align: start;
        -ms-flex-align: start;
}

.flex-align-center {
	align-items: center;
	   -webkit-box-align: center;
        -ms-flex-align: center;
}

.flex-justify-center {
	justify-content: center;
	   -webkit-box-pack: center;
        -ms-flex-pack: center;
}

.flex-justify-space-between {
	justify-content: space-between;
	   -webkit-box-pack: justify;
	   -ms-flex-pack: justify;
}

.flex-wrap-wrap {
	flex-wrap: wrap;
	   -ms-flex-wrap: wrap;
}

.flex-direction-column {
	flex-direction: column;
	   -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
}



/* #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: 600;
    line-height: 0.8;
    margin-top: 0;
}

.heading-style {
    border-bottom: 0.25rem solid #ddd;
    padding-bottom: 1.6rem;
}



/* #Header Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-elements-wrapper {background: #ffffff;} 

.logo a {
    font-weight: 600;
    line-height: 1;
}
.logo p {
	margin: 0;
}

.header-elements {
	flex: 1;
		-webkit-box-flex: 1;
        -ms-flex: 1;
}

.header-icons {
    display: block;
    text-align: center;
}

.header-icons:hover {opacity: 1;}

.header-btn-hidden {display: none;}

.i-Health-and-Beauty .search-box form {border-top: 0.2rem solid #555;}
.i-Health-and-Beauty .ekmps-search-field,
.i-Health-and-Beauty .ekmps-search-button {background: #282828;}

.i-Gifts .search-content {border-bottom: 0.2rem solid #ddd;}
.i-Gifts .ekmps-search-field,
.i-Gifts .ekmps-search-button {background: #f5f5f5;}

.i-Toys-and-Games .search-box form {border-top: 0.2rem solid #fff;}
.i-Toys-and-Games .ekmps-search-field,
.i-Toys-and-Games .ekmps-search-button {background: #ffffff;}

.search-box form {
	display: flex;  
	display: -webkit-box;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	width: 100%;
}

.ekmps-search-field {
	border: none;
	flex: 1;
	   -webkit-box-flex: 1;
        -ms-flex: 1;
	margin-right: 0;
}

.ekmps-search-button {
	border: none;
	border-radius: 0;
	cursor: pointer;
}

.cart-btn-item-count {
    font-weight: 600;
    margin-left: 0.4rem;
}



/* #Account Login & Button Styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.account-content {background: #ffffff;}

.i-Health-and-Beauty .account-content {border-top: 0.2rem solid #555;}
.i-Gifts .account-content {border-bottom: 0.2rem solid #ddd;}
.i-Toys-and-Games .account-content {border-top: 0.2rem solid #fff;}

.account-content form {width: 100%;}

.account-content h2 {line-height: 1.2;}

.login-input-label {
    display: block;
    line-height: 1;
    width: 100%;
}

.login-input-field {
    margin-top: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.i-Health-and-Beauty .login-input-field {border: none;}
.i-Gifts .login-input-field {border: 0.2rem solid #ddd;}
.i-Toys-and-Games .login-input-field {border: none;}

.login-input input:invalid {box-shadow: none;}/* Firefox Fix */
	
.login-btn input {
	background: none;
    border: 0.3rem solid #444444;
    color: #444444;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    height: 5.2rem;
    width: 100%;
}

.login-btn input:hover {opacity: 0.7;}

.forgot-password {
	font-size: 1.2rem;
	text-align: center;
}



/* #Dropdown Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */



.nav-content-dd {
	background: #ffffff;
	font-size: 1.3rem;
    position: relative;
}

.i-Toys-and-Games .nav-content-dd {border-top: 0.2rem solid #fff;}
.i-Gifts .nav-content-dd {border-bottom: 0.2rem solid #ddd;}

.nav-content-dd > ul > li > a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 0.6rem;
}

.i-Health-and-Beauty .nav-content-dd > ul > li > a,
.i-Toys-and-Games .nav-content-dd > ul > li > a {border-bottom: 0.2rem solid #fff;}

.i-Gifts .nav-content-dd > ul > li > a {border-bottom: 0.2rem solid #ddd;}

.nav-content-dd > ul > li > ul > li > a {
	display: block;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}



/* #Navigation Accordion Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-acdn-wrapper {background: #ffffff;}

.nav-acdn-wrapper ul {position: relative;}

.nav-acdn-wrapper .nav-acdn-active > a, 
.nav-acdn-wrapper > ul > li:hover > a {opacity: 1;}

.i-Health-and-Beauty .nav-acdn-wrapper > ul > li {border-top: 0.2rem solid #555;}
.i-Health-and-Beauty .nav-acdn-active > a {background: #555;}

.i-Gifts .nav-acdn-wrapper > ul > li {border-bottom: 0.2rem solid #ddd;}
.i-Gifts .nav-acdn-active > a {background: #ddd;}

.i-Toys-and-Games .nav-acdn-wrapper > ul > li {border-top: 0.2rem solid #fff;}
.i-Toys-and-Games .nav-acdn-wrapper .nav-acdn-active > a {
	background: #fff; 
	color: #ffffff;	
}

.nav-acdn-wrapper > ul > li > a {
	display: block;
	font-size: 1.4rem;
	padding: 1.4rem 1rem;
}
	
.nav-acdn-content > a:after {
  	content: "\f067";
  	font-family: FontAwesome;
  	font-size: 1.2rem;
  	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 {text-align: center;}



/* #Category Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.category-heading h1 {margin-bottom: 0;}

.breadcrumbs {font-size: 1.2rem;}

.breadcrumbs a {color: #888;}

.breadcrumbs .current,
.breadcrumbs-product {
	color: #444;
	display: inline-block;
	font-weight: 600;
}

.category-products, 
#category-products {width: 100%;}

.sortby-dd-d {text-align: right;}

.sortby {
	font-size: 1.3rem;
	line-height: 1;
}

.ekm-sortby label {margin-right: 0.6rem;}

.incategory-desc {font-size: 1.4rem;}

/* Sub-Category Styles */
.sub-categories-list {
	margin-top: -4rem;
	text-align: center;
}

.sub-category-item {
	font-size: 1.4rem;
	padding-top: 4rem;
}

.sub-category-image,
.sub-category-no-image {
	height: 0;
    position: relative;
    padding-bottom: 100%;
}

.sub-category-no-image {background: #e0e0e0;}

.sub-category-image img {
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: auto;
}

.sub-category-no-image img {
    display: flex;
    padding-bottom: 100%;
}

.product-item-short-description {
	font-size: 1.2rem;
    color: #444;
}

/* #Category Filter Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filter-sidebar-d {margin-top: -2rem;}

.filter-content h3 {
	font-size: 1.6rem;
	margin-bottom: 0;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.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: #e35807;}

.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: #e35807;
    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: 600!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-heading 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;
}

/* Product Page Price Table */
.ekm-bulk-discount {
	border: 0.1rem solid #ddd!important;
	color: #444!important;
	margin-bottom: 3rem;
	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;
}

.i-Health-and-Beauty .product-buying-options,
.i-Toys-and-Games .product-buying-options {
    background: #ffffff;
    color: #fff;
}

.i-Gifts .product-buying-options {
    background: #f5f5f5;
    color: #444;
}

.product-buying-options br {display: none;}

.loyalty-points {
	font-size: 1.3rem;
	text-align: center;
}

/* Wishlist Button Styles */
.wishlist-wrapper {
    justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    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 {
    align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
	font-family: inherit; 
    padding: 0;
}


    	
    	.wishlist-btn { color: #333; }


.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-atc-wrapper {background: #f3f3f3;}

.product-atc-wrapper br {display: none;}

div#shopui-instalmentPlans {
    text-align: center;
}

/* 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 {
    border: none;
	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 {
	color: #686868;
	padding-left: 1rem;
}

.ekm-productoptions-textarea {
    color: #686868;
    font-size: 1.2rem;
    max-width: 100%;
    padding: 1rem;
    width: 100%;
}

.i-Gifts .main-product-options select,
.i-Gifts .ekm-productoptions-input-text,
.i-Gifts .ekm-productoptions-textarea {border: 0.2rem solid #ddd;}

._EKM_OPTIONIMAGE_BUTTON {font-size: 1.4rem;}

/* Add To Cart Button */
.ekmps-product-add-to-cart {
    border: 0.3rem solid #444444;
    background: none;
    color: #444444;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 600;
    height: 6.4rem;
    transition: 0.15s;
    width: 100%;
}

.ekmps-product-add-to-cart:hover {
	background: #444444;
	color: #ffffff;
}

.product-specs ul li:nth-child(odd) {background: #f3f3f3;}

.product-social {margin-left: -0.6rem;}

.product-social div {padding: 0 0 0 0.6rem !important;}

/* 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: #e35807;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 4rem;
    width: 6rem;
}

#ekm-backinstock-button:hover {opacity: 0.7;}



/* #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: 600;
	position: relative;
	width: 100%;
}

.prod-acdn-header::after {
	color: #444;
  	content: "\f107";
  	font-family: FontAwesome;
  	font-size: 2rem;
  	line-height: 1.3;
  	position: absolute;
}

.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%;
}

/* 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-item-name {border-bottom: 0.25rem solid #ddd;}

.product-item-name a {
    color: #444;
    line-height: 1.2;
}

.product-item-price-wrapper {line-height: 1;}

.product-item-price {font-weight: 600;}

.product-item-rrp {
    font-size: 1.2rem;
    color: #ababab;
    text-decoration: line-through;
}

.product-item-vat {
	font-size: 1.4rem;
    opacity: .75;
}

.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: #e35807;
}

.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: #181818;
    border: 0.1rem solid transparent;
    color: #fff;
    opacity: 1;
}

.pagination-current-page, .pagination-current-page:hover {
	background: #ddd;
	color: #666;
}



/* #Footer Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.i-Gifts .footer-wrapper {border-top: 0.2rem solid #ddd;}

.footer-wrapper {font-size: 1.2rem;}

.footer-columns {background: #ffffff;}

.footer-columns h2 {
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.webpages-list {margin-top: -0.4rem;}

.webpages-item {padding-top: 0.4rem;}

.ekmps-vat-number-company-number,
.address-element {text-align: center;}

.copyright-section {background: #ffffff;}

/* Newsletter Styles */
.newsletter-copy {line-height: 1.2;}

#ekmResponseEmailAddress {
	font-size: 1.2rem;
    height: 4.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 100%;
}

.i-Health-and-Beauty #ekmResponseEmailAddress {border: none;}

.i-Gifts #ekmResponseEmailAddress {border: 0.2rem solid #ddd;}

.i-Toys-and-Games #ekmResponseEmailAddress {border: none;}

#ekmResponseSignupButton {
	background: none;
    border: 0.3rem solid #444444;
    cursor: pointer;
    color: #444444;;
    font-size: 1.6rem;
    font-weight: 600;
    height: 5rem;
    margin-top: 1.2rem;
    padding: 1rem;
	width: 100%;
}

#ekmResponseSignupButton:hover {opacity: 0.7;}

.js-newsletterMessage {
    padding-top: 0.6rem;
    text-align: center;
    width: 100%;
}



/* #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: #e35807!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;}

.contact-form-row textarea {font-size: 1.2rem;}



/* #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: #e35807!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;}

.ekmps-write-your-own-review .ekmps-form-section .ekmps-frm-row textarea.text-field {font-size: 1.2rem;}



/* #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: #e35807!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: 2px solid #ddd;
    font-weight: 600!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 */
body .shopui-exit-modal__window {
	background-color: #ffffff;
	border-radius: 2px; 
	box-shadow: none; 
	
}

/* Exit Modal Title */
/* Exit Modal Message */





		body .shopui-exit-modal__title {
			font-family: "Montserrat", sans-serif;
			font-weight: 600;
			color: #444444;
		}

		body .shopui-exit-modal__message {
			font-family: "Montserrat", sans-serif;
			font-weight: 400;
			color: #444444;
		}
	


	/* Exit Modal Email Field */
	.shopui-exit-modal__window .shopui-text-field {
		border: 2px solid #ddd;
		font-size: 18px;
		border-radius: 2px;
	}

	/* Exit Modal Button */
	body .shopui-exit-modal__window .shopui-button--primary,
	body .shopui-exit-modal__window a.shopui-button--primary {
		color: #444444;
		font-weight: 600;
		border-width: 3px;
		border-color: #444444;
		background-color: #ffffff;
	}

		body .shopui-exit-modal__window .shopui-button--primary:hover,
		body .shopui-exit-modal__window a.shopui-button--primary:hover {
			color: #444444;
			font-weight: 600;
			border-width: 3px;
			border-color: #444444;
    		background-color: #ffffff;
    		opacity: 0.5;
		}



/* #Softcart Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekm-softcart-gotocheckout {border-radius: 0!important;}

.ekm-softcart-continue,
.ekm-softcart span.ekm-softcart-item-name a,
.ekm-softcart span.ekm-softcart-item-name a:hover {color: #e35807!important;}

.ekm-softcart {background-color: #ffffff;}

.ekm-softcart div.ekm-softcart-header h1 {
	background-color: #ffffff;
	color: #444444;
	font-weight: 600;
	font-size: 20px;
}

.ekm-softcart,
.ekm-softcart div.ekm-softcart-inner,
.ekm-softcart div.ekm-softcart-links,
.ekm-softcart div.ekm-softcart-totals {
	background-color: #ffffff;
	border-top: 3px solid #444444;
}

.ekm-softcart p.ekm-softcart-subtotal,
.ekm-softcart span.ekm-softcart-item-cost {color: #444444;}

.ekm-softcart a.ekm-softcart-gotocheckout {
	background: none;
	color: #444444;
	font-weight: 600;
	border: 3px solid #444444;
	transition: 0.15s;
}

.ekm-softcart div.ekm-softcart-links a:hover {
	background-color: #444444;
	color: #ffffff;
	opacity: 1;
}



/* #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: #e35807!important;}

.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout {background: #7cc06a!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: #e35807!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 {
	
	
	font-family: "Montserrat", sans-serif;
	
	
}

.header-section,
.header-icon-text, 
.webpages a, 
.footer-wrapper,
.header-elements-wrapper,
.header-elements-wrapper a,
.ekmps-search-field,
.nav-acdn-wrapper > ul > li > a,
.nav-content-dd a {
      
	
	color: #444444;  
	
	  
}




@media (min-width: 780px) {
    
    /* Desktop View Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Header Styles
    - #Dropdown Navigation Styles
    - #Category Page Styles
    - #Category Filter Styles
    - #Product Page Styles
    - #Product List & Product Image Styles
    - #Footer Styles
    - #Search 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;
    	max-height: 5rem;
    }

    .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;}

    .ekmps-search-field {
        font-size: 1.6rem;
        height: 8rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .ekmps-search-button {
        height: 8rem;
        width: 8rem;
    }

    .nav-btn,
    .nav-content-m {display: none;}

    .account-content {
        padding-left: 35%;
        padding-right: 35%;
    }

    .login-input-label {font-size: 1.3rem;}

    .login-input-field {height: 4.8rem;}
    
    .i-Health-and-Beauty .header-section svg,
	.i-Gifts .header-section svg, 
	.i-Toys-and-Games .header-section svg {fill: #444444;}
    
    .i-Health-and-Beauty .header-btn-active,
    .i-Gifts .header-btn-active, 
    .i-Toys-and-Games .header-btn-active {color: #e35807;}

    .i-Health-and-Beauty .header-btn-active svg,
    .i-Gifts .header-btn-active svg, 
    .i-Toys-and-Games .header-btn-active svg,
    .ekmps-search-button:hover svg {fill: #e35807;}
    
    .i-Gifts .nav-content-dd,
    .i-Gifts .search-content,
    .i-Gifts .account-content {border-top: 0.2rem solid #ddd;}



    /* #Dropdown Navigation Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .nav-btn-dd {
        cursor: pointer;
        font-size: 1.8rem;
        font-weight: 600;
    }	

    .nav-btn-dd::after,
    .nav-btn-dd.header-btn-active::after {
        position: relative;
        font-family: FontAwesome;
        margin-left: 0.2rem;
    }

    .nav-btn-dd::after {content: "\f107";}

    .nav-btn-dd.header-btn-active::after {content: "\f106";}
    
	.products-label {
	    display: inline-block;
	}
	
	.products-label .ekm-design-plaintext > a.nav-btn-dd {
	    display: none;
	}
	
	a.nav-btn-dd.ekm-edit-element-hover-wrapper {
	    display: none;
	}	

    /* #Category Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .main-short-desc {font-size: 1.4rem;}



    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-section-m {display: none;}



    /* #Product Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .prod-acdn-header {
        padding-bottom: 1.6rem;
        padding-top: 1.6rem;
    }

    .prod-acdn-header::after {right: 0;}

    .product-item-price-wrapper {padding-bottom: 0.8rem;}
    
    
    
    /* #Product List & Product Image Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .product-list,
    .category-product-list {margin-top: -6rem;}

    .product-item {margin-top: 6rem;}  



    /* #Footer Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .card-logos {text-align: right;}

    .ekm-card-logos-image {padding-left: 0.4rem;}
    
    
    
    /* #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;}
    
}




@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 {
    	padding-bottom: 1.2rem;
    	padding-top: 1.2rem;
    	text-align: center;
    }
    
    .logo img {max-height: 6rem;}
    
    .logo a {font-size: 2rem;}
    
    .header-section {
        flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
    }
    
    .header-btn {
		flex-basis: 0;
            -ms-flex-preferred-size: 0;
		flex-grow: 1;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
	}

	.header-section svg {fill: #444444;}

	.i-Health-and-Beauty .header-icon-section-m {
		border-bottom: 0.2rem solid #555;
		border-top: 0.2rem solid #555;
	}
	.i-Health-and-Beauty .header-icon-border-m {border-right: 0.2rem solid #555;}
	.i-Health-and-Beauty .header-btn-active {background: #555;}
	
	.i-Gifts .header-icon-section-m {
		border-bottom: 0.2rem solid #ddd;
		border-top: 0.2rem solid #ddd;
	}
	.i-Gifts .header-icon-border-m {border-right: 0.2rem solid #ddd;}
	.i-Gifts .header-btn-active {background: #ddd;}

	.i-Toys-and-Games .header-icon-section-m {border-top: 0.2rem solid #fff;}
	.i-Toys-and-Games .header-icon-border-m {border-right: 0.2rem solid #fff;}
	.i-Toys-and-Games .header-btn-active {background: #fff;}
	.i-Toys-and-Games .header-btn-active svg {fill: #ffffff;} 

    .cart-btn-item-count {font-size: 1.3rem;}
    
    .nav-btn-dd,
	.nav-content-dd {display: none;}
    
    .login-input-label {font-size: 1.3rem;}
	
	.login-input-field {height: 4.2rem;}
	
	.logged-in-welcome, .logged-in-links {font-size: 1.4rem;}

	.ekmps-search-field {
		font-size: 1.2rem;
		height: 5.6rem;
	    padding-left: 1.2rem;
	    padding-right: 1.2rem;
	}
	
	.ekmps-search-button {
		height: 5.6rem;
		width: 5rem;
	}

    

    /* #Home Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .promo-image {text-align: center;}
    
    .section-title-border {
	    line-height: 1.2;
		margin-bottom: 2rem;
	}



    /* #Category Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .sortby-dd-d,
    .filter-sidebar-d {display: none;}
    
    .category-heading h1 {line-height: 1.2;}



    /* #Category Mobile Filter Button Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-section-m {
        position: relative;
        text-align: center;
    }

    .filter-btn-m, 
    .sortby-btn-m {
        border: 0.3rem solid #444;
        cursor: pointer;
        font-weight: 600;
        padding-bottom: 1.3rem;
        padding-top: 1.3rem;
    }

    .filter-btn-active-m {
        background: #e35807;
        border: 0.3rem solid transparent; 
        color: #fff;
    }

    .filter-content-m,
    .sortby-content-m {
        background: #ededed;
        display: none;
        left: 0;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: 1;
    }

    .filter-content-m::after,
    .sortby-content-m::after  {
        border-bottom: 1rem solid #ededed;
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
        content: "";
        left: 50%;
        position: absolute;
        top: -1rem;
        transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
    }

    .sortby-dd-m {text-align: center;}

.filter-content-m .ekm_clear_filters_btn {
	max-width: 100%; 
	margin-left: 20px;
}

    /* #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-buying-options-m {width: 100vw;}
    
    
    
    /* #Product Accordion Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .main-product-description,
    .write-review,
    .review {font-size: 1.4rem;}
    
    .prod-acdn-header {padding: 1.6rem;}
	
	.prod-acdn-header::after {right: 1.6rem;}
	
	.prod-acdn-content{
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	
	.prod-info-section {
		padding-left: 0;
		padding-right: 0;
	}
    


    /* #Product List & Product Image Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .product-item-name a {font-size: 1.4rem;}
    
    .product-list {margin-top: -6rem;}

    .product-item {
    	margin-bottom: -1rem;
    	padding-top: 6rem;
    }
    




    /* #Footer Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .webpages-list {margin-top: -1rem;}

    .webpages ul li {
        width: 50%;
        padding-top: 1rem;
    }

    .ekm-card-logos-image {
        padding-bottom: 0.6rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    
    .footer-columns p {margin-bottom: 0;}
    
    .currency table {
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.social-icons-d {display: none;}

    .social-icons > div {padding: 0.6rem 0.3rem 0 0!important;}
    
    .copyright-section {text-align: center;}
    


    /* #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%;}
    
    .sortby-m {margin-top: 1.8rem;}
 
}




@media (min-width:480px) and (max-width:980px) {
    
	/* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Category Filter Styles
    */
 
    
    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .filter-m,
    .sortby-m {
        flex-grow: 1;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
    }
    
}




@media only screen and (min-width: 0px) and (max-width: 359px) { 
    /* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Header Styles
    - #Category Filter Styles 
    - #Product Tabs Styles
    - #Product List & Product Image Styles
    - #Footer Styles   
    - #Search Page Styles   
    */  
    
    
    
    /* #Header Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .logo img {max-height: 5rem;}



    /* #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%;
    }



    /* #Footer Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .webpages ul li {width: 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%;}
}




@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 (min-width: 1200px) {
	
	/* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Footer Styles
    */
    
    
    
    /* #Footer Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.footer-columns div {
		flex: 1;
		-webkit-box-flex: 1;
        -ms-flex: 1;
	}
	
}




@media only screen and (min-width: 781px) and (max-width: 1099px) {
    
    /* Responsive Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Category Filter Styles
    - #Footer Styles
    */
    
    
    
    /* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.filter-sidebar-d {width: 20rem;}
	
	
	
	/* #Category Filter Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
	.footer-columns {
		flex-direction: column;
		-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
	}
    
}




@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){
	.quickview-btn-wrapper {
	    height: calc(100% + 20px) !important;
	    background: rgba(255,255,255,0.75) !important;
	}
}



/* ==========================================================================
#PRODUCT URGENCY FEATURE
========================================================================= */
.product-urgency.gibt-tactic span.js-ekm-pugibt-cd.shopui-timer-time {
    color: var(--ekm-success-colour-text);
    display: block;
}

.product-urgency.lsb-tactic .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);
}

.product-urgency.fd-tactic {
    margin: 2rem 0;
    text-align: center;
}

/* ==========================================================================
#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: #000;
    color: #444444;
    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: #444444;
}

.quickview-wrapper .ekm-edit-button-wrapper.ekm-design.ekm-design-html a:first-child {
    display: none;
}


/*------------*/
/*TABS OVERRIDES*/
/*------------*/

.tab-wrapper{
	max-width: none !important; 
}
解释