﻿/* Global Styles - Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- #Theme Colours - Do Not Delete
- #Universal Styles
- #Responsive Images
- #Typography
- #JS Element Overlay Styles
- #JS Drawer Styles
- #Main Header Styles
- #Category Page Styles
- #Category Filter and Sort Styles
- #Product Page Styles
- #Product Page Tab Styles
- #Product Page Reviews Styles
- #Product List & Product Image Styles
- #Pagination Styles
- #Newsletter Styles
- #Footer Styles
- #Copyright Styles
- #Search Page Styles
- #Contact Page Styles
- #Customer Review Page Styles
- #Softcart Styles
- #Newsletter Modal Styles
- #Cart Page Styles
- #EKM Global Styles
*/



/* #Theme Colours - Do Not Delete
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
#ff6d00


#303527


#303527


#ffffff


#f4f2ed


#000000


#303527


#ffffff


#ffffff


#000000


#f4f2ed


#000000


#ff6d00
*/



/* #Universal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	box-sizing: border-box; 
	font-size: 62.5%;
	min-height: 100%;
}
    
*, *:before, *:after { box-sizing: inherit; }
    
body {
    background: #fff ;
    color: #333;
    font-weight: 300;
    height: 100%;
    line-height: 1.5;
    position: relative;
}

a, img {
    border: none;
    color: #303527;
    text-decoration: none;
}
    
a:hover { opacity: 0.7; }
    
::-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;
}

strong { font-weight: 600; }

svg {
	display: block;
	vertical-align: top;
}

main { display:block; }/*IE11 Fix :( */

