/*
Theme Name: Spectrum Merchandising
Author: Pipe Media
Author URI: https://pipemedia.co.uk
Description: Responsive WordPress Theme for Spectrum Merchandising
Version: 1.0
*/

/* Basic Styles
------------------------------------------- */

	body {
		background-color: #FFFFFF;
		font-family: "Poppins", Arial, Helvetica, Sans-serif;
		font-size: 18px;
		line-height: 28px;
		color: #222222;
		font-weight: 400;
	}

/* Typography
------------------------------------------- */

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		margin: 0 0 20px; }
	h1 { font-size: 40px; line-height: 46px; margin: 20px 0 30px; }
	h2 { font-size: 30px; line-height: 38px; margin: 40px 0 20px; }
	h3 { font-size: 24px; line-height: 30px; margin: 30px 0 20px; }
	h4 { font-size: 20px; line-height: 24px; }
	h5 { font-size: 16px; line-height: 20px; }
	h6 { font-size: 14px; line-height: 18px; }
	
	p { margin: 0 0 20px; }
	p.small { color: #666666; font-size: 16px; line-height: 21px; }
	p.medium { font-size: 24px; line-height: 30px; }
	p.large { font-weight: 300; font-size: 36px; line-height: 46px; }
	p.larger { font-weight: 900; font-size: 36px; line-height: 46px; }
	p img { margin: 0; }

	em { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote { margin: 40px 0; padding: 5px 40px 5px 45px; position: relative; }
	blockquote p { line-height: 30px; font-size: 20px; font-style: italic; color: #222222; margin-bottom: 10px; }
	blockquote p.quote-name { font-size: 16px; line-height: 24px; font-style: normal; color: #777777; }
	blockquote p:last-child { margin: 0; }
	
/*	Horizontal Line  */
	hr { border: solid #CCCCCC; border-width: 1px 0 0; clear: both; margin: 20px 0; height: 0; }

/*	Text alignment  */

	.text-center { text-align: center; }

/* Misc Utilities
------------------------------------------- */

/*	Display None  */
	.d-none { display: none; }

/*	Margins  */
	.m-0 { margin: 0; }
	.mb-0 { margin-bottom: 0; }
	.mb-10 { margin-bottom: 10px; }
	.mb-20 { margin-bottom: 20px; }
	.mb-30 { margin-bottom: 30px; }
	.mb-40 { margin-bottom: 40px; }
	.mb-60 { margin-bottom: 60px; }
	.mt-10 { margin-top: 10px; }
	.mt-20 { margin-top: 20px; }
	.mt-40 { margin-top: 40px; }
	.mt-60 { margin-top: 60px; }
	.ml-20 { margin-left: 20px; }
	.mr-20 { margin-right: 20px; }
	.m-auto { margin: 0 auto; }

/*	Floats  */

	.float-left { float: left; }
	.float-right { float: right; }

/* Links
------------------------------------------- */

	a { color: #222222; text-decoration: underline; }
	a:hover { color: #000000; }
	
	a.btn,
	button.btn,
	form .frm_submit button {
		display: inline-block;
		background-color: #D1744B;
		padding: 15px 30px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		line-height: 18px;
		color: #FFFFFF;
		transition: background .3s ease;
		border-radius: 10px;
	}
	
	a.btn.btn-sm {
		padding: 10px 20px;
		font-size: 16px;
		line-height: 16px;
	}
	
	a.btn:hover,
	form .frm_submit button:hover {
		background-color: #B6582F;
		color: #FFFFFF;
	}

/* Lists
------------------------------------------- */

	ul {
		list-style: square;
		padding: 0 0 0 22px;
	}
	
	ul li, ol li {
		margin: 0 0 8px;
		padding-left: 7px;
	}

/* Images
------------------------------------------- */

	img {
		max-width: 100%;
		height: auto;
	}

	img.alignleft {
		float: left;
		margin: 0 40px 0 0;
	}
	
	img.alignright {
		float: right;
		margin: 0 0 0 40px;
	}
	
	img.aligncenter {
		margin: 40px auto;
		display: block;
	}
	
	.page-image-holder img {
		border-radius: 10px;
	}

/* Table
------------------------------------------- */
	
	table {
		border-collapse: collapse;
		width: 100%;
	}
	
	table tbody tr td {
		border-bottom: 1px solid #DDDDDD;
		padding: 20px 10px;
		vertical-align: top;
	}
	
/* iFrame
------------------------------------------- */
	
	iframe {
		border: none;
		line-height: 1;
		margin: 0;
		max-width: 100%;
	}
	
/* Video
------------------------------------------- */

	.video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
	}

	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* Forms
------------------------------------------- */
	
	input[type="text"], input[type="email"], input[type="password"], textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
	}

/* Sections
------------------------------------------- */

	section {
		position: relative;
		padding: 60px 0;
	}
	
	section.page-title {
		background-color: #EEEBFF;
		padding: 50px 0;
	}
	
	section.page-title h1 {
		margin: 0;
	}
	
	section.bg-purple {
		background-color: #5848D0;
		color: #FFFFFF;
	}
	
	section.bg-green {
		background-color: #6FB243;
		color: #FFFFFF;
		border-top: 3px solid #FFFFFF;
	}
	
	section.bg-light-purple {
		background-color: #EEEBFF;
	}
	
	section.bg-yellow {
		background-color: #FCF8E5;
	}
	
	section h1:first-child,
	section h2:first-child {
		margin-top: 0;
	}
	
	section.no-padding {
		padding: 1rem 0;
	}

/* Header
------------------------------------------- */
	
	header {
		padding: 20px 0;
	}
	
	header #logo {
		text-align: center;
	}
	
	header p.header-telephone {
		font-weight: 600;
		font-size: 36px;
		line-height: 42px;
		margin: 20px 0 10px;
	}
	
	header p.header-whatsapp {
		background: url('images/whatsapp.svg') left center no-repeat;
		background-size: 20px auto;
		font-size: 16px;
		line-height: 21px;
		padding-left: 30px;
	}
	
	header p.header-whatsapp a {
		text-decoration: none;
	}
	
	header p.header-whatsapp a:hover {
		text-decoration: underline;
	}
	
	header .header-enquiry {
		float: right;
	}
	
	header .header-enquiry p {
		font-weight: 600;
		text-align: right;
		margin-bottom: 10px;
	}
	
	header .header-search {
		border: 1px solid #DDDDDD;
		border-radius: 30px;
		margin-bottom: 10px;
		max-width: 200px;
		float: right;
		padding: 5px;
	}
	
	header .header-search .large-9 {
		padding-right: 0;
	}
	
	header .header-search .large-3 {
		padding-left: 0;
	}
	
	header .header-search input {
		padding: 5px 10px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		border: none;
		border-radius: 30px 0 0 30px;
	}

	header .header-search button {
		background: #5848D0 url('images/search.svg') center no-repeat;
		background-size: 15px auto;
		display: block;
		cursor: pointer;
		text-indent: -9999px;
		padding: 9px;
		width: 100%;
		border-radius: 30px;
	}
	
/* Navigation
------------------------------------------- */
	
	nav {
		background-color: #5848D0;
	}
	
	nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	nav ul li {
		margin: 0 15px;
		padding: 0;
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
		display: inline-block;
	}
	
	nav ul li a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		padding: 20px 0 15px 0;
		border-bottom: 5px solid #5848D0;
	}
	
	nav ul li.current-menu-item a {
		border-color: #EEEBFF;
	}
	
	nav ul li a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
/* Basket
------------------------------------------- */

	#basket {
		background-color: #D1744B;
		padding: 10px 0;
		border-top: 3px solid #FFFFFF;
	}
	
	#basket p {
		color: #FFFFFF;
		margin: 7px 0 0;
		font-size: 16px;
		line-height: 21px;
	}
	
	#basket a.btn {
		background-color: #FFFFFF;
		color: #D1744B;
		float: right;
	}

