/* Global
==================================== */

@font-face {
  font-family: 'SassoonInfantMedium';
  src: url('../fonts/Sasim.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Sasim.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Sasim.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Sasim.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Sasim.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Sasim.svg#SassoonInfantMedium') format('svg'); /* Legacy iOS */
}

body { 
			background-color: #f15c4f;
			min-width: 300px;
}

.container {
			max-width: 1110px;
}

a {
			outline: medium none !important;
}

.fr{
	float: right;
	}

.fl{
	float:left;
	}

.border-top{
	border-top: #f15c4f 1px solid;
	}

.margin-top-20{
	margin-top: 20px;
	}

.margin-bottom-40{
	margin-bottom: 40px;
}


/* Typography
==================================== */

h1 {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	display: inline;
	vertical-align: -10%;
	white-space:normal;
}

h2 {
			font-size: 30px;
			color: #002c5e;
			margin-top: 0;
}

h3 {
			font-size: 30px;
			font-weight: 600;
			color: #002c5e;
			margin-top: 0px;
}

h4 {
			font-size: 24px;
			color: #002c5e;
			margin-top: 10px;
}

h5 {
			font-size: 18px;
			font-weight: 600;
}

hr {
			border-width: 2px; 
			border-color: #dcdcdc;
}

.red{
	color: #cd0400;
}

.bold{
	font-weight: bold;
	}

/* Form
==================================== */

input.invalid,
textarea.invalid, 
select.invalid{
	background-color:#fdffce;
	}



/* Navbar
==================================== */



.navbar {
			border: 0;
			z-index: 9999;			
}

.navbar-nav {
			padding-bottom: 15px;
}

.navbar-container {
	background-color: #fff;	
	height: 78px;	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);	
	max-width: 1080px;
	position: relative;
	z-index: 0;
}

.main-menu {
	font-size: 24px;
	margin-left: 18px;
	padding-top: 16px;
	color: #002c5e;
	font-family: 'SassoonInfantMedium';
}

.nav > li > a {
	color: #002c5e;
	padding-left: 24px;
	padding-right: 24px;
}

.nav > li > a:focus, .nav > li > a:hover {
	color: #f15c4f;
	background: 0;
}

.navbar-toggle  {
	background: url('../img/nav-mobile.png') no-repeat;
	margin: 23px 10px; 
	padding: 0px;
	height: 32px;
	width: 33px;
}

.navbar-toggle:hover {
	background: url('../img/nav-mobile-hover.png') no-repeat;
}

.dropdown-menu{
	background-color: #eee;
	border: none;
	box-shadow: none;
	-webkit-box-shadow:none;
	}

.home-icon {
	float: left;
	height: 32px;			
	width: 32px;
	max-width: 75%;
	margin: 23px 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/home-icon.png') no-repeat;
	background-size: 100%;
	display:inline;
}

.home-icon:hover {
	background: url('../img/home-icon-hover.png') no-repeat;
}

.basket-icon {
	float: right;
	width: 32px;
	height: 32px;
	margin: 23px 10px;
	text-indent: 40px;
	white-space: nowrap;
	background: url('../img/basket-icon.png') no-repeat;
	background-size: 100%;
	display:inline;
	position: relative;
	z-index: 9999;
	}

.basket-icon:hover {
	background: url('../img/basket-icon-hover.png') no-repeat;
	}

	.basket-icon span.basket-summary{
		position: absolute;
		right:-12px;
		top: -8px;
		text-indent: 0;
		background-color: #c00;
		color: #fff;
		padding: 5px 10px;
		display: inline-block;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		-moz-box-shadow: 0px 0px 2px #888;
		-webkit-box-shadow: 0px 0px 2px #888;
		box-shadow: 0px 0px 2px #888;
		z-index: 9999;
		font-size: 12px;
		}

.search-icon {
	float: right;
	width: 32px;
	height: 32px;
	margin: 23px 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/search-icon.png') no-repeat;
	background-size: 100%;
	display:inline;
	}

