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

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

	body {
		background-color: #FFFFFF;
		font-family: "montserrat", Arial, Helvetica, Sans-serif;
		font-size: 16px;
		line-height: 24px;
		color: #454545;
		font-weight: 400;
	}

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

	h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase;
		font-weight: 400;
		color: #003764;
		margin: 0 0 20px; }
	h1 { font-size: 28px; line-height: 36px; }
	h2 { font-size: 24px; line-height: 30px; margin-top: 40px; }
	h3 { font-size: 22px; line-height: 26px; margin-top: 30px; }
	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; font-weight: 300; }
	p img { margin: 0; }

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

/*	Blockquotes  */
	blockquote, blockquote p { line-height: 36px; font-size: 26px; font-style: italic; color: #555555; }
	blockquote { margin: 40px 0 0; }
	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; }
	.text-right { text-align: right; }

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

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

/*	Margins  */
	.m-0 { margin: 0; }
	.mb-20 { margin-bottom: 20px; }
	.mb-30 { margin-bottom: 30px; }
	.mb-40 { margin-bottom: 40px; }
	.mb-60 { margin-bottom: 60px; }
	.mt-0 { margin-top: 0; }
	.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: #454545; text-decoration: underline; }
	a:hover { color: #000000; }
	
	a.btn,
	button.btn,
	form .frm_submit button {
		border-radius: 4px;
		display: inline-block;
		border: 1px solid #238DC1;
		background-color: #238DC1;
		padding: 20px;
		text-decoration: none;
		font-weight: 500;
		font-size: 24px;
		line-height: 25px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	
	a.btn.btn-sm {
		font-size: 18px;
		padding: 10px;
	}
	
	a.btn:hover,
	form .frm_submit button:hover {
		background-color: #FFFFFF;
		color: #238DC1;
	}

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

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

/* 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;
	}

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

	form .frm_submit button {
		margin-top: 20px;
	}

/* Table
------------------------------------------- */

	table {
		border-collapse: collapse;
		margin: 0;
		width: 100%;
		text-align: left;
	}
	
	table tbody tr td {
		padding: 10px 0;
	}

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

	section {
		position: relative;
		padding: 80px 0;
	}
	
	section h2:first-child {
		margin-top: 0;
	}

/* Owl Carousel
------------------------------------------- */

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		background: url('images/arrow-left.svg') center left 10px no-repeat;
		background-size: 18px auto;
		position: absolute;
		top: 50%;
		width: 18px;
		height: 52px;
		text-indent: -9999px;
		margin-top: -26px;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	.owl-carousel .owl-nav button.owl-next {
		background: url('images/arrow-right.svg') center right 10px no-repeat;
		background-size: 18px auto;
		right: 0;
	}

/* Header
------------------------------------------- */
	
	header {
		padding: 20px 0;
	}
	
	header ul.quick-links {
		list-style: none;
		float: right;
		margin: 0 0 67px;
		padding: 0;
	}
	
	header ul.quick-links li {
		text-transform: uppercase;
		font-weight: 500;
		font-size: 20px;
		float: left;
		margin: 0 25px 0 0;
		padding: 0;
	}
	header ul.quick-links li.fb svg{
		background-color: #003764;
		fill: #003764;
	}

	header ul.quick-links li.telephone {
		background: url('images/telephone.svg') left center no-repeat;
		background-size: 24px auto;
		padding-left: 35px;
	}
	
	header ul.quick-links li.email {
		background: url('images/email.svg') center no-repeat;
		background-size: 21px auto;
		width: 21px;
		height: 24px;
		margin-right: 50px;
	}
	
	header ul.quick-links li.account {
		background: url('images/account.svg') center no-repeat;
		background-size: 24px auto;
		width: 24px;
		height: 24px;
	}
	
	header ul.quick-links li.basket {
		background: url('images/cart.svg') center no-repeat;
		background-size: 24px auto;
		width: 24px;
		height: 24px;
		position: relative;
	}
	
	header ul.quick-links li.basket span {
		background-color: #003764;
		position: absolute;
		top: -7px;
		right: -10px;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 14px;
		padding: 3px 0;
		border-radius: 50%;
		display: inline-block;
		width: 20px;
		text-align: center;
	}
	
	header ul.quick-links li a {
		text-decoration: none;
		color: #238DC1;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	header ul.quick-links li.email a,
	header ul.quick-links li.account a {
		text-indent: -9999px;
	}
	
	#search-bar {
		background-color: #003764;
		padding: 15px 0;
	}
	
	#search-bar p {
		font-style: italic;
		font-weight: 500;
		color: #FFFFFF;
		margin: 5px 0 0;
	}
	
	#search-bar form {
		float: right;
	}
	
	#search-bar form input {
		background: #FFFFFF url('images/search.svg') left 10px center no-repeat;
		background-size: 18px auto;
		border: none;
		text-transform: uppercase;
		padding: 7px 7px 7px 40px;
		width: 440px;
	}
	