/* Footer
------------------------------------------- */
	
	footer .footer-inner {
		background-color: #EEEBFF;
		padding: 60px 0;
	}
	
	footer p.footer-title {
		font-weight: 600;
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	
	footer p.footer-telephone {
		font-weight: 600;
		font-size: 36px;
		line-height: 42px;
		color: #5848D0;
		margin-bottom: 10px;
	}
	
	footer ul.social {
		list-style: none;
		margin: 30px 0 0;
		padding: 0;
	}
	
	footer ul.social li {
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 0;
	}
	
	footer ul.social li svg {
		fill: #5848D0;
		width: 50px;
		height: 50px;
	}
	
	footer .footer-newsletter {
		padding-left: 40px;
	}
	
	footer .footer-newsletter form .frm_submit button {
		background-color: #5848D0;
	}
	
	footer .footer-nav {
		margin-top: 40px;
	}
	
	footer .footer-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	footer .footer-nav ul li {
		display: inline-block;
		margin: 0;
		padding: 0 30px;
		border-right: 1px solid #888888;
		line-height: 18px;
	}
	
	footer .footer-nav ul li:last-child {
		border: none;
	}
	
	footer .footer-nav ul li a {
		text-decoration: none;
	}
	
	footer .footer-nav ul li a:hover {
		text-decoration: underline;
	}
	
	footer .footer-credits {
		text-align: center;
		padding: 30px 0;
	}
	
	footer .footer-credits p {
		color: #777777;
		margin: 0;
		font-size: 16px;
		line-height: 21px;
	}

/* Page
------------------------------------------- */

	.row {
		max-width: 1100px;
	}
	
/* Icons
------------------------------------------- */
	
	.icon img {
		height: 75px;
	}
	
	.icon h3 {
		margin: 35px 0 15px;
	}
	
/* Card
------------------------------------------- */

	.card {
		-moz-box-shadow: 0 0 5px #DDDDDD;
		-webkit-box-shadow: 0 0 5px #DDDDDD;
		box-shadow: 0 0 5px #DDDDDD;
		background-color: #FFFFFF;
		padding: 20px;
		color: #000000;
		border-radius: 10px;
		margin-bottom: 2rem;
	}

	.card img {
		margin-bottom: 20px;
		display: block;
		border-radius: 10px;
	}

	.card h3 {
		margin: 0 0 15px;
	}

	.card p {
		line-height: 24px;
		font-size: 16px;
	}

	.card p:last-child {
		margin: 0;
	}

/* Accordion
------------------------------------------- */

	.accordion {
		margin-top: 40px;
	}

	.accordion .accordion-title {
		background-color: #EEEBFF;
		padding: 15px 40px 15px 15px;
		margin: 0;
		position: relative;
		color: #222222;
		border-radius: 10px;
		margin-bottom: 1rem;
		font-size: 22px;
		line-height: 28px;
	}

	.accordion .accordion-title:hover {
		cursor: pointer;
	}

	.accordion .accordion-title:focus {
		outline: none;
	}

	.accordion .accordion-title .ui-icon {
		position: absolute;
		right: 15px;
		top: 13px;
		color: #5848D0;
	}

	.accordion .accordion-title .ui-icon::before {
		display: block;
		content: "+";
	}

	.accordion .accordion-title.ui-state-active .ui-icon::before {
		content: "-";
	}

	.accordion .accordion-content {
		padding: 0 20px 20px 20px;
	}

/* Logos
------------------------------------------- */
	
	ul.logos {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	ul.logos li {
		list-style: none;
		margin: 10px 30px;
		padding: 0;
		display: inline-block
	}
	
	ul.logos li img {
		max-height: 65px;
	}
	
/* Product Carousel
------------------------------------------- */
	
	.owl-carousel.product-carousel .owl-nav button.owl-prev,
	.owl-carousel.product-carousel .owl-nav button.owl-next {
		position: absolute;
		top: 50%;
		margin-top: -23px;
		width: 35px;
	}
	
	.owl-carousel.product-carousel .owl-nav button.owl-prev span,
	.owl-carousel.product-carousel .owl-nav button.owl-next span {
		width: 15px;
		height: 28px;
		display: block;
		margin: 0 auto;
		text-indent: -9999px;
	}

	.owl-carousel.product-carousel .owl-nav button.owl-prev {
		left: -40px;
		height: 48px;
	}

	.owl-carousel.product-carousel .owl-nav button.owl-prev span {
		background: url('images/arrow-carousel-left.svg') no-repeat;
	}

	.owl-carousel.product-carousel .owl-nav button.owl-next {
		right: -40px;
		height: 48px;
	}

	.owl-carousel.product-carousel .owl-nav button.owl-next span {
		background: url('images/arrow-carousel-right.svg') no-repeat;
	}
	
	.product-carousel .product-carousel-product {
		background-color: #EEEBFF;
	}
	
	.product-carousel .product-carousel-product a {
		text-decoration: none;
	}
	
	.product-carousel .product-carousel-product span {
		background: url('images/arrow-right.svg') right 10px center no-repeat;
		background-size: 20px auto;
		display: block;
		font-size: 20px;
		line-height: 26px;
		font-weight: 600;
		padding: 15px;
	}
	
/* Home
------------------------------------------- */
	
	.product-grid .row {
		max-width: 1400px;
	}
	
	.product-grid .columns {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	
	.product-grid .row .row {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	
	.product-grid .image-margin {
		margin-bottom: 1rem;
	}
	
	.product-grid .seasonal-message {
		background-color: #B6582F;
		color: #FFFFFF;
		padding: 30px;
		text-align: center;
	}
	
/* Product Category
------------------------------------------- */
	
	.product-category {
		border: 1px solid #DDDDDD;
		background-color: #FFFFFF;
		padding: 20px;
		color: #000000;
		border-radius: 10px;
		margin-bottom: 2rem;
		text-align: center;
	}
	
	.product-category h2 {
		font-size: 22px;
		line-height: 28px;
		margin: 20px 0 0;
	}
	
	.product-category h2 a {
		text-decoration: none;
	}
	
/* Products
------------------------------------------- */
	
	.product-listing {
		border: 1px solid #DDDDDD;
		background-color: #FFFFFF;
		padding: 20px;
		color: #000000;
		border-radius: 10px;
		margin-bottom: 2rem;
	}
	
	.product-details {
		margin-top: 20px;
	}
	
	.product-listing h2 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	
	.product-listing h2 a {
		text-decoration: none;
	}
	
	.product-listing p.product-details-price {
		color: #777777;
	}
	
/* Product
------------------------------------------- */
	
	p.product-price {
		font-size: 22px;
		line-height: 28px;
		color: #5848D0;
	}
	
	.product-enquiry {
		background-color: #FCF8E5;
		border-radius: 10px;
		padding: 20px 20px 10px;
		margin-top: 40px;
	}
	
	.product-enquiry h3 {
		margin-top: 0;
	}
	
	.product-enquiry #frm_field_17_container {
		margin: 0;
	}
	
	.owl-carousel.gallery-carousel .owl-nav button.owl-prev,
	.owl-carousel.gallery-carousel .owl-nav button.owl-next {
		position: absolute;
		top: 50%;
		margin-top: -23px;
		width: 35px;
	}
	
	.owl-carousel.gallery-carousel .owl-nav button.owl-prev span,
	.owl-carousel.gallery-carousel .owl-nav button.owl-next span {
		width: 15px;
		height: 28px;
		display: block;
		margin: 0 auto;
		text-indent: -9999px;
	}

	.owl-carousel.gallery-carousel .owl-nav button.owl-prev {
		left: -40px;
		height: 48px;
	}

	.owl-carousel.gallery-carousel .owl-nav button.owl-prev span {
		background: url('images/arrow-carousel-left.svg') no-repeat;
	}

	.owl-carousel.gallery-carousel .owl-nav button.owl-next {
		right: -40px;
		height: 48px;
	}

	.owl-carousel.gallery-carousel .owl-nav button.owl-next span {
		background: url('images/arrow-carousel-right.svg') no-repeat;
	}
	
	.gallery-carousel {
		border: 1px solid #DDDDDD;
		margin-bottom: 10px;
	}

	.gallery-carousel img {
		padding: 30px;
	}
	
	.gallery-carousel .owl-item div {
		position: relative;
	}
	
	.gallery-carousel .owl-item div .enlarge-banner {
		position: absolute;
		bottom: 10px;
		left: 10px;
		font-size: 14px;
		line-height: 19px;
		color: #666666;
	}
	
	.gallery-thumb-carousel img {
		border: 1px solid #DDDDDD;
		padding: 10px;
	}
	
	ul.product-colours {
		list-style: none;
		margin: 0 0 30px;
		padding: 0;
	}
	
	ul.product-colours li {
		width: 35px;
		height: 35px;
		border: 1px solid #DDDDDD;
		border-radius: 50%;
		margin: 0 5px 0 0;
		padding: 0;
		display: inline-block;
		text-indent: -9999px;
	}
	
	ul.product-colours li.colour-Black {
		background-color: #000000;
	}
	
	ul.product-colours li.colour-Grey {
		background-color: #808282;
	}
	
	ul.product-colours li.colour-Yellow {
		background-color: #fae80b;
	}
	
	ul.product-colours li.colour-Red {
		background-color: #cf2233;
	}
	
	ul.product-colours li.colour-Blue {
		background-color: #2d63af;
	}
	
	ul.product-colours li.colour-Green {
		background-color: #0c8142;
	}
	
	ul.product-colours li.colour-Brown {
		background-color: #81592f;
	}
	
	ul.product-colours li.colour-Pink {
		background-color: #f9cde0;
	}
	
	ul.product-colours li.colour-Orange {
		background-color: #f26946;
	}
	
	ul.product-colours li.colour-Purple {
		background-color: #4d3292;
	}
	
	ul.product-colours li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
/* News
------------------------------------------- */

	article {
		border: 1px solid #DDDDDD;
		background-color: #FFFFFF;
		padding: 20px;
		color: #000000;
		border-radius: 10px;
		margin-bottom: 2rem;
	}
	
	article img {
		margin-bottom: 20px;
		border-radius: 10px;
	}
	
	article h3 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 20px;
	}
	
	article h3 a {
		text-decoration: none;
	}

	article p.read-more {
		margin: 0;
	}
	
/* WooCommerce
------------------------------------------- */

	p.woocommerce-result-count,
	.woocommerce-ordering,
	.product_meta,
	.woocommerce.post-type-archive-product h1.page-title {
		display: none;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		border: 1px solid #DDDDDD;
		padding: 20px;
		border-radius: 10px;
	}
	
	.woocommerce ul.products li.product a img {
		margin: 0;
	}
	
	.woocommerce ul.products li.product h2.woocommerce-loop-category__title,
	.woocommerce-page ul.products li.product h2.woocommerce-loop-category__title {
		font-size: 22px;
		line-height: 28px;
		margin: 20px 0 0;
		padding: 0;
	}
	
	.woocommerce ul.products li.product h2.woocommerce-loop-category__title mark,
	.woocommerce-page ul.products li.product h2.woocommerce-loop-category__title mark {
		display: none;
	}
	
	.woocommerce h1.page-title {
		margin-bottom: 40px;
		font-size: 34px;
		line-height: 42px;
	}
	
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		font-size: 22px;
		line-height: 28px;
		margin: 20px 0 10px;
		padding: 0;
	}
	
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
		color: #5848D0;
		font-size: 18px;
		line-height: 24px;
	}
	
	.woocommerce ul.products li.product .button,
	.woocommerce.single-product button.single_add_to_cart_button {
		background-color: #D1744B;
		padding: 15px 30px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		line-height: 18px;
		color: #FFFFFF;
		border-radius: 10px;
		text-align: center;
	}
	
	.woocommerce-product-gallery__image img {
		border: 1px solid #CCCCCC;
	}
	
	.woocommerce div.product div.images ol.flex-control-nav {
		margin: 1rem 0 0;
		padding: 0;
	}
	
	.woocommerce div.product div.images ol.flex-control-nav li {
		margin: 0 10px 10px 0;
		padding: 0;
		width: calc(25% - 10px);
	}
	
	.woocommerce div.product div.images ol.flex-control-nav li img {
		border: 1px solid #CCCCCC;
	}
	
	.woocommerce div.product .product_title {
		margin-bottom: 15px;
	}
	
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
		color: #5848D0;
		font-weight: 600;
	}
	
	.woocommerce div.product table.variations tr td {
		padding: 10px 0;
	}
	
	.woocommerce div.product form.cart .variations {
		margin: 0;
	}
	
	.woocommerce div.product .wcpa_form_outer {
		margin-top: 0;
	}
	
	.woocommerce div.product .wcpa_wrap .wcpa_field_label {
		font-size: 18px;
		line-height: 24px;
	}
	
	.woocommerce .quantity .qty {
		border-radius: 10px;
		padding: 9px;
		border: 1px solid #CCCCCC;
		margin-right: 10px;
	}
	
	.woocommerce section.related.products {
		padding: 0;
	}
	
	.woocommerce section.related.products h2 {
		margin-bottom: 40px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-weight: normal;
	}
	
	.woocommerce #tab-description h2 {
		display: none;
	}
	
	.page-template-page-woocommerce .wp-element-button {
		background-color: #D1744B;
		padding: 15px 30px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		line-height: 18px;
		color: #FFFFFF;
		border-radius: 10px;
		display: inline-block;
	}