.search-icon:hover {
	background: url('../img/search-icon-hover.png') no-repeat;
}

.search-bar{
	background: #ffffff;
	position: absolute;
	right: 0;
	padding: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	display: none;
	top: 75px;
	}

.btn-search{
	padding: 0 5px;
	font-size: 22px;
	margin-left: 5px;
	}

.twitter-icon {
			float: right;
			width: 32px;
			height: 32px;
			margin: 23px 10px;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			background: url('../img/twitter-icon.png') no-repeat;
			background-size: 100%;
			display:inline;
}

.twitter-icon:hover {
			background: url('../img/twitter-icon-hover.png') no-repeat;
}

/* Heading Section
==================================== */

.logo-heading {
	width: 480px;
	display: inline;
	padding-right: 50px;
	padding-bottom: 10px;
	padding: 10px 65px 10px 0px;
}

.page-heading {
	display: inline;
}

ul#breadcrumb{
	margin:10px 0 15px 0;
	padding:0;
	list-style:none;
	}
	ul#breadcrumb>li{
		display:inline;
		color: #ffffff;
		}
		ul#breadcrumb>li:after{
			content:'>';
			margin:0px 5px 0px 5px;
			}
			ul#breadcrumb>li:last-child:after{
				content:'';
				margin:0px;
			}

	ul#breadcrumb>li a{
		color: #ffffff;
		}

/* Sidebar
==================================== */  

.sidebar h4 {
	font-weight: 600;
}

.sidebar hr {
	border-width: 1px;
	margin-top: 0px;
}

.sidebar li {
	list-style: none;
	font-size: 16px;
	font-weight: 300;
	padding-top: 5px;
	margin-left: -40px;
}

.sidebar-section ul {
	margin-bottom: 40px;
}

.sidebar a {
	color: #000;
}

.sidebar-active a {
	font-weight: 600;
	color: #002c5e;
}

.sidebar-sub-list li {
	margin-left: -20px;
}

/* Homepage
==================================== */

.mobile-logo {
	margin: 10px auto;
}