/* Navigation
------------------------------------------- */
	
	nav {
		clear: both;
	}
	
	nav ul {
		list-style: none;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	nav ul li {
		text-transform: uppercase;
		float: left;
		font-weight: 500;
		font-size: 20px;
		margin: 0;
		padding: 0;
	}
	
	nav ul li a {
		text-decoration: none;
		color: #003764;
		display: block;
		padding: 0 20px;
	}
	
	nav ul li.current_page_item a {
		color: #238DC1;
	}

/* Footer
------------------------------------------- */

	section.company-footer {
		padding-top: 0;
	}

	section.company-footer .benefit {
		border-top: 3px solid #009ADE;
		border-bottom: 3px solid #009ADE;
		padding: 30px 0;
	}
	
	section.company-footer .benefit p {
		text-align: center;
		font-size: 24px;
		color: #003764;
		text-transform: uppercase;
		margin: 0;
		line-height: 29px;
	}
	
	section.company-footer .benefit p .icon {
		display: inline-block;
		width: 31px;
		height: 27px;
		background: url("images/customer-service.svg") no-repeat;
		background-size: 31px auto;
		margin-right: 10px;
		vertical-align: middle;
	}
	
	section.company-footer .benefit.products p .icon {
		background: url("images/high-quality-products.svg") no-repeat;
		background-size: 22px auto;
		width: 22px;
		height: 30px;
	}
	
	section.company-footer .benefit.delivery p .icon {
		background: url("images/free-delivery.svg") no-repeat;
		background-size: 34px auto;
		width: 34px;
		height: 28px;
	}

	footer {
		background: #238DC1 url('images/footer-background.png');
		background-size: 42px auto;
		padding: 80px 0 40px;
	}
	
	footer p {
		color: #FFFFFF;
		margin-left: 50px;
	}
	
	footer p.title {
		text-transform: uppercase;
		color: #003764;
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
		margin-left: 0;
	}
	
	footer ul.links,
	footer ul.credits,
	footer ul.social {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	footer ul.social {
		margin: 40px 0 0 50px;
	}
	
	footer ul.social li {
		margin: 0 15px 0 0;
		padding: 0;
		float: left;
	}
	
	footer ul.social li svg {
		width: 50px;
		height: 50px;
		fill: #FFFFFF;
	}
	
	footer ul.links li {
		position: relative;
	}
	
	footer ul.links li::before {
		content: "-";
		color: #FFFFFF;
		display: inline-block;
		margin-right: 5px;
	}
	
	footer ul.links li a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	footer ul.links li a:hover {
		text-decoration: underline;
	}
	
	footer ul.credits {
		text-align: center;
		margin-top: 60px;
	}
	
	footer ul.credits li {
		display: inline-block;
		color: #FFFFFF;
		border-right: 1px solid #FFFFFF;
		line-height: 16px;
		padding: 0 20px 0 0;
		margin: 0 20px 0 0;
	}
	
	footer ul.credits li:last-child {
		border: none;
	}
	
	footer ul.credits li a {
		text-decoration: none;
		color: #FFFFFF;
	}

	footer ul.credits li a:hover {
		text-decoration: underline;
	}

/* Page
------------------------------------------- */	
	
	.row {
		max-width: 1325px;
	}
	
	section.page-header {
		background-color: #238DC1;
		padding: 60px 0;
	}
	
	section.page-header h1 {
		color: #FFFFFF;
		margin: 0;
	}

/* Home
------------------------------------------- */

	section.product-categories h1 {
		margin-bottom: 40px;
	}

	.product-category-link {
		position: relative;
	}

	.product-category-link a {
		display: block;
		background-color: #238DC1;
		border-radius: 4px;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		padding: 30px 30px 30px 110px;
	}
	
	.product-category-link a:hover {
		background-color: #207DAC;
	}
	
	.product-category-link .icon {
		width: 55px;
		position: absolute;
		left: 30px;
		top: 50%;
		margin-top: -22px;
	}

	section.introduction {
		background-color: #E5F5FC;
		padding: 60px 0;
	}
	
	section.introduction h2 {
		margin-top: 0;
	}
	
	.product-month {
		background-color: #EFEFEF;
	}
	
	.product-month .product-month-title {
		background-color: #003764;
		text-align: center;
	}
	
	.product-month .product-month-title p {
		font-size: 36px;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 35px 0;
	}
	
	.product-month .product-month-product {
		padding: 35px 35px 40px;
	}
	
	.product-month .product-month-product h2 {
		text-transform: none;
		font-size: 36px;
		line-height: 46px;
		color: #238DC1;
		margin: 0 0 30px;
	}
	
	.product-month .product-month-product h2 a {
		text-decoration: none;
		color: #238DC1;
	}
	
	.product-month .product-month-product p.price {
		font-size: 24px;
		line-height: 27px;
		color: #003764;
		margin-bottom: 30px;
	}
	
	.product-month .product-month-product p.price span.strikethrough {
		text-decoration: line-through;
		color: #454545;
	}
	
	section.featured-products {
		padding-top: 0;
	}
	
	section.featured-products p.title {
		text-align: center;
		font-size: 28px;
		color: #003764;
		text-transform: uppercase;
		margin-bottom: 40px;
	}
	
	.products-carousel .product {
		background-color: #003764;
	}
	
	.products-carousel .product .product-image {
		background-color: #FFFFFF;
	}
	
	.products-carousel .product .product-details {
		padding: 15px;
	}
	
	.products-carousel .product .product-details p {
		font-size: 20px;
		line-height: 27px;
		margin: 0;
	}
	
	.products-carousel .product .product-details p a {
		text-decoration: none;
		color: #FFFFFF;
	}

/* Woocommerce
------------------------------------------- */
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		font-size: 20px;
		line-height: 27px;
		text-transform: none;
		font-weight: 500;
		text-align: left;
	}
	
	.woocommerce ul.products li.product .price {
		font-size: 20px;
		line-height: 27px;
		color: #454545;
	}
	
	.woocommerce div.product .product_title {
		text-transform: none;
		font-size: 36px;
		line-height: 46px;
		color: #238DC1;
	}
	
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		color: #003764;
		font-size: 24px;
		line-height: 24px;
	}
	
	.woocommerce #respond input#submit, .woocommerce a.button,
	.woocommerce button.button, .woocommerce input.button {
		border: 1px solid #238DC1;
		background-color: #238DC1;
		border-radius: 4px;
		display: inline-block;
		border: 1px solid #238DC1;
		background-color: #238DC1;
		padding: 10px;
		text-decoration: none;
		font-weight: 500;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
	.woocommerce button.button:hover, .woocommerce input.button:hover {
		background-color: #FFFFFF;
		color: #238DC1;
	}
	
	.woocommerce div.product form.cart {
		margin-top: 40px;
	}
	
	.woocommerce .quantity .qty {
		padding: 22px 5px;
		border: 1px solid #CCCCCC;
		width: 60px;
		margin-right: 10px;
		border-radius: 4px;
	}
	
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
	.woocommerce button.button.alt, .woocommerce input.button.alt {
		background-color: #238DC1;
		padding: 20px;
		font-weight: 500;
		font-size: 24px;
		line-height: 25px;
	}
	
	.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
		background-color: #FFFFFF;
		color: #238DC1;
	}
	
	.woocommerce h3.description-title {
		border-top: 2px solid #009ADE;
		border-bottom: 2px solid #009ADE;
		margin: 60px 0 40px;
		padding: 25px 0;
	}
	
	.woocommerce section.related.products {
		clear: both;
		padding-bottom: 0;
	}
	
	.woocommerce section.related.products h2 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 28px;
		line-height: 36px;
	}
	
	.woocommerce table.shop_table th {
		font-weight: 500;
	}
	
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea {
		border: 1px solid #BBBBBB;
		padding: 7px;
		border-radius: 4px;
	}
	
	.woocommerce h3#order_review_heading {
		margin-top: 30px;
	}
	
	.woocommerce nav.woocommerce-MyAccount-navigation ul,
	.woocommerce nav.woocommerce-MyAccount-navigation ul li {
		float: none;
		margin: 0;
	}
	
	.woocommerce nav.woocommerce-MyAccount-navigation ul li {
		border-bottom: 2px solid #238DC1;
		font-size: 16px;
	}
	
	.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
		padding: 15px 0;
	}
	
	.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
		color: #238DC1;
	}
	
	.woocommerce h2.woocommerce-loop-category__title .count {
		display: none;
	}
	
	.woocommerce .woocommerce-result-count {
		margin-bottom: 40px;
		text-transform: uppercase;
		color: #666666;
	}
	
	.woocommerce .woocommerce-ordering select {
		border: 1px solid #DDDDDD;
		padding: 5px;
		border-radius: 4px;
	}
	
	.woocommerce span.onsale {
		font-weight: 500;
		text-transform: uppercase;
		width: 50px;
	}
	
	.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
	.woocommerce ul.products li.product .price ins {
		font-weight: 500;
		text-decoration: none;
	}
	