/* Search
------------------------------------------- */
	
	section.page-title form.search-form {
		margin-top: 30px;
	}
	
	section.page-title form.search-form input {
		border: none;
		padding: 10px;
		border-radius: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	section.page-title form.search-form button {
		display: block;
		cursor: pointer;
	}

/* Media Queries
------------------------------------------- */

/* Small only */
@media screen and (max-width: 39.9375em) {
	
	body {
		line-height: 24px;
		font-size: 16px;
	}
	
	h1 { font-size: 30px; line-height: 36px; margin: 15px 0 20px; }
	h2 { font-size: 26px; line-height: 32px; margin: 30px 0 15px; }
	h3 { font-size: 20px; line-height: 24px; margin: 15px 0; }
	h4 { font-size: 18px; line-height: 24px; }
	h5 { font-size: 16px; line-height: 20px; }
	h6 { font-size: 14px; line-height: 18px; }
	
	.woocommerce h1.page-title {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	
	section,
	footer .footer-inner {
		padding: 30px 0;
	}
	
	section.page-title {
		padding: 30px 0;
	}
	
	header {
		padding: 15px 0;
		position: relative;
	}
	
	header #logo {
		max-width: 180px;
	}
	
	header .header-search {
		max-width: none;
		float: none;
		margin-top: 15px;
		display: none;
	}
	
	header ul.mobile-nav {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 17px;
		right: 1rem;
	}
	
	header ul.mobile-nav li {
		background: #5848D0 url('images/menu.svg') center no-repeat;
		background-size: 15px auto;
		display: block;
		cursor: pointer;
		text-indent: -9999px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		float: left;
		margin-left: 10px;
	}
	
	header ul.mobile-nav li#search-control {
		background: #D1744B url('images/search.svg') center no-repeat;
		background-size: 15px auto;
	}
	
	header ul.mobile-nav li#whatsapp-control {
		background: #25D366 url('images/whatsapp-white.svg') center no-repeat;
		background-size: 15px auto;
	}
	
	nav {
		display: none;
	}
	
	nav ul {
		text-align: left;
	}
	
	nav ul li {
		display: block;
		line-height: 18px;
		font-size: 18px;
		margin: 0;
	}
	
	nav ul li a {
		padding: 15px 0 10px 0;
		border-bottom: 5px solid #5848D0;
	}
	
	footer p.footer-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	footer p.footer-telephone {
		font-size: 28px;
		line-height: 32px;
	}
	
	footer .footer-newsletter {
		padding: 30px 0 0 0;
	}
	
	footer .footer-nav {
		margin-top: 10px;
	}
	
	footer .footer-nav ul {
		border-top: 1px solid #888888;
		padding-top: 20px;
	}
	
	footer .footer-nav ul li {
		display: block;
		border: none;
		margin-top: 10px;
	}
	
	footer .footer-credits p {
		font-size: 14px;
		line-height: 19px;
	}
	
	.product-grid .seasonal-message {
		padding: 20px;
	}
	
	.product-listing {
		padding: 15px;
		max-width: 275px;
		margin: 0 auto 2rem;
	}
	
	.product-listing h2 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.accordion .accordion-title {
		font-size: 20px;
		line-height: 26px;
	}
	
	.card {
		max-width: 300px;
		margin: 0 auto 2rem;
		padding: 15px;
	}
	
	.icon {
		max-width: 300px;
		margin: 0 auto 2rem;
	}
	
	.icon img {
		max-height: 50px;
	}
	
	.product-carousel .owl-nav {
		display: none;
	}
	
	.product-category h2,
	.woocommerce ul.products li.product h2.woocommerce-loop-category__title,
	.woocommerce-page ul.products li.product h2.woocommerce-loop-category__title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 1rem !important;
		padding: 15px;
	}
	
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
		font-size: 16px;
		line-height: 21px;
	}
	
	.woocommerce ul.products li.product .button,
	.woocommerce.single-product button.single_add_to_cart_button {
		font-size: 16px;
		line-height: 21px;
	}
	
	#basket p {
		margin: 0;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	body {
		line-height: 24px;
		font-size: 16px;
	}
	
	h1 { font-size: 36px; line-height: 44px; margin: 15px 0 20px; }
	h2 { font-size: 28px; line-height: 36px; margin: 30px 0 15px; }
	h3 { font-size: 22px; line-height: 28px; margin: 15px 0; }
	h4 { font-size: 20px; line-height: 24px; }
	h5 { font-size: 16px; line-height: 20px; }
	h6 { font-size: 14px; line-height: 18px; }
	
	.woocommerce h1.page-title {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 20px;
	}
	
	nav ul li {
		line-height: 18px;
		font-size: 18px;
		margin: 0 7px;
	}
	
	section,
	footer .footer-inner {
		padding: 40px 0;
	}
	
	section.page-title {
		padding: 40px 0;
	}
	
	header #logo {
		max-width: 300px;
		margin: 0 auto;
	}
	
	header .header-search {
		margin: 15px 0 0;
	}
	
	header p.header-telephone {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 5px;
	}
	
	header p.header-whatsapp {
		background-position: top 5px left;
		font-size: 14px;
		line-height: 21px;
	}
	
	footer p.footer-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	footer p.footer-telephone {
		font-size: 28px;
		line-height: 32px;
	}
	
	.product-grid .seasonal-message {
		padding: 20px;
	}
	
	.product-listing {
		padding: 15px;
	}
	
	.product-listing h2 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.accordion .accordion-title {
		font-size: 20px;
		line-height: 26px;
	}
	
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}