.homepage-midsection {
	background: url('../img/homepage-mid.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.midsection-panel {
	border-radius: 5px;
	margin: 40px 0;
	padding: 30px;
	background: #fff;
}

.midsection-panel h2{
	text-align: center;
	}

.midsection-text {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #002c5e;
	}

.midsection-panel img{
	width:100%;
	height: auto;
	padding: 18px 0;
	}

.btn-midsection {			
	font-size: 30px;
	padding: 0px;
	max-width: 66%;
}

/* Carousel
==================================== */

.carousel-inner {
	margin-top: -20px;
}

.carousel-indicators {
    bottom:-40px;
}

.carousel-indicators > li {
	border-color: #000;
	border-radius: 10px;
	background-color: #fff; 
	width: 20px; 
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.carousel-indicators .active {
	border-radius: 10px;
	background-color: #002c5e;
	width: 20px; 
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
}

.carousel-caption {
	font-family: 'SassoonInfantMedium';
	font-size: 36px;
	color: #fff;			
	text-shadow:
	-1px -1px 0 #002c5e,  
	1px -1px 0 #002c5e,
	-1px 1px 0 #002c5e,
	1px 1px 0 #002c5e;
	text-align: left;
	padding-bottom: 0;
	left: 0;
	display: none\9;
}

.carousel-caption .btn {
	font-size: 36px;
	text-shadow:
	-1px -1px 0 #002c5e,  
	1px -1px 0 #002c5e,
	-1px 1px 0 #002c5e,
	1px 1px 0 #002c5e;
	padding: 5px 25px;
	vertical-align: 0px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);	
}

.carousel-caption .btn:hover,.btn:focus {
	color: #fff;
	background-color: #002c5e;
}



/* About Page
==================================== */

.about-img{
	margin: 30px 0;
}

/* Schools Page
==================================== */

.school-orders-info{
	text-align: center;
}

.btn-school {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	margin: 10px auto 20px auto;
}

.btn-school a {
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.schools-panel {
	background-color: #6669e8;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	padding: 20px;
	font-size: 36px;
	color: #fff;
	font-family: 'SassoonInfantMedium';			
	text-shadow:
	-1px -1px 0 #002c5e,  
	1px -1px 0 #002c5e,
	-1px 1px 0 #002c5e,
	1px 1px 0 #002c5e;
}

.schools-panel-email:hover {
    transform: scale(0.97);
}

/* Products Page
==================================== */ 

.green {
	color:#559635;
}

.green a {
	color:#559635;
}

.products-page-main {
	margin-left: 0px;
}

.product-prices {
	display: inline;
}

.products-panel {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-top: 15px;
	box-shadow: none;
	text-align: center;
	padding: 10px;
}

.btn-products {
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);			
}

.products-thumb {
	margin: auto;
	padding: 20px;
}

.rrp-price {
	text-transform: uppercase;
	text-decoration: line-through;
}

.discount-price {
	color: #f15c4f;
	font-size: 20px;
	font-weight: 600;
	padding-left: 10px;
}

.pagination-status{
	margin: 20px 0;
	}

/* Single Product Page
==================================== */ 

.product-img-main {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 20px;
	width: 100%;
	height: auto;
}

.product-img-thumb {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 5px;
	margin: 30px 0 0 0;
}

.product-thumb-wrapper{
	height: 150px;
	}

.btn-single-product {
	background: #6669e8;
	min-width: 47%;
	margin: 10px 5px;
}

.price-section {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.discount-price-lg {
	color: #f15c4f;
	font-size: 30px;
	font-weight: 600;
	padding-left: 10px;
}

.rrp-price-lg {
	text-transform: uppercase;
	text-decoration: line-through;
	font-size: 18px;
	margin-right: 10px;
	font-weight: 400;
}

.quantity-label {
	font-size: 18px;
	font-weight: 400;
	color: #002c5e;
	vertical-align: -10%;
}

.form-inline .product-quantity {
	height: 48px;
	width: 85px;
	margin: 0 20px;
}

.btn-basket {
	padding-left: 25px;
	padding-right: 25px;
}

.small-text {
	font-size: 12px;
}

.book-codes {
	margin-right: 30px;
}

.orange-text {
	color: #f15c4f;
	font-weight: 600;
}

.single-product-info {
	margin-left: 30px\9;
}

.single-product-info table {
	width:100%;
	}
	.single-product-info table th,
	.single-product-info table td{
		text-align: left;
		padding: 0 10px 0 0;
		}


/* News Page
==================================== */ 

.panel-news {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-top: 25px;
}

.panel-news > .panel-heading {
	font-size: 24px;
	color: #002c5e;
	background-color: #fff;
	border-color: #dcdcdc;
}

.social-icon {
	padding: 10px 3px 0 3px;
}

.post-info {
	display: inline-block;
}

.read-more {
	margin-bottom: 5px;
}

.news-post-date {
	font-weight: 300px;
	font-size: 12px;
}

.news-post-date-right {
	font-weight: 300px;
	font-size: 12px;
	padding-top: 25px;
	margin-right: 10px;
}

.news-post-thumb {
	margin: auto;
}

.news-post-img  {
	width: 60%;
	padding: 0 20px 20px 0;
	float: left;
}


/* Testimonial Page
==================================== */ 

.panel-testimonial {
	font-weight: 300;
	line-height: 28px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #dcdcdc;
}

.testimonial-name {
	text-align: right;
	font-weight: 600;
	color: #002c5e;			
}

/* FAQ Page
==================================== */ 

.panel-faq {
	border: 1px #dcdcdc solid;
	}
	.panel-faq a{
		color: #f15c4f;
		font-weight: bold;
		}

.panel-heading-faq {
	margin-bottom: 15px;
}

.panel-group-faq .panel {
    margin-bottom: 24px;

}

.panel-title-faq a {
	font-weight: 600;
	font-size: 18px;
	color: #002c5e;
	overflow: hidden;
	vertical-align: -45%;
}

.faq-icon {
	padding-right: 20px;
	float: left;
}

.faq-body-text {
	overflow:hidden;
}

/* Contact Page
==================================== */  

.contact-form {
			padding-top: 25px;
}

.form-control-contact {
			height: 50px;
}

.contact-label {
			font-size: 18px;
			font-weight: 400;
			color: #002c5e;
}

.btn-contact {
			padding-left: 30px;
			padding-right: 30px;
}


/* Small Panels
==================================== */         

.small-panels-row {
			padding-top: 35px;
			padding-bottom: 35px;			
}

.small-panel {
			border-radius: 5px;
			margin: 15px auto;
}

.small-panel:hover {
    transform: scale(0.97);
}

/* Newsletter Section
==================================== */

.newsletter-panel {
			background: #e8f6f8;
			margin: 50px 0 40px 0;
			padding: 20px;
			border-radius: 5px;
}

.newsletter-signup {
			font-size: 30px;
			font-weight: 400;
			color: #002c5e;
			margin-bottom: 0px;
			white-space: nowrap;
}

.form-control-newsletter {
			height: 46px;
			border: 0;
			width: 100%;
			margin-right: 20px;
			font-weight: 300;
			padding-top: 8px;
}

.newsletter-inputs {
			float: right;
}

.btn-newsletter {
			font-size: 30px;
			padding: 0px 40px;
			height: 45px;
			margin-top: 1px;
}



/* News Section
==================================== */

.news-section {
			background-color: #fff;
			padding-bottom: 30px;
}

.news-row {
			margin-top:45px;
}

.news-panel {
			background: #e8f6f8;
			padding: 20px;
			border-radius: 5px;
}

.news-panel-image {
			border: solid white 10px;
			border-radius: 5px;
			margin-bottom: 15px;

}

.news-text {
			font-size: 20px;
			color: #002c5e;
}

.btn-news {
			font-size: 24px;
			margin-bottom: 15px;
			padding: 5px 25px;
}


/* Basket and Checkout
==================================== */


.basket-product-link img{
	max-width: 100px;
}

table#basket tr:first-of-type th:first-child {
    border-top-left-radius: 5px;    
}

table#basket tr:first-of-type th:last-child {
    border-top-right-radius: 5px;    
}

