/*
|-----------------------------------------------------------------------------------------------------------------
| Responsive Stylesheet
|-----------------------------------------------------------------------------------------------------------------
*/




/*
|--------------------------------------------------------------------------
| Max Width #1800px
|--------------------------------------------------------------------------
*/
@media (max-width: 1800px) {
}



/*
|--------------------------------------------------------------------------
| Max Width #1600px
|--------------------------------------------------------------------------
*/
@media (max-width: 1600px) {
	.product-grid .segment-20 {
		width: 25%;
	}

	.category-heading--wrap {
		padding: 0 20px 0 0;
	}

	.category-grid {
		padding: 20px;
	}

	.category-grid .segment-14 {
		width: 20%;
	}

	.container--padding-40 {
		padding: 0 20px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1400px
|--------------------------------------------------------------------------
*/
@media (max-width: 1400px) {
	#checkout-container {
		padding: 0 20px 0 120px;
	}

	#confirm-container {
		padding: 0 20px 0 170px;
	}

	.checkout-side {
		padding: 45px 0 0 20px;
	}

	.checkout-main {
		width: 60%;
		padding: 45px 20px 0 0;
	}

	.payment-method--button {
		font-size: 15px;
	}

	.payment-method--title {
		padding: 2px 0;
	}

	.comparison-bar--product-title {
		font-size: 10px;
		height: 24px;
	}

	.header-cat--link {
		font-size: 11px;
	}

	.header-nav--item {
		padding: 0 10px;
	}

	.header-cat--dropdown-link,
	.header-dropdown--link {
		font-size: 14px;
	}

	.header-cat--dropdown-item,
	.header-dropdown--item {
		padding: 7px 0;
	}

	.cms-category {
		min-height: 500px;
	}

	.header-nav--dropdown {
		width: 250px;
		padding: 18px 20px;
	}

	.footer-nav {
		width: 50%;
	}

	.footer-cat--list {
		width: 100%;
		padding: 40px 0;
	}
	
	.footer-main > .container > .flex {
		justify-content: center;
		text-align: center;
	}

	.footer-contact--item {
		justify-content: center;
	}

	.home-banner--inner {
		bottom: 20px;left: 20px;
	}

	.brand-item:nth-last-child(2) {
		display: none;
	}

	.product-grid .segment-16 {
		width: 20%;
	}

	.newsletter-signup-page {
		padding: 60px 0;
	}
	.signup-block--title {
		margin-bottom: 10px;
	}
	.signup-block--inner form {
		margin: 35px auto 0;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1350px
|--------------------------------------------------------------------------
*/
@media (max-width: 1350px) {

	.heading-title {
		font-size: 48px;
	}

	.heading-sub {
		font-size: 30px;
	}

	.heading-content--inner {
		padding: 20px 40px;
	}

	.category-image {
		width: 450px;
	}

	.grid--100 > * {
		padding: 0 50px 50px 0;
	}

	.grid--100 {
		margin: 0 -50px -50px 0;
	}

	.listing-upper {
		padding: 30px 0 25px;
	}

	.listing-upper--cont {
		margin-bottom: 15px;
	}

	.loadbeeTabContent {
		margin-top: -10px;
		margin-right: 50px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #1280px
|--------------------------------------------------------------------------
*/
@media (max-width: 1280px) {
	.product-grid .segment-20 {
		width: 33.333333333%;
	}

	.product-grid .segment-16 {
		width: 25%;
	}

	.listing-extra {
		width: 100%;
		float: none;
	}

	.modal-overview {
		height: auto;
	}

	.modal--inner .listing-image {
		display: none;
	}

	.modal--inner {
		max-width: 420px;
	}

	.search-form {
		width: 300px;
	}

	.header-nav--link {
		font-size: 13px;
	}

	.heading {
		font-size: 58px;
	}

	.sub-heading {
		font-size: 28px;
	}

	.brand-item:nth-last-child(3) {
		display: none;
	}

	.home-page-banner--title {
		font-size: 16px;
	}

	.home-page-banner--subtitle {
		font-size: 13px;
	}
	
	.category-grid .segment-14 {
		width: 25%;
	}

	.category-image {
		width: 450px;
	}

	.sidebar {
		width: 250px;
	}

}



/*
|--------------------------------------------------------------------------
| Max Width #1200px
|--------------------------------------------------------------------------
*/
@media (max-width: 1200px) {
	.product-grid--item-inner:hover .product--overlay-top,
	.product-grid--item-inner:hover .product--overlay-bottom {
		display: none;
	}

	.sidebar,
	.sidebar:before {
		width: 260px;
	}

	.account-sidebar {
		width: 200px;
	}

	.account-details--left {
		width: 50%;
	}

	.brands-list--item {
		width: 20%;
	}

	.listing-tabs-button {
		font-size: 14px;
	}

	.brand-letter {
		width: auto;
		display: inline-block;
		float: none;
		padding: 0 1px 5px 0;
	}

	.brand-letter--inner {
		padding: 0;
		line-height: 40px;
		height: 40px;
		width: 40px;
	}

	.shop.hide {
		margin-left: -260px;
	}

	.home-heading--cats {
		width: 400px;
	}

	.home-cat--text {
		font-size: 15px;
	}

	.product-grid--item.segment-16 {
		width: 25%;
	}

	.home-shop--container .product-grid--item.segment-16:last-child,
	.home-shop--container .product-grid--item.segment-16:nth-last-child(2) {
		/* display: none; */
	}

	.category-image {
		width: 350px;
	}

	.grid--100 > * {
		padding: 0 20px 20px 0;
	}

	.grid--100 {
		margin: 0 -20px -20px 0;
	}

	h1, .h1-style {
		font-size: 42px;
	}

	.listing-deadline--details {
		margin-bottom: 10px;
		text-align: center;
	}

	.listing-deadline > .flex {
		flex-direction: column;
		justify-content: center;
	}

	.loadbeeTabContent {
		margin-top: 0;
		margin-right: 20px;
	}

}



/*
|--------------------------------------------------------------------------
| Max Width #1150px
|--------------------------------------------------------------------------
*/
@media (max-width: 1150px) {

	.header-cat--link {
		font-size: 10px;
		padding: 9px;
	}

	.logo {
		width: 200px;
	}

	.header-logo {
		top: -10px;
	}

	.cms-page--main {
		padding: 30px;
	}

	.cms-sidebar {
		padding-right: 50px;
		width: 320px;
	}

	.panel--padding-90,
	.panel--padding-80,
	.panel--padding-70,
	.panel--padding-60,
	.panel--padding-50 {
		padding: 40px 0;
	}

	.faq-contact--block {
		padding-top: 40px;
	}

	.bottom-bar--inner {
		padding: 12px;
	}

	.brand-item:nth-last-child(4) {
		display: none;
	}

	.home-page-banners .segment-33 {
		width: 50%;
	}

	.home-page-banners > .container > .flex {
		justify-content: center;
	}

	.category-image {
		display: none;
	}

	.page-title {
		font-size: 52px;
	}

}







/*
|--------------------------------------------------------------------------
| Max Width #1023px
|--------------------------------------------------------------------------
*/
@media (max-width: 1023px) {
	.header-top,
	.checkout-stages,
	.header-action-cont,
	.header-cats {
		display: none;
	}

	.header-mobile,
	.mobile-menu--btn-cont,
	.mobile-cart--btn-cont,
	.mobile-menu,
	.filter-subcategories,
	.checkout-breadcrumbs {
		display: block;
	}

	.page-slide-container {
		overflow: hidden;
	}

	.grid--40 > * {
		padding: 0 20px 20px 0;
	}

	.grid--40 {
		margin: 0 -20px -20px 0;
	}

	.header-logo {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.header-basket {
		position: absolute;
		top: 50%;right: 30px;
		transform: translateY(-50%);
	}

	.logo {
		width: 175px;
	}

	.account-panel,
	.account-panels--wide .account-panel {
		width: 50%;
	}

	header {
		text-align: center;
		min-height: auto;
		height: 80px !important;
		overflow: hidden;
	}

	.header-main {
		height: 80px;
	}

	.page-slide.open {
		-webkit-animation: mobileMenuOpen 1s ease forwards; /* Safari 4+ */
		-moz-animation: mobileMenuOpen 1s ease forwards; /* Fx 5+ */
		-o-animation: mobileMenuOpen 1s ease forwards; /* Opera 12+ */
		animation: mobileMenuOpen 1s ease forwards; /* IE 10+, Fx 29+ */
	}

	.page-slide.close {
		-webkit-animation: mobileMenuClose 1s ease forwards; /* Safari 4+ */
		-moz-animation: mobileMenuClose 1s ease forwards; /* Fx 5+ */
		-o-animation: mobileMenuClose 1s ease forwards; /* Opera 12+ */
		animation: mobileMenuClose 1s ease forwards; /* IE 10+, Fx 29+ */
	}

	.cart-main {
		padding: 0 0 30px 0;
		width: 100%;
		float: none;
	}

	.cart-side {
		float: none;
		width: 100%;
		padding: 0;
	}

	#checkout-container,
	#confirm-container {
		padding: 0 20px;
	}

	.checkout-side {
		padding: 45px 0 0 30px;
	}

	.checkout-main {
		padding: 45px 30px 0 0;
	}

	.checkout-main {
		width: 100%;
		float: none;
		border-right: none;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.checkout-side {
		width: 100%;
		float: none;
	}

	.checkout-side {
		display: none;
		padding: 0 0 30px 0;
	}

	.checkout-action {
		padding-bottom: 0;
	}

	.listing .container {
		width: 100%;
		padding: 0 20px 20px;
	}

	.quote-side {
		width: 100%;
		margin-top: 30px;
	}

	.cart-option--image-text {
		display: none !important;
	}

	.cms-category {
		min-height: 0;
	}

	.cms-page--title {
		font-size: 40px;
	}

	.cms-sidebar {
		width: 300px;
		padding-right: 30px;
	}

	.product-grid--item.segment-16 {
		width: 33.33333%;
	}

	.home-shop--container .product-grid--item.segment-16:last-child,
	.home-shop--container .product-grid--item.segment-16:nth-last-child(2) {
		/* display: none; */
	}

	.grid--70 > * {
		padding: 0 40px 40px 0;
	}

	.grid--70 {
		margin: 0 -40px -40px 0;
	}

	.page-title {
		font: 48px;
	}

	.announce-banner {
		font-size: 14px; 
		padding: 8px 20px 10px;
	}

	.footer-newsletter--inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-newsletter--left {
		margin: 0 0 20px 0;
	}

	.signup-block--title {
		font-size: 32px;
	}

	.loadbeeTabContent {
        margin-top: -30px;
    }
}



/*
|--------------------------------------------------------------------------
| Max Width #1000px
|--------------------------------------------------------------------------
*/
@media (max-width: 1000px) {
	.sidebar .filters--title,
	.sidebar:before,
	.shop--navtrail .breadvrumb-trail {
		display: none;
	}

	.sidebar,
	.sidebar-content,
	.account-details--left,
	.account-details--right {
		width: 100%;
	}

	.search-page {
		flex-wrap: wrap;
	}

	.sidebar-content {
		overflow: visible;
	}

	.listing-tabs-buttons {
		display: block;
		width: 100%;
		height: 70px;
		overflow: hidden;
		padding: 0;
	}

	.listing-tabs-buttons.show {
		display: table;
		width: 100%;
	}

	.sidebar {
		border-top: 2px solid #f4f4f4;
	}

	.listing-tabs-buttons.show .listing-tabs-button {
		display: table-row-group;
	}

	.listing-tabs-buttons.show .listing-tabs-button.sel {
		display: table-header-group;
		padding: 15px;
		background: url(/images/style/manns/icon-chevron-up-white.png) center right
			30px no-repeat rgba(0, 0, 0, 0.1);
	}

	.listing-tabs-button {
		display: none;
		padding: 0;
	}

	.listing-tabs-button span {
		display: block;
		padding: 20px 30px;
	}

	.listing-tabs-button.sel {
		width: 100%;
		display: block;
		background: url(/images/style/manns/icon-chevron-down-white.png) center
			right 30px no-repeat;
	}

	.listing-tabs-button.sel span {
		display: block;
		font-size: 21px;
		padding: 22px 30px;
	}

	.footer-payment {
		float: none;
		display: block;
		text-align: center;
	}

	.listing-ratings,
	.listing-detail {
		text-align: left;
		display: block;
	}

	.grid-filters-subcategories {
		display: none;
	}

	.filter-subcategories .filter-title {
		display: block;
	}

	.listing-tabs-buttons,
	.comparison-bar {
		display: none !important;
	}

	.listing-tab {
		display: block !important;
	}

	/*Mobile Filters*/

	#sidebar--mbl-filters {
		display: block;
	}

	#mbl-filters {
		background: #01c4f4;
		color: #fff;
	}

	#mbl-filters-sub {
		/* display: none; */
	}

	#mbl-filters span:after,
	#mbl-filters span:before {
		background: #fff;
	}

	#mbl-filters-sub .list-reset {
		padding: 4px 32px 22px 32px;
	}

	.search_dropdown {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
	}

	.mobile-search--input {
		overflow: visible;
		position: relative;
	}

	.onpage-search .mobile-search--submit {
		position: absolute;
		right: 0;
	}

	.address-block--add,
	#savedAddresses .address-block {
		width: 50%;
	}

	.wishlist-prod-add-button button span {
		display: none;
	}

	.cms-sidebar {
		width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.cms-sidebar--list {
		display: none;
	}

	.cms-sidebar--title .mobile-arrow {
		display: inline-block;
	}

	.cms-sidebar--title {
		cursor: pointer;
	}

	.footer-bottom > .container > .flex {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.footer-socials,
	.footer-payment {
		width: 100%;
	}

	.footer-socials {
		justify-content: center;
		padding-bottom: 15px;
	}

	
	.footer-payment {
		padding-top: 15px;
	}

	.grid--30 > * {
		padding: 0 20px 20px 0;
	}

	.grid--30 {
		margin: 0 -20px -20px 0;
	}

	.grid--50 > * {
		padding: 0 30px 30px 0;
	}

	.grid--50 {
		margin: 0 -30px -30px 0;
	}

	.heading-title {
		font-size: 42px;
	}

	.heading-sub {
		font-size: 28px;
	}

	.heading {
		font-size: 50px;
	}

	.home-usp .adjust-33 {
		flex: 50%;
	}

	.home-usp .flex {
		justify-content: center;
	}

	.home-usp {
		background-color: #f2f2f2;
	}

	.category.flex {
		flex-wrap: wrap;
	}

	.sidebar--cats-list {
		display: none;
		margin-top: 15px;
	}

	.sidebar-cat--title {
		display: block;
		margin-bottom: 0;
	}

	.product-right {
		text-align: left;
	}

	.listing-main,
	.listing-side {
		width: 100%;
	}

	.listing-main {
		max-width: 600px;
		margin: 0 auto;
	}

	.listing-side {
		order: 1;
	}

	.content-block--title {
		font-size: 24px;
	}

}



/*
|--------------------------------------------------------------------------
| Max Width #900px
|--------------------------------------------------------------------------
*/
@media (max-width: 900px) {
	.breadcrumbs {
		display: none;
	}

	.mobile-menu--btn-cont,
	.mobile-cart--btn-cont,
	.account-sidebar--mobile-title,
	.mobile-menu {
		display: block;
	}

	.home-welcome,
	.sort-by,
	.account-box,
	.home-news {
		width: 100%;
		float: none;
	}

	.account-sidebar,
	.account-main {
		width: 100%;
	}

	.account-sidebar {
		margin: 0 0 20px;
	}

	.account-sidebar nav {
		padding: 0px 24px 20px;
	}

	.home-tab .segment-60,
	.home-tab .segment-40,
	.page-list--item {
		width: 50%;
	}

	.brands-list--item {
		width: 25%;
	}

	.page-list--item-inner {
		padding: 0 0 50% 0;
	}

	.sort-by-container {
		float: left;
		width: 50%;
	}

	.listing-deadline-doughnut {
		margin: 0;
		padding: 0;
	}

	.footer-right {
		padding: 30px 0 0 0;
	}

	.jumbotron--title {
		font-size: 36px;
	}

	.home-tab--btn.sel {
		font-size: 18px;
	}

	.footer-top > .container {
		text-align: center;
		height: auto;
	}

	.new-products {
		padding: 60px 0 40px 0;
	}

	.home-welcome {
		float: left;
	}

	@-webkit-keyframes overlayEntrance {
		0% {
			max-width: none;
			width: 95%;
			top: 40px;
			left: 2.5%;
			right: 2.5%;
		}
		100% {
			max-width: none;
			width: 95%;
			top: 40px;
			left: 2.5%;
			right: 2.5%;
		}
	}

	@keyframes overlayEntrance {
		0% {
			max-width: none;
			width: 95%;
			top: 40px;
			left: 2.5%;
			right: 2.5%;
		}
		100% {
			max-width: none;
			width: 95%;
			top: 40px;
			left: 2.5%;
			right: 2.5%;
		}
	}

	.account-sidebar--mobile-title.open ~ .account-wrap {
		display: block;
	}

	.account-sidebar--mobile-title ~ .account-wrap {
		display: none;
	}

	.account-sidebar--mobile-title.open svg {
		transform: rotate(-180deg) translateY(4px);
	}

	.account-table .dblc {
		padding: 12px 8px;
	}

	.wishlist-prod-add-button button span {
		display: inline;
	}

	.brand-item:nth-last-child(2),
	.brand-item:nth-last-child(3),
	.brand-item:nth-last-child(4) {
		display: block;
	}

	.brand-item {
		width: 20%;
		padding: 0 10px 10px 0;
		background: none !important;
	}

	.brand-item img {
		visibility: visible;
	}

	.featured-brands > .container > .flex {
		margin: 0 -10px -10px 0;
	}

	.home-shop--side {
		width: 100%;
		display: flex;
	}

	.home-shop--side-tab {
		flex: 1;
		border: none;
		border-right: 1px solid #fff;
		text-align: center;
	}

	.home-shop--side-tab:first-child {
		border-top: none;
		border-left: 1px solid #fff;
	}

	.home-banners {
		height: 400px;
		width: 100%;
		flex: none;
	}

	.home-map,
	.home-content-image-block .segment-50,
	.home-heading--cats {
		width: 100%;
	}

	.home-heading--cats .segment-50 {
		width: 33.333333%;
	}

	h1,
	.h1-style {
		font-size: 38px;
	}

	.find-map--directions {
		width: 100%;
		margin-top: 10px;	
	}

	.cart-segment--inner,
	.cart-items {
		padding: 20px;
	}

	.signup-block--title {
        font-size: 28px;
    }

}



/*
|--------------------------------------------------------------------------
| Max Width #800px
|--------------------------------------------------------------------------
*/
@media (max-width: 800px) {
	.account-details--title-text {
		float: none;
		clear: left;
		width: 100%;
		max-width: 100%;
		padding: 0 0 30px;
	}

	.cms-page--main {
		padding: 15px;
	}

	.about-panels .container > .flex > .segment-50 {
		width: 100%;
	}

	.about-panel-content + .segment-50 {
		max-width: 500px;
		margin: 0 auto;
	}

	.bottom-bar--title {
		font-size: 16px;
	}

}



/*
|--------------------------------------------------------------------------
| Max Width #767px
|--------------------------------------------------------------------------
*/
@media (max-width: 767px) {
	.mbl-home-tab-btns {
		display: block;
	}

	.listing-backdrop {
		display: none !important;
	}

	.order-panel:first-child,
	.listing-side,
	.listing-main {
		width: 100%;
	}

	.product-grid .segment-20,
	.cat-list--item {
		width: 50%;
	}

	.listing-side,
	.listing-main {
		float: none;
	}

	.listing-deadline--details {
		float: left;
	}

	.listing--left-inner {
		max-width: none;
	}

	div.home-cat-list--item.cat-list--item .cat-list--item-inner {
		padding: 0 0 40% 0;
	}

	.listing-deadline-doughnuts {
		float: right;
	}

	.listing-deadline-doughnut {
		margin: 0 0 0 10px;
	}

	.listing-ratings,
	.listing-detail {
		text-align: left;
		display: table-cell;
	}

	.listing-ratings {
		text-align: right;
	}

	.listing-main--inner {
		max-width: 100%;
		float: none;
	}

	.feedback-block-outer,
	.listing-image img {
		width: 100%;
	}

	.listing-tabs {
		margin-top: 10px;
	}

	.listing-extra {
		width: 50%;
		float: left;
	}

	.product--overlay-top {
		background: #37af56;
	}

	.account-main {
		padding: 25px;
	}

	.order-panel {
		padding: 0 10px 10px 0;
		text-align: center;
		width: 50%;
	}

	.heading-content,
	.heading-image {
		width: 100%;
	}

	.product-grid .segment-16,
	.category-grid .segment-14 {
		width: 33.33333%;
	}

	.listing-upper--cont {
		font-size: 12px;
	}

	.listing-related--title {
		font-size: 30px;
	}

	.page-title {
		font-size: 40px;
	}

	.footer-newsletter--right {
		min-width: 0;
		width: 100%;
	}

	.signup-block--inner {
		padding: 80px 40px;
	}
	.signup-block--title {
        font-size: 24px;
    }
}



/*
|--------------------------------------------------------------------------
| Max Width #700px
|--------------------------------------------------------------------------
*/
@media (max-width: 700px) {
	.order-ref,
	.order-status,
	.acc-order-total,
	.order-date {
		display: none;
	}

	.banner {
		width: 50%;
		margin: 0 0 16px;
	}

	.banner:last-child {
		margin: 0 auto;
		float: none;
		clear: left;
	}

	.loyalty-point--cont {
		width: 100px;
	}

	.top-loyalty:before,
	.loyalty:before {
		left: 50px;
	}

	.at-share-btn,
	.at-share-btn svg,
	.at-icon-wrapper {
		height: 30px !important;
		width: 30px !important;
		line-height: 30px !important;
		max-width: 30px !important;
		max-height: 30px !important;
	}

	.original_search {
		margin: 0 0 10px 0;
	}

	.search_dropdown {
		opacity: 0 !important;
	}

	.offer-overlay--upper {
		padding: 20px;
	}

	.offer-overlay--title {
		font-size: 38px;
		line-height: 40px;
	}

	.order-btns .button {
		display: block;
		margin: 0 auto 5px;
		max-width: 320px;
		float: none;
	}

	.create-wishlist {
		float: left;
		clear: left;
		margin: 0 0 20px;
	}

	.wishlist-prod-add-button button span {
		display: none;
	}

	.wishlist-top,
	.wishlist-top-left,
	.wishlist-top-right {
		display: block;
	}

	.wishlist-top {
		margin: 0;
	}

	.wishlist-top-left {
		max-width: none;
	}

	.wishlist-edit,
	.wishlist-return {
		margin-left: 0;
		margin-right: 10px;
	}

	.wishlist-top .wishlist-top-left {
		margin-bottom: 10px;
	}

	.wishlist-top .wishlist-top-right {
		width: 100%;
		margin-bottom: 25px;
	}

	.contact-form--wrapper {
		padding: 12px;
	}

	.cms-page--title {
		font-size: 36px;
	}

	.about-bottom-bar .segment-33 {
		width: 50%;
	}

	.about-bottom-bar > .container > .flex {
		justify-content: center;
	}

	.home-heading--cats .segment-50 {
		width: 50%;
	}

	.home-page-banners .segment-33 {
		width: 100%;
	}

	.home-map--directions {
		display: none;
	}

	.listing-upper--cont {
		flex-direction: column;
		align-items: flex-start;
	}

	.listing-upper--cont .breadcrumb-trail {
		margin-bottom: 10px;
	}

	.grid--70 > * {
		padding: 0 20px 20px 0;
	}

	.grid--70 {
		margin: 0 -20px -20px 0;
	}

	.content-block--title {
		font-size: 21px;
	}

	.home-map--inner iframe {
		top: 0 !important;
		bottom: 0 !important;
	}

	.home-map--inner {
		margin-bottom: 0;
	}

}



/*
|--------------------------------------------------------------------------
| Max Width #600px
|--------------------------------------------------------------------------
*/
@media (max-width: 600px) {
	.footer-main.open .footer-nav,
	.footer-newsletter.open,
	.footer-nav--mbl-button {
		display: block;
	}

	.footer-cat--list,
	.cart-item-image {
		display: none;
	}

	.address-block,
	.address-block--add,
	#savedAddresses .address-block,
	.comments-form div[class^="segment-"],
	.account-panel,
	.account-panels--wide .account-panel,
	.cat-list--item {
		width: 100%;
	}

	.brands-list--item {
		width: 33.333333333%;
	}

	.account-main h1 {
		font-size: 22px;
	}

	.footer-main {
		padding: 0;
	}

	div.home-cat-list--item.cat-list--item .cat-list--item-inner {
		padding: 22px;
	}

	.footer-nav--mbl-button {
		padding: 30px 0;
	}

	.footer-nav {
		padding: 0 0 30px;
	}

	.footer-nav > ul {
		width: 100%;
		text-align: center;
	}

	.footer-nav > ul:first-child a,
	.comments--title,
	.article--title {
		font-size: 24px;
		line-height: 24px;
	}

	.footer-nav > ul:not(:first-child) a {
		font-size: 21px;
	}

	.footer-nav--link {
		/* padding: 7px 0; */
	}

	.footer-btm--links {
		float: none;
		text-align: center;
	}

	.cat-list--item-title {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		padding: 0 50px 0 0;
		text-align: left;
		font-size: 24px;
		color: #666666;
		background: url(/images/style/manns/mbl-icon-arrow-right-dark.png) no-repeat
			center right;
	}

	.cat-list--item .cat-list--item-title {
		font-size: 24px;
		line-height: 24px;
		color: #fff;
		background: url(/images/style/manns/mbl-icon-arrow-right.png) no-repeat center right;
	}

	.cat-list--item-inner:after {
		height: auto;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
	}

	.cat-list--item-inner:hover:after {
		transform: none;
	}

	.cart-item-content {
		padding-left: 0;
	}

	.payment-method__card .payment-method--title,
	.payment-method__paypal .payment-method--title {
		text-indent: -600px;
		background-position: center left;
	}

	.footer-right {
		text-align: center;
	}

	.footer-newsletter {
		margin: 0 0 20px 0;
	}

	.wishlist-table tr {
		display: block;
		margin-bottom: 4px;
		overflow: hidden;
		background: #fff;
	}

	.wishlist-prod td {
		display: block;
		width: 100%;
		border: 0;
	}

	.wishlist-prod .wishlist-prod-image {
		display: none;
	}

	.wishlist-prod .wishlist-prod-move-button,
	.wishlist-prod .wishlist-prod-add-button,
	.wishlist-prod .wishlist-prod-del-button {
		padding-top: 0;
	}

	.wishlist-prod .wishlist-prod-add-button {
		padding-left: 20px;
		width: auto;
		float: left;
	}

	.wishlist-prod-add-button button span {
		display: inline;
	}

	.wishlist-prod .wishlist-prod-del-button {
		overflow: hidden;
		width: auto;
	}

	.account-table.vouchers-large .dblr:first-child {
		display: none;
	}

	.account-table.vouchers-large .dblc span {
		display: inline-block;
		padding-right: 5px;
	}

	.account-table.vouchers-large {
		border: none;
	}

	.account-table.vouchers-large .dblc,
	.account-table.vouchers-large .dblr {
		display: block;
		border: none;
		background: #1e1e1e;
		padding: 6px;
	}

	.account-table.vouchers-large .dblr {
		margin-bottom: 10px;
		position: relative;
	}

	.account-table.vouchers-large:not(.voucher-details) .dblc:last-child {
		position: absolute;
		right: 6px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.account-table.vouchers-large .mobile_hide {
		display: none;
	}

	.account-table.vouchers-large {
		margin: 0 0 10px;
	}

	.contact-page > .flex > .segment-50 {
		width: 100%;
	}

	.panel-title {
		font-size: 24px;
	}

	.cms-page--title {
		font-size: 30px;
	}

	.panel--padding-90,
	.panel--padding-80,
	.panel--padding-70,
	.panel--padding-60,
	.panel--padding-50,
	.panel--padding-40,
	.panel--padding-30 {
		padding: 20px 0;
	}

	.faq-contact--block {
		padding-top: 20px;
	}

	.heading-content--inner {
		padding: 20px;
	}

	

	.product-grid--item.segment-16 {
		width: 50%;
	}

	.home-shop--container .product-grid--item.segment-16:nth-child(6),
	.home-shop--container .product-grid--item.segment-16:nth-child(7),
	.home-shop--container .product-grid--item.segment-16:nth-child(8),
	.home-shop--container .product-grid--item.segment-16:nth-child(9),
	.home-shop--container .product-grid--item.segment-16:nth-child(10),
	.home-shop--container .product-grid--item.segment-16:nth-child(11) {
		display: none;
	}

	.listing-related--title {
		font-size: 24px;
	}

	.page-title {
		font-size: 38px;
	}

	.checkout-tel a, .checkout-tel {
		font-size: 16px;
	}


	.announce-banner {
		font-size: 13px; 
		padding: 6px 20px 8px;
	}

	.signup-block--inner {
        padding: 60px 30px;
    }
	.signup-block--inner form {
		flex-direction: column;
	}
	.signup-block--inner form .input + .input input {
		border-left: 0;
	}
	.signup-block--inner form .input {
		margin-bottom: 2px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #570px
|--------------------------------------------------------------------------
*/
@media (max-width: 570px) {
	.listing--title {
		font-size: 22px;
	}

	.offer-overlay--title,
	.offer-overlay--sub {
		margin-bottom: 15px;
	}

	.offer-overlay--title {
		font-size: 30px;
		line-height: 32px;
	}

	.modal-account .modal--inner {
		max-width: 88%;
	}

	.loyalty-table,
	.account-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.modal-account .modal--inner {
		max-width: 95%;
	}

	.payment-method--content {
		padding: 30px;
	}

	.home-usp .adjust-33 {
		flex: 100%;
	}

	.home-page-banner--text {
		padding: 10px;
	}

	.product-grid .segment-16,
	.category-grid .segment-14 {
		width: 50%;
	}

	.listing-related--title {
		font-size: 21px;
	}

	.page-title {
		font-size: 36px;
	}

}



/*
|--------------------------------------------------------------------------
| Max Width #500px
|--------------------------------------------------------------------------
*/
@media (max-width: 500px) {
	.upsells-segment .cart-item-title {
		min-height: 0;
	}
	.upsells-segment .cart-item-content {
		padding-right: 0;
	}
	.upsells-segment .cart-item-content > .input {
		display: flex;
		flex-direction: column;
	}
	.upsells-segment .cart-item-content > .input br {
		display: none;
	}
	.cart-item .cart-item-right .button-small {
		position: relative;
		margin-top: 5px;
		bottom: 0;
	}
	.cart-item:not(:last-child) .cart-item-right .button-small {
		margin-bottom: 10px;
	}

	.cms-navtrail {
		display: none;
	}

	.order-panel,
	.request-form--input,
	.banner {
		width: 100%;
	}

	.listing-content-block {
		padding: 15px;
	}

	.listing-deadline-doughnuts,
	.listing-deadline--details {
		float: none;
	}

	.delivery-table--addl-info {
		display: none;
	}

	.mobile-menu {
		width: 80%;
		left: -80%;
	}

	.cat-list--item-featured .cat-list--item-title {
		font-size: 24px;
	}

	.cat-list--item-title {
		font-size: 18px;
	}

	@-webkit-keyframes mobileMenuOpen {
		from {
			transform: translate(0px, 0px);
			-webkit-transform: translate(0px, 0px);
		}
		to {
			transform: translateX(80%);
			-webkit-transform: translateX(80%);
		}
	}

	@keyframes mobileMenuOpen {
		from {
			transform: translate(0px, 0px);
			-webkit-transform: translate(0px, 0px);
		}
		to {
			transform: translateX(80%);
			-webkit-transform: translateX(80%);
		}
	}

	@-webkit-keyframes mobileMenuClose {
		from {
			transform: translateX(80%);
			-webkit-transform: translateX(80%);
		}
		to {
			transform: translate(0px, 0px);
			-webkit-transform: translate(0px, 0px);
		}
	}

	@keyframes mobileMenuClose {
		from {
			transform: translateX(80%);
			-webkit-transform: translateX(80%);
		}
		to {
			transform: translate(0px, 0px);
			-webkit-transform: translate(0px, 0px);
		}
	}

	.listing-deadline-doughnuts {
		text-align: center;
	}

	.listing-deadline-doughnut {
		margin: 0 0 0 10px;
	}

	.button {
		/* padding: 13px 15px; */
	}

	.button-more-about-us {
		padding: 10px 15px 10px 80px;
	}

	.btn-read-article {
		padding: 7px 10px;
	}

	.returns-form {
		padding: 30px 20px 0;
	}

	.returns-form--title {
		font-size: 19px;
	}

	.button-arrow span {
		padding: 0 24px 0 0;
	}

	.cart-item-right {
		position: static;
		float: none;
		text-align: left;
		clear: both;
		padding-top: 15px;
	}

	.cart-item-right .remove {
		bottom: 4px;
	}

	.cart-free-item-inner {
		display: block;
	}

	.cart-free-item-inner .cart-item-content {
		margin-bottom: 15px;
	}

	.cart-free-item-right {
		text-align: left;
	}

	.home-welcome--title {
		font-size: 26px;
		margin: 0 0 10px;
	}

	.listing-tab {
		padding: 24px;
	}

	.checkout-header {
		text-align: center;
	}

	.account-main-filter {
		float: none;
		clear: left;
		width: 100%;
		margin: 0 0 20px;
	}

	.account-table.vouchers .dblr:first-child {
		display: none;
	}

	.account-table.vouchers .dblc span {
		display: inline-block;
		padding-right: 5px;
	}

	.account-table.vouchers {
		border: none;
	}

	.account-table.vouchers .dblc,
	.account-table.vouchers .dblr {
		display: block;
		border: none;
		background: #1e1e1e;
		padding: 6px;
		font-size: 12px;
	}

	.account-table.vouchers .dblr {
		margin-bottom: 10px;
		position: relative;
	}

	.account-table.vouchers:not(.voucher-details) .dblc:last-child {
		position: absolute;
		right: 6px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.account-table.vouchers .mobile_hide {
		display: none;
	}

	.account-table.vouchers {
		margin: 0 0 10px;
	}

	.modal.vouchers .button {
		padding: 8px 15px 6px;
	}

	.footer-nav {
		width: 100%;
	}

	.footer-main > .container > .flex {
		justify-content: flex-start;
		text-align: left;
	}

	.footer-nav {
		position: relative;
		margin-bottom: 30px;
	}

	.footer-nav::after {
		content: '';
		position: absolute;
		bottom: 0;left: -20px;right: -20px;
		height: 1px;
		background-color: #000;
	}

	.footer-contact--item {
		justify-content: flex-start;
	}	

	.grid--30 > * {
		padding: 0 12px 12px 0;
	}

	.grid--30 {
		margin: 0 -12px -12px 0;
	}

	.about-bottom-bar .segment-33 {
		width: 100%;
	}

	.brand-item {
		width: 33.3333%;
	}

	.listing-overview {
		padding: 18px;
	}

	.listing-usps,
	.listing-deadline {
		margin-bottom: 15px;
	}

	.listing-click-collect {
		font-size: 11px;
	}

	h1, .h1-style {
		font-size: 30px;
	}

	.listing-usps--row {
		font-size: 14px;
	}

	.listing-usps--row div {
		font-size: 11px;
	}

	.page-title {
		font-size: 32px;
	}

	.category--listings-upper {
		flex-direction: column;
		align-items: center;
	}

	.sort-by-container {
		margin-bottom: 10px;
	}

	.cart-items .button {
		width: 100%;
	}

	.cart-items .button + .button {
		margin-top: 10px;
	}

	.checkout-tel a, .checkout-tel {
		font-size: 14px;
	}

	.footer-newsletter--right {
		flex-direction: column;
	}
	.footer-newsletter .newsletter-title {
		font-size: 15px;
	}
	.footer-newsletter--right .input:first-child {
		margin-right: 0;
	}
	.footer-newsletter--right .input {
		margin-bottom: 2px;
	}

	.home-banners .slick-arrow {
		width: 45px;
		height: 45px;
	}
	.home-banners .slick-prev {
		margin-right: 46px;
	}
}



/*
|--------------------------------------------------------------------------
| Max Width #479px
|--------------------------------------------------------------------------
*/
@media (max-width: 479px) {

	.order-price,
	.checkout-contact,
	.button-more-about-us {
		display: none;
	}

	.listing-extra,
	.new-products .segment-40,
	.new-products .segment-60,
	.page-list--item {
		width: 100%;
	}

	.brands-list--item,
	.image-block {
		width: 50%;
	}

	.mbl-home-tab--current-label {
		font-size: 16px;
	}

	.new-products {
		padding: 60px 0 35px 0;
	}

	.mobile-cart--btn-cont a {
		font-size: 30px;
		padding: 10px 0 0 30px;
		background-position-y: 10px;
	}

	.cart-items--action .button {
		width: 100%;
		text-align: center;
	}

	.checkout-header {
		padding: 18px 0;
	}

	.return-to-basket,
	#checkout-continue {
		width: 100%;
	}

	.checkout-action {
		padding-top: 4px;
		margin-bottom: 4px;
	}

	.checkout-segment {
		padding-bottom: 15px;
	}

	.checkout-segment--details .input {
		width: 100%;
	}

	#cart-login {
		width: 80px;
		margin-bottom: 0;
	}

	.mobile-nav {
		/* padding: 0 20px 10px 20px; */
	}

	.mobile-nav a {
		font-size: 20px;
	}

	.static-mobile-nav {
		/* padding: 10px 20px 0 20px; */
	}

	.mobile-nav li {
		padding: 6px 0;
	}

	.mobile-store {
		padding-top: 10px;
	}

	.mobile-nav .mobile-store--link {
		margin-bottom: 0;
	}

	.mobile-search--input {
		/* padding: 18px 20px 17px; */
	}

	.mobile-social-title {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.mobile-social {
		padding: 10px 10px 1px 10px;
	}

	.mobile-store--cont > a {
		background: url(/images/style/manns/icon-mobile-dropdown-down.png) no-repeat
			right 6px;
	}

	.mobile-store--cont.open > a {
		background: url(/images/style/manns/icon-mobile-dropdown.png) no-repeat
			right 6px;
	}

	.mobile-action .icon {
		padding: 0 0 0 30px;
	}

	.bb-pp-container,
	.bb-card-container {
		table-layout: fixed;
	}

	.bt-pp-name,
	.bt-pp-cancel,
	.bt-pp-cancel button,
	.bt-pp-cancel a,
	.bt-card-cancel,
	.bt-card-cancel a {
		width: 20px;
		padding: 0;
	}

	.bt-pp-name,
	.bt-pp-cancel button,
	.bt-pp-cancel a,
	.bt-card-cancel a {
		text-indent: 100%;
		overflow: hidden;
	}

	.bt-pp-cancel button,
	.bt-pp-cancel a,
	.bt-card-cancel a {
		background-image: url(/images/style/manns/cross-white.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-color: #707070;
	}

	#braintree-paypal-loggedin,
	#braintree-paypal-credit-loggedin,
	#braintree-card-stored {
		padding: 16px 10px;
	}

	.logo {
		width: 150px;
	}

	.category-grid .home-cat--text {
		font-size: 13px;
	}

	.listing-bottom {
		flex-direction: column;
		justify-content: center;
	}

	.listing-bottom > .button {
		margin-bottom: 10px;
	}

	.listing-price {
		font-size: 24px;
	}

	h1, .h1-style {
		font-size: 26px;
	}

	.listing-related--title {
		font-size: 18px;
	}

	.page-title {
		font-size: 30px;
	}

	.signup-block--title {
        font-size: 22px;
    }
	
    .signup-block--inner form {
        margin: 25px auto 0;
    }
}



/*
|--------------------------------------------------------------------------
| Max Width #400px
|--------------------------------------------------------------------------
*/
@media (max-width: 400px) {
	.brand a {
		height: 50px;
	}

	.mobile-search--input {
		/* line-height: 36px; */
	}

	.mobile-search--submit {
		/* height: 70px; */
	}

	.mobile-nav li {
		padding: 0;
	}

	.mobile-nav li a {
		padding: 3px 0;
	}

	.mobile-nav a {
		font-size: 18px;
	}

	.mobile-social-title {
		padding-bottom: 8px;
	}

	.mobile-social {
		padding: 8px 10px 0 10px;
	}

	.payment-method--content {
		padding: 20px;
	}

	.mobile-nav--link {
		padding: 15px 20px;
	}

	.mobile-nav--dropdown,
	.mobile-action {
		padding: 10px 20px;
	}

	input.mobile-search--input {
		padding: 0 20px;
	}

	.home-page-banner--title {
		font-size: 14px;
	}

	.category-grid .home-cat--text,
	.home-page-banner--subtitle {
		font-size: 12px;
	}

	.listing-qty-container,
	.listing-overview--top-inner > .flex {
		flex-direction: column;
	}

	.stock-warehouse {
		margin-top: 10px;
	}

	.listing-deadline {
		padding: 12px;
	}

	.listing-usps--price {
		padding-bottom: 4px;
	}

	.listing-usps--price > .flex {
		flex-direction: column;
	}

	.listing-usps--price img {
		margin-top: 10px;
	}

	h1, .h1-style {
		font-size: 24px;
	}

	.content-block--title {
		font-size: 18px;
	}

	.shop-brands {
		width: 100%;
		text-align: center;
	}

	.brand-item {
		width: 25%;
	}

	.shop-brands br {
		display: none;
	}

}