/* Blog
------------------------------------------- */

	article {
		border-bottom: 2px solid #DDDDDD;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	
	article h2 a {
		text-decoration: none;
		color: #003764;
	}

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

/* Small only */
@media screen and (max-width: 39.9375em) {
	
	h1 {
		line-height: 30px;
		font-size: 24px;
	}
	
	header {
		position: relative;
		padding: 15px 0 0;
	}
	
	header #logo {
		max-width: 250px;
		margin-bottom: 15px;
	}
	
	header ul.quick-links {
		position: absolute;
		top: 15px;
		right: 0;
		margin: 0;
	}
	
	header #mobile-menu {
		position: absolute;
		top: 85px;
		right: 1rem;
		width: 30px;
		height: 25px;
	}

	header #menu-control {
		width: 23px;
		height: 20px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
	}

	header #menu-control span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #238DC1;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	header #menu-control span:nth-child(1) {
		top: 0px;
	}

	header #menu-control span:nth-child(2), #menu-control span:nth-child(3) {
		top: 8px;
	}

	header #menu-control span:nth-child(4) {
		top: 16px;
	}

	header #menu-control.open span:nth-child(1) {
		top: 12px;
		width: 0%;
		left: 50%;
	}

	header #menu-control.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header #menu-control.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	header #menu-control.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	
	#search-bar {
		padding: 10px 0;
	}
	
	#search-bar p {
		text-align: center;
		font-size: 14px;
		margin: 0;
	}
	
	nav#mobile-nav {
		background-color: #238DC1;
		display: none;
		padding: 1rem;
		border-bottom: 2px solid #FFFFFF;
	}
	
	nav#mobile-nav ul {
		float: none;
		text-align: center;
	}
	
	nav#mobile-nav ul li {
		border-bottom: 1px solid #003764;
		float: none;
	}
	
	nav#mobile-nav ul li:last-child {
		border: none;
	}
	
	nav#mobile-nav ul li a,
	nav#mobile-nav ul li a:hover,
	nav#mobile-nav ul li.current_page_item a {
		color: #FFFFFF;
		padding: 20px 0;
	}
	
	nav#mobile-nav form input {
		background: #FFFFFF url('images/search.svg') left 10px center no-repeat;
		background-size: 18px auto;
		border: none;
		text-transform: uppercase;
		padding: 7px 7px 7px 40px;
		width: 100%;
	}
	
	section.page-header {
		padding: 40px 0;
	}
	
	section {
		padding: 60px 0;
	}
	
	section.company-footer .benefit {
		border-bottom: none;
	}
	
	section.company-footer .benefit.delivery {
		border-bottom: 3px solid #009ADE;
	}
	
	footer {
		padding: 60px 0 30px;
	}
	
	footer img {
		margin: 0 auto 30px;
		display: block;
	}
	
	footer p.title {
		text-align: center;
	}
	
	footer p.title.collapsible,
	footer p.title.collapsible-company-information {
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 20px;
		position: relative;
		cursor: pointer;
	}
	
	footer p.title.collapsible::after,
	footer p.title.collapsible-company-information::after {
		content: "+";
		position: absolute;
		right: 0;
		top: 0;
	}
	
	footer p.title.collapsible.open::after,
	footer p.title.collapsible-company-information.open::after {
		content: "-";
	}
	
	footer .company-information {
		display: none;
	}
	
	footer .company-information p {
		text-align: center;
		margin-left: 0;
	}
	
	footer ul.links {
		display: none;
		margin-bottom: 20px;
	}
	
	footer ul.credits li {
		border: none;
		padding: 0;
		margin: 0 0 15px;
		display: block;
	}
	
	footer ul.social {
		text-align: center;
		margin: 30px 0;
	}
	
	footer ul.social li {
		float: none;
		display: inline-block;
		margin: 0 10px;
	}
	
	section.company-footer .benefit p {
		font-size: 22px;
	}
	
	.product-month {
		max-width: 400px;
		margin: 0 auto;
	}
	
	.product-month .product-month-title p {
		font-size: 24px;
		padding: 25px 0;
	}
	
	.product-month .product-month-product h2 {
		line-height: 34px;
		font-size: 24px;
		text-align: center;
	}
	
	.product-month .product-month-product p.price,
	.product-month .product-month-product p.btn-holder {
		text-align: center;
	}
	
	section.product-categories {
		padding: 30px 0;
	}
	
	section.product-categories h1 {
		margin: 0;
	}
	
	.product-categories-mobile {
		background-color: #238DC1;
		padding: 1rem 0;
	}
	
	.product-categories-mobile ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.product-categories-mobile ul li {
		border-bottom: 1px solid #003764;
		text-transform: uppercase;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.product-categories-mobile ul li:last-child {
		border: none;
	}
	
	.product-categories-mobile ul li a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		padding: 10px 0;
	}
	
	.featured-products-holder {
		margin: 0 auto;
		width: 300px;
	}
	
	.woocommerce div.product .summary .product_title {
		display: none;
	}
	
	.woocommerce .product_title {
		text-transform: none;
		font-size: 28px;
		line-height: 38px;
		color: #238DC1;
	}
	
	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		width: 100%;
	}
	
	.woocommerce .woocommerce-result-count {
		margin-bottom: 10px;
	}
	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		margin-bottom: 30px;
	}
	
}

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

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	header {
		position: relative;
	}
	
	header #logo {
		max-width: 280px;
	}
	
	header ul.quick-links {
		float: none;
		position: absolute;
		top: 20px;
		right: 1rem;
	}
	
	nav ul {
		float: none;
		margin-top: 20px;
	}
	
	nav ul li {
		font-size: 18px;
	}
	
	nav ul li a {
		padding: 0 10px;
	}
	
	#search-bar form input {
		width: 100%;
	}
	
	section.company-footer .benefit p {
		font-size: 22px;
	}
	
	section.company-footer .benefit p .icon {
		margin: 0 auto 10px;
		display: block;
	}
	
	footer {
		padding-top: 60px;
	}
	
	footer p.title.shop-title {
		margin-top: 40px;
	}
	
	footer ul.credits li {
		border: none;
		padding: 0;
		margin: 0 0 15px;
		display: block;
	}
	
	.product-category-link .icon {
		position: static;
		margin: 0 auto 10px;
		width: 55px;
	}
	
	.product-category-link a {
		text-align: center;
		padding: 30px 15px;
	}
	
	.woocommerce div.product .summary .product_title {
		display: none;
	}
	
	.woocommerce .product_title {
		text-transform: none;
		font-size: 28px;
		line-height: 38px;
		color: #238DC1;
	}
	
	section {
		padding: 60px 0;
	}
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 45%;
	}
	
}

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