table#basket tbody>tr>td{
  border-collapse: separate;
  padding-bottom: 20px;
  padding-top: 20px;
}

.checkout-button{
	margin-bottom: 50px;
}

table#basket th:first-child{
  	width: 30%;
	}

table#basket tbody>tr>td.price, 
table#basket tbody>tr>td.quantity,
table#basket tbody>tr>td.remove{
  color: #738484;
  font-size: 19px;
	}

	table#basket tbody>tr>td.quantity input{
		margin: 0px;
		box-shadow: 0px;
		padding: 5px;
		height: 37px;
		width: 50px;
		}

table#basket .product-text{
	display: block;
	clear: both;
	padding-top: 10px;
}

table#basket .product-text-options{
  width: 65%;
  float: right;
}

table#basket{
  width: 100%;
  border-collapse: collapse; 
  margin-top: 30px;
  margin-bottom: 30px;
}

table#basket th{
	padding: 20px;
	background-color: #BEBEBE;
	font-weight: 600;
	font-size: 16px;
	color: #555;
	text-align: left;
	}
	table#basket td{
		text-align: left;
		padding: 20px;
		}


table#basket tbody tr           { border-left: 1px solid rgb(218, 218, 218); border-right: 1px solid rgb(218, 218, 218); border-bottom: 1px solid rgb(218,218,218);}
table#basket td:nth-of-type(1)  { position: relative; padding-left: 10px; }
table#basket td:nth-of-type(3)  { padding-right: 10px; }

#basket-coupon, #delivery-options{
	width: 100%;
	border: 1px solid rgba(115, 132, 132, 0.25);
	position: relative;
	margin-bottom: 20px;
	}

#basket-coupon h3, #delivery-options h3{
	width: 100%;
	padding: 20px;
	background-color: #BEBEBE;
	font-weight: 600;
	font-size: 16px;
	color: #555;
	text-align: left;
	}