.text-highlight { color: #ff6d00; }

.global-btn,
.ekmResponseSignupButton {  -webkit-tap-highlight-color: rgba(0,0,0,0); }

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"],
input[type="url"], textarea
    { font-size: 16px; } /* mobile zoom input fix */



/* #Responsive Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Prevent images from breaking outside of their containers */
img {
    font-style: italic;
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}

/* Fix issue caused by above styles on Product Promo Stickers */
.ekm-product-image-badge-wrapper img {
    max-width: inherit;
    vertical-align: baseline;
}



/* #Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.section-title { position: relative; }

.section-title-span { background: #fff; }

.section-title-span::after {
    background: #ddd;
    content: "";
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}



/* #JS Element Overlay Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.jsNavOverlay,
.jsDrawerOverlay {
	background: rgba(0,0,0,0.9);
	display: none;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.jsNavOverlay { z-index: 7; }

.jsDrawerOverlay { z-index: 3; }



/* #JS Drawer Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.jsDrawerBtn { cursor: pointer; }

.jsDrawer {
	background: #303527;
	color: #fff;
	height: calc(100vh - 87px);
	overflow-y: auto;
	position: fixed;
	bottom: 0;
	z-index: 4;
}

.jsDrawerFilter {
	right: 0;
	transition: right 0.3s ease-out;
		-webkit-transition: right 0.3s ease-out;
}

.jsDrawerFilter.jsDrawerHidden { right: -100%; }
	
.jsDrawerActiveScroll { overflow: hidden; }

.jsDrawerCloseBtn { cursor: pointer; outline: 0; }

.jsDrawerHeader {
    background: #444;
    border-bottom: 0.2rem solid #585858;
}

.jsDrawerHeaderTitle { 
    flex: 1; 
        -webkit-box-flex: 1;
        -ms-flex: 1;
}



/* #Main Header Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */	
.main-header-section {
	position: relative;
    z-index: 8;
}

.main-header-usp { 
	background: #303527; 
	color: #ffffff;
}
	
.main-header-content {
	background-color: #f4f2ed;
	border-bottom: 0.3rem solid #ff6d00;
	color: #000000;
}

.jsBgImageReplace img { display: none; }

.logo img { width: auto !important;	}

.btn-circle { fill: #ff6d00; }

.btn-icon { fill: #000000; }

.search-bar-m form,
.search-bar-d form {
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	position: relative;
    width: 100%;
    white-space: unset;
}

.ekmps-search-field {
	background: none;
    border: 0.2rem solid #ff6d00;
    border-radius: 5rem;
    color: #fff;
    font-size: 1.6rem;
    height: 5rem;
    outline: 0;
    padding-left: 1.5rem;
    padding-right: 4rem;
    width: 100%;
}
	
.ekmps-search-button-m,
.ekmps-search-button-d {
    background: none;
    border: none;
    cursor: pointer;
    height: 5rem;
    padding: 0;
    position: absolute;
    right: 0.2rem;
    width: 5.5rem;
}
	
.ekmps-search-button-d:hover svg { fill: #ff6d00; }



/* #Category Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.category-heading {
	background: #484848;
	color: #fff;
}

/* Breadcrumbs Styles */
.breadcrumbs { font-size: 1.2rem; }

.breadcrumbs a { color: #888; }

.breadcrumbs .current {
	color: #fff;
	pointer-events: none;
}

/* Sub Categories Styles */
.sub-categories { text-align: center; }

.sub-categories-list { margin-bottom: -4rem; }
	
.sub-category-item { padding-bottom: 4rem; }

.sub-category-image { border-radius: 50%; }

.sub-category-name { 
	color: #333; 
	font-weight: 600; 
}

.category-bar {
    background: #303527;
    color: #fff;
	font-weight: 600;
}



/* #Category Filter and Sort Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filter-sortby-icon svg {
    height: 2.4rem;
    width: 2.4rem;
}

.ekm-filter-count { color: #999; }
    
.filter-item-check {
	font-size: 1.4rem;
	line-height: 1.3;
}

.filter-item-check:hover {color: #ff6d00;}

.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 #686868;
    content: "";
    height: 1.8rem;
    left: 0;
    position: absolute;
    top: 0.35rem;
    width: 1.8rem;
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
        -webkit-transform: scale(0);
}
    
.filter-item-check input[type="checkbox"]:not(:checked) + label:after, 
[type="checkbox"]:checked + label:after {
	background: #ff6d00;
    content: "";
	height: 1.2rem;
    left: 0.3rem;
    position: absolute;
    top: 0.65rem;
    width: 1.2rem;
}
    
form[name="product-filter"] .ui-slider-horizontal {
    height: 0.6rem;
    margin-bottom: 0.8rem;
    margin-left: 0.4rem;
    width: 97%;
}
    
.filter-price-slider { padding-top: 0.4rem; }

.filter-no-results { pointer-events: none; }

.price-label { font-weight: 400 !important; }

#ekm-sortby-option {
    border: 0.2rem solid #ddd;
    height: 4.6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
}



/* #Product Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.prod-page-title { text-align: center; }

.prod-page-price { line-height: 0.8; }

.prod-page-rrp {
    color: #ccc;
    font-size: 1.3rem;
	text-decoration: line-through;
}

.prod-page-vat { opacity: 0.75; }

.ekm-bulk-discount {
	border: 0.1rem solid #ddd !important;
	color: #333!important;
	margin: 3rem auto;
	width: 30rem;
}

.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: #333 !important; }

.oo-stock { color: #e04747; }

.oo-stock:before {
    content: "\f00d";
    margin-right: 0.4rem;
}

.prod-page-review-stars {
	font-size: 0;
	line-height: 1;
}

.prod-page-title-stars { color: rgba(255,255,255,0.32); }

.prod-page-review-average-stars,
.prod-page-review-score-stars { color: #ddd; }

.prod-page-review-stars-1 .fa:nth-child(1),
.prod-page-review-stars-2 .fa:nth-child(-n+2),
.prod-page-review-stars-3 .fa:nth-child(-n+3),
.prod-page-review-stars-4 .fa:nth-child(-n+4),
.prod-page-review-stars-5 .fa:nth-child(-n+5) { color: #ff6d00; }

.jsThumbnailNoImg { display: none; }

.prod-page-info br { display: none; }

.prod-page-short-desc { font-size: 1.3rem; }

.short-desc { font-size: 1.2rem; }

/* Label */
.options-label, 
.options-label-textarea {
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.4rem;
}

/* Default Options */
.options-select, 
.options-textfield, 
.options-textarea,
.image-uploader {
    display: block;
    position: relative;
    width: 100%;
}

/* Select and Input Text Field */
.prod-page-options select,
.ekm-productoptions-input-text {
	border: 0.2rem solid #ddd;
	padding-bottom: 1.2rem;
	padding-left: 1rem;
	padding-top: 1.2rem;
    width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
}

.prod-page-options select { cursor: pointer; }

.dropdown-option .options-select::after {
    color: #686868;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 1.6rem;
    pointer-events: none;
    position: absolute;
    right: 0.1rem;
    top: 1rem;
    width: 2rem;
}

.prod-page-options select::-ms-expand { display: none; }/* IE11 Fix */

/* Colour Swatches */
.ekm-productoptions-radio-option-label {
	border-radius: 0 !important;
	height: 2.4rem !important;
	width: 2.4rem !important;
}

/* Text Area */
.ekm-productoptions-textarea {
	border: 0.2rem solid #ddd;
    max-width: 100%;
    padding: 1rem;
    resize: vertical;
    width: 100%;
}

/* Image Upload */
._EKM_OPTIONIMAGE_BUTTON { font-size: 1.4rem; }

/* Add To Cart */
#_EKM_PRODUCTADDCART { width: 100%; }

.ekmps-product-add-to-cart {
    border: none;
    background: #ff6d00;
    color: #fff;
    cursor: pointer;
	font-size: 1.6rem;
    font-weight: 600;
	height: 4.5rem;
	max-width: 22rem;
    transition: 0.15s;
    width: 100%;
}

.ekmps-product-add-to-cart:hover {
    background: #fff;
    box-shadow: inset 0 0 0 0.2rem #ff6d00;
    color: #ff6d00;
}

/* Back In Stock */
#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% - 8rem);
}

#ekm-backinstock-button {
    background: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 4rem;
    vertical-align: bottom;
    width: 8rem;
}

#ekm-backinstock-button:hover { opacity: 0.7; }

#_EKM_PRODUCTADDCARTMESSAGE {
    display: flex;        
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
    align-items: center;
    	-webkit-box-align: center;
		-ms-flex-align: center;
}

.prod-page-loyalty-points { font-size: 1.3rem; }

/* Quantity Box Styles */
#_EKM_PRODUCTQTY_CONTAINER {
	margin-right: 2rem;
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.prod-page-qty input {
	border: 0.2rem solid #ddd;
	border-left: none;
	border-right: none;
	height: 4.6rem;
	text-align: center;
	width: 4.6rem;
}

.prod-page-qty-down-btn,
.prod-page-qty-up-btn {
	background: #fff;
    border: 0.2rem solid #ddd;
	cursor: pointer;
	height: 4.6rem;
	position: relative;
    width: 2.8rem;
}

.prod-page-qty-down-btn:after,
.prod-page-qty-up-btn:after {
    content: "";
    font-size: 1.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    	-webkit-transform: translate(-50%,-50%);
}

.prod-page-qty-down-btn:after { content: "\f068"; }

.prod-page-qty-up-btn:after { content: "\f067"; }

input[type=number] {-moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.ekmProductAttributeWrapper:nth-child(2n+1) { background: #efefef; }

.ekmProductAttributeWrapper {
    align-items: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    display: flex;
    display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	padding: 1.2rem;
}
	
.attribute-info { 
	flex: 1; 
		-webkit-box-flex: 1;
		-ms-flex: 1;
}

.attribute-name { font-weight: 600; }

/* 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;
    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 Page Tab Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tab-btns { background: #333; }

.tab-btns li { position: relative; }

.tab-btns a {
	color: #fff;
  	display: block;
  	font-weight: 600;
  	padding-bottom: 2rem;
	padding-top: 2rem;
	text-align: center;
}

.jsTabActive a { color: #ff6d00; }

.jsTabActive:after {
	border-bottom: 0.8rem solid #fff;
	border-left: 0.8rem solid transparent;
	border-right: 0.8rem solid transparent;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);	
		-webkit-transform: translateX(-50%);
}

.tab-span:before,
.tab-span:after,
.jsTabActive .tab-span:before,
.jsTabActive .tab-span:after  {
	content: "";
	display: inline-block;
}

.jsTabActive .tab-span:before,
.jsTabActive .tab-span:after {
	background: #ff6d00;
	bottom: 0.3rem;
	position: relative;
}

.tab-content { display: none; }



/* #Product Page Reviews Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.review-score-text {
    color: #333;
    font-weight: 600;
    margin-right: 1rem;
}

.review-average-count {
	color: #888;
	margin-top: 0.5rem;
}

.reviewer { line-height: 1; }

.review-image {
	background: #ff6d00;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.review-name { font-weight: 600; }

.review-location { color: #999; }

.review-stars-score { margin-top: 0.8rem; }

.review-info { 
	background: #f5f5f5;
	position: relative;
}

.review-info::before {
    content: "";
    position: absolute;
}

.review-info-blockquote {
	margin: 0;
	position: relative;
}

.review-info-blockquote::before {
    color: #7a7a7a;
    content: "\201C";
    font-style: italic;
    position: absolute;
}



/* #Product List & Product Image Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.prod-global-img,
.ekm-search-page-item__image {
	font-size: 0;
	height: 0;
	overflow: hidden; /* IE Fix */
    position: relative;
    padding-bottom: 100%;
}

.prod-global-img-link a img,
.prod-global-img-static img,
.ekm-search-page-item__image a img {
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    width: auto;
}


/* Thumbnail image fix */ 
.main-prod-image,
.thumbnail-image,
.main-prod-image-empty {
  font-size: 0;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.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;
}




.prod-box { height: 100%; }

.prod-item {
	position: relative;
	text-align: center;
}
	
.prod-item-name a {
	color: #333;
	font-weight: 600;
}

.prod-item-name-ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod-price-wrapper {
	justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
}

.prod-item-price { color: #888; }

.prod-item-vat { opacity: 0.75; }

.prod-item-rrp {
    font-size: 1rem;
    color: #888;
    text-decoration: line-through;
}

.prod-item-stars {
	background: #ff6d00;
	position: absolute;
	right: 0;
	top: 0;
}

.prod-review-stars {
	color: rgba(255,255,255,0.32);
	font-size: 0;
	line-height: 1;
}

.prod-review-stars-1 .fa:nth-child(1),
.prod-review-stars-2 .fa:nth-child(-n+2),
.prod-review-stars-3 .fa:nth-child(-n+3),
.prod-review-stars-4 .fa:nth-child(-n+4),
.prod-review-stars-5 .fa:nth-child(-n+5) { color: #fff; }

.fa-star {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
}

.prod-options-text { font-weight: 500; }

.prod-options-text::before {
	color: #ff6d00;
    content: "\f055";
    display: inline-block;
    position: relative;
    margin-right: 0.3rem;
}

.shopui-product-variant-preview__choice--colour, .shopui-product-variant-preview__choice--pattern { border-radius: 0 !important; }

.rvp-prod-list .ekm-product-image-badge-wrapper { display: none; }

.rvp-prod-list .prod-price-wrapper { line-height: 1; }



/* #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: #303527;
    border: 0.1rem solid transparent;
    color: #fff;
    opacity: 1;
}

.pagination-current-page, .pagination-current-page:hover {
	background: #ddd;
	color: #666;
}



/* #Newsletter Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.newsletter {
	background: #f4f2ed;
	border-top: 0.3rem solid #ff6d00;
	color: #000000;
}

.newsletter-wrapper { border-bottom: 0.2rem solid #fff; }

.newsletter-title { font-weight: 300; }

.newsletter-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    position: relative;
}

.ekmResponseEmailAddress {
	background: none !important;
    border: none;
    color: #fff;
}

.ekmResponseSignupButton {
    background: #56889b;
    border: none;
    border-radius: 50%;
}

.ekmResponseSignupButton:hover { opacity: 0.7; }

.jsNewsletterAlert {
	display: inline-block;
	line-height: 1;
}

.jsNewsletterAlert { display: none; }
	
.jsNewsletterSuccess + .jsNewsletterAlert,
.jsNewsletterFail + .jsNewsletterAlert { display: block; }

.jsNewsletterSuccess + .jsNewsletterAlert::before,
.jsNewsletterFail + .jsNewsletterAlert::before  {
	content: "";
    display: inline-block;
    position: relative;
}

.jsNewsletterSuccess .ekmResponseEmailAddress::placeholder,
.jsNewsletterFail .ekmResponseEmailAddress::placeholder { opacity: 1; }

.jsNewsletterSuccess + .jsNewsletterAlert::before { background: url("/ekmps/designs/assets/master/1635/images/newsletter-success.svg") center no-repeat; }

.jsNewsletterFail + .jsNewsletterAlert::before { background: url("/ekmps/designs/assets/master/1635/images/newsletter-fail.svg") center no-repeat; }

.jsNewsletterSuccess .ekmResponseEmailAddress { color: #59c15b; }

.jsNewsletterFail .ekmResponseEmailAddress { color: #f44d4d; }



/* #Footer Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */	
.main-footer-section {
	background-color: #f4f2ed;
	color: #000000;
	text-align: center;
}

.main-footer-content { border-top: 0.2rem solid #ff6d00; }

.webpages-section a { 
	color: #000000; 
	font-weight: 600;
}

.social-icons > div,
.ekm-card-logos-image { padding: 0 0.25rem !important; }

.currency table {
	margin-left: auto;
	margin-right: auto;
}



/* #Copyright Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */	
.copyright {
	background: #303527;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
}

.copyright a { color: #ffffff; }



/* #Search Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekm-search-page-results { margin-bottom: -6rem; }

.ekm-search-page-item__wrapper { padding-bottom: 6rem !important; }

.ekm-search-page-search-box__label {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
}

.ekm-search-page-search-box {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.ekm-search-page-search-box__field, 
.ekm-search-page-search-box__button { color: #333; }

.ekm-search-page-search-box__field {
	border: 0.2rem solid #ddd !important;
	width: 50% !important;
}

.ekm-search-page-search-box__button {
    background: url('/ekmps/designs/assets/master/0/images/search-page-icon.svg')  no-repeat center;
    border: 0.2rem solid #ddd;
    border-radius: 50%;
    text-indent: -99999rem;
    cursor: pointer;
    padding: 0 !important;
    margin-left: 1rem !important;
}

.ekm-search-page-search-box__button:hover { 
	background: #ddd url('/ekmps/designs/assets/master/0/images/search-page-icon.svg') no-repeat center; 
	background-size: 2rem;
	transition: 0.2s ease-in-out;
}

.ekm-search-page-item__image.ekm-search-page-item__image--empty { padding-top: inherit !important; }

.ekm-search-page-item__name { margin-top: 2rem !important; }

.ekm-search-page-item__name a {
    color: #333;
    font-weight: 600;
}

.ekm-search-page-item__price {
	color: #888;
	font-weight: 300 !important;
}

.ekm-search-page-pagination li:last-child {
     border-right: none !important; 
     border-top-right-radius: 0 !important; 
     border-bottom-right-radius: 0 !important;
}

.ekm-search-page-pagination li {
    display: inline-block;
     border: none !important; 
}

.ekm-search-page-pagination li a {
    display: block;
    text-decoration: none;
    border: 0.1rem solid #ddd;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.ekm-search-page-pagination li a:hover {
    background: #56889b;
    border: 0.1rem solid transparent;
    color: #fff;
    opacity: 1;
}

.ekm-search-page-pagination__page--selected:hover {
    background: #ddd !important;
    color: #666 !important;
}
.ekm-search-page-pagination li a, 
.ekm-search-page-pagination__page--ellipsis { padding: 10px 17px !important; }

/* #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: #303527 !important;
	border: none !important;
    border-radius: 0 !important;
	margin-left: 11rem !important;
	padding: 1.4rem !important;
}

#contact-form-submit#contact-form-submit input {
    font-weight: 600 !important;
    height: 4rem;
    padding: 0 !important;
    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: #303527 !important;
	border: none !important;
    color: #fff;
    cursor: pointer;
	padding: 1.4rem !important;	
}

.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.6rem; }



/* #Softcart Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekm-softcart-gotocheckout { border-radius: 0 !important; }

.ekm-softcart-gotocheckout { background: #ff6d00 !important; }

.ekm-softcart-close { color: #dd2e2e; }



/* #Newsletter Modal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Exit Modal Overlay */
.shopui-exit-modal__overlay { background-color: #f6f6f6; }

/* Exit Modal Main Window */
.shopui-exit-modal__window {
	background-color: #f6f6f6;
	border-radius: 0.2rem; 
	box-shadow: none; 
}

/* Exit Modal Title */
body .shopui-exit-modal__title {
    color: #333;
    font-weight: 700;
}

/* Exit Modal Message */
body .shopui-exit-modal__message {
    color: #333;
    font-weight: 300;
}

/* Exit Modal Email Field */
.shopui-exit-modal__window .shopui-text-field {
	border: 0.2rem solid #ddd;
	font-size: 1.8rem;
}

/* Exit Modal Button */
.shopui-exit-modal__window .shopui-button--primary,
.shopui-exit-modal__window a.shopui-button--primary {
	background-color: #ff6d00;
	border-color: #ff6d00;
	border-radius: 0;
}

.shopui-exit-modal__window .shopui-button--primary:hover,
.shopui-exit-modal__window a.shopui-button--primary:hover {
	background-color: #ff6d00;
	border-color: #ff6d00;
	opacity: 0.5;
}



/* #Cart Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ekmpscart-cart-items-column-header { background: #eaeaea !important; }

.ekmpscart-cart-items .ekmpscart-cart-items-product { background: none !important; }

.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a,
.ekmpscart-estimate-delivery-row-button a {
	color: #333 !important;
	padding-left: 0;
	padding-right; 0;
}

.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout { background: #ff6d00 !important; }



/* #EKM Global Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.i-Food-and-Drink,
body.i-Food-and-Drink .shopui-exit-modal__title,
body.i-Food-and-Drink .shopui-exit-modal__message { font-family: 'Montserrat', sans-serif; }

.jsPriorityNav .jsOverflowNavBtn:after,
.dropdown-option .options-select::after,
.prod-page-qty-down-btn:after,
.prod-page-qty-up-btn:after,
.prod-options-text::before,
.jsNavArrowDown > a:after,
.jsNavArrowDown > a:after,
.jsNavArrowUp > a:after,
.oo-stock:before { font-family: FontAwesome; }






/* Mobile Media Query */
@media (max-width: 779px) {
    /* Mobile Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––
    - #Universal Styles
    - #JS Drawer Styles  
    - #Header Styles
    - #Home Page Styles
    - #Category Page Styles
    - #Category Filter and Sort Styles
    - #Product Page Styles
    - #Product Page Tab Styles
    - #Product Page Reviews Styles
    - #Product List & Product Image Styles
    - #Newsletter Styles
    - #Footer Styles
    - #Copyright Styles
    - #Search Page Styles
    */
	
	
	
	/* #Universal Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	body { font-size: 1.4rem; }
    
    
    
	/* #JS Drawer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.jsDrawer { width: 80vw; }
	
	.jsDrawerMobileNav {
		left: 0;
		transition: left 0.3s ease-out;
			-webkit-transition: left 0.3s ease-out;
	}
	
	.jsDrawerCloseBtn svg {
	    height: 1.5rem;
	    width: 1.5rem;
	}
	
	.jsDrawerMobileNav.jsDrawerHidden { left: -100%; }
	
	.jsDrawerHeaderTitle { font-size: 2rem; }
	
	
	
	/* #Header Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.main-header-usp {
		font-size: 1.2rem;
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
	
	.main-header-content {
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
	
	.logo img { max-height: 4rem; }
	
	.theme-logo { max-height: 2.2rem; }
	
	.main-header-btn svg {
	    max-height: 2.6rem;
	    max-width: 2.6rem;
	}
	
	.search-bar-m form { max-width: 50rem; }

	.ekmps-search-button-m {
	    background: none;
	    border: none;
	    cursor: pointer;
	    height: 5rem;
	    padding: 0;
	    position: absolute;
	    right: 0.2rem;
	    width: 5.5rem;
	}
	
	.search-icon-m { 
		fill: #fff; 
		height: 2.4rem; 
		width: 2.4rem; 
	}
	
	.main-nav-m { text-align: center; }
	
	.main-nav-m a { 
		color: #ffffff;
		font-size: 1.6rem;
		font-weight: 500; 
	}
	
	.main-nav-m ul { 
		margin-bottom: -1.5rem; 
		overflow-y: auto;
	}
	
	.main-nav-m ul li { padding-bottom: 1.5rem; }
	
	.main-nav-m ul li:last-child { margin-bottom: 1.5rem; }
	
	.main-nav-d,
	.search-bar-d { display: none; }
	
		
	
	/* #Home Page Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .promo-banners-content { 
    	flex-wrap: wrap;
	    	-ms-flex-wrap: wrap;
    	margin-bottom: -2rem; 
    }
    
    .promo-banner { padding-bottom: 2rem; }
    
    
    
    /* #Category Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.category-bar {
		padding-bottom: 1.4rem;
		padding-top: 1.4rem;
	}
	
	.category-header-section { text-align: center;  }
	
	.cat-page-title { font-size: 2.2rem; }

    
    
	/* #Category Filter and Sort Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.sortby-btn { margin-left: 1.4rem; }
	
	.filter-sortby-text { margin-left: 0.4rem; }
	
	.filter-content-container { margin-bottom: -2rem; }

	.filter-content { padding-bottom: 2rem; }
	
	.filter-content h3 {
		font-size: 1.6rem;
		margin-bottom: 0.8rem;
	}
	
	.filter-item-list { margin-bottom: -0.8rem; }
	
	.filter-item-check { padding-bottom: 0.8rem; } 

	
    
	/* #Product Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.prod-page-grid {
		flex-wrap: wrap;
			-ms-flex-wrap: wrap;
	}
	
	.prod-page-social span { 
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}
	
	.prod-page-title {
	    font-size: 2.2rem;
	    line-height: 1.3;
	}
	
	.prod-page-title-stars .fa-star { font-size: 1.6rem; }
	
	.prod-page-review-average-stars .fa-star { font-size: 1.8rem; }
	
	.prod-page-review-score-stars .fa-star { font-size: 1.6rem; }
	
	.wishlist-wrapper {
		justify-content: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
	}
	
	
	
	/* #Product Page Tab Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.tab-btns ul { 
		justify-content: space-between; 
			-webkit-box-pack: justify;
        	-ms-flex-pack: justify;
	}
	
	.tab-btns a { font-size: 1.2rem; }
	
	.tab-span:before,
	.tab-span:after,
	.jsTabActive .tab-span:before,
	.jsTabActive .tab-span:after  { width: 1.2rem; }
	
	.tab-span:before,
	.jsTabActive .tab-span:before { margin-right: 0.5rem; }
	
	.tab-span:after,
	.jsTabActive .tab-span:after { margin-left: 0.5rem; }
	
	.jsTabActive .tab-span:before,
	.jsTabActive .tab-span:after { height: 0.2rem; }
	
    
	
	/* #Product Page Reviews Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.review-wrapper {
	    margin-top: -6rem;
	    padding-top: 3rem;
	}
	
	.review-block {	padding-top: 6rem; }
	
	.review-average,
	.review-leave-review { text-align: center; }
		
	.review-score-text { font-size: 2.4rem; }
	
	.review-score-text-no-review { display: block; }
	
	.reviewer {
		flex-wrap: wrap;
	       	-ms-flex-wrap: wrap;
		justify-content: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
	    text-align: center;
	}
	
	.review-image {
		font-size: 2.8rem;
		height: 6.4rem;
		line-height: 6.4rem;
		margin-left: auto;
		margin-right: auto;
		width: 6.4rem;
	}
	
	.review-location { font-size: 1.3rem; }
	
	.review-info-blockquote { padding: 1.6rem 3rem; }
	
	.review-info-blockquote::before {
	    font-size: 8rem;
	    left: -1.3rem;
	    top: -1.46rem;
	}
	
	.review-info::before {
	    border-bottom: 0.8rem solid #f5f5f5;
	    border-left: 0.8rem solid transparent;
	    border-right: 0.8rem solid transparent;
	    left: 50%;
	    top: -0.8rem;
	    transform: translateX(-50%);
	    	-webkit-transform: translateX(-50%);
	}
	
	
	
	/* #Product List & Product Image Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .prod-item-name { line-height: 1.25; }
    
    .prod-item-vat {
    	font-size: 1.1rem;
    	margin-left: 0;
    }
    
    .prod-list { margin-bottom: -4rem; }

    .prod-item { padding-bottom: 4rem; }
    
    .prod-item-stars { padding: 0.3rem;	}
    
    .prod-item-stars .fa-star { font-size: 1.2rem; }
    
    .prod-box-overlay-wrapper { display: none; }
    
	.prod-options-text { font-size: 1.2rem; }

	
	
	/* #Newsletter Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.newsletter { 
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
	
	.newsletter-title { font-size: 1.6rem; }
	
	.ekmResponseEmailAddress {
	    height: 3.6rem;
	    width: calc(100% - 2.6rem);
	}
	
	.ekmResponseSignupButton {
	    height: 2.6rem;
	    padding: 0.6rem 0.6rem 0.6rem 0.8rem;
	    width: 2.6rem;
	}
		
	.jsNewsletterAlert { font-size: 1.2rem; }
	
	.jsNewsletterSuccess + .jsNewsletterAlert::before,
	.jsNewsletterFail + .jsNewsletterAlert::before  {
	    height: 1rem;
	    margin-right: 0.4rem;
		top: 0.1rem;
		width: 1rem;
	}
	
	
	
	/* #Footer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.main-footer-content {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
	
	.webpages-list { margin-top: -1.6rem; }
	
	.webpages-item { padding-top: 1.6rem; }
	
	
	
	/* #Copyright Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.copyright {
		padding-bottom: 0.4rem;
		padding-top: 0.4rem;
	}
	
	
		
	/* #Search Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.ekm-search-page-search-box__field {
		border: 0.2rem solid #ddd !important;
		calc(100% - 6rem) !important
	}
	
	.ekm-search-page-search-box__button {
	    background-size: 2rem;
	    height: 5rem;
	    width: 5rem !important;
	}
	
	.ekm-search-page-item__wrapper { width: 50% !important; }
}






/* Desktop Media Query */
@media only screen and (min-width: 780px) {
    /* Desktop Styles - Table of contents
    ––––––––––––––––––––––––––––––––––––––––––––––––––  
    - #Universal Styles
    - #JS Drawer Styles
    - #Header Styles
    - #Desktop Nav Styles
    - #Desktop Nav Mega Menu Styles
    - #Desktop Nav JS Styles 
    - #Category Page Styles
    - #Category Filter and Sort Styles
    - #Product Page Styles
    - #Product Page Tab Styles
    - #Product Page Reviews Styles
    - #Product List & Product Image Styles
    - #Newsletter Styles
    - #Footer Styles
    - #Copyright Styles
    - #Search Page Styles
    */
    
    
    
    /* #Universal Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	body { font-size: 1.6rem; }
    
    
    
	/* #JS Drawer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.jsDrawer { width: 40rem; }
	
	.jsDrawerCloseBtn { top: 1.5rem; }
	
	.jsDrawerFilter .jsDrawerCloseBtn { right: 1.5rem; }
	
	
	
	/* #Header Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.main-header-usp {
		font-size: 1.4rem;
		padding-bottom: 0.6rem;
		padding-top: 0.6rem;
	}
	
	.logo img { max-height: 8rem;	}
	
	.usp-icon { margin-right: 0.5rem; } 
	
	.search-bar-d form { max-width: 50rem; }
	
	.search-icon-d { 
		fill: #fff; 
		height: 2.4rem; 
		width: 2.4rem; 
	}
	
	.nav-btn,
	.jsDrawerMobileNav { display: none; }
	

    
	/* #Desktop Nav Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */        
    .main-nav-d {
        background: #303527;
        font-size: 1.4rem; 
        font-weight: 600;
        position: relative;
    }
    
    .nav-wrapper-d a { color: #ffffff; }
    
    .nav-wrapper-d > ul { 
		margin-left: -2rem;  
		padding-top: 0.6rem;
    }

    .nav-wrapper-d > ul > li { 
		margin-top: 1.4rem;
		padding-left: 2rem; 
    }
    
    .nav-wrapper-d > ul > li > a { display: block; }
    
    
    
    /* #Desktop Nav Mega Menu Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */ 
    .mega-menu {
        background: #ffffff;
        display: none;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }  
    
    .mega-menu-item a { color: #000000; }


    
    /* #Desktop Nav JS Styles
    –––––––––––––––––––––––––––––––––––––––––––––––––– */  
    .jsNavActive > a {
        color: #ff6d00;
        position: relative;
        z-index: 1;
    }

    .jsNavActive > a::before {
	    background: #ffffff;
	    bottom: -0.5rem;
	    content: "";
	    height: 0.2rem;
	    position: absolute;
	    width: 100%;
	}

    .jsNavActive > a:hover { opacity: 1; }

    .jsNavActive > .mega-menu { display:block; }
    
    .jsNavArrowDown > a:after,
    .jsNavArrowUp > a:after {
        font-size: 1.2rem;
        padding-left: 0.6rem;
        position: relative;
    }

    .jsNavArrowDown > a:after { content: "\f107"; }

    .jsNavArrowUp > a:after {
        content: "\f106"; 
        top: -0.01rem;
    }
    
    .jsNavOverlayActive { display: block; }
	
	
	
	/* #Category Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.category-bar {
		padding-bottom: 1.6rem;
		padding-top: 1.6rem;
	}
	
	.category-heading h1 { font-size: 3rem; }

	
	
	/* #Category Filter and Sort Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.filter-sortby-text { margin-left: 0.5rem; }
	
	.filter-content-container { margin-bottom: -3rem; }

	.filter-content { padding-bottom: 3rem; }
	
	.filter-content h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	
	.filter-item-list { margin-bottom: -1rem; }
	
	.filter-item-check { padding-bottom: 1rem; }	
	
	
	
	/* #Product Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.prod-page-info {
		align-self: flex-start;
            -ms-flex-item-align: start;
	    position: sticky;
	    top: 4rem;
	}
	
	.prod-page-social span { margin-right: 0.6rem; }
	
	.prod-page-price-wrapper { margin-top: 1rem; }
	
	.prod-page-title-stars .fa-star { font-size: 2rem; }
	
	.prod-page-review-average-stars .fa-star { font-size: 2.4rem; }
	
	.prod-page-review-score-stars .fa-star { font-size: 1.6rem; }
	
	
	
	/* #Product Page Tab Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.tab-btns ul { 
		justify-content: center;
			-webkit-box-pack: center;
        	-ms-flex-pack: center;
	}
	
	.tab-btns li {
		margin-left: 2rem;
		margin-right: 2rem; 
	}
	
	.tab-btns a { font-size: 1.4rem; }
	
	.tab-span:before,
	.tab-span:after,
	.jsTabActive .tab-span:before,
	.jsTabActive .tab-span:after  { width: 1.8rem; }
	
	.tab-span:before,
	.jsTabActive .tab-span:before { margin-right: 1rem; }
	
	.tab-span:after,
	.jsTabActive .tab-span:after { margin-left: 1rem; }
	
	.jsTabActive .tab-span:before,
	.jsTabActive .tab-span:after { height: 0.3rem; }
	
	
	
	/* #Product Page Reviews Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.review-wrapper {
	    margin-top: -8rem;
	    padding-top: 4rem;
	}
	
	.review-block {	padding-top: 8rem; }
		
	.review-score-text { font-size: 2.6rem; }
	
	.review-average-count { font-size: 1.6rem; }
	
	.review-image {
		font-size: 3.4rem;
		height: 7.4rem;
		line-height: 7.4rem;
		width: 7.4rem;
	}
	
	.review-name { font-size: 1.8rem; }
	
	.review-location { font-size: 1.4rem; }
	
	.review-info-blockquote { padding: 1.4rem 5rem; }
	
	.review-info-blockquote::before {
	    font-size: 12rem;
	    left: -2rem;
	    top: -3.7rem;
	}	
	
	.review-info::before {
	    border-bottom: 1rem solid #f5f5f5;
	    border-left: 1rem solid transparent;
	    border-right: 1rem solid transparent;
	    left: 2.7rem;
	    top: -1rem;
	}
	
	
	
	/* #Product List & Product Image Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .prod-item-name { line-height: 1.25; }

    .prod-item-vat { font-size: 1.2rem; }
    
    .prod-list { margin-bottom: -6rem; }

    .prod-item { padding-bottom: 6rem; }
    
    .prod-item-stars { padding: 0.5rem;	}
    
    .prod-item-stars .fa-star { font-size: 1.6rem; }
    
	.prod-options-text { font-size: 1.3rem; }
	
	.rvp-prod-list .prod-item-name a { font-size: 1.4rem; }
	
	
	
	
	/* #Newsletter Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.newsletter-title { font-size: 2.2rem; }
	
	.newsletter-form { margin-bottom: 1rem; }
	
	.ekmResponseEmailAddress {
		font-size: 1.4rem;
	    height: 4.6rem;
	    width: calc(100% - 3.6rem);
	}
	
	.ekmResponseSignupButton {
	    height: 3.6rem;
	    padding: 0.8rem 0.8rem 0.8rem 1rem;
	    width: 3.6rem;
	}
		
	.jsNewsletterAlert { font-size: 1.4rem; }
	
	.jsNewsletterAlert::before {
	    height: 1.2rem;
	    margin-right: 0.5rem;
	    top: 0.1rem;
	    width: 1.2rem;
	}
	
	
	
	/* #Footer Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.webpages-list { margin-top: -2rem; }
	
	.webpages-item { padding-top: 2rem; }
	
	.contact-details { font-size: 1.4rem; }
	
	
	
	/* #Copyright Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */	
	.copyright {
		padding-bottom: 0.8rem;
		padding-top: 0.8em;
	}
	
	
	
	/* #Search Page Styles
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
	.ekm-search-page-search-box__field {
		border: 0.2rem solid #ddd !important;
		width: 50% !important;
	}
	
	.ekm-search-page-search-box__button {
	    background-size: 2rem;
	    height: 5rem;
	    width: 5rem !important;
	}
}