#basket-coupon .content, #delivery-options .content{
  	padding: 20px;
	}

table#basket-total{
  border: 1px solid rgba(115, 132, 132, 0.25);
  width: 100%;
}

table#basket-total tbody tr td{
	height: 40px;
	line-height: 40px;
	text-align: right;
	color: #555555;
	}

.update-basket{
  	float: right;
	}
  

table#basket-total tbody tr td:nth-child(1){
  background-color: #BEBEBE;
  width: 70%;
  padding-right: 20px;
}

table#basket-total tbody tr td:last-child{
	padding-right: 20px;
	}

table#basket-total tbody tr:nth-child(1){
  	font-size: 18px;
	}

table#basket-total tbody tr:last-child{
	font-size: 22px;
	font-weight: bold;
	}

.checkout-btn{
	float: right;
	margin-top: 15px;
	}


.delete-basket-item{
	width: 22px;
	display: block;
	}

/*
 * Checkout Page
*/

.container.checkout{
	margin-bottom: 40px;
	}

#checkoutsteps{
  margin: 0;
  padding: 0;
}

#checkoutsteps section h4{
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	cursor: pointer;
	border: 1px solid #dcdcdc;
	background-color: #f4f4f4;
	font-size: 20px;
	}
	#checkoutsteps section h4.completed{
		background-image: url('../img/tick-grey.png');
		background-repeat: no-repeat;
		background-position: 98% 50%;
		background-color: #fcdf8f;
		}

#checkoutsteps section .number{
  float: left;
  margin-right: 5px
}

#checkoutsteps section .content{
  padding-bottom: 40px;
}

#checkout-form-step1-part1 input[type=radio], #copy-billing{
	margin-right: 7px;
}

#us-state-delivery, #us-state-billing{
	display: none;
	}

/*
Basket Summary/ORder Review
*/

.order-review-summary table#basket tbody>tr>td .image{
	max-width: 30%!important;
	}

.order-review-summary table#basket tbody>tr>td{
	height: auto!important;
	}



/* Footer
==================================== */

.footer {
			background: #808080;
			padding-top: 25px;
			padding-bottom: 25px;
}

.footer-text-left {
			float: left;
}

.footer-text-right {
			float: right;
}

.logo-footer {
			margin: auto;
			padding: 10px 0;

}

.contact-info {
			color: #fff;
			font-size: 18px;
}

.twitter-feed {
			margin-top: 20px;
			padding-left: 45px;
			border-left: solid;
			border-color: #fff;
			border-width: 1px;
}

.twitter-feed-title {
			font-size: 40px;
			color: #fff;
			font-family: 'SassoonInfantMedium';
			
			text-shadow:
			-1px -1px 0 #002c5e,  
			1px -1px 0 #002c5e,
			-1px 1px 0 #002c5e,
			1px 1px 0 #002c5e;
}

.twitter-excerpt {
	color: #fff;
	font-weight: 300;
	}
	.twitter-excerpt a{
		color: #86d261;
		text-decoration: underline;
		}

.twitter-timestamp {
			color: #fff;
			font-weight: 600;
}

.legal {
			background: #000;
}

.legal-text {
			font-size: 12px;
			color: #fff;
			margin: 15px 0px;
}

.legal-text a {
			color: #fff;
}

.legal-text-right {
			margin: 20px 10px 0 10px;
}


/*
Sitemap
*/
.sitemap-products ul > li > ul{
	padding: 5px 0 5px 20px;
	}


#popupGeneric {
	background:rgba(20,112,101,0);
	transition:background 1s;
}
#popupGeneric .inner {
	transition:background .5s;
	margin-top:-100px;
}
#popupGeneric.show {
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	z-index:99999;
	/*background:rgba(0,0,0,0.7);*/
	/*color: #147065;*/
	background:rgba(232,246,248,0.5);
	display:flex!important;
	align-items: center;
	justify-content: center;
}
#popupGeneric.show .inner {
	background:#fff;
	width:100%;
	max-width:600px;
	margin:2em;
	padding:2em;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	position:relative;
}
#popupGeneric .close a {
	position:absolute;
	top: 10px;
    	right: 15px;
	text-transform: lowercase;
	font-size: 14px;
    	color: #000!important;
}
#popupGeneric .body h2.title {
	font-size:24px;
	margin-bottom: 16px;
	color:#147065;
}
#popupGeneric .body p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 16px;
}


/* Media Queries
==================================== */

@media screen and (max-width: 1199px) {

.main-menu {
			font-size: 20px;
			font-size: 16px\9;
			margin-left: 0px;
}

.carousel-caption {
			font-size: 30px;
}

.carousel-caption .btn {
			font-size: 30px;
			padding: 5px 20px;
}

.btn-single-product {
			width: 100%;
}

.btn-basket {
			width: 100%;
			margin-top: 20px;
}

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

.btn-midsection {			
			max-width: 100%;
}


}

/* ==================================== */

@media screen and (min-width: 992px) {

.phone-fax {
			text-align: right;
}

}

/* ==================================== */

@media screen and (max-width: 991px) {

.nav > li > a {
			padding-left: 8px;
			padding-right: 8px;
}

.carousel-caption {
			font-size: 24px;
			bottom: 10px;
}

.carousel-caption .btn {
			font-size: 24px;
			padding: 5px 15px;
}

.newsletter-inputs {
			float: none;
}

.testimonials-heading {
			display: block;
}

.products-page-main {
			margin-bottom: 40px;
}

}

/* ==================================== */

@media screen and (min-width: 768px) {

	.btn-news {
				position: absolute;
				bottom: 26px;
				right: 36px;
	}

	.news-panel {
				min-height: 430px;
	}

	.mobile-logo {
				display: none;
	}

}

/* ==================================== */

@media screen and (max-width: 767px) {

	.main-menu {
				font-size: 24px;
	}

	.container > .navbar-collapse {
				background-color: #fff;
				margin: 15px 0 0 0;
				border-radius: 5px;
				text-align: center;
				box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)	
	}

	.nav > li > a:focus, .nav > li > a:hover {
				color: #f15c4f;
				border-radius: 5px;
				background: #f0f0f0
	}

	.logo-heading {
				padding-right: 0;
				margin: auto;
				display: block;
	}

	.small-panels-row {
	    padding-top: 0px;
	}

	.form-control {
				margin-bottom: 10px;
	}

	.btn-newsletter {
				width: 100%;
	}

	.news-panel {
				padding-bottom: 65px;
	}


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

	.twitter-feed {
				padding-top: 25px;
				padding-left: 15px;
				margin-bottom: 25px;
				border-left: none;
				border-top: solid 1px #fff;
	}

	.news-post-thumb {
				padding: 10px 0;
	}

	.news-post-img  {
				width: 100%;
				padding: 0 0 20px 0;
	}

	.price-section {
				text-align: left;
	}

	.footer-text-left {
				float: none;
				text-align: center;
	}

	.footer-text-right {
				float: none;
				text-align: center;
	}

	.legal-text-right {
				margin: 20px 2px 0 2px;
	}

	.pagination-rows{
		float: none!important;
		}


	/*
	Basket
	*/

	table#basket-total tbody tr td:nth-child(1){
		width: 50%;
		}

	.basket-product-link img{
		display: none;
		}


}

/* ==================================== */

@media screen and (max-width: 479px) {

	h1{
		font-size: 24px;
	}

	.btn-midsection {
		white-space: normal;
	}

	.midsection-panel h2 {
		font-size: 24px;
	}

	.panel-title-faq a {
		font-size: 14px;
	}

	.social-icon-group {
		display: inline-block;
		float: right;
	}

	.chasing-cats {
		margin: auto;
		padding: 20px 0;
	}

	.newsletter-signup {
		font-size: 24px;
		white-space: normal;
	}

	.product-category-list{
		width: 100%;
		}

}